if you're a beginner, Go syntax and concepts are probly easier to pick up.
Not a beginner, I've been doing software development in one way or another for about 10 years. You're right though, Go syntax is definitely easier to pick up. For Rust, part of my issue when writing it is getting myself away from the way C/C++ uses pointers and references. The borrow checker doesn't work the same way, but uses the same keyboard symbols (* and &) to do very similar but also different things.
reply