Skip to content

Instantly share code, notes, and snippets.

@shemul
Created June 12, 2020 19:58
Show Gist options
  • Select an option

  • Save shemul/e975a466fc282ba891f96d54415cab84 to your computer and use it in GitHub Desktop.

Select an option

Save shemul/e975a466fc282ba891f96d54415cab84 to your computer and use it in GitHub Desktop.
├── go.mod
├── go.sum
├── main.go
├── server
│   └── server.go
├── tasks
│   └── tasks.go
├── utils
│   └── utils.go
└── worker
└── worker.go
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment