gokit is a toolkit to init and generate some useful components for a Golang RESTful web service
it uses:
go get -u github.com/yudgnahk/gokit
- Init project:
gokit init
- Generate some stuffs:
gokit new [type] [name]
In which type:
controller
- it will generate a controller, a service and a repositoryservice
- it will generate a service and a repositoryrepository
- it will generate only a repository
- Version:
gokit version
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D