Skip to content

Instantly share code, notes, and snippets.

@Tinche
Created March 9, 2016 22:41
Show Gist options
  • Save Tinche/5919cf9a3741db5a4778 to your computer and use it in GitHub Desktop.
Save Tinche/5919cf9a3741db5a4778 to your computer and use it in GitHub Desktop.
.
├── bin
├── glide.lock
├── glide.yaml
├── src
│   └── tin
│   └── hello.go
└── vendor
├── github.com
│   └── codegangsta
│   └── cli
│   ├── altsrc
│   │   ├── flag.go
│   │   ├── flag_test.go
│   │   ├── helpers_test.go
│   │   ├── input_source_context.go
│   │   ├── map_input_source.go
│   │   ├── yaml_command_test.go
│   │   └── yaml_file_loader.go
│   ├── app.go
│   ├── app_test.go
│   ├── appveyor.yml
│   ├── autocomplete
│   │   ├── bash_autocomplete
│   │   └── zsh_autocomplete
│   ├── cli.go
│   ├── command.go
│   ├── command_test.go
│   ├── context.go
│   ├── context_test.go
│   ├── flag.go
│   ├── flag_test.go
│   ├── helpers_test.go
│   ├── help.go
│   ├── help_test.go
│   ├── LICENSE
│   └── README.md
└── gopkg.in
└── yaml.v2
├── apic.go
├── decode.go
├── decode_test.go
├── emitterc.go
├── encode.go
├── encode_test.go
├── LICENSE
├── LICENSE.libyaml
├── parserc.go
├── readerc.go
├── README.md
├── resolve.go
├── scannerc.go
├── sorter.go
├── suite_test.go
├── writerc.go
├── yaml.go
├── yamlh.go
└── yamlprivateh.go
11 directories, 46 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment