1
0
Fork 0
mirror of https://github.com/Luzifer/rconfig.git synced 2024-11-08 16:00:10 +00:00

Documented versioned dependency

This commit is contained in:
Knut Ahlers 2015-09-08 23:15:13 +02:00
parent da841b2cc9
commit 541280b9bb

View file

@ -14,6 +14,12 @@ Install by running:
go get -u github.com/Luzifer/rconfig
```
OR fetch a specific version:
```
go get -u gopkg.in/luzifer/rconfig.v1
```
Run tests by running:
```