Template Go with Fiber

  • Generate Swagger
swag init -g ./cmd/web/main.go
  • Build docker image
docker build -t template-go:latest .