Skip to content

Instantly share code, notes, and snippets.

@madflojo
Last active May 16, 2021 21:49
Show Gist options
  • Save madflojo/8a7f9dda62cd627799927f03f5e29b0d to your computer and use it in GitHub Desktop.
Save madflojo/8a7f9dda62cd627799927f03f5e29b0d to your computer and use it in GitHub Desktop.
Viper Article - Before Structure
$ tree -L 2
.
├── CONTRIBUTING.md
├── Dockerfile
├── LICENSE
├── Makefile
├── README.md
├── app
│ ├── app.go
│ ├── app_test.go
│ └── server.go
├── cmd
│ └── go-quick
├── config
│ ├── config.go
│ └── config_test.go
├── dev-compose.yml
├── doc.go
├── docker-compose.yml
├── docker-entrypoint.sh
├── go.mod
├── go.sum
└── secret.txt
5 directories, 19 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment