Skip to content

Commit 5091808

Browse files
authored
remove unused struct (#1062)
1 parent e4134de commit 5091808

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

cmd/web.go

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ import (
3939
"github.com/go-macaron/i18n"
4040
"github.com/go-macaron/session"
4141
"github.com/go-macaron/toolbox"
42+
context2 "github.com/gorilla/context"
4243
"github.com/urfave/cli"
4344
macaron "gopkg.in/macaron.v1"
44-
context2 "github.com/gorilla/context"
4545
)
4646

4747
// CmdWeb represents the available web sub-command.
@@ -70,13 +70,6 @@ and it takes care of all the other things for you`,
7070
},
7171
}
7272

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-
8073
// newMacaron initializes Macaron instance.
8174
func newMacaron() *macaron.Macaron {
8275
m := macaron.New()

0 commit comments

Comments
 (0)