Last active
August 29, 2015 14:01
-
-
Save schmichael/d484a356804b15db3c0e to your computer and use it in GitHub Desktop.
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 # random scripts | |
├── data # db bootstrap files | |
├── devops # salt in our case | |
└── src # code | |
├── ... # a bunch of packages as if they were individual repos | |
└── cmd | |
├── app1 | |
└── appN # all of these are main packages that build our service binaries |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment