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:
@ -23,7 +23,7 @@ func transformDescription(m Matcher, newDesc string) Matcher {
|
||||
}
|
||||
|
||||
type transformDescriptionMatcher struct {
|
||||
desc string
|
||||
desc string
|
||||
wrappedMatcher Matcher
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user