Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Files

Latest commit

69c2048 · Mar 4, 2016

History

History

posix

Notice:

Because Fadvise was submitted to Go's new sys repository, the Fadvise64 functions in this repository are now depreciated. From now on out, all Go-coreutils functions using Fadvise will be using Go's sys/unix package.

Here's how to install the new package:

  • go get golang.org/x/sys/unix
  • cd $GOPATH/src/golang.org/x/sys/unix
  • export $GOOS # YOUR GOOS HERE... e.g., linux
  • export $GOARCH # YOUR GOARCH HERE... e.g., amd64
  • ./mkall.sh
  • go install