> And I question this litmus test of using a junior dev anyway.
As you churn employees, anyone new will inevitably be "junior"[1] when it comes to your code base - Go is (mostly)[2] ridiculously easy to read because you can't (easily) do things[3] that make reading - and more importantly, maintaining - it hard.
[1] Sometimes literally a junior too.
[2] There's a few things I think might trip up someone brand new to Go.
[3] Looking at you, Perl and Ruby.