Versions in this module Expand all Collapse all v0 v0.9.0 Oct 20, 2021retracted Changes in this version + type Int struct — linux/amd64 + func NewInt(procRoot, sysctl string, cacheFor time.Duration) *Int + func (i *Int) Get() (int, error) + type Int16 struct — darwin/amd64 + func NewInt16(sysctl string, cacheFor time.Duration) *Int16 + func (i *Int16) Get() (uint16, error) + type IntPair struct — linux/amd64 + func NewIntPair(procRoot, sysctl string, cacheFor time.Duration) *IntPair + func (i *IntPair) Get() (int, int, error) + type String struct — linux/amd64 + func NewString(procRoot, sysctl string, cacheFor time.Duration) *String + func (s *String) Get() (string, error)