1h I wrote a lot already and my dog (ie wordpress) ate my homework (ie errored on saving to db) so this will be short. I’m doing intro to golang tutorials. It’s been ok so far. The biggest thing I have run into is this
There is no ternary if in Go, so you’ll need to use a full
if
statement even for basic conditions.
…sigh. I’ll miss you concise if / else statements.