Created
November 15, 2013 02:37
-
-
Save davidbanham/7478238 to your computer and use it in GitHub Desktop.
Go dir structure
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
. | |
├── 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