GO111MODULE=on GOARCH=amd64 GOOS=linux go build -o bin/debugger/dlv github.com/derekparker/delve/cmd/dlv
../../../.go/pkg/mod/github.com/derekparker/de...@v1.0.0/pkg/proc/disasm_amd64.go:46:26: not enough arguments in call to x86asm.GNUSyntax have (x86asm.Inst) want (x86asm.Inst, uint64, x86asm.SymLookup)../../../.go/pkg/mod/github.com/derekparker/de...@v1.0.0/pkg/proc/disasm_amd64.go:50:28: not enough arguments in call to x86asm.IntelSyntax have (x86asm.Inst) want (x86asm.Inst, uint64, x86asm.SymLookup)GO111MODULE=off GOARCH=amd64 GOOS=linux go build -o bin/debugger/dlv github.com/derekparker/delve/cmd/dlv