github.com/goccy/go-reflect@v1.2.0/export_test.go (about)

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