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
- https://yingshaoxo.blogspot.com/2021/04/golang-how-to-do-experiments-while.html
- https://yingshaoxo.blogspot.com/2021/06/how-to-create-package-with-golang.html
4. By the way, you may also be interested in how to handle extremely big or small numbers with golang
So here you go: