|
|
|
|
|
by whateveracct
4081 days ago
|
|
Go seems like a terrible choice for any programming problem that requires data modeling/manipulation. Basic structs, slices+maps, and loops are all you have. Go is good at plenty of things, but building abstractions is not one of them. |
|