File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ docopt-go
2
2
=========
3
3
4
4
[ ![ 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 )
5
6
6
7
An implementation of [ docopt] ( http://docopt.org/ ) in the
7
8
[ Go] ( http://golang.org/ ) programming language.
@@ -73,6 +74,9 @@ help message format. If `argv` is `nil`, `os.Args[1:]` is used.
73
74
docopt returns a map of option names to the values parsed from ` argv ` , and an
74
75
error or ` nil ` .
75
76
77
+ More documentation for docopt is available at
78
+ [ GoDoc.org] ( https://godoc.org/github.com/docopt/docopt.go ) .
79
+
76
80
## Testing
77
81
78
82
All tests from the Python version are implemented and passing
You can’t perform that action at this time.
0 commit comments