Skip to content
Snippets Groups Projects
Commit c230ecf7 authored by Shun Takebayashi's avatar Shun Takebayashi
Browse files

Update Usage in README

parent a71b91e2
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