安装go
1 | yum install -y go |
百度网盘客户端
1 | go get -u https://github.com/iikira/BaiduPCS-Go |
简单图床 AUXPI
1 | cd $GOPATH/src |
基于终端的图形活动监视器
1 | git clone --depth 1 https://github.com/cjbassi/gotop /tmp/gotop |
下载视频
1 | go get -u github.com/iawia002/annie |
跨平台的网络性能测量工具
1 | go get github.com/Microsoft/ethr |
海报生成器
1 | git clone https://github.com/qbhy/poster-generater.git |
HTTP(S)代理, 用于抓包调试
1 | docker run --name mars -p 8888:8888 -p 9999:9999 -d ouqg/mars:1.0.0 |
自助 Git 服务
1 | sudo su - git |
切换 Git 分支
1 | go get -u github.com/royeo/git-checkout-branch |
命令行压缩和解压
1 | go get -u github.com/mholt/archiver/cmd/arc |
生成可执行文件
1 | go get github.com/mitchellh/gox |
使用 go 的 gin 和 gorm 框架来构建 RESTful API 微服务