diff options
| author | Albert Nigmatzianov <[email protected]> | 2017-03-25 11:43:58 +0500 |
|---|---|---|
| committer | Albert Nigmatzianov <[email protected]> | 2017-03-25 11:43:58 +0500 |
| commit | b205ad1bdd46b40a7311c81e495169e27affe1c0 (patch) | |
| tree | 0b754416488274f31bc3b3c7e6927c122531d50a /README.md | |
| parent | 9ff6c6923cfffbcd502984b8e0c80539a94968b7 (diff) | |
Change `ogier` to `spf13` in docs and README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -270,8 +270,8 @@ func main() { You can see the full reference documentation of the pflag package [at godoc.org][3], or through go's standard documentation system by running `godoc -http=:6060` and browsing to -[http://localhost:6060/pkg/github.com/ogier/pflag][2] after +[http://localhost:6060/pkg/github.com/spf13/pflag][2] after installation. -[2]: http://localhost:6060/pkg/github.com/ogier/pflag -[3]: http://godoc.org/github.com/ogier/pflag +[2]: http://localhost:6060/pkg/github.com/spf13/pflag +[3]: http://godoc.org/github.com/spf13/pflag |
