![]() |
1
2
在戈兰创建一个运行配置
Name: Build (or whatever you like) Run kind: Directory Directory: /Users/gopher/go/src/simple/main/ ^^^^^^ Run after build: checked Working directory: /Users/gopher/go/src/simple
变化
然后
This is in main. calling somefunc... This is in somefunc in other.go done. bye :) Process finished with exit code 0 |