HACKER Q&A
📣 KomoD

What are some Golang tools you can't live without?


What are some Golang tools you can't live without?


  👤 Jemaclus Accepted Answer ✓
JSON to struct. I use this about 100 times a day, no joke.

https://mholt.github.io/json-to-go/


👤 barelysapient
Air - hot reloads when a watched file changes.

https://github.com/cosmtrek/air


👤 atomicnature
gabs [0].

It helps in dealing with dynamic JSONs of unknown structures.

I maintain my own fork of the library (just a single file) for my DSL/lang parser project [1]

[0]: https://github.com/Jeffail/gabs

[1]: https://github.com/HexmosTech/Lama2