Remove broken link to bouk.co. The site presented an invalid certificate.

Agniva De Sarker 2019-07-18 11:23:34 +05:30
parent 8ba1af5488
commit 0f95479571

@ -23,7 +23,6 @@ An overview of tools that will help improve your Go code
- [json-to-go](https://mholt.github.io/json-to-go/) - Generate Go structs from JSON.
- [Go gen](http://clipperhouse.github.io/gen/) - Type-driven code generation (generics)
- [gojson](https://github.com/ChimeraCoder/gojson) - Another Go struct generator.
- [gonerics.io](http://bouk.co/blog/idiomatic-generics-in-go/) - Idiomatic Generics in Go
- [gotemplate](https://github.com/ncw/gotemplate) - Package-based templating system for Go
- [sqlgen](https://github.com/drone/sqlgen) - Generate Go code for SQL interactions.
- [zek](https://github.com/miku/zek) - Generate Go struct from XML.