Skip to content

Commit

Permalink
Merge pull request #68 from glenn-m/master
Browse files Browse the repository at this point in the history
Fixing pflag link
  • Loading branch information
knadh authored Mar 9, 2021
2 parents e14a5b0 + 12e8fc8 commit 81e20a9
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 81e20a9

Please sign in to comment.