Skip to content

Instantly share code, notes, and snippets.

@davidbanham
Created November 15, 2013 02:37
Show Gist options
  • Save davidbanham/7478238 to your computer and use it in GitHub Desktop.
Save davidbanham/7478238 to your computer and use it in GitHub Desktop.
Go dir structure
.
├── bin
│   └── gotour
├── pkg
│   └── darwin_amd64
│   └── code.google.com
└── src
├── code.google.com
└── github.com
└── davidbanham
├── goplay
│   ├── init_cap
│   ├── init_cap.coffee
│   └── init_cap.go
└── vimmer
├── LICENSE
├── README.md
├── bin
├── mvimmer.go
└── vimmer.go
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment