Skip to content

Commit

Permalink
Fixing pflag link
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-m authored Mar 8, 2021
1 parent e14a5b0 commit 12e8fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ func main() {

### Reading from command line

The following example shows the use of `posflag.Provider`, a wrapper over [spf13/pflag](/spf13/pflag) library, an advanced commandline lib. For Go's built in `flag` package, use `basicflag.Provider`.
The following example shows the use of `posflag.Provider`, a wrapper over the [spf13/pflag](https://github.com/spf13/pflag) library, an advanced commandline lib. For Go's built in `flag` package, use `basicflag.Provider`.

```go
package main
Expand Down

0 comments on commit 12e8fc8

Please sign in to comment.