Skip to content

GoX7/Unix

Repository files navigation

Unix

Go Reference
License: MIT

Low‑level syscall wrappers for Linux in Go
Direct access to syscall.Syscall—no abstractions, no dependencies.


🛠️ Features

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

🚀 Installation

go get github.com/gox7/unix

⚠️ Disclaimer

Unsafe. Raw syscalls. For advanced use only.


📄 License

This project is licensed under the MIT License. See LICENSE for details.