I like it. Only things that stood out to me were naming functions like variables (prefer "functionName()") and the explicit typing (which I could maybe get behind, but I'm not convinced).
I too caught the style guide bug when working at Google and I think they really make life nicer. Unfortunately I was using C++ which has 2 space indent so now my Julia code is mixed 2 and 4 space... Woops!
