* feat: support go1.22 * Temporary fix for consistency tests due to language change in for loops * review: clean old files --------- Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
15 lines
224 B
Go
15 lines
224 B
Go
// Code generated by 'yaegi extract slices'. DO NOT EDIT.
|
|
|
|
//go:build go1.21 && !go1.22
|
|
// +build go1.21,!go1.22
|
|
|
|
package stdlib
|
|
|
|
import (
|
|
"reflect"
|
|
)
|
|
|
|
func init() {
|
|
Symbols["slices/slices"] = map[string]reflect.Value{}
|
|
}
|