Low‑level syscall wrappers for Linux in Go
Direct access to syscall.Syscall
—no abstractions, no dependencies.
Base Operations | System information | Low‑level Operations | Networking |
---|---|---|---|
Write / Read |
getuid /geteuid |
Mmap / Munmap |
Socket |
Open / Openat / Stat |
getwd |
Pipe / Fork / Sync |
Bind |
Mkdir / Rmdir / Chdir |
getpid |
listen /connect |
|
Pause / Close / Exit / Shutdown |
Accept |
go get github.com/gox7/unix
Unsafe. Raw syscalls. For advanced use only.
This project is licensed under the MIT License. See LICENSE for details.