Go to file
Adhityaa e0f9679694 router_static.go: use different template delims
Vue.js uses the same template system {{variable}}, and that clashes
with Go's default delimiters for templates.
2018-06-03 14:03:47 +05:30
api router_static.go: use different template delims 2018-06-03 14:03:47 +05:30
db db: add Makefile 2018-05-27 23:40:46 +05:30
frontend .gitignore: use a root gitignore 2018-05-27 23:40:46 +05:30
templates templates/Makefile: change TMPL_* to TEMPLATES_* 2018-05-27 23:40:46 +05:30
.editorconfig editoconfig: add go rules 2018-05-28 00:02:58 +05:30
.gitignore .gitignore: use a root gitignore 2018-05-27 23:40:46 +05:30
LICENSE LICENSE: add MIT 2018-05-27 23:40:43 +05:30
Makefile Makefile: add db targets 2018-05-27 23:40:46 +05:30