* 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>
23 lines
478 B
Go
23 lines
478 B
Go
// Code generated by 'yaegi extract debug/buildinfo'. DO NOT EDIT.
|
|
|
|
//go:build go1.22
|
|
// +build go1.22
|
|
|
|
package stdlib
|
|
|
|
import (
|
|
"debug/buildinfo"
|
|
"reflect"
|
|
)
|
|
|
|
func init() {
|
|
Symbols["debug/buildinfo/buildinfo"] = map[string]reflect.Value{
|
|
// function, constant and variable definitions
|
|
"Read": reflect.ValueOf(buildinfo.Read),
|
|
"ReadFile": reflect.ValueOf(buildinfo.ReadFile),
|
|
|
|
// type definitions
|
|
"BuildInfo": reflect.ValueOf((*buildinfo.BuildInfo)(nil)),
|
|
}
|
|
}
|