1
0
mirror of https://github.com/beego/bee.git synced 2025-07-05 18:20:18 +00:00

go vet happy

This commit is contained in:
astaxie
2016-01-25 21:43:29 +08:00
parent 460aa32b7e
commit 0dbe35a943
4 changed files with 1 additions and 5 deletions

View File

@ -251,7 +251,6 @@ func commentAnnotations(src string) []Annotation {
annotations = append(annotations, Annotation{Kind: CommentAnnotation, Pos: int16(p), End: int16(e)})
}
}
return nil
}
type sliceWriter struct{ p *[]byte }