|
|
|
|
|
by pcwalton
1243 days ago
|
|
> Another subtle difference is that most functions take a context in Go. AFAIK, most functions in Rust are synchronous functions. I'm fairly certain that most functions in Go don't take a context. There are tons of helper functions like those in the fmt or strings package that don't, for instance. |
|