tklauser / go-sysconf

sysconf for Go, without using cgo
https://pkg.go.dev/github.com/tklauser/go-sysconf
BSD 3-Clause "New" or "Revised" License
141 stars 27 forks source link

Use x/sys/unix.Sysconf on solaris #11

Closed tklauser closed 3 years ago

tklauser commented 3 years ago

Update golang.org/x/sys/unix now that https://golang.org/cl/286593 was merged and use unix.Sysconf on solaris instead of manually implementing the wrapper.