func TestLibFuzzer(t *testing.T) { … } // libFuzzerSupported is a copy of the function internal/platform.FuzzInstrumented, // because the internal package can't be used here. func libFuzzerSupported(goos, goarch string) bool { … }
func TestLibFuzzer(t *testing.T) { … } // libFuzzerSupported is a copy of the function internal/platform.FuzzInstrumented, // because the internal package can't be used here. func libFuzzerSupported(goos, goarch string) bool { … }