golang调用syscall
环境说明OS:linuxARCH:amd64GOVERSION:1.14.1
syscall实现在linux下golang调用syscall的接口,文件路径syscall/syscall_unix.go
1234func Syscall(t
2020-04-17