This commit is contained in:
Remco
2017-03-21 15:55:38 +01:00
commit 648a3f436b
70 changed files with 15081 additions and 0 deletions

5
bindata.go Normal file
View File

@@ -0,0 +1,5 @@
package web
//go:generate go-bindata -pkg web -o bindata_gen.go -ignore \.map\$ dist/...
var Prefix = "dist"