Skip to content

Instantly share code, notes, and snippets.

@justincampbell
Created January 8, 2015 20:21
Show Gist options
  • Save justincampbell/8f2ff7e264fc4b9d5fa2 to your computer and use it in GitHub Desktop.
Save justincampbell/8f2ff7e264fc4b9d5fa2 to your computer and use it in GitHub Desktop.
$ tree -L 3 $GOPATH/src
/Users/Justin/Code/go/src
├── bitbucket.org
│   └── mountdiablo
│   └── ce_nikola
├── code.google.com
│   └── p
│   ├── go-uuid
│   ├── go.tools
│   ├── goplan9
│   └── rog-go
├── github.com
│   ├── Sirupsen
│   │   └── logrus
│   ├── bmizerany
│   │   └── assert
│   ├── github
│   │   └── hub
│   ├── golang
│   │   └── lint
│   ├── jfrazelle
│   │   └── weather
│   ├── jstemmer
│   │   └── gotags
│   ├── justincampbell
│   │   ├── emoji-weather
│   │   ├── forecast
│   │   ├── go-playground
│   │   ├── tmux-pomodoro
│   │   └── url-shortener-go
│   ├── kisielk
│   │   ├── errcheck
│   │   └── gotool
│   ├── kr
│   │   ├── pretty
│   │   └── text
│   ├── mitchellh
│   │   └── colorstring
│   ├── mlbright
│   ├── nsf
│   │   └── gocode
│   └── streadway
│   └── amqp
└── golang.org
└── x
└── tools
44 directories, 0 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment