This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
remove unnecessary fmt on generate bindata (
#7706
)
for-closed-social
Lunny Xiao
5 years ago
committed by
techknowlogick
parent
bb22e3a1e1
commit
e503794371
3 changed files
with
0 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
modules/options/options.go
+0
-1
modules/public/public.go
+0
-1
modules/templates/templates.go
+ 0
- 1
modules/options/options.go
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
+ 0
- 1
modules/public/public.go
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
{
+ 0
- 1
modules/templates/templates.go
View File
@ -5,4 +5,3 @@
package
templates
//go:generate go run -mod=vendor main.go
//go:generate go fmt bindata.go
Write
Preview
Loading…
Cancel
Save