work in progress

This commit is contained in:
ston1th 2018-09-04 23:15:47 +02:00
commit 07ff5ccffb
23 changed files with 228 additions and 240 deletions

View file

@ -5,7 +5,7 @@
# it contains html and css and uses the contents
# of the templates directory
templates_go="templates.go"
templates_go="pkg/server/templates.go"
echo "Generating templates.go"
if [ ! -d templates ]; then
@ -19,7 +19,7 @@ cat << EOF > ${templates_go}
// This file is auto-generated by build/templates.sh
// using the contents of the templates directory
package main
package server
import (
"errors"