We're a place where coders share, stay up-to-date and grow their careers.
I wouldn't say Go is difficult to learn. You can pick up the basics in an hour. It's easier to learn than Java or C++ for example. And with Blockchain it's even easier as you avoid using goroutines most of the time because you want determinism.
I would argue "easier than" can be subjective, I find the syntax of go disgusting. Making it harder for me to read it than Java.
I wouldn't say Go is difficult to learn. You can pick up the basics in an hour. It's easier to learn than Java or C++ for example. And with Blockchain it's even easier as you avoid using goroutines most of the time because you want determinism.
I would argue "easier than" can be subjective, I find the syntax of go disgusting. Making it harder for me to read it than Java.