How to use Golang with the help of Goland

1. I know you know how to use Go Modules

https://yingshaoxo.blogspot.com/2020/11/how-to-get-started-to-use-go.html

2. But it’s not enough if you use Goland IDE 

You’ll have to preferences -> go -> Go Modules ->Enable Go Modules

3. Now it’s time to rock with the knowledge of go testing and go packages

4. By the way, you may also be interested in how to handle extremely big or small numbers with golang

So here you go: