From 83c1feceab3d6771a54534096c619d5705153f28 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Fri, 2 Aug 2019 00:00:21 +0800 Subject: [PATCH] remove unnecessary fmt on generate bindata --- modules/options/options.go | 1 - modules/public/public.go | 1 - modules/templates/templates.go | 1 - 3 files changed, 3 deletions(-) diff --git a/modules/options/options.go b/modules/options/options.go index 723dd545852c..62e8c041bd79 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 8362b4257693..df7027572bec 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 e7fe3b2bfbe9..af6bf010c1d6 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