8 lines
79 B
Go
8 lines
79 B
Go
//go:build !darwin
|
|
|
|
package shim
|
|
|
|
func findClaimHelper() string {
|
|
return ""
|
|
}
|