From 9bfa3fb2dc35c543a5ef02cb12ab3089f6a470f7 Mon Sep 17 00:00:00 2001 From: Dave Brophy Date: Sat, 4 Feb 2017 11:40:29 +0100 Subject: [PATCH 1/5] Add Jennifer to code generation category --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5f00b1e..c188650 100644 --- a/README.md +++ b/README.md @@ -470,6 +470,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [gen](https://github.com/clipperhouse/gen) - Code generation tool for ‘generics’-like functionality. * [go-linq](https://github.com/ahmetalpbalkan/go-linq) - .NET LINQ-like query methods for Go. * [interfaces](https://github.com/rjeczalik/interfaces) - Command line tool for generating interface definitions. +* [jennifer](https://github.com/davelondon/jennifer/) - A code generator for Go. * [pkgreflect](https://github.com/ungerik/pkgreflect) - A Go preprocessor for package scoped reflection. From 6361b59f58c4ae769dc65a600502ce47437b9e56 Mon Sep 17 00:00:00 2001 From: Dave Brophy Date: Sat, 4 Feb 2017 21:07:10 +0100 Subject: [PATCH 2/5] Update description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c188650..f440d66 100644 --- a/README.md +++ b/README.md @@ -470,7 +470,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [gen](https://github.com/clipperhouse/gen) - Code generation tool for ‘generics’-like functionality. * [go-linq](https://github.com/ahmetalpbalkan/go-linq) - .NET LINQ-like query methods for Go. * [interfaces](https://github.com/rjeczalik/interfaces) - Command line tool for generating interface definitions. -* [jennifer](https://github.com/davelondon/jennifer/) - A code generator for Go. +* [jennifer](https://github.com/davelondon/jennifer/) - generate Go code without templates. * [pkgreflect](https://github.com/ungerik/pkgreflect) - A Go preprocessor for package scoped reflection. From 1f893183b2e8793b1783aee62fbdc618ae1c1f95 Mon Sep 17 00:00:00 2001 From: Dave Brophy Date: Sat, 4 Feb 2017 21:08:00 +0100 Subject: [PATCH 3/5] Description caps --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f440d66..e95d7e3 100644 --- a/README.md +++ b/README.md @@ -470,7 +470,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [gen](https://github.com/clipperhouse/gen) - Code generation tool for ‘generics’-like functionality. * [go-linq](https://github.com/ahmetalpbalkan/go-linq) - .NET LINQ-like query methods for Go. * [interfaces](https://github.com/rjeczalik/interfaces) - Command line tool for generating interface definitions. -* [jennifer](https://github.com/davelondon/jennifer/) - generate Go code without templates. +* [jennifer](https://github.com/davelondon/jennifer/) - Generate Go code without templates. * [pkgreflect](https://github.com/ungerik/pkgreflect) - A Go preprocessor for package scoped reflection. From 60b465767cb4ed872e3e2aa5587be7cd581a988f Mon Sep 17 00:00:00 2001 From: Dave Brophy Date: Sat, 4 Feb 2017 21:09:34 +0100 Subject: [PATCH 4/5] Add arbitrary to description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e95d7e3..bacfa8c 100644 --- a/README.md +++ b/README.md @@ -470,7 +470,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [gen](https://github.com/clipperhouse/gen) - Code generation tool for ‘generics’-like functionality. * [go-linq](https://github.com/ahmetalpbalkan/go-linq) - .NET LINQ-like query methods for Go. * [interfaces](https://github.com/rjeczalik/interfaces) - Command line tool for generating interface definitions. -* [jennifer](https://github.com/davelondon/jennifer/) - Generate Go code without templates. +* [jennifer](https://github.com/davelondon/jennifer/) - Generate arbitrary Go code without templates. * [pkgreflect](https://github.com/ungerik/pkgreflect) - A Go preprocessor for package scoped reflection. From f98936746f9d4f9b55efc58edce5340a44b1c9f9 Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Sat, 4 Feb 2017 22:25:57 -0500 Subject: [PATCH 5/5] Remove unneeded trailing slash. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bacfa8c..533a639 100644 --- a/README.md +++ b/README.md @@ -470,7 +470,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [gen](https://github.com/clipperhouse/gen) - Code generation tool for ‘generics’-like functionality. * [go-linq](https://github.com/ahmetalpbalkan/go-linq) - .NET LINQ-like query methods for Go. * [interfaces](https://github.com/rjeczalik/interfaces) - Command line tool for generating interface definitions. -* [jennifer](https://github.com/davelondon/jennifer/) - Generate arbitrary Go code without templates. +* [jennifer](https://github.com/davelondon/jennifer) - Generate arbitrary Go code without templates. * [pkgreflect](https://github.com/ungerik/pkgreflect) - A Go preprocessor for package scoped reflection.