github.com/switchupcb/yaegi@v0.10.2/stdlib/go1_16_compress_bzip2.go (about)

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