• .
    • cmd
      • myapp
        • main.go
    • internal
      • myapp
        • app.go
      • mylib
        • lib.go
    • pkg
      • utils
        • helper.go
    • api
      • myapp.proto
      • myapp.pb.go
    • web
      • static
        • css
        • js
        • images
      • templates
        • index.html
    • build
      • Dockerfile
      • Makefile
    • configs
      • config.yaml
      • config.json
    • init
      • db.sql
    • scripts
      • migrate.sh
      • deploy.sh
    • deploy
      • k8s
        • deployment.yaml
        • service.yaml
    • test
      • integration
      • testdata
    • docs
      • README.md
    • examples
      • simple
        • main.go
    • go.mod
    • go.sum
    • LICENSE