I tried Rust, but in my opinion, Rust makes it too difficult to write software as it enforces safety above everything else, and it adds cognitive overhead to the task of software engineering.
Writing Go I found myself to enjoy the process of software development. I thought I didn't like software engineering because I was so used to C, Java, Python and Ruby, but Go is just fantastic.
@L1Cafe That's the point of Rust, though. If you can write in rust then you have an immense advantage in writing private and secure software even if it is more difficult. To each their own but I'm just saying its not as much of a negative as it seems initially.