21 lines
370 B
Go
21 lines
370 B
Go
// Code generated by 'yaegi extract container/ring'. DO NOT EDIT.
|
|
|
|
// +build go1.16
|
|
|
|
package stdlib
|
|
|
|
import (
|
|
"container/ring"
|
|
"reflect"
|
|
)
|
|
|
|
func init() {
|
|
Symbols["container/ring"] = map[string]reflect.Value{
|
|
// function, constant and variable definitions
|
|
"New": reflect.ValueOf(ring.New),
|
|
|
|
// type definitions
|
|
"Ring": reflect.ValueOf((*ring.Ring)(nil)),
|
|
}
|
|
}
|