Rework to use golang 1.16 embed package instead of go-bindata. Rework templates to be less insane

This commit is contained in:
2021-10-04 13:03:26 +10:30
parent 3a65a60fcb
commit 87acf0aefb
11 changed files with 66 additions and 35 deletions

2
dau.go
View File

@@ -1,7 +1,5 @@
package main
//go:generate go-bindata -pkg assets -o assets/static.go -prefix data/ data
import (
"encoding/json"
"fmt"