corrected "go get"

master
Charles Iliya Krempeaux 2024-12-03 18:21:32 -08:00
parent e62fa63822
commit 92d6f78ad6
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ import "github.com/reiver/go-opt"
To install package **opt** do the following: To install package **opt** do the following:
``` ```
GOPROXY=direct go get https://github.com/reiver/go-opt GOPROXY=direct go get github.com/reiver/go-opt
``` ```
## Author ## Author