Go is definitely worth learning if you have an interest in languages that make parallelism and concurrency part of the language. It takes some elements from dynamic languages like Python and couples them with static typing at compile time, which is what initially attracted me.