mirror of
https://github.com/netbirdio/easyjson.git
synced 2026-05-22 18:44:42 -07:00
Get rid of unused isNumeric() function
This commit is contained in:
@@ -390,9 +390,6 @@ func isUpper(b byte) bool {
|
||||
return b >= 65 && b <= 90
|
||||
}
|
||||
|
||||
func isNumeric(b byte) bool {
|
||||
return b >= 48 && b <= 57
|
||||
}
|
||||
// convert HTTPRestClient to httpRestClient
|
||||
func lowerFirst(s string) string {
|
||||
if s == "" {
|
||||
|
||||
Reference in New Issue
Block a user