mirror of
https://github.com/mudler/luet.git
synced 2025-09-07 02:00:39 +00:00
This reverts commit db8e3da01f
.
This commit is contained in:
committed by
GitHub
parent
db8e3da01f
commit
f8350a2f07
15
vendor/github.com/google/go-cmp/cmp/export_panic.go
generated
vendored
15
vendor/github.com/google/go-cmp/cmp/export_panic.go
generated
vendored
@@ -1,15 +0,0 @@
|
||||
// Copyright 2017, The Go Authors. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build purego
|
||||
|
||||
package cmp
|
||||
|
||||
import "reflect"
|
||||
|
||||
const supportExporters = false
|
||||
|
||||
func retrieveUnexportedField(reflect.Value, reflect.StructField, bool) reflect.Value {
|
||||
panic("no support for forcibly accessing unexported fields")
|
||||
}
|
Reference in New Issue
Block a user