go-web is a simple web application written in golang.
- Separate
object
,controller
,repo
andservice
layer - Docker image build and package publish using git Actions
- Kubernetes deployment manifest
gotenv
- loading the environment variables to the runtime environmentgorilla/mux
- powerful URL router and dispatchergorm
- ORM library for Golangrs/cors
- Cross Origin Resource Sharing W3 specification in Golang.zap
- fast, structured, leveled loggingeidos
- rolling logger and managementjwt-go
- JWT implementation for golang