Programming

32 thoughts
last posted May 6, 2017, 10:17 p.m.

30 later thoughts

1

I'm not sure I like the inconsistent assignment operators in Go. := is the initialiser operator but then values in mutable collections are assigned with just =

1 earlier thought