mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-08 13:03:39 +00:00
all: add Go 1.24 support
This commit is contained in:
committed by
Ron Evans
parent
66da29e89f
commit
38e3d55e64
@@ -271,6 +271,10 @@ func (v Value) Comparable() bool {
|
||||
}
|
||||
}
|
||||
|
||||
func (v Value) Equal(u Value) bool {
|
||||
panic("unimplemented: reflect.Value.Equal")
|
||||
}
|
||||
|
||||
func (v Value) Addr() Value {
|
||||
if !v.CanAddr() {
|
||||
panic("reflect.Value.Addr of unaddressable value")
|
||||
|
||||
Reference in New Issue
Block a user