Enable Go Modules

This commit is contained in:
unknwon
2019-08-03 19:20:44 -07:00
parent 8659100d2d
commit bb0c6f03a1
2 changed files with 3 additions and 6 deletions
-6
View File
@@ -28,12 +28,6 @@ To use a tagged revision:
$ go get gopkg.in/ini.v1
```
To use with latest changes:
```sh
$ go get github.com/go-ini/ini
```
Please add `-u` flag to update in the future.
## Getting Help
+3
View File
@@ -0,0 +1,3 @@
module gopkg.in/ini.v1
go 1.12