Skip to content

Commit

Permalink
Frizz link
Browse files Browse the repository at this point in the history
  • Loading branch information
dave committed Apr 25, 2017
1 parent e9240fe commit 1390181
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Jennifer has a comprehensive suite of examples - see [godoc](https://godoc.org/g
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)
* [kego](https://github.com/kego/ke/blob/master/process/generate/structs.go)
* [frizz](https://github.com/frizz/frizz/blob/master/process/generate/structs.go)

### Rendering
For testing, a File or Statement can be rendered with the fmt package
Expand Down
2 changes: 1 addition & 1 deletion README.md.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Jennifer has a comprehensive suite of examples - see [godoc](https://godoc.org/g
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)
* [kego](https://github.com/kego/ke/blob/master/process/generate/structs.go)
* [frizz](https://github.com/frizz/frizz/blob/master/process/generate/structs.go)

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

0 comments on commit 1390181

Please sign in to comment.