Clean Go框架 特征 路由器 控制器和型号 RESTful JSON API MySQL / Redis的 读/写拆分 连接池 ORM 记录仪 设定档 建造 中间件:身份验证 Quicktart # init db mysql -uroot -proot < sql/test.sql # local go run server.go or # build ./build.sh ./server -c config.json # test curl -v http://localhost:8080/health curl -X POST -H "Content-Type: ap