Skip to content

Commit

Permalink
update API and comments for godoc
Browse files Browse the repository at this point in the history
  • Loading branch information
kbatten committed Sep 3, 2013
1 parent add161b commit 5049e98
Show file tree
Hide file tree
Showing 4 changed files with 276 additions and 233 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ func docopt.ParseQuiet(doc string, argv []string, help bool, version string, opt
package main

import (
"fmt"
docopt "github.com/kbatten/docopt.go"
"fmt"
docopt "github.com/kbatten/docopt.go"
)

func main() {
Expand Down
Loading

0 comments on commit 5049e98

Please sign in to comment.