GoPractice

常用命令行

安装go(1.13.8)
sudo apt install golang-go
查看go版本
go version
编译和运行程序
go run <go_file.go>

备注

更新的go可从 go 下载

单元测试

参考资料