embed static resources via statik

This commit is contained in:
Chris Lu
2018-10-07 10:54:05 -07:00
parent a5b5887efc
commit fffbc2d490
11 changed files with 33 additions and 255 deletions

View File

@@ -1,3 +1,6 @@
//go:generate statik -src=./static
// install this first "go get github.com/rakyll/statik"
package main
import (