go ---编译器常用命令

编译代码文件:go build test.go

运行编译好的代码:go run test.go

下载包:go get +包

代码格式化:alt + command + l

在当前文件搜索关键字 : command + r

goland里面有terminal 窗口,所以也可以使用终端命令

猜你喜欢

转载自www.cnblogs.com/zhao1070285683/p/10403038.html