From fc2d9a0ef658fa4e4c319939fd6f4b6becfccb48 Mon Sep 17 00:00:00 2001 From: Alex Ogier Date: Wed, 10 Jul 2013 20:25:10 -0400 Subject: Add a link to godoc.org --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a9506fd..a12d94d 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3