Created
September 7, 2016 19:04
-
-
Save chris-martin/000d48f629507f1467c063c2859a3421 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
chris@renzo ~> tree -L 3 /nix/store/jvsx0g86is0ryjxdrsql5q7nv349jnf1-go-1.6.3 | |
/nix/store/jvsx0g86is0ryjxdrsql5q7nv349jnf1-go-1.6.3 | |
├── bin | |
│ ├── go | |
│ └── gofmt | |
├── nix-support | |
│ └── setup-hook | |
└── share | |
└── go | |
├── api | |
├── AUTHORS | |
├── bin | |
├── CONTRIBUTING.md | |
├── CONTRIBUTORS | |
├── doc | |
├── favicon.ico | |
├── lib | |
├── LICENSE | |
├── misc | |
├── PATENTS | |
├── pkg | |
├── README.md | |
├── robots.txt | |
├── src | |
├── test | |
└── VERSION |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment