Added generation for embedding resources.

This commit is contained in:
Sander Schobers 2020-05-11 14:58:47 +02:00
parent 5e822d0cf9
commit c8cb0095a1
2 changed files with 5 additions and 0 deletions

2
.gitignore vendored
View File

@ -1 +1,3 @@
.vscode/launch.json
cmd/tins2020/*rice-box.*

View File

@ -9,6 +9,9 @@ import (
"opslag.de/schobers/tins2020"
)
//go:generate go get -u github.com/GeertJohan/go.rice/rice
//go:generate rice embed-syso
func main() {
err := run()
if err != nil {