Hacker News new | ask | show | jobs
by sangnoir 1243 days ago
> Heck, where's "stop"?

I'm intermediate (at best) in Go, but I've always found server teardown in Go a little clunky: most solution's I've seen are variations of sending a KILL signal to a channel that the server is listening on, which technically is still message-passing, though unstandardized, unlike stop/n