* feat: support go1.11 and go 1.12. * chore: generate. * fix: build constraint. * exclude importer.For * generate go 1.11
21 lines
408 B
Go
21 lines
408 B
Go
// +build go1.12,!go1.13
|
|
|
|
package stdlib
|
|
|
|
// Code generated by 'goexports compress/bzip2'. DO NOT EDIT.
|
|
|
|
import (
|
|
"compress/bzip2"
|
|
"reflect"
|
|
)
|
|
|
|
func init() {
|
|
Value["compress/bzip2"] = map[string]reflect.Value{
|
|
// function, constant and variable definitions
|
|
"NewReader": reflect.ValueOf(bzip2.NewReader),
|
|
|
|
// type definitions
|
|
"StructuralError": reflect.ValueOf((*bzip2.StructuralError)(nil)),
|
|
}
|
|
}
|