Go Sysconf Versions Save

sysconf for Go, without using cgo

v0.3.14

3 weeks ago

What's Changed

Full Changelog: https://github.com/tklauser/go-sysconf/compare/v0.3.13...v0.3.14

v0.3.13

5 months ago

What's Changed

Full Changelog: https://github.com/tklauser/go-sysconf/compare/v0.3.12...v0.3.13

v0.3.12

9 months ago

What's Changed

Full Changelog: https://github.com/tklauser/go-sysconf/compare/v0.3.11...v0.3.12

v0.3.11

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/tklauser/go-sysconf/compare/v0.3.10...v0.3.11

v0.3.10

2 years ago
  • Support for linux/loong64 (#31, thanks @chenguoqi-cc @merore)
  • Support all defined sysconf variables on netbsd
  • Various CI improvements

v0.3.9

2 years ago
  • Add build tags to all generated files (fix for #26)
  • Update github.com/tklauser/numcpus to v0.3.0 and use numcpus.GetConfigured in getNprocsConf on Linux
  • CI: update to Go 1.17 and run tests on macOS 11 (Big Sur)

v0.3.8

2 years ago
  • Fixes the build on openbsd/386 and openbsd/arm (#21, #23)