github.com/hamba/avro@v1.8.0/avro_test.go (about)

     1  package avro_test
     2  
     3  import "github.com/hamba/avro"
     4  
     5  func ConfigTeardown() {
     6  	// Reset the caches
     7  	avro.DefaultConfig = avro.Config{}.Freeze()
     8  }