|
|
|
|
|
by umvi
1913 days ago
|
|
I just barely picked up Go, and my first impression is that it's very... opinionated. It wants me to do if/else guards a certain way, you have to capitalize first letters of "exported" functions, it won't let me import `fmt` unless I use it, etc. I'm not sure I like it. |
|