1
0
mirror of https://github.com/beego/bee.git synced 2025-06-12 20:20:40 +00:00

Refactor!

create sub packages
delete unused code
delete code from not use command cmdRouter,cmdTest, cmdRundocs
make command plugins
check with gosimple,staticcheck,go vet,unused,unconvert
This commit is contained in:
Sergey Lanzman
2017-03-07 01:58:53 +02:00
parent 74baba4f63
commit c538bfbc8f
47 changed files with 1838 additions and 2467 deletions

View File

@ -23,7 +23,7 @@ func transformDescription(m Matcher, newDesc string) Matcher {
}
type transformDescriptionMatcher struct {
desc string
desc string
wrappedMatcher Matcher
}