From b3551a0424c69bb57f69132e9d3a922cb67e455e Mon Sep 17 00:00:00 2001 From: Samer Masterson Date: Mon, 2 Feb 2015 14:38:50 -0800 Subject: [PATCH] Created GoGenerateTools (markdown) --- GoGenerateTools.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 GoGenerateTools.md diff --git a/GoGenerateTools.md b/GoGenerateTools.md new file mode 100644 index 00000000..1f67eef3 --- /dev/null +++ b/GoGenerateTools.md @@ -0,0 +1,5 @@ +[Go Generate](https://blog.golang.org/generate) is only useful if you have tools to use it with! + +* [go tool yacc](https://golang.org/cmd/yacc/) +* [stringer](https://godoc.org/golang.org/x/tools/cmd/stringer) +* [jsonenums](https://github.com/campoy/jsonenums) \ No newline at end of file