We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb22e3a commit e503794Copy full SHA for e503794
modules/options/options.go
@@ -5,7 +5,6 @@
5
package options
6
7
//go:generate go run -mod=vendor main.go
8
-//go:generate go fmt bindata.go
9
10
type directorySet map[string][]string
11
modules/public/public.go
@@ -18,7 +18,6 @@ import (
18
)
19
20
21
22
23
// Options represents the available options to configure the macaron handler.
24
type Options struct {
modules/templates/templates.go
@@ -5,4 +5,3 @@
package templates
0 commit comments