Skip to content

Commit b74119e

Browse files
committed
docs(godoc.org): add status badge and link to hosted godocs
1 parent 326192f commit b74119e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ docopt-go
22
=========
33

44
[![Build Status](https://travis-ci.org/docopt/docopt.go.svg?branch=master)](https://travis-ci.org/docopt/docopt.go)
5+
[![GoDoc](https://godoc.org/github.com/docopt/docopt.go?status.png)](https://godoc.org/github.com/docopt/docopt.go)
56

67
An implementation of [docopt](http://docopt.org/) in the
78
[Go](http://golang.org/) programming language.
@@ -73,6 +74,9 @@ help message format. If `argv` is `nil`, `os.Args[1:]` is used.
7374
docopt returns a map of option names to the values parsed from `argv`, and an
7475
error or `nil`.
7576

77+
More documentation for docopt is available at
78+
[GoDoc.org](https://godoc.org/github.com/docopt/docopt.go).
79+
7680
## Testing
7781

7882
All tests from the Python version are implemented and passing

0 commit comments

Comments
 (0)