If you want to talk to somebody directly, there is a channel called #golang-newbies on Slack with lots of people willing to help! https://invite.slack.golangbridge.org/
If you have a specific problem or question, create a topic in this category and someone might be able to help you.
PS: If anyone has any suggestions for other links and things to write in this post, send me a private message about it! Thanks to @dfc for giving me the idea to create a pinned post like this.
Am just starting out with Golang and i have been having this errors “Build Error: go build -o c:\Users\User\Desktop\Goprograms__debug_bin.exe -gcflags all=-N -l .
go: cannot find main module, but found .git/config in c:\Users\User
to create a module there, run:
cd ….. && go mod init (exit status 1)” while trying to run my code with VS Code thou every other thing tend to checkout prefectly.
I built an Android app to help me learn Go, and I thought it might be useful for others too. It’s a bit like Duolingo, but for learning Golang.
The app is completely free, has no ads, and doesn’t collect any data. I’m not making any money from it — I just made it as a learning project and wanted to share it.