Goctls
12/19/22Less than 1 minute
Goctls is a powerful tools for simple admin to gen codes, based on goctl.
It provides more addition features than origin project such as:
- go-swagger : it is different with origin which uses @doc comments
- multi-language support
- optimize error message
- fully support validator and easy to use
- code auto generation for API, RPC and web
- error handling which support multi-languages
- so on
Tool Installation
Run the command in terminal:
go install github.com/suyuan32/goctls@latestAuto fix all dependencies command
goctls env check -i -f --verboseRun this command can auto install protoc, swagger and so on.