mirror of
https://github.com/spf13/viper
synced 2024-11-05 04:37:02 +00:00
docs: add note about go modules to the readme
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
This commit is contained in:
parent
e66f940bcc
commit
a86148e76e
1 changed files with 3 additions and 1 deletions
|
@ -31,10 +31,12 @@ Many Go projects are built using Viper including:
|
|||
|
||||
## Install
|
||||
|
||||
```console
|
||||
```shell
|
||||
go get github.com/spf13/viper
|
||||
```
|
||||
|
||||
**Note:** Viper uses [Go Modules](https://github.com/golang/go/wiki/Modules) to manage dependencies.
|
||||
|
||||
|
||||
## What is Viper?
|
||||
|
||||
|
|
Loading…
Reference in a new issue