Files
moxa/stdlib/go1_12_encoding_pem.go
2019-08-05 03:10:05 -07:00

23 lines
488 B
Go

// Code generated by 'goexports encoding/pem'. DO NOT EDIT.
// +build go1.12,!go1.13
package stdlib
import (
"encoding/pem"
"reflect"
)
func init() {
Symbols["encoding/pem"] = map[string]reflect.Value{
// function, constant and variable definitions
"Decode": reflect.ValueOf(pem.Decode),
"Encode": reflect.ValueOf(pem.Encode),
"EncodeToMemory": reflect.ValueOf(pem.EncodeToMemory),
// type definitions
"Block": reflect.ValueOf((*pem.Block)(nil)),
}
}