Is it possible to declare multiple variables at once using Golang?
For example in Python you can type this:
a = b = c = 80
and all values will be 80.
2.1m questions
2.1m answers
60 comments
57.0k users