github.com/pyroscope-io/pyroscope@v0.37.3-0.20230725203016-5f6947968bd0/pkg/agent/clib/clib_other.go (about)

     1  //go:build !linux
     2  // +build !linux
     3  
     4  package main
     5  
     6  func performOSChecks() error {
     7  	return nil
     8  }