Skip to content

Instantly share code, notes, and snippets.

@yota345
Last active February 28, 2017 05:43
Show Gist options
  • Save yota345/1ac06be4a6a838b96928c6119ae333ef to your computer and use it in GitHub Desktop.
Save yota345/1ac06be4a6a838b96928c6119ae333ef to your computer and use it in GitHub Desktop.
GAE directory tree with golang
.
├── readme.md
├── config.toml
└── v1
├── app
│   ├── app-engine.go
│   ├── app.go
│   ├── app.yaml
│   └── queue.yaml
├── app-standalone.go
└── app.go
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment