summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2019-08-02 01:34:46 +0800
committertechknowlogick <techknowlogick@gitea.io>2019-08-01 13:34:46 -0400
commite5037943712d45c1edb27ad882f9e1fb024df42d (patch)
tree0a023b72c142f9d8e2938ab1413adb7c544bd8f3
parentbb22e3a1e1a1ebe80390b33114ba49898f45f2a9 (diff)
downloadgitea-e5037943712d45c1edb27ad882f9e1fb024df42d.tar.gz
gitea-e5037943712d45c1edb27ad882f9e1fb024df42d.zip
remove unnecessary fmt on generate bindata (#7706)
-rw-r--r--modules/options/options.go1
-rw-r--r--modules/public/public.go1
-rw-r--r--modules/templates/templates.go1
3 files changed, 0 insertions, 3 deletions
diff --git a/modules/options/options.go b/modules/options/options.go
index 723dd54585..62e8c041bd 100644
--- a/modules/options/options.go
+++ b/modules/options/options.go
@@ -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
diff --git a/modules/public/public.go b/modules/public/public.go
index 8362b42576..df7027572b 100644
--- a/modules/public/public.go
+++ b/modules/public/public.go
@@ -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 {
diff --git a/modules/templates/templates.go b/modules/templates/templates.go
index e7fe3b2bfb..af6bf010c1 100644
--- a/modules/templates/templates.go
+++ b/modules/templates/templates.go
@@ -5,4 +5,3 @@
package templates
//go:generate go run -mod=vendor main.go
-//go:generate go fmt bindata.go