zopencommunity / wharf

Apache License 2.0
6 stars 4 forks source link

support sycall.Syscall #30

Closed bluecivet closed 7 months ago

bluecivet commented 10 months ago

Lots of time packages contain use syscall.Syscall, and this is not supported in zos. Wharf should be able to handle it

bluecivet commented 7 months ago

syscall.Syscall are handled by syscall package enhancement in go1.22