func github.com/go-pg/pg/v10/internal.IsLower

7 uses

	github.com/go-pg/pg/v10/internal (current package)
		underscore.go#L7: func IsLower(c byte) bool {
		underscore.go#L25: 			if i > 0 && i+1 < len(s) && (IsLower(s[i-1]) || IsLower(s[i+1])) {
		underscore.go#L47: 			if IsLower(c) {
		underscore.go#L61: 	if c := s[0]; IsLower(c) {
		underscore.go#L77: 		if IsLower(c) {
		underscore.go#L88: 		if IsLower(c) {