http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/639bed99/proton-c/bindings/go/pkg/linux_amd64/qpid.apache.org/proton/go/amqp.a
----------------------------------------------------------------------
diff --git 
a/proton-c/bindings/go/pkg/linux_amd64/qpid.apache.org/proton/go/amqp.a 
b/proton-c/bindings/go/pkg/linux_amd64/qpid.apache.org/proton/go/amqp.a
new file mode 100644
index 0000000..12ca729
--- /dev/null
+++ b/proton-c/bindings/go/pkg/linux_amd64/qpid.apache.org/proton/go/amqp.a
@@ -0,0 +1,1726 @@
+!<arch>
+__.PKGDEF       0           0     0     644     30839     `
+go object linux amd64 go1.4.2 X:precisestack
+
+$$
+package amqp
+       import net "net"
+       import runtime "runtime"
+       import time "time"
+       import url "net/url"
+       import io "io"
+       import cgo "runtime/cgo"
+       import strconv "strconv"
+       import syscall "syscall"
+       import fmt "fmt"
+       import internal "qpid.apache.org/proton/go/internal"
+       import reflect "reflect"
+       import atomic "sync/atomic"
+       import bytes "bytes"
+       import unsafe "unsafe"
+       type @"".Error struct { Name string; Description string }
+       func (@"".c·2 @"".Error) Error () (? string)
+       func @"".Errorf (@"".name·2 string "esc:0x2", @"".format·3 string 
"esc:0x0", @"".arg·4 ...interface {} "esc:0x0") (? @"".Error)
+       func @"".MakeError (@"".err·2 error) (? @"".Error)
+       var @"".InternalError string
+       var @"".NotFound string
+       var @"".UnauthorizedAccess string
+       var @"".DecodeError string
+       var @"".ResourceLimit string
+       var @"".NotAllowed string
+       var @"".InvalidField string
+       var @"".NotImplemented string
+       var @"".ResourceLocked string
+       var @"".PreerrorFailed string
+       var @"".ResourceDeleted string
+       var @"".IllegalState string
+       var @"".FrameSizeTooSmall string
+       type @"".UidCounter struct { @"".count uint64 }
+       func (@"".uc·2 *@"".UidCounter) Next () (? string)
+       func (@"".uc·2 *@"".UidCounter) NextInt () (? uint64)
+       func @"".Marshal (@"".v·3 interface {}, @"".buffer·4 []byte) 
(@"".outbuf·1 []byte, @"".err·2 error)
+       type @"io".Writer interface { Write(@"io".p []byte) (@"io".n int, 
@"io".err error) }
+       type @"".Encoder struct { @"".writer @"io".Writer; @"".buffer []byte }
+       func (@"".e·2 *@"".Encoder) Encode (@"".v·3 interface {}) (@"".err·1 
error)
+       func @"".NewEncoder (@"".w·2 @"io".Writer) (? *@"".Encoder) { return 
(&@"".Encoder{ @"".writer:@"".w·2, @"".buffer:make([]byte, 0x100) }) }
+       type @"time".zone struct { @"time".name string; @"time".offset int; 
@"time".isDST bool }
+       type @"time".zoneTrans struct { @"time".when int64; @"time".index 
uint8; @"time".isstd bool; @"time".isutc bool }
+       type @"time".Location struct { @"time".name string; @"time".zone 
[]@"time".zone; @"time".tx []@"time".zoneTrans; @"time".cacheStart int64; 
@"time".cacheEnd int64; @"time".cacheZone *@"time".zone }
+       func (@"time".l·2 *@"time".Location "esc:0x0") String () (? string)
+       func (@"time".l·2 *@"time".Location "esc:0x0") @"time".firstZoneUsed 
() (? bool)
+       func (@"time".l·2 *@"time".Location "esc:0x2") @"time".get () (? 
*@"time".Location)
+       func (@"time".l·6 *@"time".Location "esc:0x1") @"time".lookup 
(@"time".sec·7 int64) (@"time".name·1 string, @"time".offset·2 int, 
@"time".isDST·3 bool, @"time".start·4 int64, @"time".end·5 int64)
+       func (@"time".l·2 *@"time".Location "esc:0x0") @"time".lookupFirstZone 
() (? int)
+       func (@"time".l·4 *@"time".Location "esc:0x0") @"time".lookupName 
(@"time".name·5 string "esc:0x0", @"time".unix·6 int64) (@"time".offset·1 
int, @"time".isDST·2 bool, @"time".ok·3 bool)
+       type @"time".Duration int64
+       func (@"time".d·2 @"time".Duration) Hours () (? float64) { var 
@"time".hour·3 @"time".Duration; ; @"time".hour·3 = @"time".d·2 / 
@"time".Duration(0x34630B8A000); var @"time".nsec·4 @"time".Duration; ; 
@"time".nsec·4 = @"time".d·2 % @"time".Duration(0x34630B8A000); return 
float64(@"time".hour·3) + float64(@"time".nsec·4) * 0x9C5FFF26ED75Fp-93 }
+       func (@"time".d·2 @"time".Duration) Minutes () (? float64) { var 
@"time".min·3 @"time".Duration; ; @"time".min·3 = @"time".d·2 / 
@"time".Duration(0xDF8475800); var @"time".nsec·4 @"time".Duration; ; 
@"time".nsec·4 = @"time".d·2 % @"time".Duration(0xDF8475800); return 
float64(@"time".min·3) + float64(@"time".nsec·4) * 0x9299FF347E9E9p-87 }
+       func (@"time".d·2 @"time".Duration) Nanoseconds () (? int64) { return 
int64(@"time".d·2) }
+       func (@"time".d·2 @"time".Duration) Seconds () (? float64) { var 
@"time".sec·3 @"time".Duration; ; @"time".sec·3 = @"time".d·2 / 
@"time".Duration(0x3B9ACA00); var @"time".nsec·4 @"time".Duration; ; 
@"time".nsec·4 = @"time".d·2 % @"time".Duration(0x3B9ACA00); return 
float64(@"time".sec·3) + float64(@"time".nsec·4) * 0x112E0BE826D695p-82 }
+       func (@"time".d·2 @"time".Duration) String () (? string)
+       type @"time".Month int
+       func (@"time".m·2 @"time".Month) String () (? string) { return 
@"time".months[@"time".m·2 - @"time".Month(0x1)] }
+       type @"time".Weekday int
+       func (@"time".d·2 @"time".Weekday) String () (? string) { return 
@"time".days[@"time".d·2] }
+       type @"time".Time struct { @"time".sec int64; @"time".nsec int32; 
@"time".loc *@"time".Location }
+       func (@"time".t·2 @"time".Time "esc:0x2") Add (@"time".d·3 
@"time".Duration) (? @"time".Time)
+       func (@"time".t·2 @"time".Time "esc:0x2") AddDate (@"time".years·3 
int, @"time".months·4 int, @"time".days·5 int) (? @"time".Time)
+       func (@"time".t·2 @"time".Time "esc:0x0") After (@"time".u·3 
@"time".Time "esc:0x0") (? bool) { return @"time".t·2.@"time".sec > 
@"time".u·3.@"time".sec || @"time".t·2.@"time".sec == 
@"time".u·3.@"time".sec && @"time".t·2.@"time".nsec > 
@"time".u·3.@"time".nsec }
+       func (@"time".t·2 @"time".Time "esc:0x0") Before (@"time".u·3 
@"time".Time "esc:0x0") (? bool) { return @"time".t·2.@"time".sec < 
@"time".u·3.@"time".sec || @"time".t·2.@"time".sec == 
@"time".u·3.@"time".sec && @"time".t·2.@"time".nsec < 
@"time".u·3.@"time".nsec }
+       func (@"time".t·4 @"time".Time "esc:0x0") Clock () (@"time".hour·1 
int, @"time".min·2 int, @"time".sec·3 int)
+       func (@"time".t·4 @"time".Time "esc:0x0") Date () (@"time".year·1 
int, @"time".month·2 @"time".Month, @"time".day·3 int)
+       func (@"time".t·2 @"time".Time "esc:0x0") Day () (? int)
+       func (@"time".t·2 @"time".Time "esc:0x0") Equal (@"time".u·3 
@"time".Time "esc:0x0") (? bool) { return @"time".t·2.@"time".sec == 
@"time".u·3.@"time".sec && @"time".t·2.@"time".nsec == 
@"time".u·3.@"time".nsec }
+       func (@"time".t·2 @"time".Time "esc:0x0") Format (@"time".layout·3 
string "esc:0x0") (? string)
+       func (@"time".t·2 *@"time".Time "esc:0x0") GobDecode (@"time".data·3 
[]byte "esc:0x0") (? error)
+       func (@"time".t·3 @"time".Time "esc:0x0") GobEncode () (? []byte, ? 
error)
+       func (@"time".t·2 @"time".Time "esc:0x0") Hour () (? int)
+       func (@"time".t·3 @"time".Time "esc:0x0") ISOWeek () (@"time".year·1 
int, @"time".week·2 int)
+       func (@"time".t·2 @"time".Time "esc:0x2") In (@"time".loc·3 
*@"time".Location "esc:0x2") (? @"time".Time)
+       func (@"time".t·2 @"time".Time "esc:0x0") IsZero () (? bool) { return 
@"time".t·2.@"time".sec == 0x0 && @"time".t·2.@"time".nsec == 0x0 }
+       func (@"time".t·2 @"time".Time "esc:0x2") Local () (? @"time".Time) { 
@"time".t·2.@"time".loc = @"time".Local; return @"time".t·2 }
+       func (@"time".t·2 @"time".Time "esc:0x2") Location () (? 
*@"time".Location) { var @"time".l·3 *@"time".Location; ; @"time".l·3 = 
@"time".t·2.@"time".loc; if @"time".l·3 == nil { @"time".l·3 = @"time".UTC 
}; return @"time".l·3 }
+       func (@"time".t·3 @"time".Time "esc:0x0") MarshalBinary () (? []byte, 
? error)
+       func (@"time".t·3 @"time".Time "esc:0x0") MarshalJSON () (? []byte, ? 
error)
+       func (@"time".t·3 @"time".Time "esc:0x0") MarshalText () (? []byte, ? 
error)
+       func (@"time".t·2 @"time".Time "esc:0x0") Minute () (? int)
+       func (@"time".t·2 @"time".Time "esc:0x0") Month () (? @"time".Month)
+       func (@"time".t·2 @"time".Time "esc:0x0") Nanosecond () (? int) { 
return int(@"time".t·2.@"time".nsec) }
+       func (@"time".t·2 @"time".Time "esc:0x2") Round (@"time".d·3 
@"time".Duration) (? @"time".Time)
+       func (@"time".t·2 @"time".Time "esc:0x0") Second () (? int)
+       func (@"time".t·2 @"time".Time "esc:0x0") String () (? string)
+       func (@"time".t·2 @"time".Time "esc:0x0") Sub (@"time".u·3 
@"time".Time "esc:0x0") (? @"time".Duration)
+       func (@"time".t·2 @"time".Time "esc:0x2") Truncate (@"time".d·3 
@"time".Duration) (? @"time".Time)
+       func (@"time".t·2 @"time".Time "esc:0x2") UTC () (? @"time".Time) { 
@"time".t·2.@"time".loc = @"time".UTC; return @"time".t·2 }
+       func (@"time".t·2 @"time".Time "esc:0x0") Unix () (? int64) { return 
@"time".t·2.@"time".sec + -0xE7791F700 }
+       func (@"time".t·2 @"time".Time "esc:0x0") UnixNano () (? int64) { 
return (@"time".t·2.@"time".sec + -0xE7791F700) * 0x3B9ACA00 + 
int64(@"time".t·2.@"time".nsec) }
+       func (@"time".t·2 *@"time".Time "esc:0x0") UnmarshalBinary 
(@"time".data·3 []byte "esc:0x0") (? error)
+       func (@"time".t·2 *@"time".Time "esc:0x0") UnmarshalJSON 
(@"time".data·3 []byte "esc:0x0") (@"time".err·1 error)
+       func (@"time".t·2 *@"time".Time "esc:0x0") UnmarshalText 
(@"time".data·3 []byte "esc:0x0") (@"time".err·1 error)
+       func (@"time".t·2 @"time".Time "esc:0x0") Weekday () (? 
@"time".Weekday)
+       func (@"time".t·2 @"time".Time "esc:0x0") Year () (? int)
+       func (@"time".t·2 @"time".Time "esc:0x0") YearDay () (? int)
+       func (@"time".t·3 @"time".Time "esc:0x0") Zone () (@"time".name·1 
string, @"time".offset·2 int)
+       func (@"time".t·2 @"time".Time "esc:0x0") @"time".abs () (? uint64)
+       func (@"time".t·5 @"time".Time "esc:0x0") @"time".date 
(@"time".full·6 bool) (@"time".year·1 int, @"time".month·2 @"time".Month, 
@"time".day·3 int, @"time".yday·4 int)
+       func (@"time".t·4 @"time".Time "esc:0x1") @"time".locabs () 
(@"time".name·1 string, @"time".offset·2 int, @"time".abs·3 uint64)
+       type @"".Message interface { Address() (? string); Annotations() (? 
*map[string]interface {}); Body() (? interface {}); ContentEncoding() (? 
string); ContentType() (? string); CorrelationId() (? interface {}); 
CreationTime() (? @"time".Time); DeliveryCount() (? uint32); Durable() (? 
bool); Encode(@"".buffer []byte) (? []byte, ? error); ExpiryTime() (? 
@"time".Time); FirstAcquirer() (? bool); GroupId() (? string); GroupSequence() 
(? int32); Inferred() (? bool); Instructions() (? *map[string]interface {}); 
MessageId() (? interface {}); Priority() (? uint8); Properties() (? 
*map[string]interface {}); ReplyTo() (? string); ReplyToGroupId() (? string); 
SetAddress(? string); SetBody(? interface {}); SetContentEncoding(? string); 
SetContentType(? string); SetCorrelationId(? interface {}); SetCreationTime(? 
@"time".Time); SetDeliveryCount(? uint32); SetDurable(? bool); SetExpiryTime(? 
@"time".Time); SetFirstAcquirer(? bool); SetGroupId(? string); 
SetGroupSequence(? int32); SetInferred(? bo
 ol); SetMessageId(? interface {}); SetPriority(? uint8); SetReplyTo(? string); 
SetReplyToGroupId(? string); SetSubject(? string); SetTTL(? @"time".Duration); 
SetUserId(? string); Subject() (? string); TTL() (? @"time".Duration); UserId() 
(? string) }
+       func @"".NewMessage () (? @"".Message)
+       func @"".NewMessageWith (@"".body·2 interface {}) (? @"".Message)
+       func @"".DecodeMessage (@"".data·3 []byte "esc:0x0") (? @"".Message, ? 
error)
+       type @"".Sections []interface {}
+       type @"".Type uint32
+       func (@"".t·2 @"".Type) String () (? string)
+       type @"".Map map[interface {}]interface {}
+       func (@"".m·2 @"".Map) GoString () (? string)
+       type @"".List []interface {}
+       func (@"".l·2 @"".List) GoString () (? string)
+       type @"".Symbol string
+       func (@"".s·2 @"".Symbol) GoString () (? string)
+       type @"".Binary string
+       func (@"".b·2 @"".Binary) GoString () (? string)
+       type @"reflect".ChanDir int
+       func (@"reflect".d·2 @"reflect".ChanDir) String () (? string)
+       type @"reflect".StructTag string
+       func (@"reflect".tag·2 @"reflect".StructTag "esc:0x0") Get 
(@"reflect".key·3 string "esc:0x0") (? string)
+       type @"reflect".StructField struct { Name string; PkgPath string; Type 
@"reflect".Type; Tag @"reflect".StructTag; Offset uintptr; Index []int; 
Anonymous bool }
+       type @"reflect".Kind uint
+       func (@"reflect".k·2 @"reflect".Kind) String () (? string)
+       type @"reflect".typeAlg struct { @"reflect".hash func(? 
@"unsafe".Pointer, ? uintptr, ? uintptr) (? uintptr); @"reflect".equal func(? 
@"unsafe".Pointer, ? @"unsafe".Pointer, ? uintptr) (? bool) }
+       type @"reflect".method struct { @"reflect".name *string; 
@"reflect".pkgPath *string; @"reflect".mtyp *@"reflect".rtype; @"reflect".typ 
*@"reflect".rtype; @"reflect".ifn @"unsafe".Pointer; @"reflect".tfn 
@"unsafe".Pointer }
+       type @"reflect".uncommonType struct { @"reflect".name *string; 
@"reflect".pkgPath *string; @"reflect".methods []@"reflect".method }
+       func (@"reflect".t·2 *@"reflect".uncommonType "esc:0x1") Method 
(@"reflect".i·3 int) (@"reflect".m·1 @"reflect".Method)
+       func (@"reflect".t·3 *@"reflect".uncommonType "esc:0x0") MethodByName 
(@"reflect".name·4 string "esc:0x0") (@"reflect".m·1 @"reflect".Method, 
@"reflect".ok·2 bool)
+       func (@"reflect".t·2 *@"reflect".uncommonType "esc:0x1") Name () (? 
string) { if @"reflect".t·2 == nil || @"reflect".t·2.@"reflect".name == nil { 
return "" }; return *@"reflect".t·2.@"reflect".name }
+       func (@"reflect".t·2 *@"reflect".uncommonType "esc:0x0") NumMethod () 
(? int) { if @"reflect".t·2 == nil { return 0x0 }; return 
len(@"reflect".t·2.@"reflect".methods) }
+       func (@"reflect".t·2 *@"reflect".uncommonType "esc:0x1") PkgPath () (? 
string) { if @"reflect".t·2 == nil || @"reflect".t·2.@"reflect".pkgPath == 
nil { return "" }; return *@"reflect".t·2.@"reflect".pkgPath }
+       func (@"reflect".t·2 *@"reflect".uncommonType "esc:0x2") 
@"reflect".uncommon () (? *@"reflect".uncommonType) { return @"reflect".t·2 }
+       type @"reflect".rtype struct { @"reflect".size uintptr; @"reflect".hash 
uint32; _ uint8; @"reflect".align uint8; @"reflect".fieldAlign uint8; 
@"reflect".kind uint8; @"reflect".alg *@"reflect".typeAlg; @"reflect".gc 
[2]@"unsafe".Pointer; @"reflect".string *string; @"reflect".? 
*@"reflect".uncommonType; @"reflect".ptrToThis *@"reflect".rtype; 
@"reflect".zero @"unsafe".Pointer }
+       func (@"reflect".t·2 *@"reflect".rtype "esc:0x0") Align () (? int) { 
return int(@"reflect".t·2.@"reflect".align) }
+       func (@"reflect".t·2 *@"reflect".rtype "esc:0x0") AssignableTo 
(@"reflect".u·3 @"reflect".Type "esc:0x0") (? bool)
+       func (@"reflect".t·2 *@"reflect".rtype "esc:0x0") Bits () (? int)
+       func (@"reflect".t·2 *@"reflect".rtype "esc:0x0") ChanDir () (? 
@"reflect".ChanDir)
+       func (@"reflect".t·2 *@"reflect".rtype "esc:0x0") Comparable () (? 
bool) { return @"reflect".t·2.@"reflect".alg != nil && 
@"reflect".t·2.@"reflect".alg.@"reflect".equal != nil }
+       func (@"reflect".t·2 *@"reflect".rtype "esc:0x0") ConvertibleTo 
(@"reflect".u·3 @"reflect".Type "esc:0x0") (? bool)
+       func (@"reflect".t·2 *@"reflect".rtype "esc:0x1") Elem () (? 
@"reflect".Type)
+       func (@"reflect".t·2 *@"reflect".rtype) Field (@"reflect".i·3 int) (? 
@"reflect".StructField)
+       func (@"reflect".t·2 *@"reflect".rtype "esc:0x0") FieldAlign () (? 
int) { return int(@"reflect".t·2.@"reflect".fieldAlign) }
+       func (@"reflect".t·2 *@"reflect".rtype) FieldByIndex 
(@"reflect".index·3 []int "esc:0x0") (? @"reflect".StructField)
+       func (@"reflect".t·3 *@"reflect".rtype) FieldByName 
(@"reflect".name·4 string "esc:0x0") (? @"reflect".StructField, ? bool)
+       func (@"reflect".t·3 *@"reflect".rtype) FieldByNameFunc 
(@"reflect".match·4 func(? string) (? bool) "esc:0x0") (? 
@"reflect".StructField, ? bool)
+       func (@"reflect".t·2 *@"reflect".rtype "esc:0x0") Implements 
(@"reflect".u·3 @"reflect".Type) (? bool)
+       func (@"reflect".t·2 *@"reflect".rtype "esc:0x0") In (@"reflect".i·3 
int) (? @"reflect".Type)
+       func (@"reflect".t·2 *@"reflect".rtype "esc:0x0") IsVariadic () (? 
bool)
+       func (@"reflect".t·2 *@"reflect".rtype "esc:0x1") Key () (? 
@"reflect".Type)
+       func (@"reflect".t·2 *@"reflect".rtype "esc:0x0") Kind () (? 
@"reflect".Kind) { return @"reflect".Kind(@"reflect".t·2.@"reflect".kind & 
0x1F) }
+       func (@"reflect".t·2 *@"reflect".rtype "esc:0x0") Len () (? int)
+       func (@"reflect".t·2 *@"reflect".rtype "esc:0x0") Method 
(@"reflect".i·3 int) (@"reflect".m·1 @"reflect".Method)
+       func (@"reflect".t·3 *@"reflect".rtype "esc:0x0") MethodByName 
(@"reflect".name·4 string "esc:0x0") (@"reflect".m·1 @"reflect".Method, 
@"reflect".ok·2 bool)
+       func (@"reflect".t·2 *@"reflect".rtype "esc:0x1") Name () (? string)
+       func (@"reflect".t·2 *@"reflect".rtype "esc:0x0") NumField () (? int)
+       func (@"reflect".t·2 *@"reflect".rtype "esc:0x0") NumIn () (? int)
+       func (@"reflect".t·2 *@"reflect".rtype "esc:0x0") NumMethod () (? int)
+       func (@"reflect".t·2 *@"reflect".rtype "esc:0x0") NumOut () (? int)
+       func (@"reflect".t·2 *@"reflect".rtype "esc:0x0") Out (@"reflect".i·3 
int) (? @"reflect".Type)
+       func (@"reflect".t·2 *@"reflect".rtype "esc:0x1") PkgPath () (? string)
+       func (@"reflect".t·2 *@"reflect".rtype "esc:0x0") Size () (? uintptr) 
{ return @"reflect".t·2.@"reflect".size }
+       func (@"reflect".t·2 *@"reflect".rtype "esc:0x1") String () (? string) 
{ return *@"reflect".t·2.@"reflect".string }
+       func (@"reflect".t·2 *@"reflect".rtype "esc:0x2") @"reflect".common () 
(? *@"reflect".rtype) { return @"reflect".t·2 }
+       func (@"reflect".t·2 *@"reflect".rtype "esc:0x0") @"reflect".pointers 
() (? bool) { return @"reflect".t·2.@"reflect".kind & 0x80 == 0x0 }
+       func (@"reflect".t·2 *@"reflect".rtype) @"reflect".ptrTo () (? 
*@"reflect".rtype)
+       type @"reflect".flag uintptr
+       func (@"reflect".f·2 @"reflect".flag) @"reflect".kind () (? 
@"reflect".Kind) { return @"reflect".Kind(@"reflect".f·2 & 
@"reflect".flag(0x1F)) }
+       func (@"reflect".f·1 @"reflect".flag) @"reflect".mustBe 
(@"reflect".expected·2 @"reflect".Kind)
+       func (@"reflect".f·1 @"reflect".flag) @"reflect".mustBeAssignable ()
+       func (@"reflect".f·1 @"reflect".flag) @"reflect".mustBeExported ()
+       type @"reflect".Value struct { @"reflect".typ *@"reflect".rtype; 
@"reflect".ptr @"unsafe".Pointer; @"reflect".? @"reflect".flag }
+       func (@"reflect".v·2 @"reflect".Value) Addr () (? @"reflect".Value)
+       func (@"reflect".v·2 @"reflect".Value "esc:0x0") Bool () (? bool)
+       func (@"reflect".v·2 @"reflect".Value "esc:0x1") Bytes () (? []byte)
+       func (@"reflect".v·2 @"reflect".Value) Call (@"reflect".in·3 
[]@"reflect".Value "esc:0x0") (? []@"reflect".Value)
+       func (@"reflect".v·2 @"reflect".Value) CallSlice (@"reflect".in·3 
[]@"reflect".Value "esc:0x0") (? []@"reflect".Value)
+       func (@"reflect".v·2 @"reflect".Value "esc:0x0") CanAddr () (? bool) { 
return @"reflect".v·2.@"reflect".flag & @"reflect".flag(0x80) != 
@"reflect".flag(0x0) }
+       func (@"reflect".v·2 @"reflect".Value "esc:0x0") CanInterface () (? 
bool)
+       func (@"reflect".v·2 @"reflect".Value "esc:0x0") CanSet () (? bool) { 
return @"reflect".v·2.@"reflect".flag & @"reflect".flag(0xA0) == 
@"reflect".flag(0x80) }
+       func (@"reflect".v·2 @"reflect".Value) Cap () (? int)
+       func (@"reflect".v·1 @"reflect".Value) Close ()
+       func (@"reflect".v·2 @"reflect".Value "esc:0x0") Complex () (? 
complex128)
+       func (@"reflect".v·2 @"reflect".Value) Convert (@"reflect".t·3 
@"reflect".Type) (? @"reflect".Value)
+       func (@"reflect".v·2 @"reflect".Value "esc:0x3") Elem () (? 
@"reflect".Value)
+       func (@"reflect".v·2 @"reflect".Value "esc:0x3") Field 
(@"reflect".i·3 int) (? @"reflect".Value)
+       func (@"reflect".v·2 @"reflect".Value "esc:0x2") FieldByIndex 
(@"reflect".index·3 []int "esc:0x0") (? @"reflect".Value)
+       func (@"reflect".v·2 @"reflect".Value) FieldByName (@"reflect".name·3 
string "esc:0x0") (? @"reflect".Value)
+       func (@"reflect".v·2 @"reflect".Value) FieldByNameFunc 
(@"reflect".match·3 func(? string) (? bool) "esc:0x0") (? @"reflect".Value)
+       func (@"reflect".v·2 @"reflect".Value "esc:0x0") Float () (? float64)
+       func (@"reflect".v·2 @"reflect".Value "esc:0x3") Index 
(@"reflect".i·3 int) (? @"reflect".Value)
+       func (@"reflect".v·2 @"reflect".Value "esc:0x0") Int () (? int64)
+       func (@"reflect".v·2 @"reflect".Value) Interface () (@"reflect".i·1 
interface {})
+       func (@"reflect".v·2 @"reflect".Value "esc:0x0") InterfaceData () (? 
[2]uintptr)
+       func (@"reflect".v·2 @"reflect".Value "esc:0x0") IsNil () (? bool)
+       func (@"reflect".v·2 @"reflect".Value "esc:0x0") IsValid () (? bool) { 
return @"reflect".v·2.@"reflect".flag != @"reflect".flag(0x0) }
+       func (@"reflect".v·2 @"reflect".Value "esc:0x0") Kind () (? 
@"reflect".Kind)
+       func (@"reflect".v·2 @"reflect".Value) Len () (? int)
+       func (@"reflect".v·2 @"reflect".Value) MapIndex (@"reflect".key·3 
@"reflect".Value) (? @"reflect".Value)
+       func (@"reflect".v·2 @"reflect".Value) MapKeys () (? 
[]@"reflect".Value)
+       func (@"reflect".v·2 @"reflect".Value "esc:0x2") Method 
(@"reflect".i·3 int) (? @"reflect".Value)
+       func (@"reflect".v·2 @"reflect".Value "esc:0x2") MethodByName 
(@"reflect".name·3 string "esc:0x0") (? @"reflect".Value)
+       func (@"reflect".v·2 @"reflect".Value "esc:0x0") NumField () (? int)
+       func (@"reflect".v·2 @"reflect".Value "esc:0x0") NumMethod () (? int)
+       func (@"reflect".v·2 @"reflect".Value "esc:0x0") OverflowComplex 
(@"reflect".x·3 complex128) (? bool)
+       func (@"reflect".v·2 @"reflect".Value "esc:0x0") OverflowFloat 
(@"reflect".x·3 float64) (? bool)
+       func (@"reflect".v·2 @"reflect".Value "esc:0x0") OverflowInt 
(@"reflect".x·3 int64) (? bool)
+       func (@"reflect".v·2 @"reflect".Value "esc:0x0") OverflowUint 
(@"reflect".x·3 uint64) (? bool)
+       func (@"reflect".v·2 @"reflect".Value "esc:0x2") Pointer () (? uintptr)
+       func (@"reflect".v·3 @"reflect".Value) Recv () (@"reflect".x·1 
@"reflect".Value, @"reflect".ok·2 bool)
+       func (@"reflect".v·1 @"reflect".Value) Send (@"reflect".x·2 
@"reflect".Value)
+       func (@"reflect".v·1 @"reflect".Value) Set (@"reflect".x·2 
@"reflect".Value)
+       func (@"reflect".v·1 @"reflect".Value "esc:0x0") SetBool 
(@"reflect".x·2 bool)
+       func (@"reflect".v·1 @"reflect".Value "esc:0x0") SetBytes 
(@"reflect".x·2 []byte)
+       func (@"reflect".v·1 @"reflect".Value "esc:0x0") SetCap 
(@"reflect".n·2 int)
+       func (@"reflect".v·1 @"reflect".Value "esc:0x0") SetComplex 
(@"reflect".x·2 complex128)
+       func (@"reflect".v·1 @"reflect".Value "esc:0x0") SetFloat 
(@"reflect".x·2 float64)
+       func (@"reflect".v·1 @"reflect".Value "esc:0x0") SetInt 
(@"reflect".x·2 int64)
+       func (@"reflect".v·1 @"reflect".Value "esc:0x0") SetLen 
(@"reflect".n·2 int)
+       func (@"reflect".v·1 @"reflect".Value) SetMapIndex (@"reflect".key·2 
@"reflect".Value, @"reflect".val·3 @"reflect".Value)
+       func (@"reflect".v·1 @"reflect".Value "esc:0x0") SetPointer 
(@"reflect".x·2 @"unsafe".Pointer)
+       func (@"reflect".v·1 @"reflect".Value "esc:0x0") SetString 
(@"reflect".x·2 string)
+       func (@"reflect".v·1 @"reflect".Value "esc:0x0") SetUint 
(@"reflect".x·2 uint64)
+       func (@"reflect".v·2 @"reflect".Value) Slice (@"reflect".i·3 int, 
@"reflect".j·4 int) (? @"reflect".Value)
+       func (@"reflect".v·2 @"reflect".Value) Slice3 (@"reflect".i·3 int, 
@"reflect".j·4 int, @"reflect".k·5 int) (? @"reflect".Value)
+       func (@"reflect".v·2 @"reflect".Value) String () (? string)
+       func (@"reflect".v·3 @"reflect".Value) TryRecv () (@"reflect".x·1 
@"reflect".Value, @"reflect".ok·2 bool)
+       func (@"reflect".v·2 @"reflect".Value) TrySend (@"reflect".x·3 
@"reflect".Value) (? bool)
+       func (@"reflect".v·2 @"reflect".Value "esc:0x3") Type () (? 
@"reflect".Type)
+       func (@"reflect".v·2 @"reflect".Value "esc:0x0") Uint () (? uint64)
+       func (@"reflect".v·2 @"reflect".Value "esc:0x2") UnsafeAddr () (? 
uintptr)
+       func (@"reflect".v·2 @"reflect".Value) @"reflect".assignTo 
(@"reflect".context·3 string "esc:0x0", @"reflect".dst·4 *@"reflect".rtype, 
@"reflect".target·5 @"unsafe".Pointer) (? @"reflect".Value)
+       func (@"reflect".v·2 @"reflect".Value) @"reflect".call 
(@"reflect".op·3 string "esc:0x0", @"reflect".in·4 []@"reflect".Value 
"esc:0x0") (? []@"reflect".Value)
+       func (@"reflect".v·2 @"reflect".Value "esc:0x3") @"reflect".pointer () 
(? @"unsafe".Pointer)
+       func (@"reflect".v·3 @"reflect".Value) @"reflect".recv 
(@"reflect".nb·4 bool) (@"reflect".val·1 @"reflect".Value, @"reflect".ok·2 
bool)
+       func (@"reflect".v·2 @"reflect".Value "esc:0x1") @"reflect".runes () 
(? []rune)
+       func (@"reflect".v·2 @"reflect".Value) @"reflect".send 
(@"reflect".x·3 @"reflect".Value, @"reflect".nb·4 bool) 
(@"reflect".selected·1 bool)
+       func (@"reflect".v·1 @"reflect".Value "esc:0x0") @"reflect".setRunes 
(@"reflect".x·2 []rune)
+       type @"reflect".Method struct { Name string; PkgPath string; Type 
@"reflect".Type; Func @"reflect".Value; Index int }
+       type @"reflect".Type interface { Align() (? int); 
AssignableTo(@"reflect".u @"reflect".Type) (? bool); Bits() (? int); ChanDir() 
(? @"reflect".ChanDir); Comparable() (? bool); ConvertibleTo(@"reflect".u 
@"reflect".Type) (? bool); Elem() (? @"reflect".Type); Field(@"reflect".i int) 
(? @"reflect".StructField); FieldAlign() (? int); FieldByIndex(@"reflect".index 
[]int) (? @"reflect".StructField); FieldByName(@"reflect".name string) (? 
@"reflect".StructField, ? bool); FieldByNameFunc(@"reflect".match func(? 
string) (? bool)) (? @"reflect".StructField, ? bool); Implements(@"reflect".u 
@"reflect".Type) (? bool); In(@"reflect".i int) (? @"reflect".Type); 
IsVariadic() (? bool); Key() (? @"reflect".Type); Kind() (? @"reflect".Kind); 
Len() (? int); Method(? int) (? @"reflect".Method); MethodByName(? string) (? 
@"reflect".Method, ? bool); Name() (? string); NumField() (? int); NumIn() (? 
int); NumMethod() (? int); NumOut() (? int); Out(@"reflect".i int) (? 
@"reflect".Type); PkgPath() (? strin
 g); Size() (? uintptr); String() (? string); @"reflect".common() (? 
*@"reflect".rtype); @"reflect".uncommon() (? *@"reflect".uncommonType) }
+       type @"".BadUnmarshal struct { AMQPType string; GoType @"reflect".Type }
+       func (@"".e·2 @"".BadUnmarshal) Error () (? string)
+       type @"io".Reader interface { Read(@"io".p []byte) (@"io".n int, 
@"io".err error) }
+       type @"bytes".readOp int
+       type @"bytes".Buffer struct { @"bytes".buf []byte; @"bytes".off int; 
@"bytes".runeBytes [4]byte; @"bytes".bootstrap [64]byte; @"bytes".lastRead 
@"bytes".readOp }
+       func (@"bytes".b·2 *@"bytes".Buffer "esc:0x1") Bytes () (? []byte) { 
return @"bytes".b·2.@"bytes".buf[@"bytes".b·2.@"bytes".off:] }
+       func (@"bytes".b·1 *@"bytes".Buffer) Grow (@"bytes".n·2 int)
+       func (@"bytes".b·2 *@"bytes".Buffer "esc:0x0") Len () (? int) { return 
len(@"bytes".b·2.@"bytes".buf) - @"bytes".b·2.@"bytes".off }
+       func (@"bytes".b·2 *@"bytes".Buffer "esc:0x1") Next (@"bytes".n·3 
int) (? []byte)
+       func (@"bytes".b·3 *@"bytes".Buffer) Read (@"bytes".p·4 []byte 
"esc:0x0") (@"bytes".n·1 int, @"bytes".err·2 error)
+       func (@"bytes".b·3 *@"bytes".Buffer) ReadByte () (@"bytes".c·1 byte, 
@"bytes".err·2 error)
+       func (@"bytes".b·3 *@"bytes".Buffer "esc:0x0") ReadBytes 
(@"bytes".delim·4 byte) (@"bytes".line·1 []byte, @"bytes".err·2 error)
+       func (@"bytes".b·3 *@"bytes".Buffer) ReadFrom (@"bytes".r·4 
@"io".Reader) (@"bytes".n·1 int64, @"bytes".err·2 error)
+       func (@"bytes".b·4 *@"bytes".Buffer) ReadRune () (@"bytes".r·1 rune, 
@"bytes".size·2 int, @"bytes".err·3 error)
+       func (@"bytes".b·3 *@"bytes".Buffer "esc:0x0") ReadString 
(@"bytes".delim·4 byte) (@"bytes".line·1 string, @"bytes".err·2 error)
+       func (@"bytes".b·1 *@"bytes".Buffer) Reset ()
+       func (@"bytes".b·2 *@"bytes".Buffer "esc:0x0") String () (? string) { 
if @"bytes".b·2 == nil { return "<nil>" }; return 
string(@"bytes".b·2.@"bytes".buf[@"bytes".b·2.@"bytes".off:]) }
+       func (@"bytes".b·1 *@"bytes".Buffer) Truncate (@"bytes".n·2 int)
+       func (@"bytes".b·2 *@"bytes".Buffer "esc:0x0") UnreadByte () (? error)
+       func (@"bytes".b·2 *@"bytes".Buffer "esc:0x0") UnreadRune () (? error)
+       func (@"bytes".b·3 *@"bytes".Buffer) Write (@"bytes".p·4 []byte 
"esc:0x0") (@"bytes".n·1 int, @"bytes".err·2 error)
+       func (@"bytes".b·2 *@"bytes".Buffer) WriteByte (@"bytes".c·3 byte) (? 
error)
+       func (@"bytes".b·3 *@"bytes".Buffer) WriteRune (@"bytes".r·4 rune) 
(@"bytes".n·1 int, @"bytes".err·2 error)
+       func (@"bytes".b·3 *@"bytes".Buffer) WriteString (@"bytes".s·4 string 
"esc:0x0") (@"bytes".n·1 int, @"bytes".err·2 error)
+       func (@"bytes".b·3 *@"bytes".Buffer) WriteTo (@"bytes".w·4 
@"io".Writer) (@"bytes".n·1 int64, @"bytes".err·2 error)
+       func (@"bytes".b·2 *@"bytes".Buffer) @"bytes".grow (@"bytes".n·3 int) 
(? int)
+       func (@"bytes".b·3 *@"bytes".Buffer "esc:0x1") @"bytes".readSlice 
(@"bytes".delim·4 byte) (@"bytes".line·1 []byte, @"bytes".err·2 error)
+       type @"".Decoder struct { @"".reader @"io".Reader; @"".buffer 
@"bytes".Buffer }
+       func (@"".d·2 *@"".Decoder) Buffered () (? @"io".Reader)
+       func (@"".d·2 *@"".Decoder) Decode (@"".v·3 interface {}) (@"".err·1 
error)
+       func (@"".d·2 *@"".Decoder) @"".more () (? error)
+       func @"".NewDecoder (@"".r·2 @"io".Reader) (? *@"".Decoder) { return 
(&@"".Decoder{ @"".reader:@"".r·2, @"".buffer:(@"bytes".Buffer{  }) }) }
+       func @"".Unmarshal (@"".bytes·3 []byte "esc:0x0", @"".v·4 interface 
{}) (@"".n·1 int, @"".err·2 error)
+       type @"net/url".Userinfo struct { @"net/url".username string; 
@"net/url".password string; @"net/url".passwordSet bool }
+       func (@"net/url".u·3 *@"net/url".Userinfo "esc:0x1") Password () (? 
string, ? bool) { if @"net/url".u·3.@"net/url".passwordSet { return 
@"net/url".u·3.@"net/url".password, true }; return "", false }
+       func (@"net/url".u·2 *@"net/url".Userinfo "esc:0x1") String () (? 
string)
+       func (@"net/url".u·2 *@"net/url".Userinfo "esc:0x1") Username () (? 
string) { return @"net/url".u·2.@"net/url".username }
+       type @"net/url".Values map[string][]string
+       func (@"net/url".v·1 @"net/url".Values "esc:0x0") Add 
(@"net/url".key·2 string, @"net/url".value·3 string) { 
@"net/url".v·1[@"net/url".key·2] = append(@"net/url".v·1[@"net/url".key·2], 
@"net/url".value·3) }
+       func (@"net/url".v·1 @"net/url".Values "esc:0x0") Del 
(@"net/url".key·2 string "esc:0x0") { delete(@"net/url".v·1, 
@"net/url".key·2) }
+       func (@"net/url".v·2 @"net/url".Values "esc:0x0") Encode () (? string)
+       func (@"net/url".v·2 @"net/url".Values "esc:0x0") Get 
(@"net/url".key·3 string "esc:0x0") (? string) { if @"net/url".v·2 == nil { 
return "" }; var @"net/url".vs·4 []string; ; var @"net/url".ok·5 bool; ; 
@"net/url".vs·4, @"net/url".ok·5 = @"net/url".v·2[@"net/url".key·3]; if 
!@"net/url".ok·5 || len(@"net/url".vs·4) == 0x0 { return "" }; return 
@"net/url".vs·4[0x0] }
+       func (@"net/url".v·1 @"net/url".Values "esc:0x0") Set 
(@"net/url".key·2 string, @"net/url".value·3 string) { 
@"net/url".v·1[@"net/url".key·2] = ([]string{ 0x0:@"net/url".value·3 }) }
+       type @"net/url".URL struct { Scheme string; Opaque string; User 
*@"net/url".Userinfo; Host string; Path string; RawQuery string; Fragment 
string }
+       func (@"net/url".u·2 *@"net/url".URL "esc:0x0") IsAbs () (? bool) { 
return @"net/url".u·2.Scheme != "" }
+       func (@"net/url".u·3 *@"net/url".URL "esc:0x2") Parse 
(@"net/url".ref·4 string) (? *@"net/url".URL, ? error)
+       func (@"net/url".u·2 *@"net/url".URL) Query () (? @"net/url".Values)
+       func (@"net/url".u·2 *@"net/url".URL "esc:0x1") RequestURI () (? 
string)
+       func (@"net/url".u·2 *@"net/url".URL "esc:0x2") ResolveReference 
(@"net/url".ref·3 *@"net/url".URL "esc:0x2") (? *@"net/url".URL)
+       func (@"net/url".u·2 *@"net/url".URL "esc:0x0") String () (? string)
+       func @"".ParseURL (@"".s·3 string) (@"".u·1 *@"net/url".URL, 
@"".err·2 error)
+       func @"".init ()
+       const @"".minEncode = 0x100
+       var @"time".months [12]string
+       var @"time".days [7]string
+       var @"time".Local *@"time".Location
+       var @"time".UTC *@"time".Location
+
+$$
+_go_.6          0           0     0     644     468681    `
+go object linux amd64 go1.4.2 X:precisestack
+
+!
+go13ld
+fmt.areflect.astrconv.async/atomic.aruntime/cgo.asyscall.aio.aHqpid.apache.org/proton/go/internal.a
time.abytes.a
+net.anet/url.a�"".Error.Error��dH�
%H;aw���H��HDŽ$�HDŽ$�H�|$`1��H�\$`H���H��H��H�\$HH�T$PH�L$XH�H�$H��$�H�\$�H�L$H�D$H�\$HH�$H�L$8H�L$H�D$@H�D$�H�H�$H��$�H�\$H�D$�H�L$H�D$H�\$HH��H�$H�L$8H�L$H�D$@H�D$�H�H�,$H��H��H�H�H�\$HH�\$H�\$PH�\$H�\$XH�\$
 �H�L$(H�D$0H��$�H��$�H�ĀÉ�����
+ 0runtime.morestack_noctxtz� 
runtime.duffzero�type.string�runtime.convT2E�2runtime.writebarrieriface�type.string�runtime.convT2E�2runtime.writebarrieriface�2go.string."proton
 %s: %s"�fmt.Sprintf`�"".autotmp_0008"type.interface 
{}"".autotmp_0007�"type.interface 
{}"".autotmp_0005o&type.[]interface 
{}"".autotmp_0003?(type.[2]interface {}
"".~r0@type.string"".ctype."".Error����
�B���4Tgclocals·89e6b2848881d386696738078d0e941dTgclocals·aa288e3c39d4102a912a36b10515d40d�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/error.go�"".Errorf��dH�

%H;aw���H��XH��$�1��H�\$pH�$H�\$xH�\$H��$�H�\$H��$�H�\$H��$�H�\$
 �H�l$(H�T$0H�|$81��H�\$`H�\$8H�t$hH�t$@H
 �l$HH�T$PH�t$8H��$�H���H��X�
+ 0runtime.morestack_noctxtJ� 
runtime.duffzero�fmt.Sprintf�� 
runtime.duffzero�� runtime.duffcopy��
+"".autotmp_0013?type."".Error"".~r3ptype."".Error
"".arg@&type.[]interface {}"".format 
type.string"".nametype.string����H)�
+c]Tgclocals·9cbabfc7b1ba9b18a1b3687d46073813Tgclocals·44568aa369055d8938d809aa5d80843b�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/error.go�"".MakeError��dH�

%H;aw���H��`H�|$x1��H�\$hH�$H�\$pH�\$�H�\$H�,$H��H��H�H��H�T$H�D$H�D$8H�$H�T$0H�����H�\$H�\$
 H�\$H�\$(H�\$pH�$H�\$hH�[ 
��H�l$H�T$H�|$@1��H�\$ 
H�\$@H�t$(H�t$HH�l$PH�T$XH�t$@H�l$xH���H��`�
+ 0runtime.morestack_noctxtD� 
runtime.duffzerotruntime.convI2E�reflect.TypeOf�
+�
+�� runtime.duffzero�� runtime.duffcopy`�
+"".autotmp_0017?type."".Error"".autotmp_0015type.string"".autotmp_0014_"type.reflect.Type
"".~r1 type."".Error"".errtype.error����
R&�9dSTgclocals·cede55e64cfaf842aa360488b9c978baTgclocals·4398bb51467914f29637b614067b995f�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/error.go�0"".(*UidCounter).NextInt��dH�
%H;aw���H��H�\$ 
H�$H�<$tH�D$�H�\$H�\$(H��É%��
+ 0runtime.morestack_noctxth*sync/atomic.AddUint64 0
"".~r0type.uint64
+"".uc&type.*"".UidCounter0,/0  P
+D6
+3Tgclocals·06cab038d51064a089bda21fa03e00f7Tgclocals·3280bececceccd33cb74587feedb1f9f�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/uid.go�*"".(*UidCounter).Next��dH�
%H;aw���H�� 
H�D$0H�D$8H�\$(H�$�H�\$H�$H�D$ 
�H�L$H�D$H�L$0H�D$8H�� �
+ 
0runtime.morestack_noctxtl0"".(*UidCounter).NextInt�$strconv.FormatUint0@
"".~r0type.string
+"".uc&type.*"".UidCounter@O?p
+N,D
+5;Tgclocals·a08e9001cb8f9d822225de3b8e406515Tgclocals·3280bececceccd33cb74587feedb1f9f�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/uid.go�""._Cgo_ptr
 H�\$H�\$� "".~r1&type.unsafe.Pointer
"".ptr&type.unsafe.PointerTgclocals·06cab038d51064a089bda21fa03e00f7Tgclocals·3280bececceccd33cb74587feedb1f9ffqpid.apache.org/proton/go/amqp/_obj/_cgo_gotypes.go�"""._Cfunc_CString��dH�

%H;aw���H��PH�\$`H��H�$H�H���H�t$H�t$
 
H�t$H����H��@H��@H�L$HH�T$XH�L$`H�D$@H�L$0H9�}H��H�t$8H�4$H�T$(H�T$H�D$�H�D$`H�\$H��t%H=@sH��H�\$
 H�\$hH��P����׉�t���
+ 0runtime.morestack_noctxtR.""._cgo_runtime_cmalloc`
+�runtime.memmove�$runtime.panicindex0�"".autotmp_0027type.uintptr"".autotmp_0026type.int"".autotmp_0025Otype.string"".autotmp_0024/type.[]uint8"".autotmp_0023type.int
+"".ppo.type.*[1073741824]uint8"".p_&type.unsafe.Pointer"".~r1 
(type.*""._Ctype_char"".stype.string�����"|[0b3Tgclocals·d7e8a62d22b1cde6d92b17a55c33fe8fTgclocals·283619d6755c7337ece602447ba790ff�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�"""._Cfunc_GoBytes��dH�

%H;aw���H��(H�D$@H�D$HH�D$PH�\$0H�$Hc\$8H�\$H�H���H�T$H�L$H�D$
 H�T$@H�L$HH�D$PH��(�
+ 
0runtime.morestack_noctxt�.""._cgo_runtime_gobytes�
+PP"".~r2 
type.[]uint8"".l$type.""._Ctype_int"".p&type.unsafe.PointerP\O
+��5K
+R.Tgclocals·69799e6b08b04134ac5d3d02564aacadTgclocals·3280bececceccd33cb74587feedb1f9f�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�$""._Cfunc_GoString��dH�
%H;aw���H��H�D$(H�D$0H�\$ 
H�$H�H���H�L$H�D$H�L$(H�D$0H���
+ 0runtime.morestack_noctxtp0""._cgo_runtime_gostring~
+00"".~r1type.string"".p(type.*""._Ctype_char0?/`
�,4
+?!Tgclocals·a08e9001cb8f9d822225de3b8e406515Tgclocals·3280bececceccd33cb74587feedb1f9f�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�&""._Cfunc_GoStringN��dH�
%H;aw���H�� 
H�D$8H�D$@H�\$(H�$Hc\$0H�\$H�H���H�L$H�D$H�L$8H�D$@H��
 �
+ 
0runtime.morestack_noctxt�2""._cgo_runtime_gostringn�
+@@"".~r2 
type.string"".l$type.""._Ctype_int"".p(type.*""._Ctype_char@I?
p�,D
+I'Tgclocals·6a2e5ab2d393a1bfd331903fbd0fd425Tgclocals·3280bececceccd33cb74587feedb1f9f�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�""._Cfunc_free��dH�
%H;aw���H��H�\$(H�\$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtN>""._cgo_e3cd7c286e0f_Cfunc_freex:""._cgo_runtime_cgocall_errno�
+0
+"".r1&type.""._Ctype_void
+"".p0&type.unsafe.Pointer0//P�$!
+C
Tgclocals·519efd86263089ddb84df3cfe7fd2992Tgclocals·3280bececceccd33cb74587feedb1f9f�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�"""._Cfunc_pn_data��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLD""._cgo_e3cd7c286e0f_Cfunc_pn_datav:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1@type.*""._Ctype_struct_pn_data_t
+"".p0*type.""._Ctype_size_t0./P�#!
+BTgclocals·8512b64a8c2de1386e17b894ea692148Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�.""._Cfunc_pn_data_clear��dH�
%H;aw���H��H�\$(H�\$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtNP""._cgo_e3cd7c286e0f_Cfunc_pn_data_clearx:""._cgo_runtime_cgocall_errno�
+0
+"".r1&type.""._Ctype_void
+"".p0@type.*""._Ctype_struct_pn_data_t0//P�$!
+C
Tgclocals·519efd86263089ddb84df3cfe7fd2992Tgclocals·3280bececceccd33cb74587feedb1f9f�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�0""._Cfunc_pn_data_decode��dH�
%H;aw���H��H�D$8H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLR""._cgo_e3cd7c286e0f_Cfunc_pn_data_decodev:""._cgo_runtime_cgocall_errno�
+@0
+"".r10,type.""._Ctype_ssize_t
+"".p2 *type.""._Ctype_size_t
+"".p1(type.*""._Ctype_char
+"".p0@type.*""._Ctype_struct_pn_data_t0./P�#!
+BTgclocals·eaf31f95896361dc5cdd0293aac48f97Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�0""._Cfunc_pn_data_encode��dH�
%H;aw���H��H�D$8H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLR""._cgo_e3cd7c286e0f_Cfunc_pn_data_encodev:""._cgo_runtime_cgocall_errno�
+@0
+"".r10,type.""._Ctype_ssize_t
+"".p2 *type.""._Ctype_size_t
+"".p1(type.*""._Ctype_char
+"".p0@type.*""._Ctype_struct_pn_data_t0./P�#!
+BTgclocals·eaf31f95896361dc5cdd0293aac48f97Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�.""._Cfunc_pn_data_enter��dH�
%H;aw���H���D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtDP""._cgo_e3cd7c286e0f_Cfunc_pn_data_entern:""._cgo_runtime_cgocall_errno|
+ 0
+"".r1(type.""._Ctype__Bool
+"".p0@type.*""._Ctype_struct_pn_data_t0*/P�!
+>Tgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�.""._Cfunc_pn_data_error��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLP""._cgo_e3cd7c286e0f_Cfunc_pn_data_errorv:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1Btype.*""._Ctype_struct_pn_error_t
+"".p0@type.*""._Ctype_struct_pn_data_t0./P�#!
+BTgclocals·0d07eeeeb0a929c278204725c205f82eTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�,""._Cfunc_pn_data_exit��dH�
%H;aw���H���D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtDN""._cgo_e3cd7c286e0f_Cfunc_pn_data_exitn:""._cgo_runtime_cgocall_errno|
+ 0
+"".r1(type.""._Ctype__Bool
+"".p0@type.*""._Ctype_struct_pn_data_t0*/P�!
+>Tgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�,""._Cfunc_pn_data_free��dH�
%H;aw���H��H�\$(H�\$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtNN""._cgo_e3cd7c286e0f_Cfunc_pn_data_freex:""._cgo_runtime_cgocall_errno�
+0
+"".r1&type.""._Ctype_void
+"".p0@type.*""._Ctype_struct_pn_data_t0//P�$!
+C
Tgclocals·519efd86263089ddb84df3cfe7fd2992Tgclocals·3280bececceccd33cb74587feedb1f9f�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�8""._Cfunc_pn_data_get_binary��dH�
%H;aw���H��H�D$(H�D$0H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxt^Z""._cgo_e3cd7c286e0f_Cfunc_pn_data_get_binary�:""._cgo_runtime_cgocall_errno�
+00
+"".r12type.""._Ctype_struct___0
+"".p0@type.*""._Ctype_struct_pn_data_t07/`�,!
+KTgclocals·fd048cbd93869b53d7c80f9fed37c06cTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�4""._Cfunc_pn_data_get_bool��dH�
%H;aw���H���D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtDV""._cgo_e3cd7c286e0f_Cfunc_pn_data_get_booln:""._cgo_runtime_cgocall_errno|
+ 0
+"".r1(type.""._Ctype__Bool
+"".p0@type.*""._Ctype_struct_pn_data_t0*/P�!
+>Tgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�4""._Cfunc_pn_data_get_byte��dH�
%H;aw���H���D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtDV""._cgo_e3cd7c286e0f_Cfunc_pn_data_get_byten:""._cgo_runtime_cgocall_errno|
+ 0
+"".r1*type.""._Ctype_int8_t
+"".p0@type.*""._Ctype_struct_pn_data_t0*/P�!
+>Tgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�4""._Cfunc_pn_data_get_char��dH�
%H;aw���H���D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtJV""._cgo_e3cd7c286e0f_Cfunc_pn_data_get_chart:""._cgo_runtime_cgocall_errno�
+ 0
+"".r10type.""._Ctype_pn_char_t
+"".p0@type.*""._Ctype_struct_pn_data_t0-/       P�"!

+ATgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�8""._Cfunc_pn_data_get_double��dH�

%H;aw���H�����D$(H�H�$H�\$
 H�\$H�H���H���
+ 
0runtime.morestack_noctxt<*$f64.0000000000000000L*$f64.0000000000000000fZ""._cgo_e3cd7c286e0f_Cfunc_pn_data_get_double�:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1*type.""._Ctype_double
+"".p0@type.*""._Ctype_struct_pn_data_t0;/`�0!
+OTgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�6""._Cfunc_pn_data_get_float��dH�

%H;aw���H�����D$(H�H�$H�\$
 H�\$H�H���H���
+ 
0runtime.morestack_noctxt<$f32.00000000L$f32.00000000fX""._cgo_e3cd7c286e0f_Cfunc_pn_data_get_float�:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1(type.""._Ctype_float
+"".p0@type.*""._Ctype_struct_pn_data_t0;/`�0!
+OTgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�2""._Cfunc_pn_data_get_int��dH�
%H;aw���H���D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtJT""._cgo_e3cd7c286e0f_Cfunc_pn_data_get_intt:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1,type.""._Ctype_int32_t
+"".p0@type.*""._Ctype_struct_pn_data_t0-/       P�"!

+ATgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�4""._Cfunc_pn_data_get_list��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLV""._cgo_e3cd7c286e0f_Cfunc_pn_data_get_listv:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1*type.""._Ctype_size_t
+"".p0@type.*""._Ctype_struct_pn_data_t0./P�#!
+BTgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�4""._Cfunc_pn_data_get_long��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLV""._cgo_e3cd7c286e0f_Cfunc_pn_data_get_longv:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1,type.""._Ctype_int64_t
+"".p0@type.*""._Ctype_struct_pn_data_t0./P�#!
+BTgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�2""._Cfunc_pn_data_get_map��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLT""._cgo_e3cd7c286e0f_Cfunc_pn_data_get_mapv:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1*type.""._Ctype_size_t
+"".p0@type.*""._Ctype_struct_pn_data_t0./P�#!
+BTgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�6""._Cfunc_pn_data_get_short��dH�
%H;aw���H��f�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtHX""._cgo_e3cd7c286e0f_Cfunc_pn_data_get_shortr:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1,type.""._Ctype_int16_t
+"".p0@type.*""._Ctype_struct_pn_data_t0,/
+P�!!
+@Tgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�8""._Cfunc_pn_data_get_string��dH�
%H;aw���H��H�D$(H�D$0H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxt^Z""._cgo_e3cd7c286e0f_Cfunc_pn_data_get_string�:""._cgo_runtime_cgocall_errno�
+00
+"".r12type.""._Ctype_struct___0
+"".p0@type.*""._Ctype_struct_pn_data_t07/`�,!
+KTgclocals·fd048cbd93869b53d7c80f9fed37c06cTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�8""._Cfunc_pn_data_get_symbol��dH�
%H;aw���H��H�D$(H�D$0H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxt^Z""._cgo_e3cd7c286e0f_Cfunc_pn_data_get_symbol�:""._cgo_runtime_cgocall_errno�
+00
+"".r12type.""._Ctype_struct___0
+"".p0@type.*""._Ctype_struct_pn_data_t07/`�,!
+KTgclocals·fd048cbd93869b53d7c80f9fed37c06cTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�6""._Cfunc_pn_data_get_ubyte��dH�
%H;aw���H���D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtDX""._cgo_e3cd7c286e0f_Cfunc_pn_data_get_ubyten:""._cgo_runtime_cgocall_errno|
+ 0
+"".r1,type.""._Ctype_uint8_t
+"".p0@type.*""._Ctype_struct_pn_data_t0*/P�!
+>Tgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�4""._Cfunc_pn_data_get_uint��dH�
%H;aw���H���D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtJV""._cgo_e3cd7c286e0f_Cfunc_pn_data_get_uintt:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1.type.""._Ctype_uint32_t
+"".p0@type.*""._Ctype_struct_pn_data_t0-/       P�"!

+ATgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�6""._Cfunc_pn_data_get_ulong��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLX""._cgo_e3cd7c286e0f_Cfunc_pn_data_get_ulongv:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1.type.""._Ctype_uint64_t
+"".p0@type.*""._Ctype_struct_pn_data_t0./P�#!
+BTgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�8""._Cfunc_pn_data_get_ushort��dH�
%H;aw���H��f�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtHZ""._cgo_e3cd7c286e0f_Cfunc_pn_data_get_ushortr:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1.type.""._Ctype_uint16_t
+"".p0@type.*""._Ctype_struct_pn_data_t0,/
+P�!!
+@Tgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�,""._Cfunc_pn_data_next��dH�
%H;aw���H���D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtDN""._cgo_e3cd7c286e0f_Cfunc_pn_data_nextn:""._cgo_runtime_cgocall_errno|
+ 0
+"".r1(type.""._Ctype__Bool
+"".p0@type.*""._Ctype_struct_pn_data_t0*/P�!
+>Tgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�8""._Cfunc_pn_data_put_binary��dH�
%H;aw���H���D$8H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtJZ""._cgo_e3cd7c286e0f_Cfunc_pn_data_put_binaryt:""._cgo_runtime_cgocall_errno�
+@0
+"".r10$type.""._Ctype_int
+"".p12type.""._Ctype_struct___0
+"".p0@type.*""._Ctype_struct_pn_data_t0-/       P�"!

+ATgclocals·1012e749cb483d93a3e4aab6e4099c45Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�4""._Cfunc_pn_data_put_bool��dH�
%H;aw���H���D$0H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtJV""._cgo_e3cd7c286e0f_Cfunc_pn_data_put_boolt:""._cgo_runtime_cgocall_errno�
+00
+"".r1 $type.""._Ctype_int
+"".p1(type.""._Ctype__Bool
+"".p0@type.*""._Ctype_struct_pn_data_t0-/       P�"!

+ATgclocals·07547bb90cfc1ed024dcd2d84e37c161Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�4""._Cfunc_pn_data_put_byte��dH�
%H;aw���H���D$0H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtJV""._cgo_e3cd7c286e0f_Cfunc_pn_data_put_bytet:""._cgo_runtime_cgocall_errno�
+00
+"".r1 $type.""._Ctype_int
+"".p1*type.""._Ctype_int8_t
+"".p0@type.*""._Ctype_struct_pn_data_t0-/       P�"!

+ATgclocals·07547bb90cfc1ed024dcd2d84e37c161Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�8""._Cfunc_pn_data_put_double��dH�
%H;aw���H���D$0H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtJZ""._cgo_e3cd7c286e0f_Cfunc_pn_data_put_doublet:""._cgo_runtime_cgocall_errno�
+00
+"".r1 $type.""._Ctype_int
+"".p1*type.""._Ctype_double
+"".p0@type.*""._Ctype_struct_pn_data_t0-/       P�"!

+ATgclocals·07547bb90cfc1ed024dcd2d84e37c161Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�6""._Cfunc_pn_data_put_float��dH�
%H;aw���H���D$0H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtJX""._cgo_e3cd7c286e0f_Cfunc_pn_data_put_floatt:""._cgo_runtime_cgocall_errno�
+00
+"".r1 $type.""._Ctype_int
+"".p1(type.""._Ctype_float
+"".p0@type.*""._Ctype_struct_pn_data_t0-/       P�"!

+ATgclocals·07547bb90cfc1ed024dcd2d84e37c161Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�2""._Cfunc_pn_data_put_int��dH�
%H;aw���H���D$0H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtJT""._cgo_e3cd7c286e0f_Cfunc_pn_data_put_intt:""._cgo_runtime_cgocall_errno�
+00
+"".r1 $type.""._Ctype_int
+"".p1,type.""._Ctype_int32_t
+"".p0@type.*""._Ctype_struct_pn_data_t0-/       P�"!

+ATgclocals·07547bb90cfc1ed024dcd2d84e37c161Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�4""._Cfunc_pn_data_put_list��dH�
%H;aw���H���D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtJV""._cgo_e3cd7c286e0f_Cfunc_pn_data_put_listt:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1$type.""._Ctype_int
+"".p0@type.*""._Ctype_struct_pn_data_t0-/       P�"!

+ATgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�4""._Cfunc_pn_data_put_long��dH�
%H;aw���H���D$0H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtJV""._cgo_e3cd7c286e0f_Cfunc_pn_data_put_longt:""._cgo_runtime_cgocall_errno�
+00
+"".r1 $type.""._Ctype_int
+"".p1,type.""._Ctype_int64_t
+"".p0@type.*""._Ctype_struct_pn_data_t0-/       P�"!

+ATgclocals·07547bb90cfc1ed024dcd2d84e37c161Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�2""._Cfunc_pn_data_put_map��dH�
%H;aw���H���D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtJT""._cgo_e3cd7c286e0f_Cfunc_pn_data_put_mapt:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1$type.""._Ctype_int
+"".p0@type.*""._Ctype_struct_pn_data_t0-/       P�"!

+ATgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�4""._Cfunc_pn_data_put_null��dH�
%H;aw���H���D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtJV""._cgo_e3cd7c286e0f_Cfunc_pn_data_put_nullt:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1$type.""._Ctype_int
+"".p0@type.*""._Ctype_struct_pn_data_t0-/       P�"!

+ATgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�6""._Cfunc_pn_data_put_short��dH�
%H;aw���H���D$0H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtJX""._cgo_e3cd7c286e0f_Cfunc_pn_data_put_shortt:""._cgo_runtime_cgocall_errno�
+00
+"".r1 $type.""._Ctype_int
+"".p1,type.""._Ctype_int16_t
+"".p0@type.*""._Ctype_struct_pn_data_t0-/       P�"!

+ATgclocals·07547bb90cfc1ed024dcd2d84e37c161Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�8""._Cfunc_pn_data_put_string��dH�
%H;aw���H���D$8H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtJZ""._cgo_e3cd7c286e0f_Cfunc_pn_data_put_stringt:""._cgo_runtime_cgocall_errno�
+@0
+"".r10$type.""._Ctype_int
+"".p12type.""._Ctype_struct___0
+"".p0@type.*""._Ctype_struct_pn_data_t0-/       P�"!

+ATgclocals·1012e749cb483d93a3e4aab6e4099c45Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�8""._Cfunc_pn_data_put_symbol��dH�
%H;aw���H���D$8H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtJZ""._cgo_e3cd7c286e0f_Cfunc_pn_data_put_symbolt:""._cgo_runtime_cgocall_errno�
+@0
+"".r10$type.""._Ctype_int
+"".p12type.""._Ctype_struct___0
+"".p0@type.*""._Ctype_struct_pn_data_t0-/       P�"!

+ATgclocals·1012e749cb483d93a3e4aab6e4099c45Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�6""._Cfunc_pn_data_put_ubyte��dH�
%H;aw���H���D$0H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtJX""._cgo_e3cd7c286e0f_Cfunc_pn_data_put_ubytet:""._cgo_runtime_cgocall_errno�
+00
+"".r1 $type.""._Ctype_int
+"".p1,type.""._Ctype_uint8_t
+"".p0@type.*""._Ctype_struct_pn_data_t0-/       P�"!

+ATgclocals·07547bb90cfc1ed024dcd2d84e37c161Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�4""._Cfunc_pn_data_put_uint��dH�
%H;aw���H���D$0H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtJV""._cgo_e3cd7c286e0f_Cfunc_pn_data_put_uintt:""._cgo_runtime_cgocall_errno�
+00
+"".r1 $type.""._Ctype_int
+"".p1.type.""._Ctype_uint32_t
+"".p0@type.*""._Ctype_struct_pn_data_t0-/       P�"!

+ATgclocals·07547bb90cfc1ed024dcd2d84e37c161Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�6""._Cfunc_pn_data_put_ulong��dH�
%H;aw���H���D$0H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtJX""._cgo_e3cd7c286e0f_Cfunc_pn_data_put_ulongt:""._cgo_runtime_cgocall_errno�
+00
+"".r1 $type.""._Ctype_int
+"".p1.type.""._Ctype_uint64_t
+"".p0@type.*""._Ctype_struct_pn_data_t0-/       P�"!

+ATgclocals·07547bb90cfc1ed024dcd2d84e37c161Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�8""._Cfunc_pn_data_put_ushort��dH�
%H;aw���H���D$0H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtJZ""._cgo_e3cd7c286e0f_Cfunc_pn_data_put_ushortt:""._cgo_runtime_cgocall_errno�
+00
+"".r1 $type.""._Ctype_int
+"".p1.type.""._Ctype_uint16_t
+"".p0@type.*""._Ctype_struct_pn_data_t0-/       P�"!

+ATgclocals·07547bb90cfc1ed024dcd2d84e37c161Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�0""._Cfunc_pn_data_rewind��dH�
%H;aw���H��H�\$(H�\$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtNR""._cgo_e3cd7c286e0f_Cfunc_pn_data_rewindx:""._cgo_runtime_cgocall_errno�
+0
+"".r1&type.""._Ctype_void
+"".p0@type.*""._Ctype_struct_pn_data_t0//P�$!
+C
Tgclocals·519efd86263089ddb84df3cfe7fd2992Tgclocals·3280bececceccd33cb74587feedb1f9f�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�,""._Cfunc_pn_data_size��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLN""._cgo_e3cd7c286e0f_Cfunc_pn_data_sizev:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1*type.""._Ctype_size_t
+"".p0@type.*""._Ctype_struct_pn_data_t0./P�#!
+BTgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�,""._Cfunc_pn_data_type��dH�
%H;aw���H���D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtJN""._cgo_e3cd7c286e0f_Cfunc_pn_data_typet:""._cgo_runtime_cgocall_errno�
+ 0
+"".r10type.""._Ctype_pn_type_t
+"".p0@type.*""._Ctype_struct_pn_data_t0-/       P�"!

+ATgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�0""._Cfunc_pn_error_clear��dH�
%H;aw���H��H�\$(H�\$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtNR""._cgo_e3cd7c286e0f_Cfunc_pn_error_clearx:""._cgo_runtime_cgocall_errno�
+0
+"".r1&type.""._Ctype_void
+"".p0Btype.*""._Ctype_struct_pn_error_t0//P�$!
+C
Tgclocals·519efd86263089ddb84df3cfe7fd2992Tgclocals·3280bececceccd33cb74587feedb1f9f�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�(""._Cfunc_pn_message��dH�
%H;aw���H��H�D$ H�D$ H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxt^J""._cgo_e3cd7c286e0f_Cfunc_pn_message�:""._cgo_runtime_cgocall_errno�
+0
+"".r1Ftype.*""._Ctype_struct_pn_message_t07/`�,!
+KTgclocals·e1ae6533a9e39048ba0735a2264ce16aTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�@""._Cfunc_pn_message_annotations��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLb""._cgo_e3cd7c286e0f_Cfunc_pn_message_annotationsv:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1@type.*""._Ctype_struct_pn_data_t
+"".p0Ftype.*""._Ctype_struct_pn_message_t0./P�#!
+BTgclocals·0d07eeeeb0a929c278204725c205f82eTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�2""._Cfunc_pn_message_body��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLT""._cgo_e3cd7c286e0f_Cfunc_pn_message_bodyv:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1@type.*""._Ctype_struct_pn_data_t
+"".p0Ftype.*""._Ctype_struct_pn_message_t0./P�#!
+BTgclocals·0d07eeeeb0a929c278204725c205f82eTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�F""._Cfunc_pn_message_correlation_id��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLh""._cgo_e3cd7c286e0f_Cfunc_pn_message_correlation_idv:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1@type.*""._Ctype_struct_pn_data_t
+"".p0Ftype.*""._Ctype_struct_pn_message_t0./P�#!
+BTgclocals·0d07eeeeb0a929c278204725c205f82eTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�6""._Cfunc_pn_message_decode��dH�
%H;aw���H���D$8H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtJX""._cgo_e3cd7c286e0f_Cfunc_pn_message_decodet:""._cgo_runtime_cgocall_errno�
+@0
+"".r10$type.""._Ctype_int
+"".p2 *type.""._Ctype_size_t
+"".p1(type.*""._Ctype_char
+"".p0Ftype.*""._Ctype_struct_pn_message_t0-/    P�"!

+ATgclocals·eaf31f95896361dc5cdd0293aac48f97Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�6""._Cfunc_pn_message_encode��dH�
%H;aw���H���D$8H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtJX""._cgo_e3cd7c286e0f_Cfunc_pn_message_encodet:""._cgo_runtime_cgocall_errno�
+@0
+"".r10$type.""._Ctype_int
+"".p2 ,type.*""._Ctype_size_t
+"".p1(type.*""._Ctype_char
+"".p0Ftype.*""._Ctype_struct_pn_message_t0-/    P�"!

+ATgclocals·cd788548226369186d2e16a002d1f558Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�4""._Cfunc_pn_message_error��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLV""._cgo_e3cd7c286e0f_Cfunc_pn_message_errorv:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1Btype.*""._Ctype_struct_pn_error_t
+"".p0Ftype.*""._Ctype_struct_pn_message_t0./P�#!
+BTgclocals·0d07eeeeb0a929c278204725c205f82eTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�2""._Cfunc_pn_message_free��dH�
%H;aw���H��H�\$(H�\$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtNT""._cgo_e3cd7c286e0f_Cfunc_pn_message_freex:""._cgo_runtime_cgocall_errno�
+0
+"".r1&type.""._Ctype_void
+"".p0Ftype.*""._Ctype_struct_pn_message_t0//P�$!
+C
Tgclocals·519efd86263089ddb84df3cfe7fd2992Tgclocals·3280bececceccd33cb74587feedb1f9f�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�@""._Cfunc_pn_message_get_address��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLb""._cgo_e3cd7c286e0f_Cfunc_pn_message_get_addressv:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1(type.*""._Ctype_char
+"".p0Ftype.*""._Ctype_struct_pn_message_t0./P�#!
+BTgclocals·0d07eeeeb0a929c278204725c205f82eTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�R""._Cfunc_pn_message_get_content_encoding��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLt""._cgo_e3cd7c286e0f_Cfunc_pn_message_get_content_encodingv:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1(type.*""._Ctype_char
+"".p0Ftype.*""._Ctype_struct_pn_message_t0./P�#!
+BTgclocals·0d07eeeeb0a929c278204725c205f82eTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�J""._Cfunc_pn_message_get_content_type��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLl""._cgo_e3cd7c286e0f_Cfunc_pn_message_get_content_typev:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1(type.*""._Ctype_char
+"".p0Ftype.*""._Ctype_struct_pn_message_t0./P�#!
+BTgclocals·0d07eeeeb0a929c278204725c205f82eTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�L""._Cfunc_pn_message_get_creation_time��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLn""._cgo_e3cd7c286e0f_Cfunc_pn_message_get_creation_timev:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1:type.""._Ctype_pn_timestamp_t
+"".p0Ftype.*""._Ctype_struct_pn_message_t0./P�#!
+BTgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�N""._Cfunc_pn_message_get_delivery_count��dH�
%H;aw���H���D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtJp""._cgo_e3cd7c286e0f_Cfunc_pn_message_get_delivery_countt:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1.type.""._Ctype_uint32_t
+"".p0Ftype.*""._Ctype_struct_pn_message_t0-/    P�"!

+ATgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�H""._Cfunc_pn_message_get_expiry_time��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLj""._cgo_e3cd7c286e0f_Cfunc_pn_message_get_expiry_timev:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1:type.""._Ctype_pn_timestamp_t
+"".p0Ftype.*""._Ctype_struct_pn_message_t0./P�#!
+BTgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�B""._Cfunc_pn_message_get_group_id��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLd""._cgo_e3cd7c286e0f_Cfunc_pn_message_get_group_idv:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1(type.*""._Ctype_char
+"".p0Ftype.*""._Ctype_struct_pn_message_t0./P�#!
+BTgclocals·0d07eeeeb0a929c278204725c205f82eTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�N""._Cfunc_pn_message_get_group_sequence��dH�
%H;aw���H���D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtJp""._cgo_e3cd7c286e0f_Cfunc_pn_message_get_group_sequencet:""._cgo_runtime_cgocall_errno�
+ 0
+"".r18type.""._Ctype_pn_sequence_t
+"".p0Ftype.*""._Ctype_struct_pn_message_t0-/    P�"!

+ATgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�B""._Cfunc_pn_message_get_priority��dH�
%H;aw���H���D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtDd""._cgo_e3cd7c286e0f_Cfunc_pn_message_get_priorityn:""._cgo_runtime_cgocall_errno|
+ 0
+"".r1,type.""._Ctype_uint8_t
+"".p0Ftype.*""._Ctype_struct_pn_message_t0*/P�!
+>Tgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�B""._Cfunc_pn_message_get_reply_to��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLd""._cgo_e3cd7c286e0f_Cfunc_pn_message_get_reply_tov:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1(type.*""._Ctype_char
+"".p0Ftype.*""._Ctype_struct_pn_message_t0./P�#!
+BTgclocals·0d07eeeeb0a929c278204725c205f82eTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�T""._Cfunc_pn_message_get_reply_to_group_id��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLv""._cgo_e3cd7c286e0f_Cfunc_pn_message_get_reply_to_group_idv:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1(type.*""._Ctype_char
+"".p0Ftype.*""._Ctype_struct_pn_message_t0./P�#!
+BTgclocals·0d07eeeeb0a929c278204725c205f82eTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�@""._Cfunc_pn_message_get_subject��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLb""._cgo_e3cd7c286e0f_Cfunc_pn_message_get_subjectv:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1(type.*""._Ctype_char
+"".p0Ftype.*""._Ctype_struct_pn_message_t0./P�#!
+BTgclocals·0d07eeeeb0a929c278204725c205f82eTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�8""._Cfunc_pn_message_get_ttl��dH�
%H;aw���H���D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtJZ""._cgo_e3cd7c286e0f_Cfunc_pn_message_get_ttlt:""._cgo_runtime_cgocall_errno�
+ 0
+"".r14type.""._Ctype_pn_millis_t
+"".p0Ftype.*""._Ctype_struct_pn_message_t0-/    P�"!

+ATgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�@""._Cfunc_pn_message_get_user_id��dH�
%H;aw���H��H�D$(H�D$0H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxt^b""._cgo_e3cd7c286e0f_Cfunc_pn_message_get_user_id�:""._cgo_runtime_cgocall_errno�
+00
+"".r12type.""._Ctype_struct___0
+"".p0Ftype.*""._Ctype_struct_pn_message_t07/`�,!
+KTgclocals·fd048cbd93869b53d7c80f9fed37c06cTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�.""._Cfunc_pn_message_id��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLP""._cgo_e3cd7c286e0f_Cfunc_pn_message_idv:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1@type.*""._Ctype_struct_pn_data_t
+"".p0Ftype.*""._Ctype_struct_pn_message_t0./P�#!
+BTgclocals·0d07eeeeb0a929c278204725c205f82eTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�B""._Cfunc_pn_message_instructions��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtLd""._cgo_e3cd7c286e0f_Cfunc_pn_message_instructionsv:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1@type.*""._Ctype_struct_pn_data_t
+"".p0Ftype.*""._Ctype_struct_pn_message_t0./P�#!
+BTgclocals·0d07eeeeb0a929c278204725c205f82eTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�>""._Cfunc_pn_message_is_durable��dH�
%H;aw���H���D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtD`""._cgo_e3cd7c286e0f_Cfunc_pn_message_is_durablen:""._cgo_runtime_cgocall_errno|
+ 0
+"".r1(type.""._Ctype__Bool
+"".p0Ftype.*""._Ctype_struct_pn_message_t0*/P�!
+>Tgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�L""._Cfunc_pn_message_is_first_acquirer��dH�
%H;aw���H���D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtDn""._cgo_e3cd7c286e0f_Cfunc_pn_message_is_first_acquirern:""._cgo_runtime_cgocall_errno|
+ 0
+"".r1(type.""._Ctype__Bool
+"".p0Ftype.*""._Ctype_struct_pn_message_t0*/P�!
+>Tgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�@""._Cfunc_pn_message_is_inferred��dH�
%H;aw���H���D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtDb""._cgo_e3cd7c286e0f_Cfunc_pn_message_is_inferredn:""._cgo_runtime_cgocall_errno|
+ 0
+"".r1(type.""._Ctype__Bool
+"".p0Ftype.*""._Ctype_struct_pn_message_t0*/P�!
+>Tgclocals·cf86db206769ec68369d07e260728f65Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�>""._Cfunc_pn_message_properties��dH�
%H;aw���H��H�D$(H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtL`""._cgo_e3cd7c286e0f_Cfunc_pn_message_propertiesv:""._cgo_runtime_cgocall_errno�
+ 0
+"".r1@type.*""._Ctype_struct_pn_data_t
+"".p0Ftype.*""._Ctype_struct_pn_message_t0./P�#!
+BTgclocals·0d07eeeeb0a929c278204725c205f82eTgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�@""._Cfunc_pn_message_set_address��dH�
%H;aw���H���D$0H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtJb""._cgo_e3cd7c286e0f_Cfunc_pn_message_set_addresst:""._cgo_runtime_cgocall_errno�
+00
+"".r1 $type.""._Ctype_int
+"".p1(type.*""._Ctype_char
+"".p0Ftype.*""._Ctype_struct_pn_message_t0-/    P�"!

+ATgclocals·ceae0f3fbce95b025d016ed5a5a0a539Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�R""._Cfunc_pn_message_set_content_encoding��dH�
%H;aw���H���D$0H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtJt""._cgo_e3cd7c286e0f_Cfunc_pn_message_set_content_encodingt:""._cgo_runtime_cgocall_errno�
+00
+"".r1 $type.""._Ctype_int
+"".p1(type.*""._Ctype_char
+"".p0Ftype.*""._Ctype_struct_pn_message_t0-/    P�"!

+ATgclocals·ceae0f3fbce95b025d016ed5a5a0a539Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�J""._Cfunc_pn_message_set_content_type��dH�
%H;aw���H���D$0H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtJl""._cgo_e3cd7c286e0f_Cfunc_pn_message_set_content_typet:""._cgo_runtime_cgocall_errno�
+00
+"".r1 $type.""._Ctype_int
+"".p1(type.*""._Ctype_char
+"".p0Ftype.*""._Ctype_struct_pn_message_t0-/    P�"!

+ATgclocals·ceae0f3fbce95b025d016ed5a5a0a539Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�L""._Cfunc_pn_message_set_creation_time��dH�
%H;aw���H���D$0H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtJn""._cgo_e3cd7c286e0f_Cfunc_pn_message_set_creation_timet:""._cgo_runtime_cgocall_errno�
+00
+"".r1 $type.""._Ctype_int
+"".p1:type.""._Ctype_pn_timestamp_t
+"".p0Ftype.*""._Ctype_struct_pn_message_t0-/    P�"!

+ATgclocals·07547bb90cfc1ed024dcd2d84e37c161Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�N""._Cfunc_pn_message_set_delivery_count��dH�
%H;aw���H���D$0H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtJp""._cgo_e3cd7c286e0f_Cfunc_pn_message_set_delivery_countt:""._cgo_runtime_cgocall_errno�
+00
+"".r1 $type.""._Ctype_int
+"".p1.type.""._Ctype_uint32_t
+"".p0Ftype.*""._Ctype_struct_pn_message_t0-/    P�"!

+ATgclocals·07547bb90cfc1ed024dcd2d84e37c161Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�@""._Cfunc_pn_message_set_durable��dH�
%H;aw���H���D$0H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtJb""._cgo_e3cd7c286e0f_Cfunc_pn_message_set_durablet:""._cgo_runtime_cgocall_errno�
+00
+"".r1 $type.""._Ctype_int
+"".p1(type.""._Ctype__Bool
+"".p0Ftype.*""._Ctype_struct_pn_message_t0-/    P�"!

+ATgclocals·07547bb90cfc1ed024dcd2d84e37c161Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�H""._Cfunc_pn_message_set_expiry_time��dH�
%H;aw���H���D$0H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtJj""._cgo_e3cd7c286e0f_Cfunc_pn_message_set_expiry_timet:""._cgo_runtime_cgocall_errno�
+00
+"".r1 $type.""._Ctype_int
+"".p1:type.""._Ctype_pn_timestamp_t
+"".p0Ftype.*""._Ctype_struct_pn_message_t0-/    P�       "!

+ATgclocals·07547bb90cfc1ed024dcd2d84e37c161Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�N""._Cfunc_pn_message_set_first_acquirer��dH�
%H;aw���H���D$0H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtJp""._cgo_e3cd7c286e0f_Cfunc_pn_message_set_first_acquirert:""._cgo_runtime_cgocall_errno�
+00
+"".r1 $type.""._Ctype_int
+"".p1(type.""._Ctype__Bool
+"".p0Ftype.*""._Ctype_struct_pn_message_t0-/    P�       "!

+ATgclocals·07547bb90cfc1ed024dcd2d84e37c161Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�B""._Cfunc_pn_message_set_group_id��dH�
%H;aw���H���D$0H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtJd""._cgo_e3cd7c286e0f_Cfunc_pn_message_set_group_idt:""._cgo_runtime_cgocall_errno�
+00
+"".r1 $type.""._Ctype_int
+"".p1(type.*""._Ctype_char
+"".p0Ftype.*""._Ctype_struct_pn_message_t0-/    P�       "!

+ATgclocals·ceae0f3fbce95b025d016ed5a5a0a539Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�N""._Cfunc_pn_message_set_group_sequence��dH�
%H;aw���H���D$0H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtJp""._cgo_e3cd7c286e0f_Cfunc_pn_message_set_group_sequencet:""._cgo_runtime_cgocall_errno�
+00
+"".r1 $type.""._Ctype_int
+"".p18type.""._Ctype_pn_sequence_t
+"".p0Ftype.*""._Ctype_struct_pn_message_t0-/    P�       "!

+ATgclocals·07547bb90cfc1ed024dcd2d84e37c161Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�B""._Cfunc_pn_message_set_inferred��dH�
%H;aw���H���D$0H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtJd""._cgo_e3cd7c286e0f_Cfunc_pn_message_set_inferredt:""._cgo_runtime_cgocall_errno�
+00
+"".r1 $type.""._Ctype_int
+"".p1(type.""._Ctype__Bool
+"".p0Ftype.*""._Ctype_struct_pn_message_t0-/    P�       "!

+ATgclocals·07547bb90cfc1ed024dcd2d84e37c161Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�B""._Cfunc_pn_message_set_priority��dH�
%H;aw���H���D$0H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtJd""._cgo_e3cd7c286e0f_Cfunc_pn_message_set_priorityt:""._cgo_runtime_cgocall_errno�
+00
+"".r1 $type.""._Ctype_int
+"".p1,type.""._Ctype_uint8_t
+"".p0Ftype.*""._Ctype_struct_pn_message_t0-/    P�       "!

+ATgclocals·07547bb90cfc1ed024dcd2d84e37c161Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�B""._Cfunc_pn_message_set_reply_to��dH�
%H;aw���H���D$0H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtJd""._cgo_e3cd7c286e0f_Cfunc_pn_message_set_reply_tot:""._cgo_runtime_cgocall_errno�
+00
+"".r1 $type.""._Ctype_int
+"".p1(type.*""._Ctype_char
+"".p0Ftype.*""._Ctype_struct_pn_message_t0-/    P�       "!

+ATgclocals·ceae0f3fbce95b025d016ed5a5a0a539Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�T""._Cfunc_pn_message_set_reply_to_group_id��dH�
%H;aw���H���D$0H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtJv""._cgo_e3cd7c286e0f_Cfunc_pn_message_set_reply_to_group_idt:""._cgo_runtime_cgocall_errno�
+00
+"".r1 $type.""._Ctype_int
+"".p1(type.*""._Ctype_char
+"".p0Ftype.*""._Ctype_struct_pn_message_t0-/    P�       "!

+ATgclocals·ceae0f3fbce95b025d016ed5a5a0a539Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�@""._Cfunc_pn_message_set_subject��dH�
%H;aw���H���D$0H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtJb""._cgo_e3cd7c286e0f_Cfunc_pn_message_set_subjectt:""._cgo_runtime_cgocall_errno�
+00
+"".r1 $type.""._Ctype_int
+"".p1(type.*""._Ctype_char
+"".p0Ftype.*""._Ctype_struct_pn_message_t0-/    P�       "!

+ATgclocals·ceae0f3fbce95b025d016ed5a5a0a539Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�8""._Cfunc_pn_message_set_ttl��dH�
%H;aw���H���D$0H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtJZ""._cgo_e3cd7c286e0f_Cfunc_pn_message_set_ttlt:""._cgo_runtime_cgocall_errno�
+00
+"".r1 $type.""._Ctype_int
+"".p14type.""._Ctype_pn_millis_t
+"".p0Ftype.*""._Ctype_struct_pn_message_t0-/    P�       "!

+ATgclocals·07547bb90cfc1ed024dcd2d84e37c161Tgclocals·0115f8d53b75c1696444f08ad03251d9�/home/aconway/proton/proton-c/bindings/go/src/qpid.apache.org/proton/go/amqp/�@""._Cfunc_pn_message_set_user_id��dH�
%H;aw���H���D$8H�H�$H�\$ 
H�\$H�H���H���
+
+ 
0runtime.morestack_noctxtJb""._cgo_e3cd7c286e0f_Cfunc_pn_message_set_user_idt:""._cgo_runtime_cgocall_errno�
+@0
+"".r10$type.""._Ctype_int
+"".p12type.""._Ctype_struct___0
+"".p0Ft

<TRUNCATED>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to