Files
moxa/stdlib/go1_15_html.go
2020-09-29 18:42:05 +02:00

19 lines
357 B
Go

// Code generated by 'yaegi extract html'. DO NOT EDIT.
// +build go1.15,!go1.16
package stdlib
import (
"html"
"reflect"
)
func init() {
Symbols["html"] = map[string]reflect.Value{
// function, constant and variable definitions
"EscapeString": reflect.ValueOf(html.EscapeString),
"UnescapeString": reflect.ValueOf(html.UnescapeString),
}
}