* chore: generate stdlib for go1.13 * chore: update CI configuration. * fix: struct13 test is too dependent of the Go implementation. * fix: disable test import4.go
29 lines
940 B
Go
29 lines
940 B
Go
// Code generated by 'goexports mime'. DO NOT EDIT.
|
|
|
|
// +build go1.13,!go1.14
|
|
|
|
package stdlib
|
|
|
|
import (
|
|
"mime"
|
|
"reflect"
|
|
)
|
|
|
|
func init() {
|
|
Symbols["mime"] = map[string]reflect.Value{
|
|
// function, constant and variable definitions
|
|
"AddExtensionType": reflect.ValueOf(mime.AddExtensionType),
|
|
"BEncoding": reflect.ValueOf(mime.BEncoding),
|
|
"ErrInvalidMediaParameter": reflect.ValueOf(&mime.ErrInvalidMediaParameter).Elem(),
|
|
"ExtensionsByType": reflect.ValueOf(mime.ExtensionsByType),
|
|
"FormatMediaType": reflect.ValueOf(mime.FormatMediaType),
|
|
"ParseMediaType": reflect.ValueOf(mime.ParseMediaType),
|
|
"QEncoding": reflect.ValueOf(mime.QEncoding),
|
|
"TypeByExtension": reflect.ValueOf(mime.TypeByExtension),
|
|
|
|
// type definitions
|
|
"WordDecoder": reflect.ValueOf((*mime.WordDecoder)(nil)),
|
|
"WordEncoder": reflect.ValueOf((*mime.WordEncoder)(nil)),
|
|
}
|
|
}
|