Skip to content

Commit

Permalink
typical usage
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Mar 19, 2017
1 parent 725bb04 commit 4808d7c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ For usage info, just run the command:
$ go-sumtype
```

Typical usage might look like this:

```
$ go-sumtype $(go list ./... | grep -v vendor)
```

### Usage

go-sumtype takes a list of Go package paths or files and looks for sum type
Expand Down

0 comments on commit 4808d7c

Please sign in to comment.