(s string)
| 112 | } |
| 113 | |
| 114 | func unexport(s string) string { return strings.ToLower(s[:1]) + s[1:] } |
| 115 | |
| 116 | // deprecationComment is the standard comment added to deprecated |
| 117 | // messages, fields, enums, and enum values. |
no outgoing calls
no test coverage detected