Updated GoGenerateTools (markdown)
diff --git a/GoGenerateTools.md b/GoGenerateTools.md
index 1f67eef..3da0334 100644
--- a/GoGenerateTools.md
+++ b/GoGenerateTools.md
@@ -1,4 +1,4 @@
-[Go Generate](https://blog.golang.org/generate) is only useful if you have tools to use it with!
+[Go Generate](https://blog.golang.org/generate) is only useful if you have tools to use it with! Here is an incomplete list of useful tools that generate code.
* [go tool yacc](https://golang.org/cmd/yacc/)
* [stringer](https://godoc.org/golang.org/x/tools/cmd/stringer)