Skip to content

Instantly share code, notes, and snippets.

@vdemeester
Created November 25, 2016 16:35
Show Gist options
  • Save vdemeester/a8b7965683fae520eed2ecf3e8b35916 to your computer and use it in GitHub Desktop.
Save vdemeester/a8b7965683fae520eed2ecf3e8b35916 to your computer and use it in GitHub Desktop.
target
├── 2 -> /home/vincent/go/src/github.com/vdemeester/tuck/testdata/b/2
├── 5 -> /home/vincent/go/src/github.com/vdemeester/tuck/testdata/c/5
├── 6 -> /home/vincent/go/src/github.com/vdemeester/tuck/testdata/d/6
├── b
│   └── 1 -> /home/vincent/go/src/github.com/vdemeester/tuck/testdata/a/b/1
├── d
│   └── 3 -> /home/vincent/go/src/github.com/vdemeester/tuck/testdata/c/d/3
├── e
│   ├── 7 -> /home/vincent/go/src/github.com/vdemeester/tuck/testdata/d/e/7
│   └── f
│   └── 4 -> /home/vincent/go/src/github.com/vdemeester/tuck/testdata/d/e/f/4
└── f
├── 9 -> /home/vincent/go/src/github.com/vdemeester/tuck/testdata/d/f/9
└── g
└── 8 -> /home/vincent/go/src/github.com/vdemeester/tuck/testdata/d/f/g/8
6 directories, 9 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment