Skip to content

Commit

Permalink
Add zerogen to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
dave committed May 6, 2017
1 parent a149c71 commit 0329cc0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ Jennifer has a comprehensive suite of examples - see [godoc](https://godoc.org/g
[genjen package](https://github.com/dave/jennifer/tree/master/genjen) -
it uses data in [data.go](https://github.com/dave/jennifer/blob/master/genjen/data.go), which is processed by [render.go](https://github.com/dave/jennifer/blob/master/genjen/render.go) to create [generated.go](https://github.com/dave/jennifer/blob/master/jen/generated.go). More examples of jennifer being used in the real-world:

* [go-contentful-generator](https://github.com/nicolai86/go-contentful-generator)
* [frizz](https://github.com/frizz/frizz/blob/master/process/generate/structs.go)
* [zerogen](https://github.com/mrsinham/zerogen/blob/master/generator.go)
* [go-contentful-generator](https://github.com/nicolai86/go-contentful-generator)

### Rendering
For testing, a File or Statement can be rendered with the fmt package
Expand Down
3 changes: 2 additions & 1 deletion README.md.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ Jennifer has a comprehensive suite of examples - see [godoc](https://godoc.org/g
[genjen package](https://github.com/dave/jennifer/tree/master/genjen) -
it uses data in [data.go](https://github.com/dave/jennifer/blob/master/genjen/data.go), which is processed by [render.go](https://github.com/dave/jennifer/blob/master/genjen/render.go) to create [generated.go](https://github.com/dave/jennifer/blob/master/jen/generated.go). More examples of jennifer being used in the real-world:

* [go-contentful-generator](https://github.com/nicolai86/go-contentful-generator)
* [frizz](https://github.com/frizz/frizz/blob/master/process/generate/structs.go)
* [zerogen](https://github.com/mrsinham/zerogen/blob/master/generator.go)
* [go-contentful-generator](https://github.com/nicolai86/go-contentful-generator)

### Rendering
For testing, a File or Statement can be rendered with the fmt package
Expand Down

0 comments on commit 0329cc0

Please sign in to comment.