Use go generate for Packr2 and GraphQL files

This commit is contained in:
Friendly C
2019-07-11 18:57:50 +02:00
parent 56d010144e
commit 4627db8ade
5 changed files with 7 additions and 14 deletions

View File

@@ -1,3 +1,5 @@
//go:generate go run github.com/99designs/gqlgen
//go:generate packr2
package main
import (