Skip to content

Commit

Permalink
Update README with instructions for go generate
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberdelia committed Nov 28, 2014
1 parent a0009cf commit 3f28c7a
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 @@ -27,6 +27,12 @@ package heroku
...
```

Or using ``go generate``:

```
//go:generate schematic -o heroku/heroku.go platform-api.json
```

## Client Usage

You then would be able to use the package as follow:
Expand Down

0 comments on commit 3f28c7a

Please sign in to comment.