github.com/goccy/go-reflect@v1.2.1-0.20220925055700-4646ad15ec8a/export_test.go (about)

     1  package reflect
     2  
     3  type Buffer struct {
     4  	buf []byte
     5  }