8 lines
87 B
Go
8 lines
87 B
Go
//go:build !windows
|
|
|
|
package fingerprint
|
|
|
|
func Collect() *Result {
|
|
return &Result{}
|
|
}
|