Skip to content

Instantly share code, notes, and snippets.

@vyskocilm
Created November 9, 2018 07:41
Show Gist options
  • Save vyskocilm/33eb6220e5a32aad08322ce2fd00ee78 to your computer and use it in GitHub Desktop.
Save vyskocilm/33eb6220e5a32aad08322ce2fd00ee78 to your computer and use it in GitHub Desktop.
gazpacho.md
.
├── g
│   ├── cfg
│   │   ├── cfg.go
│   │   ├── cfg_test.go
│   │   └── testdata
│   └── lib.go
├── go.mod
├── go.sum
├── out
├── project1-serviceA
│   ├── go.mod
│   ├── go.sum
│   ├── main.go
│   └── project1-serviceA
├── project2
│   └── hello.php
└── README.md

5 directories, 12 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment