can't load package: /home/me/go/src/myapp/main.go:7:3: local import ". ... 好吧,从go1.11开始,您可以使用新的模块系统。 go mod init <module_name> 然后只是 ...
確定! 回上一頁