fixed templating
This commit is contained in:
parent
e077d0484b
commit
c5e839e13e
9 changed files with 168 additions and 91 deletions
3
internal/static/static.go
Normal file
3
internal/static/static.go
Normal file
|
@ -0,0 +1,3 @@
|
|||
package static
|
||||
|
||||
//go:generate go-bindata -pkg $GOPACKAGE --prefix "../../static/" ../../static/...
|
3
internal/templates/templates.go
Normal file
3
internal/templates/templates.go
Normal file
|
@ -0,0 +1,3 @@
|
|||
package templates
|
||||
|
||||
//go:generate go-bindata -pkg $GOPACKAGE --prefix "../../templates/" ../../templates/...
|
Loading…
Add table
Add a link
Reference in a new issue