gopy icon indicating copy to clipboard operation
gopy copied to clipboard

gopy: consider using runtime/cgo.Handle

Open sbinet opened this issue 4 years ago • 0 comments

we might want to consider using runtime/cgo.Handle (when released and when gopy's minimum Go version matches Go-1.17) instead of our own mechanism.

see:

  • https://github.com/golang/go/issues/37033
  • https://tip.golang.org/pkg/runtime/cgo/#Handle

sbinet avatar Apr 12 '21 19:04 sbinet