Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dave committed May 6, 2017
1 parent 0329cc0 commit ec41c59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,9 @@ chat: I'm happy to help! Feel free to open an issue, email me or mention @dave
in your PR.

### Examples
Jennifer has a comprehensive suite of examples - see [godoc](https://godoc.org/github.com/dave/jennifer/jen#pkg-examples) for an index. The code that powers jennifer is generated by jennifer itself, see the
[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:
Jennifer has a comprehensive suite of examples - see [godoc](https://godoc.org/github.com/dave/jennifer/jen#pkg-examples) for an index. Here's some examples of jennifer being used in the real-world:

* [genjen](https://github.com/dave/jennifer/blob/master/genjen/render.go) (which generates much of jennifer, using data in [data.go](https://github.com/dave/jennifer/blob/master/genjen/data.go))
* [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)
Expand Down
5 changes: 2 additions & 3 deletions README.md.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,9 @@ chat: I'm happy to help! Feel free to open an issue, email me or mention @dave
in your PR.

### Examples
Jennifer has a comprehensive suite of examples - see [godoc](https://godoc.org/github.com/dave/jennifer/jen#pkg-examples) for an index. The code that powers jennifer is generated by jennifer itself, see the
[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:
Jennifer has a comprehensive suite of examples - see [godoc](https://godoc.org/github.com/dave/jennifer/jen#pkg-examples) for an index. Here's some examples of jennifer being used in the real-world:

* [genjen](https://github.com/dave/jennifer/blob/master/genjen/render.go) (which generates much of jennifer, using data in [data.go](https://github.com/dave/jennifer/blob/master/genjen/data.go))
* [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)
Expand Down

0 comments on commit ec41c59

Please sign in to comment.