github.com/haraldrudell/parl@v0.4.176/punix/processor.go (about)

     1  //go:build !darwin && !linux
     2  
     3  /*
     4  © 2023–present Harald Rudell <harald.rudell@gmail.com> (https://haraldrudell.github.io/haraldrudell/)
     5  ISC License
     6  */
     7  
     8  package punix
     9  
    10  // Processor returns a human-readable string describing the hosts’s processor model
    11  //   - model is empty string if information is not available
    12  func Processor() (model string, err error) {}