go-web-framework 基于gin的web开发脚手架 主要功能 使用说明 1.参数校验 (1). gin 框架有参数校验功能,使用的是github.com/go-playground/validator/v10 (2). 中文使用文档: https://juejin.im/post/6863765115456454664 (3). 自定义错误消息: https://studygolang.com/articles/28368 2.数据库 mysql sqlite 3.缓存 redis 3.日志