github.com/traefik/yaegi@v0.15.1/stdlib/go1_19_compress_bzip2.go (about)

     1  // Code generated by 'yaegi extract compress/bzip2'. DO NOT EDIT.
     2  
     3  //go:build go1.19 && !go1.20
     4  // +build go1.19,!go1.20
     5  
     6  package stdlib
     7  
     8  import (
     9  	"compress/bzip2"
    10  	"reflect"
    11  )
    12  
    13  func init() {
    14  	Symbols["compress/bzip2/bzip2"] = map[string]reflect.Value{
    15  		// function, constant and variable definitions
    16  		"NewReader": reflect.ValueOf(bzip2.NewReader),
    17  
    18  		// type definitions
    19  		"StructuralError": reflect.ValueOf((*bzip2.StructuralError)(nil)),
    20  	}
    21  }