github.com/3JoB/go-reflect@v1.0.1/export_test.go (about)

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