Add bindata
This commit is contained in:
parent
f9ed3ac363
commit
201201edf3
6 changed files with 54 additions and 29 deletions
3
internal/static/main.go
Normal file
3
internal/static/main.go
Normal file
|
@ -0,0 +1,3 @@
|
|||
package static
|
||||
|
||||
//go:generate go-bindata -pkg $GOPACKAGE --prefix "../../static/" ../../static/...
|
3
internal/templates/main.go
Normal file
3
internal/templates/main.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