Hacker News new | ask | show | jobs
by winstonprivacy 1057 days ago
Ah, Go. I wrote a whole networking stack in it a few years back. I admit, I did get an incredible amount of performance from a very limited bit of hardware with it. However, it was dependency and module hell. Even the Go expert couldn't get it figured out enough to make it compile every time.

I'm really glad I got off that ride.

1 comments

I wonder if proper vendor support helps with this or not, its relatively recent to Go