Y
Hacker News
new
|
ask
|
show
|
jobs
by
varispeed
977 days ago
Why not fork Go and implement this directly? (and also removing any telemetry Google might have installed while at it...)
1 comments
pryz
977 days ago
Forking Go means that you have to maintain a copy. That's a lot of work. Instead, the idea is to implement coroutine as a library and work toward an integration with the Go stblib.
link