diff options
| author | Alex Ogier <[email protected]> | 2013-07-10 20:25:10 -0400 |
|---|---|---|
| committer | Alex Ogier <[email protected]> | 2013-07-10 20:25:10 -0400 |
| commit | fc2d9a0ef658fa4e4c319939fd6f4b6becfccb48 (patch) | |
| tree | 9f3c62479c3363a97e7f8c1fb37ccbb4a6e4ae9c | |
| parent | a7be1c8beca28c928f9bd874b97e32fb3b02baef (diff) | |
Add a link to godoc.org
| -rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -145,9 +145,11 @@ Duration flags accept any input valid for time.ParseDuration. ## More info -You can get a full reference of the pflag package through go's standard -documentation system, for example by running `godoc -http=:6060` and -browsing to [http://localhost:6060/pkg/github.com/ogier/pflag][2] after +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 installation. [2]: http://localhost:6060/pkg/github.com/ogier/pflag +[3]: http://godoc.org/github.com/ogier/pflag |
