Minor weekly updates
diff --git a/CodeTools.md b/CodeTools.md
index 33ed423..474eee0 100644
--- a/CodeTools.md
+++ b/CodeTools.md
@@ -32,6 +32,7 @@
- [Refactoring with go fmt](http://spf13.com/post/go-fmt/)
- [gorename - easy refactoring](https://texlution.com/post/gorename/)
- [Refectoring Tools](http://blog.ralch.com/tutorial/golang-tools-refactoring/) - An overview of refactoring tools for Go.
+ - [Quick renaming with gofmt](http://technosophos.com/2015/09/26/quick-go-hack-renaming-structs.html)
### Tools
@@ -44,7 +45,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.