This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
remove unnecessary fmt on generate bindata (
#7706
)
tags/v1.11.0-dev
Lunny Xiao
techknowlogick
6 years ago
parent
a5fee1c0c1
commit
263f38a6dc
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