Proper naming for the bindata and formatting
This commit is contained in:
Родитель
7733e817b5
Коммит
c0cb22c1e3
|
@ -1,3 +1,4 @@
|
|||
package migration
|
||||
|
||||
//go:generate go-bindata -pkg migration -o migration_gen.go sqlite3/ mysql/
|
||||
//go:generate go-bindata -pkg migration -o bindata.go sqlite3/ mysql/
|
||||
//go:generate go fmt bindata.go
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
package static
|
||||
|
||||
//go:generate go-bindata -pkg static -o static_gen.go files/...
|
||||
//go:generate go-bindata -pkg static -o bindata.go files/...
|
||||
//go:generate go fmt bindata.go
|
||||
|
||||
import (
|
||||
"net/http"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
package template
|
||||
|
||||
//go:generate go-bindata -pkg template -o template_gen.go files/
|
||||
//go:generate go-bindata -pkg template -o bindata.go files/
|
||||
//go:generate go fmt bindata.go
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
|
|
Загрузка…
Ссылка в новой задаче