/GoNowQs

Primary LanguageGoApache License 2.0Apache-2.0

GoNowQs

This golang frame

Under development

Swagger

# github.com/swaggo/swag

# admin api document
# swag init -g http/admin/controller/base.go -o ./http/admin/swagger

swag init

Frame Structure

|--cli              cmd appliction
|--config           config message function
|--errorcode        errorcode message function
|--http             about http appliction
|  |--admin         Backstage
|  |--middleware    middleware
|  |--routers       router
|--language         language message function
|--log              log file
|--models           model
|  |--mysql         about mysql model
|  |--redis         about redis model
|--utils            utils function
go.mod
LICENSE
main.go
README.md