remove unnecessary fmt on generate bindata (#7706)

pull/7707/head^2
Lunny Xiao 2019-08-02 01:34:46 +08:00 committed by techknowlogick
parent bb22e3a1e1
commit e503794371
3 changed files with 0 additions and 3 deletions

View File

@ -5,7 +5,6 @@
package options
//go:generate go run -mod=vendor main.go
//go:generate go fmt bindata.go
type directorySet map[string][]string

View File

@ -18,7 +18,6 @@ import (
)
//go:generate go run -mod=vendor main.go
//go:generate go fmt bindata.go
// Options represents the available options to configure the macaron handler.
type Options struct {

View File

@ -5,4 +5,3 @@
package templates
//go:generate go run -mod=vendor main.go
//go:generate go fmt bindata.go