Embedding frontend via Pkger

This commit is contained in:
Juan Font Alonso
2020-07-04 13:38:58 +02:00
parent 8187085e39
commit 1ddb4febe8
5 changed files with 50 additions and 1 deletions

View File

@@ -31,6 +31,5 @@ func main() {
if err != nil {
log.Fatalln(err)
}
h.Serve()
}