mirror of
https://github.com/golang/go
synced 2025-09-23 12:33:09 +00:00
Implement (*Process).WithHandle, add tests for all platforms. Fixes #70352 Change-Id: I7a8012fb4e1e1b4ce1e75a59403ff6e77504fc56 Reviewed-on: https://go-review.googlesource.com/c/go/+/699615 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Mark Freeman <markfreeman@google.com> Auto-Submit: Kirill Kolyshkin <kolyshkin@gmail.com> Reviewed-by: Michael Pratt <mpratt@google.com>
3 lines
102 B
Plaintext
3 lines
102 B
Plaintext
pkg os, method (*Process) WithHandle(func(uintptr)) error #70352
|
|
pkg os, var ErrNoHandle error #70352
|