Skip to content

Commit

Permalink
Fix lint warn
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Sep 15, 2023
1 parent 1470e5e commit c24a3ac
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions grpcstub.go
Original file line number Diff line number Diff line change
Expand Up @@ -920,12 +920,3 @@ func splitMethodFullName(mn protoreflect.FullName) (string, string) {
method := splitted[len(splitted)-1]
return service, method
}

func contains(s []string, e string) bool {
for _, v := range s {
if e == v {
return true
}
}
return false
}

0 comments on commit c24a3ac

Please sign in to comment.