Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save CommoDor64/9fcf95f3de4b9e977385aa0a4911273a to your computer and use it in GitHub Desktop.
Save CommoDor64/9fcf95f3de4b9e977385aa0a4911273a to your computer and use it in GitHub Desktop.
├── cmd
│   ├── main.go
├── listing
│   ├── listing.go
│   ├── storage.go
│   ├── service.go
│   ├── repo_tests.go
├── user
│   ├── user.go
│   ├── storage.go
│   ├── service.go
│   ├── repo_tests.go
├── go.mod
├── go.sum
├── Makefile
└── Dockerfile

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment