Merge pull request #180 from ray-x/goModuleOff
[#178]Set GO111MODULE to off and the sample project won't fail in go 1.12+
This commit is contained in:
commit
3595c8c638
1 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,8 @@
|
|||
"program": "${workspaceRoot}/hello-world.go",
|
||||
"mode": "debug",
|
||||
"dlvToolPath": "$HOME/go/bin/dlv",
|
||||
"trace": true
|
||||
"trace": true,
|
||||
"env": { "GO111MODULE": "off" }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue