repository
0.0.0-20220406144333-e249936c31b4
Repository: https://github.com/kevisong/hello-go-web.git
Documentation: pkg.go.dev
# README
hello-go-web
Standard Go web project init template derived from https://github.com/golang-standards/project-layout
Dependencies
Core dependencies:
- Web framework: https://github.com/gin-gonic/gin
- Configuration: https://github.com/go-yaml/yaml
- Database: https://github.com/go-gorm/gorm
- Log: https://github.com/sirupsen/logrus
Other dependencies
- Web integration: https://github.com/rakyll/statik
WIP
- docs
- config auto-generate
- gRPC
- gRPC-Gateway
- Swagger