We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d59c877 commit 27c9db2Copy full SHA for 27c9db2
utils/strings.go
@@ -0,0 +1,7 @@
1
+package utils
2
+
3
+import "strings"
4
5
+func ToLower(s string) string {
6
+ return strings.ToLower(s)
7
+}
0 commit comments