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

23 lines
488 B
Go

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