mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-11 22:43:40 +00:00
reflect: add stub reflect package
This is necessary to compile fmt. However, it cannot link yet.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package reflect
|
||||
|
||||
func Swapper(slice interface{}) func(i, j int) {
|
||||
panic("unimplemented: reflect.Swapper")
|
||||
}
|
||||
Reference in New Issue
Block a user