Skip to content
Snippets Groups Projects
Commit 43f65add authored by Andrew Jackura's avatar Andrew Jackura Committed by GitHub
Browse files

Merge pull request #7 from takebayashi/doc-context17

Update Usage in README
parents a71b91e2 c230ecf7
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment