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
essentials contain simple & useful utils for go lang. aah framework utilizes essentials (aka `ess`) library across.
5
+
***v0.1 [released](https://github.com/go-aah/essentials/releases/latest) and tagged on Jan 22, 2017***
6
6
7
-
*It's an independent library, can be used separately with any `Go` language project. Feel free to use it.*
7
+
`essentials` contain simple & useful utils for go lang. aah framework utilizes essentials (aka `ess`) library across. Essential library complements with handy methods for:
8
+
* filepath
9
+
* go
10
+
* io
11
+
* os
12
+
* reflect
13
+
* string
14
+
15
+
*`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