19 lines
349 B
Go
19 lines
349 B
Go
|
// Autogenerated by Thrift Compiler (0.9.3)
|
||
|
// DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
|
||
|
|
||
|
package baggage
|
||
|
|
||
|
import (
|
||
|
"bytes"
|
||
|
"fmt"
|
||
|
"github.com/uber/jaeger-client-go/thrift"
|
||
|
)
|
||
|
|
||
|
// (needed to ensure safety because of naive import list construction.)
|
||
|
var _ = thrift.ZERO
|
||
|
var _ = fmt.Printf
|
||
|
var _ = bytes.Equal
|
||
|
|
||
|
func init() {
|
||
|
}
|