Files
moxa/stdlib/go1_11_html.go

24 lines
413 B
Go

// +build go1.11,!go1.12
package stdlib
// Code generated by 'goexports html'. DO NOT EDIT.
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),
// type definitions
// interface wrapper definitions
}
}