remove unreachable page

Minha, Jeong 2022-10-06 09:00:58 +09:00
parent 8523735c57
commit 5e6c6419c2

@ -34,7 +34,6 @@ An overview of tools that will help improve your Go code
### Articles
- [Refactoring with go fmt](http://spf13.com/post/go-fmt/)
- [gorename - easy refactoring](https://texlution.com/post/gorename/)
- [Refactoring 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)