【GO】【LiteIDE】
https://blog.csdn.net/qq_32034593/article/details/82986311
下载地址:https://www.golangtc.com/download/liteide
解压
启动
第一个程序: hello vworld
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello World!")
}
Mac选择 “system” ,- > build -> run