Skip to content

Instantly share code, notes, and snippets.

@vyskocilm
Created November 9, 2018 08:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vyskocilm/c5ac8baf1a8ff884276a2a39ba3cd2bc to your computer and use it in GitHub Desktop.
Save vyskocilm/c5ac8baf1a8ff884276a2a39ba3cd2bc to your computer and use it in GitHub Desktop.
gazpacho1.md
.
├── g
│   ├── cfg
│   │   ├── cfg.go
│   │   ├── cfg_test.go
│   │   ├── go.mod
│   │   └── testdata
│   ├── go.mod
│   └── lib.go
├── go.mod
├── go.sum
├── out
├── project1-serviceA
│   ├── go.mod
│   ├── go.sum
│   ├── main.go
│   └── project1-serviceA
├── project2
│   └── hello.php
└── README.md

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