Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Cibernomadas
Last active May 25, 2018 20:38
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 Cibernomadas/cf6376ce0765acb6dba9027081de5884 to your computer and use it in GitHub Desktop.
Save Cibernomadas/cf6376ce0765acb6dba9027081de5884 to your computer and use it in GitHub Desktop.
.
├── Gopkg.lock
├── Gopkg.toml
├── LICENSE
├── cmd
│   └── goblog
│   └── main.go
├── vendor
└── webapp
├── public
│   ├── css
│   ├── img
│   └── js
├── router
│   └── main.go
└── template
└── index.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment