| commit | dc7df5b6fc893f94002b3adf8ace47163c6dbdbd | [log] [tgz] |
|---|---|---|
| author | Jason Buberel <jason@buberel.org> | Sun Sep 13 08:42:30 2015 -0700 |
| committer | Jason Buberel <jason@buberel.org> | Sun Sep 13 08:42:30 2015 -0700 |
| tree | ff6b5f2dde0e75fbc35a4e651078dc1840a4531a | |
| parent | a3d4690e9bf30790738a9bacdb930d45c8cda232 [diff] |
Fix typo
diff --git a/CodeTools.md b/CodeTools.md index 18ef37f..5b3a58f 100644 --- a/CodeTools.md +++ b/CodeTools.md
@@ -44,7 +44,7 @@ ### Articles - [Go Inspection Tools](http://blog.ralch.com/tutorial/golang-tools-inspection/) - An overview of tools for Go code inspection. - - + ### Tools - [DeferCheck, StructCheck, VarCheck](https://github.com/opennota/check/) - A suite of tools for checking your code.