tinygo-org / tinygo

Go compiler for small places. Microcontrollers, WebAssembly (WASM/WASI), and command-line tools. Based on LLVM.
https://tinygo.org
Other
14.72k stars 858 forks source link

os/file/ SetReadDeadline #4296

Closed leongross closed 2 weeks ago

leongross commented 2 weeks ago

Add a simple stub for file.SetReadDeadline.

leongross commented 2 weeks ago

@ayang64 @deadprogram

deadprogram commented 2 weeks ago

Seems straightforward enough, so now merging. Thanks @leongross

leongross commented 2 weeks ago

Thanks for the merge @deadprogram!