28 lines
685 B
Go
28 lines
685 B
Go
// +build go1.12,!go1.13
|
|
|
|
package stdlib
|
|
|
|
// Code generated by 'goexports encoding/ascii85'. DO NOT EDIT.
|
|
|
|
import (
|
|
"encoding/ascii85"
|
|
"reflect"
|
|
)
|
|
|
|
func init() {
|
|
Symbols["encoding/ascii85"] = map[string]reflect.Value{
|
|
// function, constant and variable definitions
|
|
"Decode": reflect.ValueOf(ascii85.Decode),
|
|
"Encode": reflect.ValueOf(ascii85.Encode),
|
|
"MaxEncodedLen": reflect.ValueOf(ascii85.MaxEncodedLen),
|
|
"NewDecoder": reflect.ValueOf(ascii85.NewDecoder),
|
|
"NewEncoder": reflect.ValueOf(ascii85.NewEncoder),
|
|
|
|
// type definitions
|
|
"CorruptInputError": reflect.ValueOf((*ascii85.CorruptInputError)(nil)),
|
|
|
|
// interface wrapper definitions
|
|
|
|
}
|
|
}
|