aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShun Takebayashi <shun@takebayashi.asia>2017-02-03 22:12:21 +0900
committerShun Takebayashi <shun@takebayashi.asia>2017-02-03 22:12:21 +0900
commitc230ecf7bb5d565c77c0c862d40d20d082c509f9 (patch)
tree021c1276285bd2b5d4af7fa9c744291aa8c02eca
parenta71b91e238406bd68766ee52db63bebedce0e9f6 (diff)
downloadgo-subcommands-c230ecf7bb5d565c77c0c862d40d20d082c509f9.tar.gz
Update Usage in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8205f5e..0ab70d2 100644
--- a/README.md
+++ b/README.md
@@ -11,13 +11,13 @@ Set up a 'print' subcommand:
```go
import (
+ "context"
"flag"
"fmt"
"os"
"strings"
"github.com/google/subcommands"
- "golang.org/x/net/context"
)
type printCmd struct {