创建一个简单的gin项目 cd $GOPATH/src git clone https://github.com/zhiwyan/goadmin.git cd go_web_demo 初始化、下载依赖 make init 编译 make 清空编译文件 make clean