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.4 [released](https://github.com/go-aah/config/releases/latest) and tagged on Apr 10, 2017***
6
+
***v0.4.1[released](https://github.com/go-aah/config/releases/latest) and tagged on Apr 23, 2017***
7
7
8
8
`config` library is powerful and flexible for configuration purpose. It's thin layer around `forge` config syntax which is very similar to Typesafe HOCON syntax :satisfied:. aah framework and it's modules is powered with `aah/config` library.
9
9
10
10
*`config` developed for aah framework. However it's an independent library, can be used separately with any `Go` language project. Feel free to use it.*
11
11
12
12
# Installation
13
13
#### Stable Version - Production Ready
14
-
```sh
14
+
```bash
15
15
# install the library
16
16
go get -u aahframework.org/config.v0
17
17
```
18
18
19
-
See official page [TODO]
19
+
Visit official website https://aahframework.org to learn more.
0 commit comments