Go Modules migration

This commit is contained in:
uta-mori
2020-07-28 13:22:55 +09:00
parent 21c0264fc5
commit 86b970f35a
4 changed files with 58 additions and 53 deletions

4
.vscode/launch.json vendored
View File

@@ -6,7 +6,7 @@
"type": "go",
"request": "launch",
"mode": "debug",
"program": "${workspaceFolder}/src/main/server.go"
"program": "${workspaceFolder}/server.go"
}
]
}
}

View File

@@ -1,4 +1,4 @@
{
"go.useLanguageServer": true,
"go.inferGopath": true
}
"go.inferGopath": false
}