Skip to content

Instantly share code, notes, and snippets.

@ykyuen
Created November 19, 2018 06:17
Show Gist options
  • Save ykyuen/96bfb257a7c4a5eb3e41581b419285b7 to your computer and use it in GitHub Desktop.
Save ykyuen/96bfb257a7c4a5eb3e41581b419285b7 to your computer and use it in GitHub Desktop.
setup-nested-html-template-in-go-echo-web-framework-04
golang-echo-template-example/
├── handler/ # folder of request handlers
│ └── home_handler.go
├── vendor/ # dependencies managed by dep
│ ├── github.com/*
│ └── golang.org/*
├── view/ # folder of html templates
│ └── home.html
├── Gopkg.lock # dep config file
├── Gopkg.toml # dep config file
└── main.go # programme entrypoint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment