Skip to content

Commit ee87ca5

Browse files
authored
Merge pull request #467 from malklera/readme-godoc
fix: README.md indicating the use of godoc(deprecated)
2 parents 3d32e71 + cc34e58 commit ee87ca5

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -323,10 +323,7 @@ func main() {
323323
## More info
324324

325325
You can see the full reference documentation of the pflag package
326-
[at godoc.org][3], or through go's standard documentation system by
327-
running `godoc -http=:6060` and browsing to
328-
[http://localhost:6060/pkg/github.com/spf13/pflag][2] after
329-
installation.
326+
at [pkg.go.dev][2], or through go's standard documentation system by
327+
cloning the repository and running `go doc -http` in it.
330328

331-
[2]: http://localhost:6060/pkg/github.com/spf13/pflag
332-
[3]: http://godoc.org/github.com/spf13/pflag
329+
[2]: https://pkg.go.dev/github.com/spf13/pflag

0 commit comments

Comments
 (0)