tobert / pcstat

Page Cache stat: get page cache stats for files on Linux
Apache License 2.0
1.22k stars 152 forks source link

Switches from syscall to golang.org/x/sys/unix #11

Closed manniwood closed 9 years ago

manniwood commented 9 years ago

According to https://golang.org/pkg/syscall/ and https://docs.google.com/document/d/1QXzI9I1pOfZPujQzxhyRy6EeHYTQitKKjHfpq0zpxZs/edit the syscall library is essentially deprecated moving forward with go 1.4.

"NOTE: This package is locked down. Code outside the standard Go repository should be migrated to use the corresponding package in the go.sys subrepository. That is also where updates required by new systems or versions should be applied."

tobert commented 9 years ago

Thanks!

manniwood commented 9 years ago

My pleasure!