Beginer - Tools for Go Development

Hey everyone,
I am starting my Golang journey. I am picking some tools to help me during the journey. I would like to know which IDE/Editors are the most used for Gophers. Could you guys help me, pls?
Also, are there other tools that I should care about?
Have a great week

Savio Barros

Thanks for replying, Curtis! Do you suggest any tools else?
's

Savio

Personally I use Visual Studio Code as an IDE, and with the Go extension it uses the native Go tooling such as fmt and test in the IDE every time I save.

Built in Go Tool:

https://rakyll.org/go-tool-flags/

Then there pprof and torch to evaluate what your code spends its time doing, helps identify points of refactor.

I use vim as an IDE. maybe you need plugin vim-go. i think it’s a nice choose!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.