Skip to content

Commit

Permalink
add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-codes authored Oct 9, 2024
1 parent 1c319cb commit 2251a84
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# getopt
[![Go Reference](https://pkg.go.dev/badge/github.com/jon-codes/getopt.svg)](https://pkg.go.dev/github.com/jon-codes/getopt)
[![codecov](https://codecov.io/github/jon-codes/getopt/graph/badge.svg?token=CF7WDJOFVY)](https://codecov.io/github/jon-codes/getopt)
[![Go Report Card](https://goreportcard.com/badge/github.com/jon-codes/getopt)](https://goreportcard.com/report/github.com/jon-codes/getopt)

Package `getopt` provides a zero-dependency Go implementation of the Unix getopt function for parsing command-line options.

Expand Down

0 comments on commit 2251a84

Please sign in to comment.