mirror of
https://github.com/awnumar/memcall.git
synced 2026-02-06 01:45:03 +00:00
Cross-platform wrapper for memory-related system calls.
* Remove cirrus-CI * Add github actions * Upgrade dependencies and go version * Use modern go compile directives * Replace Windows slice conversion with unsafe.Slice * Remove unused func * Fix missing import |
||
|---|---|---|
| .github/workflows | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| memcall.go | ||
| memcall_aix.go | ||
| memcall_darwin.go | ||
| memcall_freebsd.go | ||
| memcall_netbsd.go | ||
| memcall_openbsd.go | ||
| memcall_solaris.go | ||
| memcall_test.go | ||
| memcall_unix.go | ||
| memcall_windows.go | ||
| README.md | ||