work in progress
This commit is contained in:
parent
38f7c31517
commit
07ff5ccffb
23 changed files with 228 additions and 240 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue