chore: lint

This commit is contained in:
Manfred Touron
2019-01-19 20:01:03 +01:00
parent 1ff20846eb
commit 36f4177b68
7 changed files with 17 additions and 31 deletions

View File

@@ -283,12 +283,12 @@ func samePath(a, b []int32) bool {
return true
}
func findSourceInfoLocation(i interface{}) *descriptor.SourceCodeInfo_Location {
/*func findSourceInfoLocation(i interface{}) *descriptor.SourceCodeInfo_Location {
if pathMap == nil {
return nil
}
return pathMap[i]
}
}*/
func leadingComment(i interface{}) string {
loc := pathMap[i]