Comment by metaltyphoon
Comment by metaltyphoon a day ago
> Go’s design caused a production issue
A simple one, if you create two separate library in Go and try to link with an application, you will have a terrible time.
I've ran into this same issue: https://github.com/golang/go/issues/65050
> caused a production issue
that's not a production issue, and it's a very niche use case