Categorygithub.com/chenchengwork/go-web-framework
modulepackage
0.0.0-20201103021642-0b81e36c0f4b
Repository: https://github.com/chenchengwork/go-web-framework.git
Documentation: pkg.go.dev

# README

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.数据库

  1. mysql
  1. sqlite

3.缓存

  1. redis

3.日志

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author