You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
***v0.6[released](https://github.com/go-aah/essentials/releases/latest) and tagged on Jul 22, 2017***
5
+
***v0.7[released](https://github.com/go-aah/essentials/releases/latest) and tagged on Sep 29, 2017***
6
6
7
7
`essentials` contains simple & useful utils methods for Go. aah framework utilizes essentials (aka `ess`) library across. Essentials library complements with handy methods, refer godoc to know more about methods:
8
-
* filepath
9
-
* GUID (Globally Unique Identifier)
10
-
* random string, random byte generation at fixed length
11
-
* go
12
-
* io
13
-
* os
14
-
* reflect
15
-
* string
16
-
* archive (zip)
8
+
9
+
* filepath
10
+
* GUID (Globally Unique Identifier - Mongo Object ID algorithm)
11
+
* random string, random byte generation at fixed length
12
+
* go
13
+
* io
14
+
* os
15
+
* reflect
16
+
* string
17
+
* encode
18
+
* archive (zip)
17
19
18
20
*`essentials` developed for aah framework. However, it's an independent library, can be used separately with any `Go` language project. Feel free to use it.*
0 commit comments