Updated GoGenerateTools (markdown)
diff --git a/GoGenerateTools.md b/GoGenerateTools.md
index 9b487ec..398fcac 100644
--- a/GoGenerateTools.md
+++ b/GoGenerateTools.md
@@ -7,4 +7,9 @@
* [gojson](https://github.com/ChimeraCoder/gojson) - Generates go struct definitions from example json documents.
* [vfsgen](https://github.com/shurcooL/vfsgen) - Generates a vfsdata.go file that statically implements the given virtual filesystem.
* [goreuse](https://github.com/dc0d/goreuse) - Generates Go code using a package as a generic template by replacing definitions.
-* [embedfiles](https://4d63.com/embedfiles) - Embeds files into Go code.
\ No newline at end of file
+* [embedfiles](https://4d63.com/embedfiles) - Embeds files into Go code.
+* [ragel](https://www.colm.net/open-source/ragel/) - State machine compiler
+* [peachpy](https://github.com/Maratyszcza/PeachPy) - x86-64 assembler embedded in Python, generates Go assembly
+* [bundle](https://godoc.org/golang.org/x/tools/cmd/bundle) - Bundle creates a single-source-file version of a source package suitable for inclusion in a particular target package.
+* [msgp](https://github.com/tinylib/msgp) - A Go code generator for MessagePack
+* [protobuf](https://github.com/golang/protobuf) - protobuf
\ No newline at end of file