Categorygithub.com/jinycoo/jinygo
module
1.0.0
Repository: https://github.com/jinycoo/jinygo.git
Documentation: pkg.go.dev

# README

Jinygo

a golang micro web framework

项目简介

database - mysql elasticsearch

cache - redis

message queue - rabbitmq

log

web http

grpc


go get github.com/jinycoo/jiny

jiny new project_name -o auther -m module -p project_path

cd project_path/project_name

vim ./bin/app.toml

go run ./cmd/main.go -conf_path ./bin/app.toml

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
*------------------------------------------------------------** * @filename config/ * @author jinycoo * @version 1.0.0 * @date 2019-08-15 13:20 * @desc config - **------------------------------------------------------------**/.
No description provided by the author
*------------------------------------------------------------** * @filename ctime/time.go * @author jinycoo * @version 1.0.0 * @date 2019-07-15 14:06 * @desc ctime - **------------------------------------------------------------**/.
No description provided by the author
*------------------------------------------------------------** * @filename errors/status.go * @author jinycoo * @version 1.0.0 * @date 2019-08-15 15:36 * @desc errors - status **------------------------------------------------------------**/.
*------------------------------------------------------------** * @filename zap/log.go * @author jinycoo - [email protected] * @version 1.0.0 * @date 2021/3/15 下午3:44 * @desc jinycoo.com-zap-log: summary **------------------------------------------------------------**/.
*------------------------------------------------------------** * @filename naming/naming.go * @author jinycoo * @version 1.0.0 * @date 2019-08-15 15:07 * @desc naming - naming **------------------------------------------------------------**/.
No description provided by the author
No description provided by the author
*------------------------------------------------------------** * @filename stat/stat.go * @author jinycoo * @version 1.0.0 * @date 2019-07-25 14:32 * @desc stat - 统计 **------------------------------------------------------------**/.
No description provided by the author
No description provided by the author
*------------------------------------------------------------** * @filename utils/ * @author jinycoo * @version 1.0.0 * @date 2019-08-02 10:24 * @desc utils - **------------------------------------------------------------**/.
Package validator implements value validations for structs and individual fields based on tags.