Skip to content

Commit 5049e98

Browse files
committed
update API and comments for godoc
1 parent add161b commit 5049e98

File tree

4 files changed

+276
-233
lines changed

4 files changed

+276
-233
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ func docopt.ParseQuiet(doc string, argv []string, help bool, version string, opt
7575
package main
7676

7777
import (
78-
"fmt"
79-
docopt "github.com/kbatten/docopt.go"
78+
"fmt"
79+
docopt "github.com/kbatten/docopt.go"
8080
)
8181

8282
func main() {

0 commit comments

Comments
 (0)