Browse Source

Update README.md

Volodymyr Tkach 2 years ago
parent
commit
8579af3fff
1 changed files with 6 additions and 0 deletions
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -294,3 +294,9 @@ func main() {
 // Params will be readed: host, port
 // ENV will be readed too: ENV_HOST, ENV_PORT
 ```
+
+## utils
+
+```go
+func RandomString(length int) string
+```