fix the log prackage name

This commit is contained in:
astaxie 2016-01-08 11:47:16 +08:00
parent 4401bfccda
commit 0e3370baa8
1 changed files with 1 additions and 1 deletions

2
fix.go
View File

@ -120,7 +120,7 @@ var rules = []string{
"swagger.Api", "swagger.API",
"swagger.ApiRef", "swagger.APIRef",
"toolbox.UrlMap", "toolbox.URLMap",
"log.LoggerInterface", "log.Logger",
"logs.LoggerInterface", "logs.Logger",
}
func fixFile(file string) error {