Files
moxa/stdlib/go1_14_html.go
2020-02-26 15:06:06 +01:00

19 lines
353 B
Go

// Code generated by 'goexports html'. DO NOT EDIT.
// +build go1.14,!go1.15
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),
}
}