We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4134de commit 5091808Copy full SHA for 5091808
cmd/web.go
@@ -39,9 +39,9 @@ import (
39
"github.com/go-macaron/i18n"
40
"github.com/go-macaron/session"
41
"github.com/go-macaron/toolbox"
42
+ context2 "github.com/gorilla/context"
43
"github.com/urfave/cli"
44
macaron "gopkg.in/macaron.v1"
- context2 "github.com/gorilla/context"
45
)
46
47
// CmdWeb represents the available web sub-command.
@@ -70,13 +70,6 @@ and it takes care of all the other things for you`,
70
},
71
}
72
73
-// VerChecker is a listing of required dependency versions.
74
-type VerChecker struct {
75
- ImportPath string
76
- Version func() string
77
- Expected string
78
-}
79
-
80
// newMacaron initializes Macaron instance.
81
func newMacaron() *macaron.Macaron {
82
m := macaron.New()
0 commit comments