Skip to content

Commit e503794

Browse files
lunnytechknowlogick
authored andcommitted
remove unnecessary fmt on generate bindata (#7706)
1 parent bb22e3a commit e503794

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

modules/options/options.go

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
package options
66

77
//go:generate go run -mod=vendor main.go
8-
//go:generate go fmt bindata.go
98

109
type directorySet map[string][]string
1110

modules/public/public.go

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import (
1818
)
1919

2020
//go:generate go run -mod=vendor main.go
21-
//go:generate go fmt bindata.go
2221

2322
// Options represents the available options to configure the macaron handler.
2423
type Options struct {

modules/templates/templates.go

-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@
55
package templates
66

77
//go:generate go run -mod=vendor main.go
8-
//go:generate go fmt bindata.go

0 commit comments

Comments
 (0)