github.com/cloudwego/dynamicgo@v0.2.6-0.20240519101509-707f41b6b834/testdata/kitex_gen/ref/k-ref.go (about) 1 // Code generated by Kitex v0.0.3. DO NOT EDIT. 2 3 package ref 4 5 import ( 6 "bytes" 7 "fmt" 8 "reflect" 9 "strings" 10 11 "github.com/apache/thrift/lib/go/thrift" 12 13 "github.com/cloudwego/kitex/pkg/protocol/bthrift" 14 ) 15 16 // unused protection 17 var ( 18 _ = fmt.Formatter(nil) 19 _ = (*bytes.Buffer)(nil) 20 _ = (*strings.Builder)(nil) 21 _ = reflect.Type(nil) 22 _ = thrift.TProtocol(nil) 23 _ = bthrift.BinaryWriter(nil) 24 )