4d90afb425
mostly to handle build directives in 1.17.
9 lines
162 B
Go
9 lines
162 B
Go
//go:build !linux
|
|
// +build !linux
|
|
|
|
package fingerprint
|
|
|
|
func (f *CGroupFingerprint) Fingerprint(*FingerprintRequest, *FingerprintResponse) error {
|
|
return nil
|
|
}
|