move TODOs into issues

This commit is contained in:
Ben Kraft
2021-04-21 19:05:38 -07:00
parent 748f2cf072
commit b399e0d740
8 changed files with 5 additions and 78 deletions
-1
View File
@@ -25,7 +25,6 @@ func lowerFirst(s string) string {
}
func upperFirst(s string) string {
// TODO: initialisms
return changeFirst(strings.TrimLeft(s, "_"), unicode.ToUpper)
}