Skip to content

Commit

Permalink
Add note about generate package.
Browse files Browse the repository at this point in the history
  • Loading branch information
joeybloggs authored and joeybloggs committed Nov 17, 2015
1 parent e06253f commit a4fba86
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ Embedding in Source Control
just run go generate from the project root and the files will get embedded ready for
compilation.

Be sure to check out this packages best buddy [https://github.com/go-playground/generate](https://github.com/go-playground/generate)
to help get everything generated and ready for compilation.

Example Usage
```go
// generated via command:
Expand Down
3 changes: 3 additions & 0 deletions static/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ Embedding in Source Control
just run go generate from the project root and the files will get embedded ready for
compilation.
Be sure to check out this packages best buddy https://github.com/go-playground/generate
to help get everything generated and ready for compilation.
NOTE: when specifying paths or directory name in code always use "/", even for you windows users,
the package handles any conversion to you local filesystem paths; Except for the AbsPkgPath
Expand Down

0 comments on commit a4fba86

Please sign in to comment.