🍱 delete mhx brain failure

This commit is contained in:
Max Lerebourg
2022-12-04 17:04:58 +01:00
parent 2543127abb
commit f313b478e7
45 changed files with 0 additions and 19447 deletions
-16
View File
@@ -1,16 +0,0 @@
//go:build !go1.17
// +build !go1.17
// TODO: once support for Go 1.16 is dropped, this file can be
// merged/removed with assertion_compare_go1.17_test.go and
// assertion_compare_can_convert.go
package assert
import "reflect"
// Older versions of Go does not have the reflect.Value.CanConvert
// method.
func canConvert(value reflect.Value, to reflect.Type) bool {
return false
}