我正在关注教程,我想我可能错过了一些东西。
我有一个 Go 项目位于:
/Users/just_me/development/testing/golang/example_server
内容是: main.go
package main
import "fmt"
func main() {
fmt.Println("hi world")
}
我有一个~/go目录。
go env 显示:
GOPATH="/Users/just_me/go"
GOROOT="/usr/local/Cellar/go/1.12.9/libexec"
我在 VSCode 中安装了建议的软件包。
当我保存我的main.go我得到:
Not able to determine import path of current package by using cwd: /Users/just_me/development/testing/golang/example_server and Go workspace:
/Users/just_me/development/testing/golang/example_server>
我该如何解决?
蛊毒传说
慕姐8265434
相关分类