blob: 6566924741d42799c5e0ef6f3392acfcd2b4c240 [file] [log] [blame]
!<arch>
__.PKGDEF 0 0 0 644 8793 `
go object windows amd64 go1.5.1 X:none
build id "af651d4ce1d99b213b1e521a65191d86424cd47d"
$$
package gcimporter
import runtime "runtime"
import bufio "bufio"
import errors "errors"
import io "io"
import fmt "fmt"
import strconv "strconv"
import os "os"
import strings "strings"
import build "go/build"
import token "go/token"
import sort "sort"
import filepath "path/filepath"
import scanner "text/scanner"
import constant "go/constant"
import types "go/types"
type @"io".Reader interface { Read(@"io".p []byte) (@"io".n int, @"io".err error) }
type @"io".Writer interface { Write(@"io".p []byte) (@"io".n int, @"io".err error) }
type @"bufio".Reader struct { @"bufio".buf []byte; @"bufio".rd @"io".Reader; @"bufio".r int; @"bufio".w int; @"bufio".err error; @"bufio".lastByte int; @"bufio".lastRuneSize int }
func (@"bufio".b·2 *@"bufio".Reader "esc:0x1") Buffered () (? int) { return @"bufio".b·2.@"bufio".w - @"bufio".b·2.@"bufio".r }
func (@"bufio".b·3 *@"bufio".Reader "esc:0x10a") Discard (@"bufio".n·4 int) (@"bufio".discarded·1 int, @"bufio".err·2 error)
func (@"bufio".b·3 *@"bufio".Reader "esc:0x12a") Peek (@"bufio".n·4 int) (? []byte, ? error)
func (@"bufio".b·3 *@"bufio".Reader "esc:0x10a") Read (@"bufio".p·4 []byte) (@"bufio".n·1 int, @"bufio".err·2 error)
func (@"bufio".b·3 *@"bufio".Reader "esc:0x10a") ReadByte () (@"bufio".c·1 byte, @"bufio".err·2 error)
func (@"bufio".b·3 *@"bufio".Reader "esc:0x10a") ReadBytes (@"bufio".delim·4 byte) (@"bufio".line·1 []byte, @"bufio".err·2 error)
func (@"bufio".b·4 *@"bufio".Reader "esc:0x82a") ReadLine () (@"bufio".line·1 []byte, @"bufio".isPrefix·2 bool, @"bufio".err·3 error)
func (@"bufio".b·4 *@"bufio".Reader "esc:0x80a") ReadRune () (@"bufio".r·1 rune, @"bufio".size·2 int, @"bufio".err·3 error)
func (@"bufio".b·3 *@"bufio".Reader "esc:0x12a") ReadSlice (@"bufio".delim·4 byte) (@"bufio".line·1 []byte, @"bufio".err·2 error)
func (@"bufio".b·3 *@"bufio".Reader "esc:0x10a") ReadString (@"bufio".delim·4 byte) (@"bufio".line·1 string, @"bufio".err·2 error)
func (@"bufio".b·1 *@"bufio".Reader "esc:0x9") Reset (@"bufio".r·2 @"io".Reader) { @"bufio".b·1.@"bufio".reset(@"bufio".b·1.@"bufio".buf, @"bufio".r·2) }
func (@"bufio".b·2 *@"bufio".Reader "esc:0x1") UnreadByte () (? error) { if @"bufio".b·2.@"bufio".lastByte < 0x0 || @"bufio".b·2.@"bufio".r == 0x0 && @"bufio".b·2.@"bufio".w > 0x0 { return @"bufio".ErrInvalidUnreadByte }; if @"bufio".b·2.@"bufio".r > 0x0 { @"bufio".b·2.@"bufio".r-- } else { @"bufio".b·2.@"bufio".w = 0x1 }; @"bufio".b·2.@"bufio".buf[@"bufio".b·2.@"bufio".r] = byte(@"bufio".b·2.@"bufio".lastByte); @"bufio".b·2.@"bufio".lastByte = -0x1; @"bufio".b·2.@"bufio".lastRuneSize = -0x1; return nil }
func (@"bufio".b·2 *@"bufio".Reader "esc:0x1") UnreadRune () (? error) { if @"bufio".b·2.@"bufio".lastRuneSize < 0x0 || @"bufio".b·2.@"bufio".r < @"bufio".b·2.@"bufio".lastRuneSize { return @"bufio".ErrInvalidUnreadRune }; @"bufio".b·2.@"bufio".r -= @"bufio".b·2.@"bufio".lastRuneSize; @"bufio".b·2.@"bufio".lastByte = -0x1; @"bufio".b·2.@"bufio".lastRuneSize = -0x1; return nil }
func (@"bufio".b·3 *@"bufio".Reader "esc:0x10a") WriteTo (@"bufio".w·4 @"io".Writer) (@"bufio".n·1 int64, @"bufio".err·2 error)
func (@"bufio".b·1 *@"bufio".Reader "esc:0x9") @"bufio".fill ()
func (@"bufio".b·2 *@"bufio".Reader "esc:0x22") @"bufio".readErr () (? error) { var @"bufio".err·3 error; ; @"bufio".err·3 = @"bufio".b·2.@"bufio".err; @"bufio".b·2.@"bufio".err = nil; return @"bufio".err·3 }
func (@"bufio".b·1 *@"bufio".Reader "esc:0x1") @"bufio".reset (@"bufio".buf·2 []byte, @"bufio".r·3 @"io".Reader) { *@"bufio".b·1 = (@"bufio".Reader{ @"bufio".buf:@"bufio".buf·2, @"bufio".rd:@"bufio".r·3, @"bufio".lastByte:-0x1, @"bufio".lastRuneSize:-0x1 }) }
func (@"bufio".b·3 *@"bufio".Reader "esc:0x9") @"bufio".writeBuf (@"bufio".w·4 @"io".Writer) (? int64, ? error)
func @"".FindExportData (@"".r·2 *@"bufio".Reader) (@"".err·1 error)
func @"".FindPkg (@"".path·3 string, @"".srcDir·4 string) (@"".filename·1 string, @"".id·2 string)
type @"go/token".Pos int
func (@"go/token".p·2 @"go/token".Pos) IsValid () (? bool) { return @"go/token".p·2 != @"go/token".Pos(0x0) }
type @"go/types".Type interface { String() (? string); Underlying() (? @"go/types".Type) }
type @"go/types".Object interface { Exported() (? bool); Id() (? string); Name() (? string); Parent() (? *@"go/types".Scope); Pkg() (? *@"go/types".Package); Pos() (? @"go/token".Pos); String() (? string); Type() (? @"go/types".Type); @"go/types".order() (? uint32); @"go/types".sameId(@"go/types".pkg *@"go/types".Package, @"go/types".name string) (? bool); @"go/types".scopePos() (? @"go/token".Pos); @"go/types".setOrder(? uint32); @"go/types".setParent(? *@"go/types".Scope); @"go/types".setScopePos(@"go/types".pos @"go/token".Pos) }
type @"go/types".Scope struct { @"go/types".parent *@"go/types".Scope; @"go/types".children []*@"go/types".Scope; @"go/types".elems map[string]@"go/types".Object; @"go/types".pos @"go/token".Pos; @"go/types".end @"go/token".Pos; @"go/types".comment string }
func (@"go/types".s·2 *@"go/types".Scope "esc:0x32") Child (@"go/types".i·3 int) (? *@"go/types".Scope) { return @"go/types".s·2.@"go/types".children[@"go/types".i·3] }
func (@"go/types".s·2 *@"go/types".Scope "esc:0x1") Contains (@"go/types".pos·3 @"go/token".Pos) (? bool) { return @"go/types".s·2.@"go/types".pos <= @"go/types".pos·3 && @"go/types".pos·3 < @"go/types".s·2.@"go/types".end }
func (@"go/types".s·2 *@"go/types".Scope "esc:0x1") End () (? @"go/token".Pos) { return @"go/types".s·2.@"go/types".end }
func (@"go/types".s·2 *@"go/types".Scope) Innermost (@"go/types".pos·3 @"go/token".Pos) (? *@"go/types".Scope)
func (@"go/types".s·2 *@"go/types".Scope) Insert (@"go/types".obj·3 @"go/types".Object) (? @"go/types".Object)
func (@"go/types".s·2 *@"go/types".Scope "esc:0x1") Len () (? int) { return len(@"go/types".s·2.@"go/types".elems) }
func (@"go/types".s·2 *@"go/types".Scope "esc:0x1") Lookup (@"go/types".name·3 string "esc:0x1") (? @"go/types".Object) { return @"go/types".s·2.@"go/types".elems[@"go/types".name·3] }
func (@"go/types".s·3 *@"go/types".Scope "esc:0x12") LookupParent (@"go/types".name·4 string "esc:0x1", @"go/types".pos·5 @"go/token".Pos) (? *@"go/types".Scope, ? @"go/types".Object)
func (@"go/types".s·2 *@"go/types".Scope "esc:0x1") Names () (? []string)
func (@"go/types".s·2 *@"go/types".Scope "esc:0x1") NumChildren () (? int) { return len(@"go/types".s·2.@"go/types".children) }
func (@"go/types".s·2 *@"go/types".Scope "esc:0x22") Parent () (? *@"go/types".Scope) { return @"go/types".s·2.@"go/types".parent }
func (@"go/types".s·2 *@"go/types".Scope "esc:0x1") Pos () (? @"go/token".Pos) { return @"go/types".s·2.@"go/types".pos }
func (@"go/types".s·2 *@"go/types".Scope) String () (? string)
func (@"go/types".s·1 *@"go/types".Scope) WriteTo (@"go/types".w·2 @"io".Writer, @"go/types".n·3 int, @"go/types".recurse·4 bool)
type @"go/types".Package struct { @"go/types".path string; @"go/types".name string; @"go/types".scope *@"go/types".Scope; @"go/types".complete bool; @"go/types".imports []*@"go/types".Package; @"go/types".fake bool }
func (@"go/types".pkg·2 *@"go/types".Package "esc:0x1") Complete () (? bool) { return @"go/types".pkg·2.@"go/types".complete }
func (@"go/types".pkg·2 *@"go/types".Package "esc:0x22") Imports () (? []*@"go/types".Package) { return @"go/types".pkg·2.@"go/types".imports }
func (@"go/types".pkg·1 *@"go/types".Package "esc:0x1") MarkComplete () { @"go/types".pkg·1.@"go/types".complete = true }
func (@"go/types".pkg·2 *@"go/types".Package "esc:0x22") Name () (? string) { return @"go/types".pkg·2.@"go/types".name }
func (@"go/types".pkg·2 *@"go/types".Package "esc:0x22") Path () (? string) { return @"go/types".pkg·2.@"go/types".path }
func (@"go/types".pkg·2 *@"go/types".Package "esc:0x22") Scope () (? *@"go/types".Scope) { return @"go/types".pkg·2.@"go/types".scope }
func (@"go/types".pkg·1 *@"go/types".Package "esc:0x1") SetImports (@"go/types".list·2 []*@"go/types".Package) { @"go/types".pkg·1.@"go/types".imports = @"go/types".list·2 }
func (@"go/types".pkg·2 *@"go/types".Package "esc:0x9") String () (? string)
func @"".ImportData (@"".packages·3 map[string]*@"go/types".Package, @"".filename·4 string, @"".id·5 string, @"".data·6 @"io".Reader) (@"".pkg·1 *@"go/types".Package, @"".err·2 error)
func @"".Import (@"".packages·3 map[string]*@"go/types".Package, @"".path·4 string) (@"".pkg·1 *@"go/types".Package, @"".err·2 error)
func @"".init ()
var @"bufio".ErrInvalidUnreadByte error
var @"bufio".ErrInvalidUnreadRune error
$$
�_go_.o 0 0 0 644 235462 `
go object windows amd64 go1.5.1 X:none
!
��go13ldbufio.aerrors.a
fmt.aio.astrconv.astrings.ago/build.ago/token.aos.apath/filepath.a sort.atext/scanner.ago/constant.ago/types.a�þ&"".readGopackHeader��€��âeH‹ %(���H‹‰����HD$¨H;A†��HìØ���1Û1Û1ÛH‰œ$���H‰œ$��HDŽ$ø�������1ÛH‰œ$è���H‰œ$ð���H����H‰$HÇD$<���HÇD$<���è����H‹\$H‰œ$���H‹\$ H‰œ$˜���H‹\$(H‰œ$ ���H‹œ$à���H‰\$HH‹����1íH9è„3��H‹L$HH‰„$€���H‰$H‰Œ$ˆ���H‰L$H‹œ$���H‰\$H‹œ$˜���H‰\$H‹œ$ ���H‰\$ è����H‹D$0H‹\$8H‰œ$��H‰„$���Hƒø�tHÄØ���ÃH‹œ$˜���H‹¬$ ���Hƒû0‚ ��L‹„$���Hƒë0Hƒí0Hƒý�tIƒÀ0H‰œ$È���H‰¬$Ð���Hƒý
‚e��L‰„$À���HÇÂ
���HÇ$����L‰„$¨���L‰D$H‰”$°���H‰T$H‰¬$¸���H‰l$è����H\$ H‹ H‰ $H‹KH‰L$è����H‹L$H‹D$H‰L$pH‰ $H‰D$xH‰D$è����H‹”$���H‹„$˜���H‹\$H‰œ$ø���H‹L$H‹\$ H‰œ$��H‰Œ$���Hƒù�…Î���H‰ÅHƒíH9ŃŽ��H*¶€û`…®���H‰ÅHÿÍH9Ńh��H*¶€û
…���H‹œ$ ���HƒûrzH‰ÕHÇÂ���HÇ$����H‰¬$À���H‰l$H‰”$È���H‰T$H‰œ$Ð���H‰\$è����H\$ H‹ H‰ $H‹KH‰L$è����H‹\$H‰œ$è���H‹\$H‰œ$ð���HÄØ���Ãè���� H����H‰\$`HÇD$h���1ÛH‰\$PH‰\$XH����H‰$è����H‹D$H‰D$@H‹l$hH‰hH‹l$`€=�����ubH‰(H‰D$@H‹����1íH9ètH‹L$@H‰„$���H‰Œ$��HÄØ���ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë´H‰$H‰l$è����H‹D$@ëŒè���� è���� è���� è���� H����H‰$H����H‰\$H����H‰\$è����H‹D$é›üÿÿè����éÏûÿÿ<������º��type.[]uint8���ð
��"runtime.makeslice���æ��>go.itab.*bufio.Reader.io.Reader���
��io.ReadFull���‚
��2runtime.slicebytetostring���¶
��"strings.TrimSpace���ú
��strconv.Atoi���’ 
��2runtime.slicebytetostring���Æ 
��"strings.TrimSpace���” 
��$runtime.panicslice���¦ ��Dgo.string."invalid archive header"���è ��.type.errors.errorString���ú 
��"runtime.newobject���¶ �6runtime.writeBarrierEnabled���Ú ��Bgo.itab.*errors.errorString.error���°��0type.*errors.errorString���Æ��type.error���Þ��Bgo.itab.*errors.errorString.error���ò
�� runtime.typ2Itab���œ
��.runtime.writebarrierptr���´
��$runtime.panicindex���Â
��$runtime.panicindex���Ð
��$runtime.panicslice���Þ
��$runtime.panicslice���ð��$type.*bufio.Reader���†��type.io.Reader���ž��>go.itab.*bufio.Reader.io.Reader���²
�� runtime.typ2Itab���Ð
��0runtime.morestack_noctxt���`°��"".autotmp_0017��type.*uint8�"".autotmp_0015�¯0type.*errors.errorString�"".autotmp_0008��type.[]uint8�"".autotmp_0007��0type.*errors.errorString�"".autotmp_0004�_type.[]uint8�"".autotmp_0003�/type.[]uint8�"".autotmp_0001�Ÿ$type.*bufio.Reader� "".~r0�type.error�errors.text·2�ïtype.string�"".s�Ïtype.string� "".hdr�type.[]uint8� "".err�@type.error�"".size�0type.int�"".name�type.string�"".r��$type.*bufio.Reader�8&°¯°Ô¯°‹¯°«�À�N&ZI{ µGQ€}D2�*�wÁA3
|! ?(�Tgclocals·32a8d6890024fd2fc3479d11f010487f�Tgclocals·5d627beed8f2df48979824850cc95fb1���\c:/go/src/go/internal/gcimporter/exportdata.goþ""".FindExportData�� ��œeH‹ %(���H‹‰����H„$(ÿÿÿH;A†¢��HìX��1Û1ÛH‰œ$h��H‰œ$p��H‹œ$`��H‰$ÆD$
è����H‹T$H‹L$H‹D$ H‹l$(H‹\$0H‰œ$p��H‰¬$h��Hƒý�tHÄX��ÃH‰”$(��H‰$H‰Œ$0��H‰L$H‰„$8��H‰D$è����H‹L$H‰Œ$���H‹D$ H‰„$��Hƒø…-��H‰ $H‰D$H-����H‰l$HÇD$���è����¶\$ €û�„ü��1ÛH‰œ$à���H‰œ$è���H‹œ$`��H‰$è����H‹L$H‰Œ$à���H‹D$H‹\$H‰\$@H‹T$ H‹\$(H‰œ$p��H‰”$h��Hƒú�tHÄX��ÃHƒø …ñ��H‰ $H‰„$è���H‰D$H-����H‰l$HÇD$ ���è����H‹Œ$à���H‹„$è���¶\$ €û�„¨��H����H‰$HÇD$���HÇD$���è����H‹D$@H‹\$H‰œ$��H‹\$ H‰œ$��H‹\$(H‰œ$ ��Hƒø�Žò���H‰D$@H=���~HÇÀ���H‹œ$`��H‰\$xH‰D$HH‹¬$ ��H9è‡��L‹„$��H‰„$H��H‰¬$P��L‰„$@��H‹����1íH9è„®��H‹L$xH‰„$ð���H‰$H‰Œ$ø���H‰L$H‹œ$@��H‰\$H‹œ$H��H‰\$H‹œ$P��H‰\$ è����H‹D$0H‹\$8H‰œ$p��H‰„$h��Hƒø�tHÄX��ÃH‹D$@H‹l$HH)èHƒø�ÿÿÿH‹œ$`��H‰$è����H‹L$H‰Œ$à���H‹D$H‹\$H‹T$ H‹\$(H‰œ$p��H‰”$h��Hƒú�tHÄX��ÃH‰„$è���Hƒø …è��H‰ $H‰D$H-����H‰l$HÇD$ ���è����¶\$ €û�„·��H‹œ$`��H‰$ÆD$
è����H‹\$H‰œ$(��H‹\$H‰œ$0��H‹\$ H‰œ$8��H‹D$(H‹\$0H‰œ$p��H‰„$h��Hƒø�tHÄX��ÃH\$PH‰$H‹œ$(��H‰\$H‹œ$0��H‰\$H‹œ$8��H‰\$è����H‹¼$(��H‹´$0��L‹L$ H‹T$(L‰Œ$À���L����L‰„$Ð���HÇÀ
���H‰”$È���H‰„$Ø���H9ÂŒÅ��H9Їµ��H9À…¥��L‰Œ$���L‰ $H‰„$��H‰D$L‰D$H‰D$è����H‹¼$(��H‹´$0��¶\$ H‰Ø<�…Û���H����H‰œ$°���HDŽ$¸������1ÛH‰œ$���H‰œ$˜���H����H‰$è����H‹D$H‰D$pH‹¬$¸���H‰hH‹¬$°���€=�����ubH‰(H‰D$pH‹����1íH9ètH‹T$pH‰„$h��H‰”$p��HÄX��ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë´H‰$H‰l$è����H‹D$pëŒH‰¼$(��Hƒþ�H‰´$0��ve¶€û$tUH‹œ$`��H‰$ÆD$
è����H‹|$H‹t$H‹\$ H‰œ$8��H‹D$(H‹\$0H‰œ$p��H‰„$h��Hƒø�t•HÄX��ÃHÄX��Ãè���� 1Àé”þÿÿè���� 1Àé†þÿÿH����H‰œ$ ���HDŽ$¨������1ÛH‰œ$€���H‰œ$ˆ���H����H‰$è����H‹D$H‰D$pH‹¬$¨���H‰hH‹¬$ ���€=�����ubH‰(H‰D$pH‹����1íH9ètH‹L$pH‰„$h��H‰Œ$p��HÄX��ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë´H‰$H‰l$è����H‹D$pëŒH����H‰$H����H‰\$H����H‰\$è����H‹D$é ûÿÿè���� Hƒø …èûÿÿH‰ $H‰„$è���H‰D$H-����H‰l$HÇD$ ���è����H‹Œ$à���H‹„$è���¶\$ €û�…úÿÿéšûÿÿè����é2øÿÿd������ž
��2bufio.(*Reader).ReadSlice���â
��8runtime.slicebytetostringtmp���Ê��*go.string."!<arch>\n"���ð
�� runtime.eqstring���Ò
��&"".readGopackHeader���ž��*go.string."__.SYMDEF"���Ä
�� runtime.eqstring���Ž��type.[]uint8���Ä
��"runtime.makeslice���ì ��>go.itab.*bufio.Reader.io.Reader���– 
��io.ReadFull���¶ 
��&"".readGopackHeader���ø ��*go.string."__.PKGDEF"���ž
�� runtime.eqstring���æ
��2bufio.(*Reader).ReadSlice���î
��2runtime.slicebytetostring���À��,go.string."go object "���„
�� runtime.eqstring���Ò��@go.string."not a go object file"���¬��.type.errors.errorString���¾
��"runtime.newobject���†�6runtime.writeBarrierEnabled���ª��Bgo.itab.*errors.errorString.error���€��0type.*errors.errorString���–��type.error���®��Bgo.itab.*errors.errorString.error���Â
�� runtime.typ2Itab���ì
��.runtime.writebarrierptr���â
��2bufio.(*Reader).ReadSlice���ú
��$runtime.panicindex���–
��$runtime.panicslice���¶��Vgo.string."go archive is missing __.PKGDEF"�����.type.errors.errorString���¢
��"runtime.newobject���ê�6runtime.writeBarrierEnabled���Ž��Bgo.itab.*errors.errorString.error���ä��0type.*errors.errorString���ú��type.error���’��Bgo.itab.*errors.errorString.error���¦
�� runtime.typ2Itab���Ð
��.runtime.writebarrierptr���ì��$type.*bufio.Reader���‚��type.io.Reader���š��>go.itab.*bufio.Reader.io.Reader���®
�� runtime.typ2Itab���Ì
��$runtime.panicslice���”��.go.string."__.GOSYMDEF"���º
�� runtime.eqstring���Š
��0runtime.morestack_noctxt���0°��6"".autotmp_0040��type.*uint8�"".autotmp_0039��type.error�"".autotmp_0038��0type.*errors.errorString�"".autotmp_0036�type.[32]uint8�"".autotmp_0035��type.string�"".autotmp_0034��type.*uint8�"".autotmp_0032�Ï0type.*errors.errorString�"".autotmp_0030�¯type.string�"".autotmp_0029��0type.*errors.errorString�"".autotmp_0028��type.string�"".autotmp_0025��type.int�"".autotmp_0024��0type.*errors.errorString�"".autotmp_0022�/type.[]uint8�"".autotmp_0021�¿$type.*bufio.Reader� "".~r0�type.error�errors.text·2�Ïtype.string�"strings.prefix·3�type.string�strings.s·2�¯type.string� "".~r0�¯type.error�errors.text·2�ïtype.string�"".n�Ÿtype.int� "".tmp�type.[]uint8�"".size�¯type.int�"".name�ïtype.string�"".line�_type.[]uint8� "".err�type.error�"".r��$type.*bufio.Reader�†)°`¯°æ¯°…¯°f¯°§¯°ö¯°¶¯°¯°²¯°á�Ð�¬Z=7€M
SN
¿ 
H
C] àD M  D9S(G �R�Nbxy@éPœè ‚P  
‚D74�Tgclocals·e636b0074b6d70d445cadb85ca65fba0�Tgclocals·77f179a7bd70dd819be7c15ac5acda7e���\c:/go/src/go/internal/gcimporter/exportdata.goþ"".FindPkg��€��øeH‹ %(���H‹‰����H„$àþÿÿH;A†P��Hì ��1ÀH‰„$`��H‰„$h��H‰„$p��H‰„$x��1Û1Û1ÛH‰œ$Ø��H‰œ$à��1ÛH‰œ$È��H‰œ$Ð��H‹œ$°��Hƒû�uHÄ ��ÃH‹œ$¨��H‰œ$Ø��H‹œ$°��H‰œ$à��1ÛH‰œ$ø���H‰œ$���L‹Œ$¨��L‰Œ$è���H‹Œ$°��H‰Œ$ð���Hƒù…†��L‰ $H‰L$H����H‰\$HÇD$���è����L‹Œ$è���H‹Œ$ð���¶\$ H‰Ø<�…7��Hƒù…&��L‰ $H‰L$H����H‰\$HÇD$���è����L‹Œ$è���H‹Œ$ð���¶\$ H‰Ø<�…×��L‰L$xH=����H‰¼$È���HÇÀ���H‰Œ$€���H‰„$Ð���H9ÁŒœ��H9ȇŒ��H9À…|��L‰Œ$8��L‰ $H‰„$@��H‰D$H‰|$H‰D$è����L‹Œ$è���H‹Œ$ð���¶\$ H‰Ø<�…(��L‰Œ$˜���H5����H‰´$Ø���HÇÀ���H‰Œ$ ���H‰„$à���H9ÁŒê��H9ȇÚ��H9À…Ê��L‰Œ$8��L‰ $H‰„$@��H‰D$H‰t$H‰D$è����¶\$ H‰Ø<�„Ç��1ÀH‰„$`��H‰„$h��H‰„$p��H‰„$x��H„$`��Hƒø�„Œ��HDŽ$P�����HDŽ$X�����H‰„$H��H‹¬$À��H‰hH‹¬$¸��€=�����…0��H‰(H‹¬$°��H‰ÃHƒÃH‰kH‹¬$¨��€=�����…ê��H‰+H‰$H‹œ$P��H‰\$H‹œ$X��H‰\$è����H‹\$H‰œ$ø���H‹\$ H‰œ$���H‹œ$ø���H‰œ$Ø��H‹œ$���H‰œ$à��H‹����H‰œ$€��H‹����H‰œ$ˆ��H‹����H‰œ$��H‹����H‰„$˜��1ÉHÇD$@���H„$€��H‹l$@H9é ��H‰ÃH‰D$PHƒø�„��H‹�H‹kH‰L$HH‰„$8��H‰¬$@��HÇ$����H‹œ$ø���H‰\$H‹œ$���H‰\$H‰„$��H‰D$H‰¬$ ��H‰l$ è����H‹L$(H‹D$0H‰Œ$È��H‰ $H‰„$Ð��H‰D$è����H‹T$H‰”$��H‹L$H‰Œ$��H‹D$ H‹\$(H‰œ$0��H‰„$(��Hƒø�uH‰ $H‹Z ÿÓ¶\$€û�uHÄ ��ÃH‹D$PH‹L$HHƒÀHÿÁH‹l$@H9éŒôþÿÿ1ÛH‰œ$È��H‰œ$Ð��HÄ ��É�éåþÿÿH‰$H‰l$è����H‹„$H��éþýÿÿH‰$H‰l$è����H‹„$H��é¸ýÿÿ‰�émýÿÿH‹œ$¨��H‰$H‹œ$°��H‰\$è����H‹”$°��H‹Œ$¨��¶\$€û�tH‰Œ$ø���H‰”$���éìýÿÿH‰ $H‰T$H‹œ$¸��H‰\$H‹œ$À��H‰\$HÇD$ ���è����H‹D$(H‹˜°���Hƒû�uHÄ ��ÃH‹¸¨���H‹°���L ����HÇÀ���1ÛH‰\$XH‰\$`H‰¼$ˆ���H‰|$hH‰”$���L‰Œ$¨���L‰Œ$¸���H‰„$°���I‰ÃH‰T$pH‰„$À���H9ÂŒÁ���H‰ÓL)ÛH‰ÕH9Ó‡¨���H)ÝI‰øHƒý�tMH9Å…‹���L‰„$8��L‰$H‰¬$@��H‰l$L‰L$H‰D$è����L‹œ$°���H‹¼$ˆ���H‹”$���¶\$ H‰Ø<�t7H‰ÓL)ÛH9Ów%H‰ØH‰ùH‰L$XH‰Œ$ø���H‰D$`H‰„$���éŒüÿÿè���� H‰ùH‰ÐëÒ1Àë¹è���� 1Àë®1Àé_ûÿÿè���� 1ÀéQûÿÿHÇÀ���éEûÿÿ1Àé½úÿÿè���� 1Àé¯úÿÿHÇÀ���é£úÿÿ1ÀéúÿÿHÇÀ���éúÿÿ1Àé®ùÿÿè����é„øÿÿ<������â��go.string."."���ˆ
�� runtime.eqstring���ü��go.string.".."���¢
�� runtime.eqstring���ú��go.string."./"���¾
�� runtime.eqstring���œ��go.string."../"���à 
�� runtime.eqstring���Ü �6runtime.writeBarrierEnabled���² �6runtime.writeBarrierEnabled���Œ 
��$path/filepath.Join���Ž��"".pkgExts���¬�"".pkgExts���Ê �"".pkgExts���è0�"".pkgExts���˜
��*runtime.concatstring2���è
��os.Stat���ô�������°
��.runtime.writebarrierptr���æ
��.runtime.writebarrierptr���Ê
��&path/filepath.IsAbs���Š
��go/build.Import����go.string.".a"����� runtime.eqstring���ò
��$runtime.panicslice���˜
��$runtime.panicslice���¼
��$runtime.panicslice���þ
��$runtime.panicslice���æ
��0runtime.morestack_noctxt���€À��^"".autotmp_0078��type.string�"".autotmp_0077�Ÿtype.*string�"".autotmp_0076��type.int�"".autotmp_0075��type.int�"".autotmp_0074�type.[2]string�"".autotmp_0071�¯type.[]string�"".autotmp_0070��type.bool�"".autotmp_0069��type.bool�"".autotmp_0068��type.bool�"".autotmp_0067��type.bool�"".autotmp_0066��type.bool�"".autotmp_0065�?type.[2]string�"".autotmp_0064��type.bool�"".autotmp_0063��type.string�"".autotmp_0062��type.int�"".autotmp_0061��type.int�"".autotmp_0060��type.int�"".autotmp_0059�Ïtype.string�"".autotmp_0058�¿type.int�"".autotmp_0057�¯type.int�"".autotmp_0056��type.int�"".autotmp_0055��type.string�"".autotmp_0054��type.int�"".autotmp_0053��type.int�"".autotmp_0052��type.int�"".autotmp_0051��type.string�"".autotmp_0048��type.int�"".autotmp_0047��type.int�"".autotmp_0046��type.int�"strings.prefix·3�type.string�strings.s·2�type.string�"strings.prefix·3�¯type.string�strings.s·2�Ïtype.string� go/build.path·2�ïtype.string�"strings.suffix·3�Ïtype.string�strings.s·2�ïtype.string� "".~r0�type.string�"strings.suffix·3�ïtype.string�strings.s·2�¯type.string� "".err�ïtype.error�"".f�¯ type.os.FileInfo� "".ext�type.string�"".noext�Ïtype.string�
"".id�`type.string�"".filename�@type.string�"".srcDir� type.string�"".path��type.string�B)À_¿ÀÄ¿À8¿ÀÛ¿À�€�zJs Éà ‹Kl=8%6 \!�8�ƒìÖ†(¤M»Yˆ�Tgclocals·4f0fab7fccd33e5f3bed4e8efceaa0c9�Tgclocals·bce3dfaed5ec70bab74159dadbd374c3���\c:/go/src/go/internal/gcimporter/gcimporter.goþ"".ImportData��à��ÞeH‹ %(���H‹‰����H;a† ��HƒìHHDŽ$ˆ�������1ÛH‰œ$���H‰œ$˜���1ÛH‰œ$���H‰œ$˜���HDŽ$ˆ�������Hœ$���H‰\$Ç$���H����H‰D$è����ƒø�…’���H����H‰$è����H‹D$H‰D$@H‰$H‹\$XH‰\$H‹\$`H‰\$H‹\$hH‰\$H‹\$pH‰\$ H‹\$xH‰\$(H‹œ$€���H‰\$0H‹\$PH‰\$8è����H‹\$@H‰$è����H‹\$H‰œ$ˆ���è����HƒÄHÐè����HƒÄHÃè����éÑþÿÿ������â��,"".ImportData.func1·f���ö
��"runtime.deferproc���–��type."".parser���¨
��"runtime.newobject���à
��""".(*parser).init���ü
��0"".(*parser).parseExport���¢
��&runtime.deferreturn���¸
��&runtime.deferreturn���Ì
��0runtime.morestack_noctxt��� ��
"".&p�type.*"".parser� "".err�€type.error� "".pkg�p,type.*go/types.Package�"".data�Ptype.io.Reader�
"".id�0type.string�"".filename�type.string�"".packages��Btype.map[string]*go/types.Package�&û
 �°�$´Z.W  ��z\!�Tgclocals·82533b105984cf85b083f66dc669cad3�Tgclocals·3d397740ca3aeef04e4c50b86fffb064���\c:/go/src/go/internal/gcimporter/gcimporter.goþ"".Import��€'��ö&eH‹ %(���H‹‰����H„$pþÿÿH;A† ��Hì��HDŽ$0������1ÛH‰œ$8��H‰œ$@��1ÛH‰œ$8��H‰œ$@��HDŽ$0������H‹œ$(��Hƒû…š���H‹¬$ ��H‰,$H‹¬$(��H‰l$H-����H‰l$HÇD$���è����¶\$ €û�t]H����H‰œ$x��HDŽ$€��-���H����H‰$Hœ$x��H‰\$HÇD$����è����H\$H‹ H‰ $H‹KH‰L$è���� H����H‰œ$¨���HDŽ$°������L‹Œ$ ��L‰Œ$��H‹Œ$(��H‰Œ$��Hƒù…T��L‰ $H‰L$H����H‰\$HÇD$���è����L‹Œ$��H‹Œ$��¶\$ H‰Ø<�…��Hƒù…ô��L‰ $H‰L$H����H‰\$HÇD$���è����L‹Œ$��H‹Œ$��¶\$ H‰Ø<�…¥��L‰Œ$ˆ���H=����H‰¼$è���HÇÀ���H‰Œ$���H‰„$ð���H9ÁŒg��H9ȇW��H9À…G��L‰Œ$h��L‰ $H‰„$p��H‰D$H‰|$H‰D$è����L‹Œ$��H‹Œ$��¶\$ H‰Ø<�…ó��L‰Œ$˜���H5����H‰´$ø���HÇÀ���H‰Œ$ ���H‰„$���H9ÁŒµ��H9ȇ¥��H9À…•��L‰Œ$h��L‰ $H‰„$p��H‰D$H‰t$H‰D$è����¶\$ H‰Ø<�tTè����H‹$H‰œ$¨���H‹\$H‰œ$°���H‹\$H‰œ$8��H‹\$H‰œ$@��H‹œ$8��Hƒû�tè����HÄ��ÃH‹œ$ ��H‰$H‹œ$(��H‰\$H‹œ$¨���H‰\$H‹œ$°���H‰\$è����H‹\$ H‰œ$(��H‹T$(H‹L$0H‹D$8H‰”$0��Hƒú�…?��H‰Œ$��H‰Œ$x��H‰„$ ��H‰„$€��1ÛH‰œ$X��H‰œ$`��Hœ$X��Hƒû�„ô���HDŽ$¨�����HDŽ$°�����H‰œ$ ��H����H‰$Hœ$x��H‰\$HÇD$����è����H‹L$H‹D$ H‹œ$ ��H‰Œ$H��H‰ H‰„$P��€=�����ulH‰CH����H‰$HÇD$���H‹œ$ ��H‰\$H‹œ$¨��H‰\$H‹œ$°��H‰\$ è����H‹\$(H‰œ$8��H‹\$0H‰œ$@��è����HÄ��ÃLCL‰$H‰D$è����넉éÿÿÿH‰Œ$��H‰„$ ��H����H‰$H‹œ$��H‰\$H‰Œ$h��H‰L$H‰„$p��H‰D$è����H‹\$ H‹+H‰¬$0��H‹œ$0��1íH9ët H‹œ$0��¶k(@€ý�tè����HÄ��ÃH‹œ$(��H‰$H‹œ$0��H‰\$è����H‹L$H‹\$H‰œ$8��H‹\$ H‰œ$@��H‹œ$8��Hƒû�tè����HÄ��ÃH‰L$`H‰L$Hœ$8��H‰\$H‹œ$(��H‰\$ H‹œ$0��H‰\$(Ç$ ���H����H‰D$è����ƒø�…)��H‹\$`H‰œ$€���H‹����1íH9è„Ø��H‹”$€���H‰„$8��H‰ÃH‰”$@��H‰„$È���H‰”$Ð���H‰ÐH‰”$à���HÇÂ���H‰œ$Ø���1íH9ëtH‹[H-����H9ë…o��HÇÁ���€ù�„8��H‹XH9ÓŒ+��H‰D$pH‰$è����H‹\$H‰œ$8��H‹\$H‰œ$@��H‹œ$8��Hƒû�tè����HÄ��ÃH‹\$pH‰\$xH‹����1íH9è„™���H‹œ$��H‰$H‹œ$(��H‰\$H‹œ$0��H‰\$H‹œ$��H‰\$H‹œ$ ��H‰\$ H‹L$xH‰„$8��H‰D$(H‰Œ$@��H‰L$0è����H‹\$8H‰œ$0��H‹\$@H‰œ$8��H‹\$HH‰œ$@��è����HÄ��ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$é5ÿÿÿH‰T$PHƒú} HÇD$P���H����H‰$è����H‹L$PH‹D$H‰D$XH‰D$hH����H‰$H‰L$H‰L$è����L‹D$H‹t$ H‹l$(H‹”$Ø���H‹Œ$à���H¼$¸��1ÀHƒÇøè����L‰„$ˆ��L‰„$¸��H‰´$��H‰´$À��H‰¬$˜��H‰¬$È��H‰”$¸���H‰”$Ð��H‰Œ$À���H‰Œ$Ø��HDŽ$���ÿÿÿÿHDŽ$��ÿÿÿÿH‹\$hHƒû�t,H¬$¸��H‰\$H‰l$H-����H‰,$è����H‹D$Xé²ýÿÿ‰ëÐ1À1ÉéýÿÿH����H‰$H����H‰\$H����H‰\$è����H‹D$éöüÿÿè����HÄ��Ã1Àé”ùÿÿè���� 1Àé†ùÿÿHÇÀ���ézùÿÿ1Àéòøÿÿè���� 1ÀéäøÿÿHÇÀ���éØøÿÿ1Àé@øÿÿHÇÀ���é4øÿÿ1Àéà÷ÿÿè����éEöÿÿv������¦��$go.string."unsafe"���Ì
�� runtime.eqstring���î��vgo.string."gcimporter.Import called for package \"unsafe\""���¤��type.string���â
��runtime.convT2E���–
��runtime.gopanic���¨��go.string."."���Ä��go.string."."���ê
�� runtime.eqstring���Þ��go.string.".."���„
�� runtime.eqstring���â��go.string."./"���¦ 
�� runtime.eqstring���„
��go.string."../"���È 
�� runtime.eqstring���ê 
��os.Getwd���ø 
��&runtime.deferreturn���ø 
��"".FindPkg���ª��type.string���è
��runtime.convT2E���¾�6runtime.writeBarrierEnabled���Ú��Bgo.string."can't find import: %s"���Ì
��fmt.Errorf���Œ
��&runtime.deferreturn�����.runtime.writebarrierptr���€��Btype.map[string]*go/types.Package���à
��4runtime.mapaccess1_faststr���Î
��&runtime.deferreturn���š
��os.Open���€
��&runtime.deferreturn���Ž��$"".Import.func1·f���¢
��"runtime.deferproc���Ü��4go.itab.*os.File.io.Reader��� ��$type.*bufio.Reader���ˆ
��""".FindExportData���ä
��&runtime.deferreturn���–��>go.itab.*bufio.Reader.io.Reader���ô
��"".ImportData���Î
��&runtime.deferreturn���ì��$type.*bufio.Reader���‚��type.io.Reader���š��>go.itab.*bufio.Reader.io.Reader���®
�� runtime.typ2Itab���ø��"type.bufio.Reader���Š 
��"runtime.newobject���À ��type.[]uint8���æ 
��"runtime.makeslice���Ê!
Ô� runtime.duffzero���â#��"type.bufio.Reader���ô#
��(runtime.typedmemmove���°$��type.*os.File���Æ$��type.io.Reader���Þ$��4go.itab.*os.File.io.Reader���ò$
�� runtime.typ2Itab���’%
��&runtime.deferreturn���º%
��$runtime.panicslice���ü%
��$runtime.panicslice���ä&
��0runtime.morestack_noctxt���` ��V"".autotmp_0111��type.*uint8�"".autotmp_0110��$type.*bufio.Reader�"".autotmp_0108�¯type.io.Reader�"".autotmp_0107�"type.interface {}�"".autotmp_0106�ï(type.[1]interface {}�"".autotmp_0103�ß&type.[]interface {}�"".autotmp_0102��type.bool�"".autotmp_0101��type.bool�"".autotmp_0100��type.bool�"".autotmp_0099��$type.*bufio.Reader�"".autotmp_0098�¯"type.bufio.Reader�"".autotmp_0096��type.int�"".autotmp_0095�¯$type.*bufio.Reader�"".autotmp_0094�Ÿtype.*os.File�"".autotmp_0092��type.string�"".autotmp_0091��type.string�"".autotmp_0090��type.string�"".autotmp_0089��type.int�"".autotmp_0088��type.int�"".autotmp_0087��type.int�"".autotmp_0086�Ïtype.string�"".autotmp_0082�¯type.string�bufio.r·3�¯type.io.Reader�bufio.buf·2�type.[]uint8�bufio.b·1�Ï$type.*bufio.Reader�bufio.r·6�ï$type.*bufio.Reader�bufio.size·3�ÿtype.int�bufio.rd·2�ïtype.io.Reader�bufio.rd·2�type.io.Reader�"strings.prefix·3�¯type.string�strings.s·2�ïtype.string�"strings.prefix·3�Ïtype.string�strings.s·2�type.string� go/build.path·2�type.string� "".buf�¿$type.*bufio.Reader�"".f�ßtype.*os.File�
"".id�ïtype.string�"".filename�Ïtype.string�"".srcDir�Ïtype.string� "".err�@type.error� "".pkg�0,type.*go/types.Package�"".path�type.string�"".packages��Btype.map[string]*go/types.Package�l) žŸ ‰Ÿ  Ÿ XŸ ±Ÿ ´Ÿ ¡Ÿ k�À�ŠæeO]È8T–
x=Rœ6§2 ž?9\ �x�¥K„ï¿
rP6'2R³
-‰,1 ..Ç?d�Tgclocals·672b2115e22b657390e8795b0ecc4737�Tgclocals·7dfff9f3e93128a6814a195d50094b85���\c:/go/src/go/internal/gcimporter/gcimporter.goþ""".(*parser).init��à��ØeH‹ %(���H‹‰����H;a†È��HƒìHH‹\$PH‰$Hƒ<$�„¤��H‹\$xH‰\$H‹œ$€���H‰\$è����H����H‰$è����H‹L$PH‹D$H-����H‰(H‰D$@€=�����…1��H‰HHƒù�„��€=�����…ð���H‰Ø��Hǁè��l��H½������H‰©ð��H‹l$`H‰©��H‹l$X€=�����…���H‰©���H‰ $è����H‹\$PH‹l$pH‰«H��H‹l$h€=�����uJH‰«@��H‹\$PHƒû�t4H‹¬$ˆ���€=�����u H‰«P��HƒÄHÃLƒP��L‰$H‰l$è����ëä‰ëÈLƒ@��L‰$H‰l$è����ë¦L���L‰$H‰l$è����H‹L$PéXÿÿÿLØ��L‰$H‰D$è����H‹L$Péøþÿÿ‰éÝþÿÿL@L‰$H‰L$è����H‹L$PH‹D$@é²þÿÿ‰%����éPþÿÿè����éþÿÿ"������”
��8text/scanner.(*Scanner).Init���¢��Ntype.struct { F uintptr; p *"".parser }���´
��"runtime.newobject���Ö��."".(*parser).init.func1���ò�6runtime.writeBarrierEnabled���¨�6runtime.writeBarrierEnabled���ª�6runtime.writeBarrierEnabled���Ø
��""".(*parser).next����6runtime.writeBarrierEnabled���Ö�6runtime.writeBarrierEnabled���ž
��.runtime.writebarrierptr���Ô
��.runtime.writebarrierptr���‚
��.runtime.writebarrierptr�����.runtime.writebarrierptr���†
��.runtime.writebarrierptr���Æ
��0runtime.morestack_noctxt���€�� "".autotmp_0121�Ptype.*struct { F uintptr; p *"".parser }�"".packages�pBtype.map[string]*go/types.Package� "".src�Ptype.io.Reader�
"".id�0type.string�"".filename�type.string�"".p��type.*"".parser�Ÿ²�ð�\î0X % &#( ��Iù.�Tgclocals·1fe70e2002c10bf0ef60be2505f32d60�Tgclocals·0c8aa8e80191a30eac23f1a218103f16���\c:/go/src/go/internal/gcimporter/gcimporter.goþ""".(*parser).next��À��¬eH‹ %(���H‹‰����H;a†ò���HƒìPH‹\$XH‰$Hƒ<$�„Î���è����H‹L$X‹D$‰(��‹©(��ƒýû‹���ƒýúuoH‰ $Hƒ<$�t[è����H‹L$H‹D$H‹\$XHƒû�t=H‰D$HH‰ƒ8��H‰L$@€=�����u H‰‹0��HƒÄPÃLƒ0��L‰$H‰L$è����ëä‰뿉%����뜃ýûtŒ1íH‰©0��H‰©8��ëÀƒýý„qÿÿÿƒýþ„hÿÿÿý·���„\ÿÿÿëΉ%����é&ÿÿÿè����éêþÿÿ ������f
��8text/scanner.(*Scanner).Scan���Ì
��Btext/scanner.(*Scanner).TokenText���¤�6runtime.writeBarrierEnabled���ì
��.runtime.writebarrierptr���š
��0runtime.morestack_noctxt��� ��"".autotmp_0132��type.int32�"".autotmp_0129�type.string�"".p��type.*"".parser� †Ÿ {� �D”(F  
 � �2î�Tgclocals·87d20ce1b58390b294df80b886db78bf�Tgclocals·23e8278e2b69a3a75fa59b23c49ed6ad���\c:/go/src/go/internal/gcimporter/gcimporter.goþ"".declTypeName��€ ��ü eH‹ %(���H‹‰����HD$°H;A†Õ��HìÐ���H‹œ$Ø���H‹k H‰l$@H‹”$à���H‹Œ$è���1ÛH‰\$`H‰\$hH‰”$ ���H‰Œ$¨���H����H‰$H‹m H‰l$H‰”$À���H‰T$H‰Œ$È���H‰L$è����H‹\$ Hƒû�„H��H‹H‹KH‰T$`H‰L$hH‰Œ$ˆ���H‰”$€���Hƒú�tFH‰Ó1íH9êtH‹[H-����H9ëuH‰Œ$ð���HÄÐ���ÃH‰$H‰l$L����L‰D$è���� HÇD$8����H‹œ$Ø���H‰\$HH‹œ$à���H‰œ$���H‹œ$è���H‰œ$˜���1ÛH‰\$pH‰\$xH����H‰$è����H‹D$1íH‰(H‹l$8H‰hH‰D$XH‹l$H€=�����…C��H‰hH‹¬$˜���H‰h H‹¬$���€=�����…��H‰hH‹l$pH‰h(H‹l$x€=�����…Ç���H‰h0Ç@8����HÇ@@����H‰D$PH‰$1ÛH‰\$H‰\$1ÛH‰\$H‰\$ H‰\$(è����H‹\$PH‰\$XH‹����1íH9ètBH‹\$@H‰$H‹L$XH‰„$°���H‰D$H‰Œ$¸���H‰L$è����H‹\$PH‰œ$ð���HÄÐ���ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ëL@0L‰$H‰l$è����H‹D$Xé!ÿÿÿL@L‰$H‰l$è����H‹D$XéæþÿÿL@L‰$H‰l$è����H‹D$Xé¥þÿÿ‰é±ýÿÿè����éýÿÿ,������Ì��>type.map[string]go/types.Object���¤
��4runtime.mapaccess1_faststr���º��.type.*go/types.TypeName���„��(type.go/types.Object���˜
��(runtime.panicdottype���®��,type.go/types.TypeName���À
��"runtime.newobject���†�6runtime.writeBarrierEnabled���Ð�6runtime.writeBarrierEnabled���Ž�6runtime.writeBarrierEnabled���˜
��"go/types.NewNamed���º��Tgo.itab.*go/types.TypeName.go/types.Object���¢ 
��0go/types.(*Scope).Insert���Ú ��.type.*go/types.TypeName���ð ��(type.go/types.Object���ˆ
��Tgo.itab.*go/types.TypeName.go/types.Object���œ

�� runtime.typ2Itab���Î

��.runtime.writebarrierptr���† 
��.runtime.writebarrierptr���¾ 
��.runtime.writebarrierptr���ê 
��0runtime.morestack_noctxt���@ ��""".autotmp_0144�ï.type.*go/types.TypeName�"".autotmp_0143��.type.*go/types.TypeName�"".autotmp_0142��.type.*go/types.TypeName�"".autotmp_0141�?(type.go/types.Object�"".autotmp_0140�type.string�go/types.typ·5�¿$type.go/types.Type� go/types.name·4�type.string�go/types.pkg·3�,type.*go/types.Package�go/types.pos·2�¯"type.go/token.Pos� "".~r0�ß(type.go/types.Object� go/types.name·3�_type.string� "".obj�ÿ.type.*go/types.TypeName� "".obj�Ÿ(type.go/types.Object�"".scope�Ÿ(type.*go/types.Scope� "".~r2�0.type.*go/types.TypeName�"".name�type.string� "".pkg��,type.*go/types.Package�*& ÏŸ óŸ –�€�8®& šFÓ+E/T �.�‘zT¬E="�Tgclocals·573eebd23f15bbede97c85018d63627a�Tgclocals·d8b14f7163598ff927dfe951e2c777c2���\c:/go/src/go/internal/gcimporter/gcimporter.goþ("".importError.Error��à��ÔeH‹ %(���H‹‰����HD$ðH;A†��Hì���1ÛH‰œ$Ð���H‰œ$Ø���1ÛH‰\$`H‰\$hH‰\$pH‰\$xH‰œ$€���H‰œ$ˆ���H\$`Hƒû�„¬��HÇD$P���HÇD$X���H‰\$HH����H‰$Hœ$˜���H‰\$HÇD$����è����H‹L$H‹D$ H‹\$HH‰L$8H‰ H‰D$@€=�����…/��H‰CH����H‰$Hœ$˜���H‰\$HƒD$HÇD$����è����H‹L$H‹D$ H‹\$HHƒÃH‰L$8H‰ H‰D$@€=�����…»���H‰CHœ$À���H‹ H‰ $H‹KH‰L$è����H‹L$H‹D$H‹\$HHƒÃ H‰L$8H‰ H‰D$@€=�����u]H‰CH����H‰$HÇD$&���H‹\$HH‰\$H‹\$PH‰\$H‹\$XH‰\$ è����H‹L$(H‹D$0H‰Œ$Ð���H‰„$Ø���HÄ���ÃLCL‰$H‰D$è����ë“LCL‰$H‰D$è����é2ÿÿÿLCL‰$H‰D$è����é¾þÿÿ‰éMþÿÿè����éÖýÿÿ������Ž��4type.text/scanner.Position���Ì
��runtime.convT2E����6runtime.writeBarrierEnabled���´��type.int���þ
��runtime.convT2E���Ê�6runtime.writeBarrierEnabled���š
��runtime.convI2E���æ�6runtime.writeBarrierEnabled���‚��dgo.string."import error %s (byte offset = %d): %s"���â
��fmt.Sprintf���Ê
��.runtime.writebarrierptr���ò
��.runtime.writebarrierptr��� 
��.runtime.writebarrierptr���Â
��0runtime.morestack_noctxt��� ��"".autotmp_0155��"type.interface {}�"".autotmp_0154��"type.interface {}�"".autotmp_0153�¯"type.interface {}�"".autotmp_0152�_(type.[3]interface {}�"".autotmp_0149�&type.[]interface {}� "".~r0�ptype.string�"".e��&type."".importError�& °Ÿ Y�°�Ú8è��¥‹4L�Tgclocals·2814a39acfc02b0deaa5c28b86ac2f0b�Tgclocals·672aa9fe6872c20676e89d61cbf499e7���\c:/go/src/go/internal/gcimporter/gcimporter.goþ$"".(*parser).error��à ��Ì eH‹ %(���H‹‰����HD$ˆH;A†ý��Hìø���1ÛH‰œ$ˆ���H‰œ$���H����H‰$H‹œ$��H‰\$H‹œ$��H‰\$Hœ$ˆ���H‰\$è����¶\$ H‹”$ˆ���H‰T$XH‹Œ$���H‰L$`€û�„¦���H‰T$HH‰L$P1ÛH‰\$8H‰\$@H����H‰$è����H‹D$H‰D$0H‹l$PH‰hH‹l$H€=�����…"��H‰(H‰D$0H‹����1íH9è„Ö��H‹L$0H‰D$hH‰L$pH‰D$8H‰$H‰L$@H‰L$è����H‹\$H‰œ$��H‹\$H‰œ$��H‹œ$���H‰$Hƒ<$�„r��è����H‹\$H‰œ$˜���H‹\$H‰œ$ ���H‹\$H‰œ$¨���H‹\$ H‰œ$°���H‹\$(H‰œ$¸���1ÛH‰\$xH‰œ$€���H����H‰$H‹œ$��H‰\$H‹œ$��H‰\$H\$xH‰\$è����1ÛH‰œ$À���H‰œ$È���H‰œ$Ð���H‰œ$Ø���H‰œ$à���H‰œ$è���H‰œ$ð���H‹œ$˜���H‰œ$À���H‹œ$ ���H‰œ$È���H‹œ$¨���H‰œ$Ð���H‹œ$°���H‰œ$Ø���H‹œ$¸���H‰œ$à���H‹\$xH‰œ$è���H‹œ$€���H‰œ$ð���H����H‰$Hœ$À���H‰\$HÇD$����è����H\$H‹ H‰ $H‹KH‰L$è���� ‰%����é‚þÿÿH����H‰$H����H‰\$H����H‰\$è����H‹D$éøýÿÿH‰$H‰l$è����H‹D$0éÉýÿÿè����éÚüÿÿ(������v��type.string���Ö
��$runtime.assertE2T2���à��.type.errors.errorString���ò
��"runtime.newobject���®�6runtime.writeBarrierEnabled���Ú��Bgo.itab.*errors.errorString.error���¾
��runtime.convI2E���ª
��6text/scanner.(*Scanner).Pos���Ø��type.error���²
��"runtime.assertE2I���Ž
��&type."".importError���Ì

��runtime.convT2E���€ 
��runtime.gopanic���ª ��0type.*errors.errorString���À ��type.error���Ø ��Bgo.itab.*errors.errorString.error���ì 
�� runtime.typ2Itab���œ 
��.runtime.writebarrierptr���º 
��0runtime.morestack_noctxt���0ð��"".autotmp_0162�Ÿtype.error�"".autotmp_0161�0type.*errors.errorString�"".autotmp_0160�o&type."".importError�"".autotmp_0159�ÿtype.error�"".autotmp_0158�¿4type.text/scanner.Position�"".autotmp_0157��0type.*errors.errorString�"".autotmp_0156�ßtype.string� "".~r0�ÿtype.error�errors.text·2�ßtype.string�"".s�¿type.string� "".err�"type.interface {}�"".p��type.*"".parser�&ðŠ�°� â&q¦•J�"�jNfºÍP;�Tgclocals·536a1a6fffedb1798b5362df4e8577c3�Tgclocals·82ac8d93d226ba74e5a8499f247101e0���\c:/go/src/go/internal/gcimporter/gcimporter.goþ&"".(*parser).errorf��€��€eH‹ %(���H‹‰����H;a†œ���HƒìHH‹\$XH‰$H‹\$`H‰\$H‹\$hH‰\$H‹\$pH‰\$H‹\$xH‰\$ è����H‹\$(H‰\$8H‹\$0H‰\$@H����H‰$H\$8H‰\$HÇD$����è����H\$H|$H‹ H‰H‹KH‰OH‹\$PH‰$è����HƒÄHÃè����é@ÿÿÿ ������ 
��fmt.Sprintf���Ö��type.string���Ž
��runtime.convT2E���Ú
��$"".(*parser).error���î
��0runtime.morestack_noctxt���`��"".autotmp_0165�type.string�"".args�0&type.[]interface {}�"".format�type.string�"".p��type.*"".parser�—
�À�ò“
��O7:�Tgclocals·df5f4783eff719379e1915089ee66ed8�Tgclocals·d8fdd2a55187867c76648dc792366181���\c:/go/src/go/internal/gcimporter/gcimporter.goþ&"".(*parser).expect��à ��Ä eH‹ %(���H‹‰����HD$¸H;A†ù��HìÈ���1ÀH¼$ˆ���è����H‹Œ$Ð���‹„$Ø���1ÛH‰œ$à���H‰œ$è���Hƒù�„±��H‹©0��H‰l$0H‹©8��H‰l$8‹™(��9Ä��‰$è����H‹\$H‰\$pH‹\$H‰\$xH‹œ$Ð���‹«(��‰,$è����H‹\$H‰\$`H‹\$H‰\$hH‹\$0H‰\$PH‹\$8H‰\$X1ÛH‰œ$˜���H‰œ$ ���H‰œ$¨���H‰œ$°���H‰œ$¸���H‰œ$À���Hœ$˜���Hƒû�„æ��HDŽ$ˆ������HDŽ$������H‰œ$€���H����H‰$H\$pH‰\$HÇD$����è����H‹L$H‹D$ H‹œ$€���H‰L$@H‰ H‰D$H€=�����…`��H‰CH����H‰$H\$`H‰\$HÇD$����è����H‹L$H‹D$ H‹œ$€���HƒÃH‰L$@H‰ H‰D$H€=�����…ò���H‰CH����H‰$H\$PH‰\$HÇD$����è����H‹L$H‹D$ H‹œ$€���HƒÃ H‰L$@H‰ H‰D$H€=�����…„���H‰CH‹œ$Ð���H‰$H����H‰\$HÇD$���H‹œ$€���H‰\$H‹œ$ˆ���H‰\$ H‹œ$���H‰\$(è����H‹Œ$Ð���H‰ $è����H‹\$0H‰œ$à���H‹\$8H‰œ$è���HÄÈ���ÃLCL‰$H‰D$è����éiÿÿÿLCL‰$H‰D$è����éûþÿÿLCL‰$H‰D$è����éþÿÿ‰éþÿÿ‰éHýÿÿè����éÞüÿÿ(������b
‚ � runtime.duffzero���”
��0text/scanner.TokenString���è
��0text/scanner.TokenString���Ž��type.string���Æ
��runtime.convT2E����6runtime.writeBarrierEnabled���´��type.string���ì
��runtime.convT2E���¾�6runtime.writeBarrierEnabled���â��type.string���š
��runtime.convT2E���ì�6runtime.writeBarrierEnabled���¨ ��Hgo.string."expected %s, got %s (%s)"���œ

��&"".(*parser).errorf���¾

��""".(*parser).next���¦ 
��.runtime.writebarrierptr���Ô 
��.runtime.writebarrierptr���‚ 
��.runtime.writebarrierptr���² 
��0runtime.morestack_noctxt���@��"".autotmp_0175��"type.interface {}�"".autotmp_0174��"type.interface {}�"".autotmp_0173�"type.interface {}�"".autotmp_0172�_(type.[3]interface {}�"".autotmp_0169�&type.[]interface {}�"".autotmp_0168�ïtype.string�"".autotmp_0167�Ïtype.string�"".autotmp_0166�¯type.string� "".lit�¯type.string� "".~r1� type.string� "".tok�type.int32�"".p��type.*"".parser�&žk�°�*úV"” "L�$�‰*¯«4^�Tgclocals·087344e727b14a841dc6a2833d52f059�Tgclocals·e9899e89c4f348180a32437c19cc7cc5���\c:/go/src/go/internal/gcimporter/gcimporter.goþ4"".(*parser).expectSpecial�� 
��†
eH‹ %(���H‹‰����HD$ØH;A†Z��Hì¨���H‹¼$¸���H‹´$°���H‹”$À���Aºx���1ÀH9Ð}}‹ž(��H‰D$8H9Ѓ��H,¶m�9ëu]Aƒú ~WH‰4$Hƒ<$�„æ��è����‹\$‰\$4H‹œ$°���H‰$è����D‹T$4H‹¼$¸���H‹´$°���H‹”$À���H‹D$8HÿÀH9Ð|ƒH9Ѝ“��H‰|$`H‰T$hH9Їy��H‰D$XH‰|$P1ÛH‰œ$ˆ���H‰œ$���H‰œ$˜���H‰œ$ ���Hœ$ˆ���Hƒû�„4��HÇD$x���HDŽ$€������H‰\$pH����H‰$H\$`H‰\$HÇD$����è����H‹L$H‹D$ H‹\$pH‰L$@H‰ H‰D$H€=�����…·���H‰CH����H‰$H\$PH‰\$HÇD$����è����H‹L$H‹D$ H‹\$pHƒÃH‰L$@H‰ H‰D$H€=�����uSH‰CH‹œ$°���H‰$H����H‰\$HÇD$���H‹\$pH‰\$H‹\$xH‰\$ H‹œ$€���H‰\$(è����HÄ¨���ÃLCL‰$H‰D$è����ëLCL‰$H‰D$è����é6ÿÿÿ‰éÅþÿÿè���� 뽉%����éþÿÿè���� è����é}ýÿÿ ������‚
��8text/scanner.(*Scanner).Peek���´
��""".(*parser).next���þ��type.string���¶
��runtime.convT2E���ú�6runtime.writeBarrierEnabled���ž��type.string���Ö
��runtime.convT2E���¢�6runtime.writeBarrierEnabled���Ö��>go.string."expected %q, got %q"���¾
��&"".(*parser).errorf���ò
��.runtime.writebarrierptr���š 
��.runtime.writebarrierptr���¼ 
��$runtime.panicslice���æ 
��$runtime.panicindex���ô 
��0runtime.morestack_noctxt���0Ð��"".autotmp_0186��"type.interface {}�"".autotmp_0185�Ï"type.interface {}�"".autotmp_0184�?(type.[2]interface {}�"".autotmp_0181�o&type.[]interface {}�"".autotmp_0180�¯type.string�"".autotmp_0179�type.string�"".autotmp_0178��type.int�"".i�ßtype.int� "".sep�çtype.int32� "".tok�type.string�"".p��type.*"".parser�&ЄÏÐe��FŒ>+.
Ò9 �$�€ÚÄ%�Tgclocals·42e7756549fd1f1e78e70fcb9f08dd2b�Tgclocals·a2f3ca3d82dff4723142c31f3be97388���\c:/go/src/go/internal/gcimporter/gcimporter.goþ4"".(*parser).expectKeyword��€ ��€ eH‹ %(���H‹‰����HD$ØH;A†��Hì¨���H‹œ$°���H‰$ÇD$þÿÿÿè����H‹„$À���H‹\$H‰\$0H‹L$H9ÁuIH‹l$0H‰,$H‰L$8H‰L$H‹¬$¸���H‰l$H‰D$è����H‹L$8H‹„$À���¶\$ €û�tHÄ¨���ÃH‹œ$¸���H‰\$`H‰D$hH‹\$0H‰\$PH‰L$8H‰L$X1ÛH‰œ$ˆ���H‰œ$���H‰œ$˜���H‰œ$ ���Hœ$ˆ���Hƒû�„1��HÇD$x���HDŽ$€������H‰\$pH����H‰$H\$`H‰\$HÇD$����è����H‹L$H‹D$ H‹\$pH‰L$@H‰ H‰D$H€=�����…´���H‰CH����H‰$H\$PH‰\$HÇD$����è����H‹L$H‹D$ H‹\$pHƒÃH‰L$@H‰ H‰D$H€=�����uPH‰CH‹œ$°���H‰$H����H‰\$HÇD$���H‹\$pH‰\$H‹\$xH‰\$ H‹œ$€���H‰\$(è����é˜þÿÿLCL‰$H‰D$è����ë LCL‰$H‰D$è����é9ÿÿÿ‰éÈþÿÿè����éÀýÿÿ������v
��&"".(*parser).expect���‚
�� runtime.eqstring���¶��type.string���î
��runtime.convT2E���²�6runtime.writeBarrierEnabled���Ö��type.string���Ž
��runtime.convT2E���Ú�6runtime.writeBarrierEnabled���Ž��Ngo.string."expected keyword %s, got %q"���ö
��&"".(*parser).errorf���¤
��.runtime.writebarrierptr���Ì
��.runtime.writebarrierptr���î
��0runtime.morestack_noctxt���0Ð��"".autotmp_0194��"type.interface {}�"".autotmp_0193�Ï"type.interface {}�"".autotmp_0192�?(type.[2]interface {}�"".autotmp_0189�o&type.[]interface {}�"".autotmp_0188�¯type.string�"".autotmp_0187�type.string� "".lit�ïtype.string�"".keyword�type.string�"".p��type.*"".parser�&Ð}ÏÐœ�À�&¦&0FÛ2
��:F¶Ä/�Tgclocals·42e7756549fd1f1e78e70fcb9f08dd2b�Tgclocals·f9f81cf4c85089032748a8cc6e6fa228���\c:/go/src/go/internal/gcimporter/gcimporter.goþ6"".(*parser).parsePackageId�� ��”eH‹ %(���H‹‰����H;a†æ���Hƒì`1ÛH‰\$pH‰\$xH‹\$hH‰$ÇD$úÿÿÿè����H‹L$H‹D$H‰L$PH‰ $H‰D$XH‰D$è����H‹t$H‰t$0H‹L$H‰L$8H‹D$ H‹T$(Hƒø�tHH‰D$@H‰$H‰T$HH‰T$è����H\$H|$H‹ H‰H‹KH‰OH‹\$hH‰$è����H‹t$0H‹L$8Hƒù�uH‹\$hHƒû�tH‹³@��H‹‹H��H‰t$pH‰L$xHƒÄ`Éëßè����éöþÿÿ ������x
��&"".(*parser).expect���¼
��strconv.Unquote���´
��runtime.convI2E���€
��$"".(*parser).error���‚
��0runtime.morestack_noctxt���0À��
"".autotmp_0195�type.string� "".err�?type.error�
"".id�_type.string� "".~r0�type.string�"".p��type.*"".parser�ÀÝ¿À��(¾*VH��;^w�Tgclocals·41a13ac73c712c01973b8fe23f62d694�Tgclocals·524aafe7d1228e5424d64f5d94771fbf���\c:/go/src/go/internal/gcimporter/gcimporter.goþ:"".(*parser).parsePackageName��À��¸eH‹ %(���H‹‰����H;av?Hƒì 1ÛH‰\$0H‰\$8H‹\$(H‰$ÇD$þÿÿÿè����H‹L$H‹D$H‰L$0H‰D$8HƒÄ Ãè����ë¤������p
��&"".(*parser).expect���¬
��0runtime.morestack_noctxt���0@�� "".~r0�type.string�"".p��type.*"".parser�@:?@ �`�Ü&/ �
�7)�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���\c:/go/src/go/internal/gcimporter/gcimporter.goþ4"".(*parser).parseDotIdent�� ��”eH‹ %(���H‹‰����H;a†f��Hƒì`H‹D$h1ÛH‰\$pH‰\$x1ÛH‰\$@H‰\$H‹˜(��ƒûý„Û���¹x���‹˜(��ƒûþ…³���ƒù Ž¾���H‹T$@H‹L$HHÇ$����H‰T$PH‰T$H‰L$XH‰L$Hƒø�„â���H˜0��H|$H‹ H‰H‹KH‰Oè����H‹\$(H‰\$@H‹\$0H‰\$HH‹\$hH‰$Hƒ<$�„���è����‹\$‰\$<H‹\$hH‰$è����‹L$<H‹D$h‹˜(��ƒûþ„Mÿÿÿ‹˜(��ƒûýu>ƒù BÿÿÿH‹\$HHƒû�uH‰$ÇD$þÿÿÿè����H‹\$@H‰\$pH‹\$HH‰\$xHƒÄ`˘(��û·���u½éñþÿÿ‰%����éeÿÿÿ‰�éÿÿÿè����évþÿÿ ������ä
��*runtime.concatstring2���¾
��8text/scanner.(*Scanner).Peek���ê
��""".(*parser).next���ú
��&"".(*parser).expect���‚
��0runtime.morestack_noctxt���0À��
"".autotmp_0197�type.string� "".sep�Gtype.int32�"".ident�?type.string� "".~r0�type.string�"".p��type.*"".parser�À»¿À6��Dæ/ c!#   ��±-²�Tgclocals·41a13ac73c712c01973b8fe23f62d694�Tgclocals·83ead081cd909acab0dcd88a450c1878���\c:/go/src/go/internal/gcimporter/gcimporter.goþ>"".(*parser).parseQualifiedName�� ��žeH‹ %(���H‹‰����H;a†«���Hƒì 1Û1Û1ÛH‰\$@H‰\$H1ÛH‰\$0H‰\$8H‹\$(H‰$ÇD$@���è����H‹\$(H‰$è����H‹\$H‰\$0H‹\$H‰\$8H‹\$(H‰$ÇD$.���è����H‹D$(‹˜(��ƒû?uH‰$è����HƒÄ ÃH‰$è����H‹\$H‰\$@H‹\$H‰\$HëÜè����é1ÿÿÿ������˜
��&"".(*parser).expect���´
��6"".(*parser).parsePackageId���ˆ
��&"".(*parser).expect���º
��""".(*parser).next���Ö
��4"".(*parser).parseDotIdent���Œ
��0runtime.morestack_noctxt���P@��"".name�0type.string�
"".id�type.string�"".p��type.*"".parser�@‡?@*�Ð�,Š:"   ��K8'&�Tgclocals·b94e96d50a6fb9e88c70f76f35acc310�Tgclocals·f6bd6b3389b872033d462029172c8612���\c:/go/src/go/internal/gcimporter/gcimporter.goþ&"".(*parser).getPkg��à
��Ê
eH‹ %(���H‹‰����H;a†��HƒìXH‹D$pHƒøuKH‹l$hH‰,$H‰D$H-����H‰l$HÇD$���è����H‹D$p¶\$ €û�tH‹����H‰œ$ˆ���HƒÄXÃH‹L$hH����H‰$H‹\$`H‹«X��H‰l$H‰L$HH‰L$H‰D$PH‰D$è����H‹\$ H‹1íH9è…¯��H‹œ$€���Hƒû�„��H‹L$hH‹D$pH����H‰$H‹\$`H‹«P��H‰l$H‰L$HH‰L$H‰D$PH‰D$è����H‹\$ H‹+H‰l$(H‹\$(1íH9ë…‡���H‹\$hH‰$H‹\$pH‰\$H‹\$xH‰\$H‹œ$€���H‰\$è����H‹D$ H‹\$hH‰\$8H‹\$pH‰\$@H‰D$(H‰D$0H����H‰$H‹\$`H‹«P��H‰l$H\$8H‰\$H\$0H‰\$è����H‹l$`H‹X��1íH9ëuOH����H‰$HÇD$����HÇD$����HÇD$����è����H‹D$ H‹\$`Hƒû�„Œ���€=�����ulH‰ƒX��H‹\$hH‰\$8H‹\$pH‰\$@H‹\$(H‰\$0H����H‰$H‹\$`H‹«X��H‰l$H\$8H‰\$H\$0H‰\$è����H‹D$(H‰„$ˆ���HƒÄXÃLƒX��L‰$H‰D$è����넉émÿÿÿè����é[ýÿÿ$������t��$go.string."unsafe"���š
�� runtime.eqstring���Æ��go/types.Unsafe���ø��Btype.map[string]*go/types.Package���Ô
��4runtime.mapaccess1_faststr���À��Btype.map[string]*go/types.Package���œ
��4runtime.mapaccess1_faststr���´
��&go/types.NewPackage���ˆ��Btype.map[string]*go/types.Package���ä
��$runtime.mapassign1���˜��Btype.map[string]*go/types.Package���à
��runtime.makemap���”�6runtime.writeBarrierEnabled���ò��Btype.map[string]*go/types.Package���Î 
��$runtime.mapassign1���œ

��.runtime.writebarrierptr���¸

��0runtime.morestack_noctxt���`°��"".autotmp_0206��,type.*go/types.Package�"".autotmp_0205��type.string�"".autotmp_0203�O,type.*go/types.Package�"".autotmp_0202�?type.string�"".autotmp_0201��,type.*go/types.Package�"".autotmp_0200��type.string�"".autotmp_0198�type.string� "".pkg�_,type.*go/types.Package� "".~r2�P,type.*go/types.Package�"".name�0type.string�
"".id�type.string�"".p��type.*"".parser�&°U¯°ˆ¯°3�°�@´#=BL4SOX !��Lå>w'#�Tgclocals·c850c5a2fb77dc8d291a85b90724aa4c�Tgclocals·7ce3acc8ed0f2b1206426bdbf31411fc���\c:/go/src/go/internal/gcimporter/gcimporter.goþ<"".(*parser).parseExportedName�� ��‚eH‹ %(���H‹‰����HD$øH;A†˜��Hìˆ���1Û1ÛH‰œ$ ���H‰œ$¨���H‹œ$���H‰$è����H‹L$H‹D$H‹\$H‰œ$ ���H‹\$ H‰œ$¨���H‹œ$���H‰$H‰L$0H‰L$H‰D$8H‰D$1ÛH‰\$H‰\$ è����H‹D$(H‰„$˜���1íH9è…Ü���H‹\$0H‰\$`H‹\$8H‰\$h1ÛH‰\$PH‰\$XH\$PHƒû�„É���HÇD$x���HDŽ$€������H‰\$pH����H‰$H\$`H‰\$HÇD$����è����H‹L$H‹D$ H‹\$pH‰L$@H‰ H‰D$H€=�����uSH‰CH‹œ$���H‰$H����H‰\$HÇD$���H‹\$pH‰\$H‹\$xH‰\$ H‹œ$€���H‰\$(è����HÄˆ���ÃLCL‰$H‰D$è����띉é0ÿÿÿè����é?þÿÿ������Ž
��>"".(*parser).parseQualifiedName���¸
��&"".(*parser).getPkg���ˆ��type.string���À
��runtime.convT2E���„�6runtime.writeBarrierEnabled���¸��@go.string."%s package not found"��� 
��&"".(*parser).errorf���Ô
��.runtime.writebarrierptr���ð
��0runtime.morestack_noctxt���@��"".autotmp_0212�"type.interface {}�"".autotmp_0211�o(type.[1]interface {}�"".autotmp_0208�/&type.[]interface {}�"".autotmp_0207�Otype.string�
"".id�¯type.string�"".name� type.string� "".pkg�,type.*go/types.Package�"".p��type.*"".parser�&õ4�Ð�&ê:56Ü��FU„p'�Tgclocals·ee5c52fbe2eb2fda84d1a2ee1f84c3c6�Tgclocals·119e0c21c07a7dedc768397a8925d77f���\c:/go/src/go/internal/gcimporter/gcimporter.goþ6"".(*parser).parseBasicType�� 
��Œ
eH‹ %(���H‹‰����HD$¸H;A†]��HìÈ���1ÛH‰œ$Ø���H‰œ$à���H‹œ$Ð���H‰$ÇD$þÿÿÿè����H‹T$H‹L$H‹����H‰T$`H‰L$h1ÛH‰\$0H‰\$8H‰T$PH‰L$XH����H‰$H‹h H‰l$H‰”$ ���H‰T$H‰Œ$¨���H‰L$è����H‹\$ Hƒû�„±��H‹ H‹CH‰L$0H‰D$8H‰D$HH‰ËH‰L$@1íH9étH‹[H-����H9ë…o��H‰ÁHÇÀ���<�t/Hƒù�t%1ÛH‰ËH‹I(H‹k0H‰Œ$Ø���H‰¬$à���HÄÈ���Éë×H‹\$`H‰œ$���H‹\$hH‰œ$˜���1ÛH‰œ$€���H‰œ$ˆ���Hœ$€���Hƒû�„í���HDŽ$¸������HDŽ$À������H‰œ$°���H����H‰$Hœ$���H‰\$HÇD$����è����H‹L$H‹D$ H‹œ$°���H‰L$pH‰ H‰D$x€=�����ukH‰CH‹œ$Ð���H‰$H����H‰\$HÇD$���H‹œ$°���H‰\$H‹œ$¸���H‰\$ H‹œ$À���H‰\$(è����1ÛH‰œ$Ø���H‰œ$à���HÄÈ���ÃLCL‰$H‰D$è����녉é ÿÿÿ1É1Àé’þÿÿ‰éHþÿÿè����ézýÿÿ������š
��&"".(*parser).expect���¼��"go/types.Universe���Š��>type.map[string]go/types.Object���â
��4runtime.mapaccess1_faststr���à��.type.*go/types.TypeName���¶��type.string���ô
��runtime.convT2E���¾�6runtime.writeBarrierEnabled���ò��@go.string."not a basic type: %s"���æ
��&"".(*parser).errorf���¾ 
��.runtime.writebarrierptr���ú 
��0runtime.morestack_noctxt���0��"".autotmp_0221�¯"type.interface {}�"".autotmp_0220�(type.[1]interface {}�"".autotmp_0217�/&type.[]interface {}�"".autotmp_0216�otype.string�"".autotmp_0213�Otype.string� "".~r0�¯(type.go/types.Object� go/types.name·3�ïtype.string� "".obj�(type.go/types.Object�
"".id�Ïtype.string� "".~r0�$type.go/types.Type�"".p��type.*"".parser�(&š?��2†8#1/ý ��Ld‰y,2�Tgclocals·197df35d123b8543b316c6de2f24053a�Tgclocals·55f604624705d95e6b02f1725eb581a9���\c:/go/src/go/internal/gcimporter/gcimporter.goþ6"".(*parser).parseArrayType��À��¢eH‹ %(���H‹‰����HD$ðH;A†è��Hì���1ÛH‰œ$ ���H‰œ$¨���H‹œ$˜���H‰$ÇD$ýÿÿÿè����H‹\$H‰\$PH‹\$H‰\$XH‹œ$˜���H‰$ÇD$]���è����H‹œ$˜���H‰$è����H‹\$H‰œ$€���H‹\$H‰œ$ˆ���H‹\$PH‰$H‹\$XH‰\$HÇD$
���HÇD$@���è����H‹\$ H‰\$8H‹D$(H‹L$0H‰L$hH‰D$`Hƒø�t7H‰$H‰L$è����H\$H|$H‹ H‰H‹KH‰OH‹œ$˜���H‰$è����H‹œ$€���H‰\$pH‹œ$ˆ���H‰\$xH‹\$8H‰\$@H����H‰$è����H‹D$H‹l$@H‰(H‰D$HH‹l$pH‰hH‹l$x€=�����ucH‰hH‰D$HH‹����1íH9ètH‹\$HH‰œ$¨���H‰„$ ���HÄ���ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë´L@L‰$H‰l$è����H‹D$Hëˆè����éïýÿÿ"������š
��&"".(*parser).expect���ô
��&"".(*parser).expect���–
��,"".(*parser).parseType���ž
�� strconv.ParseInt���‚
��runtime.convI2E���Ô
��$"".(*parser).error���ª��&type.go/types.Array���¼
��"runtime.newobject���ˆ�6runtime.writeBarrierEnabled���®��Jgo.itab.*go/types.Array.go/types.Type���„��(type.*go/types.Array���š��$type.go/types.Type���²��Jgo.itab.*go/types.Array.go/types.Type���Æ
�� runtime.typ2Itab���ø
��.runtime.writebarrierptr���
��0runtime.morestack_noctxt���0 ��"".autotmp_0224�(type.*go/types.Array�"".autotmp_0223��(type.*go/types.Array�"".autotmp_0222��(type.*go/types.Array�go/types.len·3�Ÿtype.int64� go/types.elem·2�?$type.go/types.Type� "".err�_type.error�"".n�¯type.int64�"".elem�$type.go/types.Type� "".lit�type.string� "".~r0�$type.go/types.Type�"".p��type.*"".parser�& ˜Ÿ a� �*ž8-+C 7Ù��L-U…>�Tgclocals·dea2c01c674be151aeaf6fe41713b420�Tgclocals·97af6857a67469ca7db4666a935272b6���\c:/go/src/go/internal/gcimporter/gcimporter.goþ2"".(*parser).parseMapType�� ��’eH‹ %(���H‹‰����H;a†¥��Hƒìh1ÛH‰\$xH‰œ$€���H‹\$pH‰$H����H‰\$HÇD$���è����H‹\$pH‰$ÇD$[���è����H‹\$pH‰$è����H‹\$H‰\$8H‹\$H‰\$@H‹\$pH‰$ÇD$]���è����H‹\$pH‰$è����H‹L$H‹D$H‹\$8H‰\$(H‹\$@H‰\$0H‰L$XH‰L$HH‰D$`H‰D$PH����H‰$è����H‹D$H‰D$ H‹l$(H‰(H‹l$0€=�����…‘���H‰hH‹l$HH‰hH‹l$P€=�����u]H‰hH‰D$ H‹����1íH9ètH‹\$ H‰œ$€���H‰D$xHƒÄhÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ëºL@L‰$H‰l$è����H‹D$ ëŽL@L‰$H‰l$è����H‹D$ éWÿÿÿè����é7þÿÿ&������r��go.string."map"���˜
��4"".(*parser).expectKeyword���Ä
��&"".(*parser).expect���à
��,"".(*parser).parseType���´
��&"".(*parser).expect���Ð
��,"".(*parser).parseType���Â��"type.go/types.Map���Ô
��"runtime.newobject���Ž�6runtime.writeBarrierEnabled���Ì�6runtime.writeBarrierEnabled���ò��Fgo.itab.*go/types.Map.go/types.Type���¼��$type.*go/types.Map���Ò��$type.go/types.Type���ê��Fgo.itab.*go/types.Map.go/types.Type���þ
�� runtime.typ2Itab���°
��.runtime.writebarrierptr���â
��.runtime.writebarrierptr���€
��0runtime.morestack_noctxt���0Ð��"".autotmp_0229�$type.*go/types.Map�"".autotmp_0228��$type.*go/types.Map�"".autotmp_0227��$type.*go/types.Map� go/types.elem·3�?$type.go/types.Type�go/types.key·2�$type.go/types.Type�"".elem�$type.go/types.Type� "".key�_$type.go/types.Type� "".~r0�$type.go/types.Type�"".p��type.*"".parser�мÏÐu�Ð�&º-#"‰ ��KNP•2 �Tgclocals·dea2c01c674be151aeaf6fe41713b420�Tgclocals·3c18f2b0b55fa05d9b8c564aa6424332���\c:/go/src/go/internal/gcimporter/gcimporter.goþ,"".(*parser).parseName��€ ��þeH‹ %(���H‹‰����H;a†��HƒìPH‹D$X1Û1ÛH‰\$pH‰\$xHÇD$h����‹¨(��ƒýþuxH����H‰$H‹¨P��H‰l$H˜@��H|$H‹ H‰H‹KH‰Oè����H‹L$XH‹\$ H‹+H‰l$hHƒù�t&H‹©0��H‰l$pH‹©8��H‰l$xH‰ $è����HƒÄPÉëփý?uSH����H‰$H‹¨P��H‰l$H˜@��H|$H‹ H‰H‹KH‰Oè����H‹\$ H‹+H‰l$hH‹\$XH‰$è����럃ý@…´���1ÛH‰\$0H‰\$8H‰$è����H‹L$H‹D$H‹\$H‰\$pH‹\$ H‰\$x€|$`�„XÿÿÿH‹\$XH‰$H‰L$0H‰L$H‰D$8H‰D$1ÛH‰\$H‰\$ è����H‹D$(H‰D$h1íH9è…ÿÿÿH‹\$0H‰$H‹\$8H‰\$1ÛH‰\$H‰\$è����H‹\$ H‰\$héâþÿÿH����H‰\$@HÇD$H ���H����H‰$H\$@H‰\$HÇD$����è����H\$H|$H‹ H‰H‹KH‰OH‹\$XH‰$è����éþÿÿè����éÁýÿÿ��������Btype.map[string]*go/types.Package���î
��4runtime.mapaccess1_faststr���à
��""".(*parser).next���Š��Btype.map[string]*go/types.Package���è
��4runtime.mapaccess1_faststr���ž
��""".(*parser).next���Þ
��>"".(*parser).parseQualifiedName���Œ
��&"".(*parser).getPkg���þ
��&go/types.NewPackage���ª��2go.string."name expected"���Ô��type.string���Œ
��runtime.convT2E���Ø
��$"".(*parser).error���ì
��0runtime.morestack_noctxt���P ��"".autotmp_0234�type.string�"".autotmp_0233��,type.*go/types.Package�
"".id�?type.string�"".name�0type.string� "".pkg� ,type.*go/types.Package�""".materializePkg�type.bool�"".p��type.*"".parser� šŸ ‡�À�`à:H ()C   ' 3. ^1 �&�v9D W9G;�Tgclocals·d14d3b7cd4e8276117dbcd40b3a5fb3f�Tgclocals·54275a90d2175db88f56a67787ac89eb���\c:/go/src/go/internal/gcimporter/gcimporter.goþ"".deref��À��ºH‹T$H‹L$1ÛH‰Ó1íH9êtH‹[H-����H9ëu3H‰È1íH9èt1ÛHƒø�tH‹H‹hH‰L$H‰l$ É�ëêH‰T$H‰L$ Ã1ÀëÌ:��,type.*go/types.Pointer���@��� "".~r1� $type.go/types.Type� "".typ��$type.go/types.Type�`�`�˜ $ ��Tgclocals·0ebb2d1da58c1b4224bf5a7b370d7578�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���\c:/go/src/go/internal/gcimporter/gcimporter.goþ."".(*parser).parseField��€��øeH‹ %(���H‹‰����H„$ðþÿÿH;A†Ð��Hì��1ÀH‰„$p��H‰„$x��H‰„$€��H‰„$ˆ��1ÛH‰œ$¨��H‰œ$°��H‹œ$˜��H‰$ÆD$è����H‹\$H‰\$HH‹\$H‰œ$��H‹\$ H‰œ$��H‹œ$˜��H‰$è����H‹\$H‰œ$¸���H‹\$H‰œ$À���ÆD$7�H‹œ$��Hƒû�…(��H‹Œ$¸���H‹”$À���H‰”$Ð���1ÛH‰ËH‰Œ$È���1íH9étH‹[H-����H9ë…Ò��H‰Ð1íH9脼��1ÛHƒø�„©��H‹H‹@H‰L$hH‰D$pH‰L$XH‰D$`H‰Œ$8��H‰ $H‰„$@��H‰D$è����H‹¼$8��H‹´$@��‹T$úX Áâ…ƒ��H‰û1íH9ïtH‹[H-����H9ë…)��H‰ñHÇÀ���<�„S��HÇD$H����1ÛH‰ËHƒù�„4��H‹IH‹kH‰Œ$ˆ���H‰Œ$��H‰¬$���H‰¬$��ÆD$71ÛH‰œ$Ø���H‰œ$à���H‹¬$˜��‹(��ƒûú…��H‹œ$˜��H‰$ÇD$úÿÿÿè����H‹L$H‹D$1ÛH‰œ$��H‰œ$ ��H‰Œ$è���H‰ $H‰„$ð���H‰D$è����H‹\$H‰œ$Ø���H‹\$H‰œ$à���H‹D$ H‹\$(H‰œ$ ��H‰„$��Hƒø�„u��H‹œ$è���H‰œ$H��H‹œ$ð���H‰œ$P��1ÛH‰œ$p��H‰œ$x��H‰œ$€��H‰œ$ˆ��Hœ$p��Hƒû�„ò��HDŽ$`�����HDŽ$h�����H‰œ$X��H����H‰$Hœ$H��H‰\$HÇD$����è����H‹L$H‹D$ H‹œ$X��H‰Œ$(��H‰ H‰„$0��€=�����…c��H‰CH‹œ$��H‰$H‹œ$ ��H‰\$è����H‹L$H‹D$H‹œ$X��HƒÃH‰Œ$(��H‰ H‰„$0��€=�����…ô��H‰CH‹œ$˜��H‰$H����H‰\$HÇD$���H‹œ$X��H‰\$H‹œ$`��H‰\$ H‹œ$h��H‰\$(è����HÇD$8����H‹\$HH‰\$@H‹œ$��H‰œ$ø���H‹œ$��H‰œ$���H‹œ$¸���H‰œ$˜���H‹œ$À���H‰œ$ ���¶\$7ˆ\$6H����H‰$è����H‹|$H‰ùHƒÿ�„��1ÀHƒÇðè����1íH‰)H‹l$8H‰iH‰L$PH‹l$@€=�����…Ò���H‰iH‹¬$���H‰i H‹¬$ø���€=�����…‘���H‰iH‹¬$˜���H‰i(H‹¬$ ���€=�����uWH‰i0ÇA8����HÇA@����¶l$6@ˆiHHÇÅ���@ˆiJH‰Œ$ ��H‹œ$Ø���H‰œ$¨��H‹œ$à���H‰œ$°��HÄ��ÃLA0L‰$H‰l$è����H‹L$Pë”LAL‰$H‰l$è����H‹L$PéWÿÿÿLAL‰$H‰l$è����H‹L$Péÿÿÿ‰éÛþÿÿLCL‰$H‰D$è����éùýÿÿLCL‰$H‰D$è����éŠýÿÿ‰éýÿÿ‰éÅûÿÿúúҎúugH‰û1íH9ïtH‹[H-����H9ë…•���H‰ðHÇÁ���€ù�t:H‹(Hƒý�t,1ÛH‹MH‹m H‰L$xH‰Œ$��H‰¬$€���H‰¬$��éƒûÿÿ‰E�ëÏH‰¼$¨���H‰´$°���H‹œ$˜��H‰$H����H‰\$HÇD$���1ÛH‰\$H‰\$ H‰\$(è����é2ûÿÿ1À1Éélÿÿÿ1É1ÀéØúÿÿ‰�éPúÿÿH‰ÐéYúÿÿ1Àé*úÿÿè����éùÿÿ<������Þ
��,"".(*parser).parseName���È
��,"".(*parser).parseType���˜��,type.*go/types.Pointer���Ð
��$runtime.ifacethash���º��(type.*go/types.Basic���þ
��&"".(*parser).expect���ò 
��strconv.Unquote���ä ��type.string���¢ 
��runtime.convT2E���ø �6runtime.writeBarrierEnabled���Ê
��runtime.convI2E���¨�6runtime.writeBarrierEnabled���ä��Jgo.string."invalid struct tag %s: %s"���Ø
��&"".(*parser).errorf���ž��"type.go/types.Var���°
��"runtime.newobject���ê
Ü� runtime.duffzero���¦�6runtime.writeBarrierEnabled���ð�6runtime.writeBarrierEnabled���º�6runtime.writeBarrierEnabled���’
��.runtime.writebarrierptr���Ä
��.runtime.writebarrierptr���ü
��.runtime.writebarrierptr���Â
��.runtime.writebarrierptr���ð
��.runtime.writebarrierptr���Ð��(type.*go/types.Named���º��Hgo.string."anonymous field expected"���‚
��&"".(*parser).errorf���æ
��0runtime.morestack_noctxt���@ ��<"".autotmp_0250�ÿ$type.*go/types.Var�"".autotmp_0249��$type.*go/types.Var�"".autotmp_0248��"type.interface {}�"".autotmp_0247�Ï"type.interface {}�"".autotmp_0246�?(type.[2]interface {}�"".autotmp_0243�o&type.[]interface {}�"".autotmp_0240��$type.go/types.Type�"".autotmp_0239�¯$type.go/types.Type�"".autotmp_0238�type.string�*go/types.anonymous·6�³type.bool�go/types.typ·5�ï$type.go/types.Type� go/types.name·4�¯type.string�go/types.pkg·3�Ÿ,type.*go/types.Package�go/types.pos·2�¯"type.go/token.Pos� "".~r0�¯type.string� "".~r0�type.string� "".~r0�Ï$type.go/types.Type� "".~r1�ï$type.go/types.Type� "".typ�$type.go/types.Type� "".err�ïtype.error�"".s�Ïtype.string� "".tag�ïtype.string� "".typ�Ï$type.go/types.Type�"".anonymous�±type.bool� "".typ�¯$type.go/types.Type�"".name�type.string� "".pkg�,type.*go/types.Package� "".~r1� type.string� "".~r0�$type.*go/types.Var�"".p��type.*"".parser�) Ñ
Ÿ …�€�zª]:+ã 7 #Jõ£55
07( �N�n5Ä×:ØT‡lñ#É@�Tgclocals·7f5bd2576cec9eeeb03bbb8d2b57ab2d�Tgclocals·060868f693a23e387f4a2095b97f660d���\c:/go/src/go/internal/gcimporter/gcimporter.goþ8"".(*parser).parseStructType�� ��žeH‹ %(���H‹‰����HD$èH;A†¦��Hì˜���1ÛH‰œ$¨���H‰œ$°���1ÛH‰œ$€���H‰œ$ˆ���H‰œ$���1ÛH‰\$hH‰\$pH‰\$xH‹œ$ ���H‰$H����H‰\$HÇD$���è����H‹œ$ ���H‰$ÇD${���è����1ÀH‹¬$ ���‹(��ƒû}„{��H‹¬$ ���‹(��ƒûÿ„d��H‰D$@Hƒø�~H‹œ$ ���H‰$ÇD$;���è����H‹œ$ ���H‰$è����H‹D$hH‹\$H‰\$HH‹\$H‰\$XH‹\$H‰\$`H‹\$`Hƒû�tCHƒø�u=H����H‰$H‹\$@H‰\$H‹\$@H‰\$è����H‹D$H‹\$ H‰\$pH‹\$(H‰\$xH‰D$hHƒø�tLH‰ÁH‹D$pH‹T$xH‰ÃHÿÃH9Ó‡Ù��H‰\$pH‰ËH‰ÅHkíHëH‹l$`H‰kH‹l$X€=�����…™��H‰+H‹Œ$€���H‹„$ˆ���H‹”$���H‰ÃHÿÃH9Ó‡��H‰œ$ˆ���HÁH‹l$H€=�����…è���H‰+H‹D$@HÿÀH‹¬$ ���‹(��ƒû}……þÿÿH‹œ$ ���H‰$ÇD$}���è����H‹œ$€���H‰$H‹œ$ˆ���H‰\$H‹œ$���H‰\$H‹\$hH‰\$H‹\$pH‰\$ H‹\$xH‰\$(è����H‹\$0H‰\$PH‹����1íH9ètH‹\$PH‰œ$°���H‰„$¨���HÄ˜���ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë´H‰$H‰l$è����éÿÿÿH-����H‰,$H‰L$H‰D$H‰T$H‰\$ è����H‹L$(H‹D$0H‹T$8H‰ÃHÿÃH‰œ$ˆ���H‰”$���H‰Œ$€���é™þÿÿH‰$H‰l$è����éWþÿÿH-����H‰,$H‰L$H‰D$H‰T$H‰\$ è����H‹L$(H‹D$0H‹T$8H‰ÃHÿÃH‰\$pH‰T$xH‰L$héßýÿÿè����é1üÿÿ0������ä��$go.string."struct"���Š
��4"".(*parser).expectKeyword���¼
��&"".(*parser).expect���ä
��&"".(*parser).expect���†
��."".(*parser).parseField���ü��type.[]string���¶
��"runtime.makeslice���‚�6runtime.writeBarrierEnabled���’�6runtime.writeBarrierEnabled���– 
��&"".(*parser).expect���¨

��$go/types.NewStruct���Ê
��Lgo.itab.*go/types.Struct.go/types.Type���  ��*type.*go/types.Struct���¶ ��$type.go/types.Type���Î ��Lgo.itab.*go/types.Struct.go/types.Type���â 
�� runtime.typ2Itab���Œ 
��.runtime.writebarrierptr���¤ ��(type.[]*go/types.Var���Þ 
��"runtime.growslice���Þ 
��.runtime.writebarrierptr���ö ��type.[]string���°
��"runtime.growslice���Œ
��0runtime.morestack_noctxt���0°��"".autotmp_0252�*type.*go/types.Struct� "".tag�type.string� "".fld�Ÿ$type.*go/types.Var�"".i�¯type.int�"".tags�_type.[]string�"".fields�/(type.[]*go/types.Var� "".~r0�$type.go/types.Type�"".p��type.*"".parser�&°¦¯°ƒ�Ð�fê8&0 4= LH­VM �0�„ÖðI]
)@)9�Tgclocals·5a3b3335c77530719461673acf642aae�Tgclocals·85b368d1d82ecb056de3f2990d4ddbd1���\c:/go/src/go/internal/gcimporter/gcimporter.goþ6"".(*parser).parseParameter��€ ��ü eH‹ %(���H‹‰����HD$èH;A†��Hì˜���Ƅ$°����H‹œ$ ���H‰$ÆD$�è����H‹L$H‹D$ H‰L$xH‰ $H‰„$€���H‰D$H����H‰\$HÇD$���è����H‹Œ$ ���H‹D$ Hƒø�|H‹¬$€���H9臋��H‰„$€���‹™(��ƒû.u.H‰ $H����H‰\$HÇD$���è����H‹Œ$ ���Ƅ$°���H‰ $è����H‹D$H‰D$XH‹L$H‰L$`€¼$°����ttH‰„$ˆ���H‰Œ$���H����H‰$è����H‹D$H‰D$@H‹¬$ˆ���H‰(H‹¬$���€=�����…½��H‰hH‰D$@H‹����1íH9è„p��H‹L$@H‰L$`H‰D$XH‹¬$ ���‹(��ƒûúuH‹œ$ ���H‰$è����H‹D$XH‹L$`HÇD$(����HÇD$0����H‹\$xH‰\$hH‹œ$€���H‰\$pH‰D$HH‰L$PH����H‰$è����H‹L$H‰ÏHƒù�„×���1ÀHƒÇðè����1íH‰)H‹l$(H‰iH‰L$8H‹l$0€=�����…‹���H‰iH‹l$pH‰i H‹l$h€=�����uWH‰iH‹l$HH‰i(H‹l$P€=�����u#H‰i0ÇA8����HÇA@����H‰Œ$¨���HÄ˜���ÃLA0L‰$H‰l$è����H‹L$8ëÈLAL‰$H‰l$è����H‹L$8ë”LAL‰$H‰l$è����H‹L$8é]ÿÿÿ‰é"ÿÿÿH����H‰$H����H‰\$H����H‰\$è����H‹D$é^þÿÿL@L‰$H‰l$è����H‹D$@é+þÿÿè���� è����éÂüÿÿ8������€
��,"".(*parser).parseName���Î��go.string."·"���ô
��strings.Index���ø��go.string."..."���ž
��4"".(*parser).expectSpecial���Ð
��,"".(*parser).parseType���º��&type.go/types.Slice���Ì
��"runtime.newobject���’�6runtime.writeBarrierEnabled���À��Jgo.itab.*go/types.Slice.go/types.Type���¼
��""".(*parser).next���Ä��"type.go/types.Var���Ö
��"runtime.newobject���
Ü� runtime.duffzero���Ì�6runtime.writeBarrierEnabled���Š �6runtime.writeBarrierEnabled���À �6runtime.writeBarrierEnabled���°

��.runtime.writebarrierptr���â

��.runtime.writebarrierptr���” 
��.runtime.writebarrierptr���Ä ��(type.*go/types.Slice���Ú ��$type.go/types.Type���ò ��Jgo.itab.*go/types.Slice.go/types.Type���† 
�� runtime.typ2Itab���¾ 
��.runtime.writebarrierptr���Ü 
��$runtime.panicslice���ê 
��0runtime.morestack_noctxt���0°��"".autotmp_0266�¿$type.*go/types.Var�"".autotmp_0265��$type.*go/types.Var�"".autotmp_0263�¯(type.*go/types.Slice�"".autotmp_0262��(type.*go/types.Slice�"".autotmp_0261��(type.*go/types.Slice�go/types.typ·5�Ÿ$type.go/types.Type� go/types.name·4�_type.string�go/types.pkg·3�Ï,type.*go/types.Package�go/types.pos·2�ß"type.go/token.Pos� go/types.elem·2�$type.go/types.Type� "".typ�$type.go/types.Type�"".name�?type.string�"".isVariadic� type.bool� "".par�$type.*go/types.Var�"".p��type.*"".parser�&°ã¯°¶�À�fž. C &
t¿òñòñ< N �2�?:¬xM­9+�Tgclocals·2785978c7e4962a50f517fd60be50afc�Tgclocals·0a74129b9cce3d617d9a6451c8cf5b0f���\c:/go/src/go/internal/gcimporter/gcimporter.goþ8"".(*parser).parseParameters��À��¶eH‹ %(���H‹‰����H;a†÷��Hƒì`1ÛƄ$ˆ����1ÛH‰\$pH‰\$xH‰œ$€���H‹\$hH‰$ÇD$(���è����H‹l$h‹(��ƒû)„(��H‹l$h‹(��ƒûÿ„��H‹\$xHƒû�Žƒ��H‹\$hH‰$ÇD$,���è����H‹\$hH‰$è����H‹\$H‰\$H¶\$ˆ\$GH‹L$pH‹D$xH‹”$€���H‰ÃHÿÃH9Ó‡Û���H‰\$xHÁH‹l$H€=�����…­���H‰+€|$G�„Hÿÿÿ€¼$ˆ����t^H����H‰\$PHÇD$X���H����H‰$H\$PH‰\$HÇD$����è����H\$H|$H‹ H‰H‹KH‰OH‹\$hH‰$è����Ƅ$ˆ���H‹l$h‹(��ƒû)…ØþÿÿH‹\$hH‰$ÇD$)���è����HƒÄ`ÃH‰$H‰l$è����éCÿÿÿH-����H‰,$H‰L$H‰D$H‰T$H‰\$ è����H‹L$(H‹D$0H‹T$8H‰ÃHÿÃH‰\$xH‰”$€���H‰L$péÚþÿÿéŽþÿÿè����éåýÿÿ������œ
��&"".(*parser).expect���¶
��&"".(*parser).expect���Ò
��6"".(*parser).parseParameter���â�6runtime.writeBarrierEnabled���®��Jgo.string."... not on final argument"���Ø��type.string���
��runtime.convT2E���Ü
��$"".(*parser).error�����&"".(*parser).expect���æ
��.runtime.writebarrierptr���þ��(type.[]*go/types.Var���¸
��"runtime.growslice���¤
��0runtime.morestack_noctxt���PÀ�� "".autotmp_0269�type.string�"".variadic�1type.bool� "".par�/$type.*go/types.Var�"".isVariadic�@type.bool�"".list�(type.[]*go/types.Var�"".p��type.*"".parser�ÀŠ¿Àw� �PÒ<(!? 
^P ��MúX<E�Tgclocals·dbcd96a2f30f3b8ae83c5f4a587bc9ea�Tgclocals·aa938a00a76244d54cd3d039c66f536d���\c:/go/src/go/internal/gcimporter/gcimporter.goþ6"".(*parser).parseSignature��à��ÐeH‹ %(���H‹‰����H;a†„��HƒìxH‹œ$€���H‰$è����H‹„$€���H‹\$H‰\$`H‹\$H‰\$hH‹\$H‰\$p¶\$ ˆ\$/1ÛH‰\$HH‰\$PH‰\$X‹˜(��ƒû(…’���H‰$è����H‹\$H‰\$HH‹\$H‰\$PH‹\$H‰\$X¶\$ €û�taH����H‰\$8HÇD$@ ���H����H‰$H\$8H‰\$HÇD$����è����H\$H|$H‹ H‰H‹KH‰OH‹œ$€���H‰$è����H‹\$`H‰$H‹\$hH‰\$H‹\$pH‰\$è����H‹\$H‰\$0H‹\$HH‰$H‹\$PH‰\$H‹\$XH‰\$è����H‹D$H‹œ$ˆ���H‰$H‹\$0H‰\$H‰D$¶\$/ˆ\$è����H‹\$ H‰œ$���HƒÄxÃè����éXþÿÿ������V
��8"".(*parser).parseParameters���†
��8"".(*parser).parseParameters���ä��Xgo.string."... not permitted on result type"���Ž��type.string���Æ
��runtime.convT2E���˜
��$"".(*parser).error���Ü
��"go/types.NewTuple���´
��"go/types.NewTuple���
��*go/types.NewSignature���¾
��0runtime.morestack_noctxt���0ð��"".autotmp_0274�(type.*go/types.Tuple�"".autotmp_0273�type.string�"".results�_(type.[]*go/types.Var�"".isVariadic�‘type.bool�"".params�/(type.[]*go/types.Var� "".~r1� 0type.*go/types.Signature�"".recv�$type.*go/types.Var�"".p��type.*"".parser�ðÿïð�°�*€ @,aŽ��*X`K,.)�Tgclocals·aa52d274abdec77c8c6f0039727529fb�Tgclocals·f61b6e3cc489ec783ed0512c378ca215���\c:/go/src/go/internal/gcimporter/gcimporter.goþ>"".(*parser).parseInterfaceType��à��àeH‹ %(���H‹‰����HD$ÀH;A†G��HìÀ���1ÛH‰œ$Ð���H‰œ$Ø���1ÛH‰œ$¨���H‰œ$°���H‰œ$¸���H‹œ$È���H‰$H����H‰\$HÇD$ ���è����H‹œ$È���H‰$ÇD${���è����1ÀH‹¬$È���‹(��ƒû}„��H‹¬$È���‹(��ƒûÿ„ï��H‰D$HHƒø�~H‹œ$È���H‰$ÇD$;���è����H‹œ$È���H‰$ÆD$è����H‹\$H‰\$XH‹\$H‰œ$˜���H‹\$ H‰œ$ ���H‹œ$È���H‰$HÇD$����è����H‹D$HÇD$@����H‹\$XH‰\$PH‹œ$˜���H‰œ$ˆ���H‹œ$ ���H‰œ$���1ÛH‰\$xH‰œ$€���1íH9èt)H‰D$pH‹����1íH9è„–��H‹\$pH‰œ$€���H‰D$xH����H‰$è����H‹D$1íH‰(H‹l$@H‰hH‰D$`H‹l$P€=�����….��H‰hH‹¬$���H‰h H‹¬$ˆ���€=�����…í��H‰hH‹l$xH‰h(H‹¬$€���€=�����…¯��H‰h0Ç@8����HÇ@@����H‰D$`H‹Œ$¨���H‹„$°���H‹”$¸���H‰ÃHÿÃH9Ó‡��H‰œ$°���HÁH‹l$`€=�����…é���H‰+H‹D$HHÿÀH‹¬$È���‹(��ƒû}…úýÿÿH‹œ$È���H‰$ÇD$}���è����H‹œ$¨���H‰$H‹œ$°���H‰\$H‹œ$¸���H‰\$1ÛH‰\$H‰\$ H‰\$(è����H‹\$0H‰$è����H‹\$H‰\$hH‹����1íH9ètH‹\$hH‰œ$Ø���H‰„$Ð���HÄÀ���ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë´H‰$H‰l$è����éÿÿÿH-����H‰,$H‰L$H‰D$H‰T$H‰\$ è����H‹L$(H‹D$0H‹T$8H‰ÃHÿÃH‰œ$°���H‰”$¸���H‰Œ$¨���é˜þÿÿL@0L‰$H‰l$è����H‹D$`é9þÿÿL@L‰$H‰l$è����H‹D$`éûýÿÿL@L‰$H‰l$è����H‹D$`éºýÿÿH����H‰$H����H‰\$H����H‰\$è����H‹D$é8ýÿÿè����éûÿÿB������Â��*go.string."interface"���è
��4"".(*parser).expectKeyword���š
��&"".(*parser).expect���Â
��&"".(*parser).expect���î
��,"".(*parser).parseName���ê
��6"".(*parser).parseSignature���ž��Rgo.itab.*go/types.Signature.go/types.Type���æ��$type.go/types.Func���ø
��"runtime.newobject���¾�6runtime.writeBarrierEnabled���ˆ�6runtime.writeBarrierEnabled���Ì�6runtime.writeBarrierEnabled���†
�6runtime.writeBarrierEnabled���Š 
��&"".(*parser).expect���‚ 
��*go/types.NewInterface���ž 
��<go/types.(*Interface).Complete���À ��Rgo.itab.*go/types.Interface.go/types.Type���– ��0type.*go/types.Interface���¬ ��$type.go/types.Type���Ä ��Rgo.itab.*go/types.Interface.go/types.Type���Ø 
�� runtime.typ2Itab���‚
��.runtime.writebarrierptr���š��*type.[]*go/types.Func���Ô
��"runtime.growslice���Ü
��.runtime.writebarrierptr���”
��.runtime.writebarrierptr���Ì
��.runtime.writebarrierptr���î��0type.*go/types.Signature���„��$type.go/types.Type���œ��Rgo.itab.*go/types.Signature.go/types.Type���°
�� runtime.typ2Itab���Î
��0runtime.morestack_noctxt���0€��""".autotmp_0285��type.*uint8�"".autotmp_0284��&type.*go/types.Func�"".autotmp_0283�¿&type.*go/types.Func�"".autotmp_0282��&type.*go/types.Func�"".autotmp_0280��0type.*go/types.Interface�"".autotmp_0279�¯0type.*go/types.Interface�"".autotmp_0277�Ÿ0type.*go/types.Signature�go/types.typ·6�$type.go/types.Type� go/types.name·4�otype.string�go/types.pkg·3�ß,type.*go/types.Package�go/types.pos·2�ÿ"type.go/token.Pos�"".name�Otype.string� "".pkg�Ï,type.*go/types.Package�"".i�ïtype.int�"".methods�/*type.[]*go/types.Func� "".~r0�$type.go/types.Type�"".p��type.*"".parser�&€¡ÿ€¨�ð�d° 8&0 :÷ÚÙM ®   mÚÙj
�<�sÁ‡‰<k)D2�Tgclocals·55efd81f5270628e013a8450ae15bc0a�Tgclocals·c11f1ff893482b4877bccb6681cfe710���\c:/go/src/go/internal/gcimporter/gcimporter.goþ4"".(*parser).parseChanType��À��¸eH‹ %(���H‹‰����H;a†¸��HƒìXH‹D$`1ÛH‰\$hH‰\$pHÇD$(����‹˜(��ƒûþ…<��H‰$H����H‰\$HÇD$���è����H‹l$`‹(��ƒû<u,H‹\$`H‰$H����H‰\$HÇD$���è����HÇD$(���H‹\$`H‰$è����H‹L$H‹D$H‹\$(H‰\$ H‰L$HH‰L$8H‰D$PH‰D$@H����H‰$è����H‹D$H‹l$ H‰(H‰D$0H‹l$8H‰hH‹l$@€=�����uZH‰hH‰D$0H‹����1íH9ètH‹\$0H‰\$pH‰D$hHƒÄXÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë½L@L‰$H‰l$è����H‹D$0ë‘H‰$H����H‰\$HÇD$���è����H‹\$`H‰$H����H‰\$HÇD$���è����HÇD$(���éÏþÿÿè����é$þÿÿ(������œ�� go.string."chan"���Â
��4"".(*parser).expectKeyword���‚��go.string."<-"���¨
��4"".(*parser).expectSpecial���Ö
��,"".(*parser).parseType���´��$type.go/types.Chan���Æ
��"runtime.newobject���’�6runtime.writeBarrierEnabled���¸��Hgo.itab.*go/types.Chan.go/types.Type���ü��&type.*go/types.Chan���’��$type.go/types.Type���ª��Hgo.itab.*go/types.Chan.go/types.Type���¾
�� runtime.typ2Itab���ð
��.runtime.writebarrierptr���”��go.string."<-"���º
��4"".(*parser).expectSpecial���Ú�� go.string."chan"���€
��4"".(*parser).expectKeyword���¦
��0runtime.morestack_noctxt���0°��"".autotmp_0293�O&type.*go/types.Chan�"".autotmp_0292��&type.*go/types.Chan�"".autotmp_0291��&type.*go/types.Chan� go/types.elem·3�?$type.go/types.Type�go/types.dir·2�o*type.go/types.ChanDir�"".elem�$type.go/types.Type� "".dir�_*type.go/types.ChanDir� "".~r0�$type.go/types.Type�"".p��type.*"".parser�°œ¯°¥�à�>Ü / # Ê # ��`‚|>D�Tgclocals·cb395d89503762333b1bfb09ba74eb12�Tgclocals·224c066661476ee90d4178fff75bb75d���\c:/go/src/go/internal/gcimporter/gcimporter.goþ,"".(*parser).parseType��À#��ª#eH‹ %(���H‹‰����HD$H;A†¬��Hìð���H‹Œ$ø���1ÛH‰œ$���H‰œ$��‹©(��ƒý*³��ƒýþ…e��H‹‘0��H‰”$˜���H‹8��Hƒø|\Hƒø…i��H‰$H‰„$ ���H‰D$H-����H‰l$HÇD$���è����H‹”$˜���H‹„$ ���H‹Œ$ø���H‹\$ Hƒû���HƒøuxH‰$H‰„$ ���H‰D$H-����H‰l$HÇD$���è����H‹”$˜���H‹„$ ���H‹Œ$ø���¶\$ €û�t+H‰ $è����H‹L$H‹D$H‰Œ$���H‰„$��HÄð���ÃH‰„$ ���Hƒøu`H‰$H‰D$H-����H‰l$HÇD$���è����H‹Œ$ø���¶\$ €û�t+H‰ $è����H‹L$H‹D$H‰Œ$���H‰„$��HÄð���ÃH‰ $è����H‹L$H‹D$H‰Œ$���H‰„$��HÄð���ÃHƒø…Ø���H‰$H‰„$ ���H‰D$H-����H‰l$HÇD$���è����H‹”$˜���H‹„$ ���H‹Œ$ø���¶\$ €û�„‡���H‰ $è����H‹œ$ø���H‰$HÇD$����è����H‹\$H‰\$@H‹����1íH9ètH‹\$@H‰œ$��H‰„$���HÄð���ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë´HƒøuxH‰$H‰„$ ���H‰D$H-����H‰l$HÇD$���è����H‹”$˜���H‹„$ ���H‹Œ$ø���¶\$ €û�t+H‰ $è����H‹L$H‹D$H‰Œ$���H‰„$��HÄð���ÃH‰„$ ���Hƒø …cþÿÿH‰$H‰D$H-����H‰l$HÇD$ ���è����H‹Œ$ø���¶\$ €û�„*þÿÿH‰ $è����H‹L$H‹D$H‰Œ$���H‰„$��HÄð���Ãý(uiH‰ $è����H‹œ$ø���H‰$è����H‹\$H‰\$HH‹\$H‰\$PH‹œ$ø���H‰$ÇD$)���è����H‹\$HH‰œ$���H‹\$PH‰œ$��HÄð���Ãý*…à���H‰ $è����H‹œ$ø���H‰$è����H‹L$H‹D$H‰L$xH‰„$€���H����H‰$è����H‹D$H‰D$0H‹l$xH‰(H‹¬$€���€=�����ucH‰hH‰D$0H‹����1íH9ètH‹\$0H‰œ$��H‰„$���HÄð���ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë´L@L‰$H‰l$è����H‹D$0눋©(��‰,$è����H‹\$H‰œ$¨���H‹\$H‰œ$°���1ÛH‰œ$Ð���H‰œ$Ø���H‰œ$à���H‰œ$è���Hœ$Ð���Hƒû�„‹��HDŽ$À������HDŽ$È������H‰œ$¸���H����H‰$Hœ$¨���H‰\$HÇD$����è����H‹L$H‹D$ H‹œ$¸���H‰Œ$ˆ���H‰ H‰„$���€=�����…ü���H‰CH����H‰$H‹œ$ø���H‰\$Hƒ|$�„È���HD$0��HÇD$����è����H‹L$H‹D$ H‹œ$¸���HƒÃH‰Œ$ˆ���H‰ H‰„$���€=�����ukH‰CH‹œ$ø���H‰$H����H‰\$HÇD$���H‹œ$¸���H‰\$H‹œ$À���H‰\$ H‹œ$È���H‰\$(è����1ÛH‰œ$���H‰œ$��HÄð���ÃLCL‰$H‰D$è����녉%����é,ÿÿÿLCL‰$H‰D$è����éñþÿÿ‰énþÿÿƒý<u+H‰ $è����H‹L$H‹D$H‰Œ$���H‰„$��HÄð���Ãý@ufH‰ $è����H‹D$H‹T$H‹L$H‰$H‰T$XH‰T$H‰L$`H‰L$è����H‹D$Hƒø�t"1ÛH‹H(H‹h0H‰Œ$���H‰¬$��HÄð���É�ëڃý[…nýÿÿH‰ $è����H‹„$ø���‹˜(��ƒû]…Ú���H‰$è����H‹œ$ø���H‰$è����H‹L$H‹D$H‰L$hH‰D$pH����H‰$è����H‹D$H‰D$8H‹l$hH‰(H‹l$p€=�����ucH‰hH‰D$8H‹����1íH9ètH‹\$8H‰œ$��H‰„$���HÄð���ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë´L@L‰$H‰l$è����H‹D$8ëˆH‰$è����H‹L$H‹D$H‰Œ$���H‰„$��HÄð���Ãè����é+÷ÿÿ†������¤�� go.string."chan"���Ê
��"runtime.cmpstring���Ô��go.string."map"���ú
�� runtime.eqstring���Ð
��2"".(*parser).parseMapType���Ð�� go.string."chan"���ö
�� runtime.eqstring���¬
��4"".(*parser).parseChanType���‚
��6"".(*parser).parseBasicType���Š�� go.string."func"���°
�� runtime.eqstring���Ž 
��""".(*parser).next��� 
��6"".(*parser).parseSignature���ä ��Rgo.itab.*go/types.Signature.go/types.Type���º
��0type.*go/types.Signature���Ð
��$type.go/types.Type���è
��Rgo.itab.*go/types.Signature.go/types.Type���ü

�� runtime.typ2Itab���Æ ��$go.string."struct"���ì 
�� runtime.eqstring��� 
��8"".(*parser).parseStructType���Ê ��*go.string."interface"���ð 
�� runtime.eqstring���®
��>"".(*parser).parseInterfaceType���Ž
��""".(*parser).next���°
��,"".(*parser).parseType���Š
��&"".(*parser).expect���ò
��""".(*parser).next���”
��,"".(*parser).parseType���Ð��*type.go/types.Pointer���â
��"runtime.newobject���¢�6runtime.writeBarrierEnabled���È��Ngo.itab.*go/types.Pointer.go/types.Type���ž��,type.*go/types.Pointer���´��$type.go/types.Type���Ì��Ngo.itab.*go/types.Pointer.go/types.Type���à
�� runtime.typ2Itab���’
��.runtime.writebarrierptr���¼
��0text/scanner.TokenString���¦��type.string���ä
��runtime.convT2E���º�6runtime.writeBarrierEnabled���Þ��type.string���Æ
��runtime.convT2E���¤�6runtime.writeBarrierEnabled���Ø��Lgo.string."expected type, got %s (%q)"���Ì
��&"".(*parser).errorf���¤
��.runtime.writebarrierptr���ä
��.runtime.writebarrierptr���˜
��4"".(*parser).parseChanType���ø
��<"".(*parser).parseExportedName���Ð
��"".declTypeName���Ö
��""".(*parser).next���–
��""".(*parser).next���¸
��,"".(*parser).parseType���î��&type.go/types.Slice���€ 
��"runtime.newobject���º �6runtime.writeBarrierEnabled���à ��Jgo.itab.*go/types.Slice.go/types.Type���¶!��(type.*go/types.Slice���Ì!��$type.go/types.Type���ä!��Jgo.itab.*go/types.Slice.go/types.Type���ø!
�� runtime.typ2Itab���ª"
��.runtime.writebarrierptr���Ê"
��6"".(*parser).parseArrayType���˜#
��0runtime.morestack_noctxt���0à��:"".autotmp_0324��"type.interface {}�"".autotmp_0323�Ï"type.interface {}�"".autotmp_0322�?(type.[2]interface {}�"".autotmp_0319�o&type.[]interface {}�"".autotmp_0318��type.*uint8�"".autotmp_0317�ÿ,type.*go/types.Pointer�"".autotmp_0316��,type.*go/types.Pointer�"".autotmp_0315��type.*uint8�"".autotmp_0314�ï(type.*go/types.Slice�"".autotmp_0313��(type.*go/types.Slice�"".autotmp_0311�¯type.string�"".autotmp_0309�type.string�"".autotmp_0308��$type.go/types.Type�"".autotmp_0307��,type.*go/types.Pointer�"".autotmp_0306��$type.go/types.Type�"".autotmp_0305��$type.go/types.Type�"".autotmp_0304��(type.*go/types.Slice�"".autotmp_0303��$type.go/types.Type�"".autotmp_0301��$type.go/types.Type�"".autotmp_0300��$type.go/types.Type�"".autotmp_0299��$type.go/types.Type�"".autotmp_0298�ß0type.*go/types.Signature�"".autotmp_0297��$type.go/types.Type� go/types.elem·2�ï$type.go/types.Type� go/types.elem·2�$type.go/types.Type� "".typ�Ï$type.go/types.Type�"".name�¯type.string� "".~r0�$type.go/types.Type�"".p��type.*"".parser�´&à§ßàmßà*ßà²ßà¬ßàußàmßà ßà÷ßàmßàfßà¾ßàrßà�à�¦”
@ xS+C++[ ~ S+
K+0 %"  ×–>+!N  Ñ+;�`�¤ƒð/w8+ä48. ”ô,:ô |) <�Tgclocals·55efd81f5270628e013a8450ae15bc0a�Tgclocals·07227594fff36112be39ed9179278c32���\c:/go/src/go/internal/gcimporter/gcimporter.goþ8"".(*parser).parseImportDecl��€��€eH‹ %(���H‹‰����H;a†œ���HƒìPH‹\$XH‰$H����H‰\$HÇD$���è����H‹\$XH‰$è����H‹\$H‰\$0H‹\$H‰\$8H‹\$XH‰$è����H‹L$H‹D$H‹\$XH‰$H‰L$@H‰L$H‰D$HH‰D$H‹\$0H‰\$H‹\$8H‰\$ è����HƒÄPÃè����é@ÿÿÿ������T��$go.string."import"���z
��4"".(*parser).expectKeyword���–
��:"".(*parser).parsePackageName���Ú
��6"".(*parser).parsePackageId���Ú
��&"".(*parser).getPkg���î
��0runtime.morestack_noctxt��� ��"".autotmp_0328�type.string�"".name�?type.string�"".p��type.*"".parser� —Ÿ 
�À�þ
#"N
��<0@�Tgclocals·51fa0e13d53d6bad7f86670d3edaeac6�Tgclocals·83ead081cd909acab0dcd88a450c1878���\c:/go/src/go/internal/gcimporter/gcimporter.goþ*"".(*parser).parseInt��€��èeH‹ %(���H‹‰����H;a†Ð���HƒìXH‹L$`1ÛH‰\$hH‰\$p1ÛH‰\$8H‰\$@‹©(��ƒý+uwH‰ $è����H‹L$`H‰ $ÇD$ýÿÿÿè����H‹L$H‹D$HÇ$����H‹\$8H‰\$H‹\$@H‰\$H‰L$HH‰L$H‰D$PH‰D$ è����H‹\$(H‰\$hH‹\$0H‰\$pHƒÄXÃý-u’H����H‰\$8HÇD$@���H‰ $è����H‹L$`éjÿÿÿè����é ÿÿÿ������–
��""".(*parser).next���Â
��&"".(*parser).expect�����*runtime.concatstring2���Š��go.string."-"���¸
��""".(*parser).next���Ö
��0runtime.morestack_noctxt���0°��"".autotmp_0329�type.string�"".s�?type.string� "".~r0�type.string�"".p��type.*"".parser�°ž¯°C�€�0Ž / i ��JU<%�Tgclocals·41a13ac73c712c01973b8fe23f62d694�Tgclocals·83ead081cd909acab0dcd88a450c1878���\c:/go/src/go/internal/gcimporter/gcimporter.goþ0"".(*parser).parseNumber�� ��„eH‹ %(���H‹‰����HD$ÈH;A†��Hì¸���1Û1ÛH‰œ$Ð���H‰œ$Ø���H‹œ$À���H‰$è����H‹L$H‹D$H‰Œ$¨���H‰ $H‰„$°���H‰D$HÇD$���HÇD$����è����H‹L$ H‹\$(H‰\$`H‰L$XHƒù�u]H����H‰œ$˜���HDŽ$ ������H����H‰$Hœ$˜���H‰\$HÇD$����è����H\$H‹ H‰ $H‹KH‰L$è���� H‹œ$À���Hƒû�„#��H‹“0��H‹ƒ8��Hƒø…Ä��H‰”$¨���H‰$H‰„$°���H‰D$H-����H‰l$HÇD$���è����H‹L$X¶\$ €û�„~��H‹œ$À���H‰$è����H‹œ$À���H‰$è����H‹L$H‹D$H‰Œ$¨���H‰ $H‰„$°���H‰D$HÇD$
���HÇD$����è����H‹|$XH‹t$`H‹L$ H‰L$8H‹D$(H‹T$0H‰T$pH‰D$hHƒø�tFH‰$H‰T$è����H\$H|$H‹ H‰H‹KH‰OH‹œ$À���H‰$è����H‹|$XH‹t$`H‹L$8Hƒù�6��HÇÀ���1ÛH‰\$HH‰\$PH‰D$@H����H‰$H����H‰\$H����H‰\$H\$@H‰\$HÇD$ ����è����H‹L$(H‹D$0H‰Œ$ˆ���H‰„$���H‰L$HH‰D$PH‰L$xH‰ $H‰„$€���H‰D$HÇD$���H‹\$8H÷ÛH‰\$è����H‹L$ H‹D$(H‹����Hƒ=����vlHÃ°���H‹+H‰¬$È���H‹\$XH‰$H‹\$`H‰\$HÇD$���H‰L$xH‰L$H‰„$€���H‰D$ è����H‹\$(H‰œ$Ð���H‹\$0H‰œ$Ø���HÄ¸���Ãè���� Hƒù�~&H‰<$H‰t$HÇD$���H‰L$è����H‹|$ H‹t$(H‹����Hƒ=����v*HÃ°���H‹+H‰¬$È���H‰¼$Ð���H‰´$Ø���HÄ¸���Ãè���� H‹����Hƒ=����v/HÃ ���H‹+H‰¬$È���H‰Œ$Ð���H‹\$`H‰œ$Ø���HÄ¸���Ãè���� ‰éÖüÿÿè����é¾ûÿÿ>������Ž
��*"".(*parser).parseInt���‚
��6go/constant.MakeFromLiteral���Ä��8go.string."invalid mantissa"���ú��type.string���¸
��runtime.convT2E���ì
��runtime.gopanic���„��go.string."p"���ª
�� runtime.eqstring���ò
��""".(*parser).next���”
��*"".(*parser).parseInt���ˆ
�� strconv.ParseInt���€
��runtime.convI2E���Ò
��$"".(*parser).error��� ��2type.go/constant.int64Val���Ø ��,type.go/constant.Value���ð ��\go.itab.go/constant.int64Val.go/constant.Value���ª

��runtime.convT2I���Ô 
��"go/constant.Shift���ö ��go/types.Typ���„ �go/types.Typ���ž 
��(go/constant.BinaryOp���ì 
��$runtime.panicindex���´
��"go/constant.Shift���Ö��go/types.Typ���ä�go/types.Typ���È
��$runtime.panicindex���Ú��go/types.Typ���è�go/types.Typ���Ö
��$runtime.panicindex���ò
��0runtime.morestack_noctxt���@ð��"".autotmp_0336�_,type.go/constant.Value�"".autotmp_0335��type.string�"".autotmp_0334�ï2type.go/constant.int64Val�"".autotmp_0333��type.string�"".autotmp_0332�?type.string�"".autotmp_0331�type.string� "".~r0�ß,type.go/constant.Value�"".denom�,type.go/constant.Value� "".err�Ÿtype.error� "".exp�ÿtype.int64�"".mant�¿,type.go/constant.Value� "".val� ,type.go/constant.Value� "".typ�(type.*go/types.Basic�"".p��type.*"".parser�2&ðÎïðmïðFïð&�Ð�tª :Z ]pn F
w;#R&#
#+ � �F•yú'Û�Tgclocals·5aa35dfd82e881714a6bffc68e3a4a50�Tgclocals·149c9a12e9c443822612e24dfce2db96���\c:/go/src/go/internal/gcimporter/gcimporter.goþ6"".(*parser).parseConstDecl��À3��¨3eH‹ %(���H‹‰����H„$øþÿÿH;A†¨ ��Hìˆ��1ÀH‰„$0��H‰„$8��H‹œ$��H‰$H����H‰\$HÇD$���è����H‹œ$��H‰$è����H‹„$��H‹\$H‰\$XH‹\$H‰œ$ð���H‹\$H‰œ$ø���1ÛH‰œ$°���H‰œ$¸���‹˜(��ƒû=t+H‰$è����H‹„$��H‹\$H‰œ$°���H‹\$H‰œ$¸���H‰$ÇD$=���è����H‹”$��1ÛH‰œ$À���H‰œ$È���1ÛH‰œ$���H‰œ$˜���‹ª(��ƒýý ��ƒýú…D��H‹����1íH9è„ø��H‹����Hƒ=����†Ü��HÃÀ���H‹+H‰¬$È���H‰„$À���Hƒú�„±��Hš0��H‹ H‰ $H‹KH‰L$HÇD$ ���HÇD$����è����H‹\$ H‰œ$���H‹\$(H‰œ$˜���H‹œ$��H‰$è����H‹œ$°���Hƒû�u H‹œ$À���H‰œ$°���H‹œ$È���H‰œ$¸���H‹\$XH‹k H‰l$HHÇD$@����H‹\$XH‰\$PH‹œ$ð���H‰œ$à���H‹œ$ø���H‰œ$è���H‹œ$°���H‰œ$ ���H‹œ$¸���H‰œ$¨���H‹œ$���H‰œ$€���H‹œ$˜���H‰œ$ˆ���H����H‰$è����H‹D$1íH‰(H‹l$@H‰hH‰D$`H‹l$P€=�����…S��H‰hH‹¬$è���H‰h H‹¬$à���€=�����…��H‰hH‹¬$ ���H‰h(H‹¬$¨���€=�����…Ñ���H‰h0Ç@8����HÇ@@����H‹¬$€���H‰hHH‹¬$ˆ���€=�����…���H‰hP1í@ˆhXH‰D$`H‹����1íH9èt5H‹\$HH‰$H‹L$`H‰„$��H‰D$H‰Œ$��H‰L$è����HÄˆ��ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ëœL@PL‰$H‰l$è����H‹D$`égÿÿÿL@0L‰$H‰l$è����H‹D$`éÿÿÿL@L‰$H‰l$è����H‹D$`éÖþÿÿL@L‰$H‰l$è����H‹D$`é•þÿÿ‰éHýÿÿè���� H����H‰$H����H‰\$H����H‰\$è����H‹”$��H‹D$éÎüÿÿƒýû…ê���H‹����1íH9è„ž���H‹����Hƒ=����†‚���HÃ¨���H‹+H‰¬$È���H‰„$À���Hƒú�t^Hš0��H‹ H‰ $H‹KH‰L$HÇD$���HÇD$����è����H‹\$ H‰œ$���H‹\$(H‰œ$˜���H‹œ$��H‰$è����é²üÿÿ‰ëžè���� H����H‰$H����H‰\$H����H‰\$è����H‹”$��H‹D$é(ÿÿÿƒýý…‘���H‹����H‰D$h1íH9ètBH‰$è����H‹D$H‹\$H‰œ$���H‹\$H‰œ$˜���H‰„$È���H‹\$hH‰œ$À���éüÿÿH����H‰$H����H‰\$H����H‰\$è����H‹”$��H‹\$H‰\$h낋ª(��‰,$è����H‹\$H‰œ$`��H‹\$H‰œ$h��1ÛH‰œ$0��H‰œ$8��Hœ$0��Hƒû�„Þ���HDŽ$x�����HDŽ$€�����H‰œ$p��H����H‰$Hœ$`��H‰\$HÇD$����è����H‹L$H‹D$ H‹œ$p��H‰Œ$ ��H‰ H‰„$(��€=�����uVH‰CH‹œ$��H‰$H����H‰\$HÇD$���H‹œ$p��H‰\$H‹œ$x��H‰\$ H‹œ$€��H‰\$(è����é½úÿÿLCL‰$H‰D$è����뚉éÿÿÿƒýþ…È��H‹Š0��H‹‚8��Hƒø…Ë��H‰Œ$P��H‰ $H‰„$X��H‰D$H-����H‰l$HÇD$���è����H‹”$��¶\$ €û�„‚��H‹����1íH9è„6��H‹����Hƒ=����†��HÃ˜���H‹+H‰¬$È���H‰„$À���Hƒú�„ï���H‹Š0��H‰Œ$P��H‹ª8��H‰¬$X��Hƒý…À���H‰ $H‰l$H����H‰\$HÇD$���è����¶\$ H‰Ø1ÛH‰\$pH‰\$xˆD$?H����H‰$H����H‰\$H����H‰\$H\$?H‰\$HÇD$ ����è����H‹L$(H‹D$0H‰Œ$@��H‰„$H��H‰L$pH‰Œ$���H‰D$xH‰„$˜���H‹œ$��H‰$è����éùÿÿ1Àédÿÿÿ‰é
ÿÿÿè���� H����H‰$H����H‰\$H����H‰\$è����H‹”$��H‹D$éþÿÿHƒú�„Ô���H‹Š0��H‰Œ$P��H‹‚8��H‰„$X��Hƒøu9H‰ $H‰D$H-����H‰l$HÇD$���è����H‹”$��¶\$ €û�…þÿÿH����H‰œ$`��HDŽ$h�����H����H‰$Hœ$`��H‰\$HÇD$����è����H\$H|$H‹ H‰H‹KH‰OH‹œ$��H‰$è����H‹”$��é ýÿÿ‰é%ÿÿÿƒý(…¥��H‰$è����H‹„$��‹˜(��ƒûû…Ý���H‰$è����H‹œ$��H‰$ÇD$+���è����H‹����1íH9èt{H‹����Hƒ=����vcHÃ¨���H‹+H‰¬$È���H‰„$À���H‹œ$��H‰$è����H‹\$H‰œ$���H‹\$H‰œ$˜���H‹œ$��H‰$ÇD$)���è����é÷ÿÿè���� H����H‰$H����H‰\$H����H‰\$è����H‹D$éSÿÿÿH‰$è����H‹\$H‰œ$Ð���H‹\$H‰œ$Ø���H‹œ$��H‰$ÇD$+���è����H‹œ$��H‰$è����H‹\$H‰œ$���H‹\$H‰œ$��H‹œ$��H‰$H����H‰\$HÇD$���è����H‹œ$��H‰$ÇD$)���è����H‹����1íH9脾���H‹����Hƒ=����†¢���HÃ¸���H‹+H‰¬$È���H‰„$À���H‹œ$���H‰$H‹œ$��H‰\$è����H‹L$H‹D$H‹œ$Ð���H‰$H‹œ$Ø���H‰\$HÇD$ ���H‰Œ$@��H‰L$H‰„$H��H‰D$ è����H‹\$(H‰œ$���H‹\$0H‰œ$˜���é\õÿÿè���� H����H‰$H����H‰\$H����H‰\$è����H‹D$éÿÿÿƒý-„¶øÿÿéBùÿÿè����é,óÿÿØ������”��"go.string."const"���º
��4"".(*parser).expectKeyword���Ü
��<"".(*parser).parseExportedName���€
��,"".(*parser).parseType���æ
��&"".(*parser).expect���ü��Jgo.itab.*go/types.Basic.go/types.Type��� ��go/types.Typ���®�go/types.Typ���à
��6go/constant.MakeFromLiteral���¶
��""".(*parser).next���¢
��&type.go/types.Const���´

��"runtime.newobject���ú
�6runtime.writeBarrierEnabled���Ä �6runtime.writeBarrierEnabled���Ž �6runtime.writeBarrierEnabled���ö �6runtime.writeBarrierEnabled���° ��Ngo.itab.*go/types.Const.go/types.Object���˜
��0go/types.(*Scope).Insert���¶��(type.*go/types.Const���Ì��(type.go/types.Object���ä��Ngo.itab.*go/types.Const.go/types.Object���ø
�� runtime.typ2Itab���ª
��.runtime.writebarrierptr���â
��.runtime.writebarrierptr���š
��.runtime.writebarrierptr���Ò
��.runtime.writebarrierptr���þ
��$runtime.panicindex�����(type.*go/types.Basic���¦��$type.go/types.Type���¾��Jgo.itab.*go/types.Basic.go/types.Type���Ò
�� runtime.typ2Itab���–��Jgo.itab.*go/types.Basic.go/types.Type���º��go/types.Typ���È�go/types.Typ���ò
��6go/constant.MakeFromLiteral���È
��""".(*parser).next���ä
��$runtime.panicindex���ö��(type.*go/types.Basic���Œ��$type.go/types.Type���¤��Jgo.itab.*go/types.Basic.go/types.Type���¸
�� runtime.typ2Itab���ü��Jgo.itab.*go/types.Basic.go/types.Type���¦
��0"".(*parser).parseNumber���¦��(type.*go/types.Basic���¼��$type.go/types.Type���Ô��Jgo.itab.*go/types.Basic.go/types.Type���è
�� runtime.typ2Itab���¬
��0text/scanner.TokenString���ö��type.string���´
��runtime.convT2E���Š�6runtime.writeBarrierEnabled���¾��Fgo.string."expected literal got %s"���²
��&"".(*parser).errorf���à
��.runtime.writebarrierptr���ô�� go.string."true"���š
�� runtime.eqstring���Ô��Jgo.itab.*go/types.Basic.go/types.Type���ø��go/types.Typ���†�go/types.Typ���Ì �� go.string."true"���ò 
�� runtime.eqstring���°!��0type.go/constant.boolVal���Æ!��,type.go/constant.Value���Þ!��Zgo.itab.go/constant.boolVal.go/constant.Value���˜"
��runtime.convT2I���¢#
��""".(*parser).next���Ò#
��$runtime.panicindex���ä#��(type.*go/types.Basic���ú#��$type.go/types.Type���’$��Jgo.itab.*go/types.Basic.go/types.Type���¦$
�� runtime.typ2Itab���Æ%��"go.string."false"���ì%
�� runtime.eqstring���¦&��Dgo.string."expected true or false"���Ü&��type.string���š'
��runtime.convT2E���ì'
��$"".(*parser).error���¸(
��""".(*parser).next���ø(
��""".(*parser).next���ª)
��&"".(*parser).expect���¸)��Jgo.itab.*go/types.Basic.go/types.Type���Ô)��go/types.Typ���â)�go/types.Typ���¾*
��0"".(*parser).parseNumber���¤+
��&"".(*parser).expect���¸+
��$runtime.panicindex���Ê+��(type.*go/types.Basic���à+��$type.go/types.Type���ø+��Jgo.itab.*go/types.Basic.go/types.Type���Œ,
�� runtime.typ2Itab���²,
��0"".(*parser).parseNumber���˜-
��&"".(*parser).expect���º-
��0"".(*parser).parseNumber���”.��go.string."i"���º.
��4"".(*parser).expectKeyword���ì.
��&"".(*parser).expect���ú.��Jgo.itab.*go/types.Basic.go/types.Type���ž/��go/types.Typ���¬/�go/types.Typ���ª0
��(go/constant.MakeImag���À1
��(go/constant.BinaryOp���ˆ2
��$runtime.panicindex���š2��(type.*go/types.Basic���°2��$type.go/types.Type���È2��Jgo.itab.*go/types.Basic.go/types.Type���Ü2
�� runtime.typ2Itab���–3
��0runtime.morestack_noctxt�����H"".autotmp_0362��type.*uint8�"".autotmp_0361�Ï(type.*go/types.Const�"".autotmp_0360��(type.*go/types.Const�"".autotmp_0359�Ï"type.interface {}�"".autotmp_0358�¯(type.[1]interface {}�"".autotmp_0355�/&type.[]interface {}�"".autotmp_0354��type.*uint8�"".autotmp_0353��type.*uint8�"".autotmp_0352��type.*uint8�"".autotmp_0351��type.*uint8�"".autotmp_0350��type.*uint8�"".autotmp_0348�,type.go/constant.Value�"".autotmp_0347��type.string�"".autotmp_0345�¿type.*uint8�"".autotmp_0344��type.string�"".autotmp_0343�otype.string�"".autotmp_0341��(type.*go/types.Const�"".autotmp_0340��type.string�"".autotmp_0339��,type.go/constant.Value�"".autotmp_0338�‘0type.go/constant.boolVal�"".autotmp_0337�Otype.string�go/types.val·6�,type.go/constant.Value�go/types.typ·5�Ï$type.go/types.Type� go/types.name·4�Ïtype.string�go/types.pkg·3�ï,type.*go/types.Package�go/types.pos·2�"type.go/token.Pos� "".~r0�ÿ(type.*go/types.Scope� "".~r0�¯,type.go/constant.Value�
"".im�,type.go/constant.Value�
"".re�ï,type.go/constant.Value� "".val�ï,type.go/constant.Value� "".typ�$type.go/types.Type�"".typ0�¯$type.go/types.Type�"".name�¯type.string� "".pkg�ß,type.*go/types.Package�"".p��type.*"".parser�)îÈ�à�¢ü ;&= +N AR  ƒŸA ANA1 PJI<D‘Y aAÜRSAgr  9+699
#+&Aƒ$%9' Hs�¸�\c3½+¿ò0 5*+*7a "„ ]¬˜*ºOƒ3
*FQxK $*3�Tgclocals·233b5e45961a6e6392813d1bacc3a68d�Tgclocals·a739c15c1fd9333e2103a1eae285337e���\c:/go/src/go/internal/gcimporter/gcimporter.goþ4"".(*parser).parseTypeDecl��€��æeH‹ %(���H‹‰����H;a†O��HƒìhH‹\$pH‰$H����H‰\$HÇD$���è����H‹\$pH‰$è����H‹D$H‹T$H‹L$H‰$H‰T$XH‰T$H‰L$`H‰L$è����H‹\$H‰\$ H‹\$pH‰$è����H‹t$H‰t$HH‹T$H‰T$PH‹D$ Hƒø�„¬���1ÛH‰\$(H‰\$0H‹h(H‰l$(H‹h0H‰l$0H\$(H‹+E1ÀL9ÅtH‹mL����L9ÅuRH‹C1ÛH‰\$8H‰\$@Hƒø�t8H‹hH‰l$8H‹hH‰l$@H\$8H‹+Hƒý�uH‰$H‰t$H‰T$è����HƒÄhÉ�ëÄH‰,$L‰D$H����H‰\$è���� ‰�éMÿÿÿè����éþÿÿ������T�� go.string."type"���z
��4"".(*parser).expectKeyword���–
��<"".(*parser).parseExportedName���î
��"".declTypeName���ž
��,"".(*parser).parseType���Ö��(type.*go/types.Named���ò
��>go/types.(*Named).SetUnderlying���¤��$type.go/types.Type���¸
��(runtime.panicdottype���Ô
��0runtime.morestack_noctxt���Ð�� "".~r0�_$type.go/types.Type� "".~r0�$type.go/types.Type� "".typ�?$type.go/types.Type� "".obj�.type.*go/types.TypeName�"".name�type.string�"".p��type.*"".parser�УÏÐ>�€�.ˆ #'"ƒ'��<RªH�Tgclocals·51fa0e13d53d6bad7f86670d3edaeac6�Tgclocals·fdec177485cbfa40ac91f85390ec1fea���\c:/go/src/go/internal/gcimporter/gcimporter.goþ2"".(*parser).parseVarDecl��à ��Ê eH‹ %(���H‹‰����HD$àH;A†<��Hì ���H‹œ$¨���H‰$H����H‰\$HÇD$���è����H‹œ$¨���H‰$è����H‹\$H‰\$@H‹\$H‰œ$€���H‹\$H‰œ$ˆ���H‹œ$¨���H‰$è����H‹t$@H‹T$H‹L$H‹n H‰l$0HÇD$(����H‰t$8H‹œ$€���H‰\$pH‹œ$ˆ���H‰\$xH‰T$`H‰T$PH‰L$hH‰L$XH����H‰$è����H‹L$H‰ÏHƒù�„L��1ÀHƒÇðè����1íH‰)H‹l$(H‰iH‰L$HH‹l$8€=�����…���H‰iH‹l$xH‰i H‹l$p€=�����…Å���H‰iH‹l$PH‰i(H‹l$X€=�����…Š���H‰i0ÇA8����HÇA@����H‰L$HH‹����1íH9èt5H‹\$0H‰$H‹L$HH‰„$���H‰D$H‰Œ$˜���H‰L$è����HÄ ���ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ëœLA0L‰$H‰l$è����H‹L$Hé^ÿÿÿLAL‰$H‰l$è����H‹L$Hé#ÿÿÿLAL‰$H‰l$è����H‹L$Héèþÿÿ‰é­þÿÿè����é›ýÿÿ*������j��go.string."var"���
��4"".(*parser).expectKeyword���²
��<"".(*parser).parseExportedName���œ
��,"".(*parser).parseType���Ò��"type.go/types.Var���ä
��"runtime.newobject���ž
Ü� runtime.duffzero���Ú�6runtime.writeBarrierEnabled���˜�6runtime.writeBarrierEnabled���Ö�6runtime.writeBarrierEnabled���¢��Jgo.itab.*go/types.Var.go/types.Object���Š
��0go/types.(*Scope).Insert���¨��$type.*go/types.Var���¾��(type.go/types.Object���Ö��Jgo.itab.*go/types.Var.go/types.Object���ê
�� runtime.typ2Itab���œ
��.runtime.writebarrierptr���Ô
��.runtime.writebarrierptr���Œ 
��.runtime.writebarrierptr���¸ 
��0runtime.morestack_noctxt���À��"".autotmp_0373�¯$type.*go/types.Var�"".autotmp_0372��$type.*go/types.Var�"".autotmp_0371��$type.*go/types.Var�go/types.typ·5�Ÿ$type.go/types.Type� go/types.name·4�_type.string�go/types.pkg·3�Ï,type.*go/types.Package�go/types.pos·2�ï"type.go/token.Pos� "".~r0�ß(type.*go/types.Scope� "".typ�$type.go/types.Type�"".name�?type.string� "".pkg�¿,type.*go/types.Package�"".p��type.*"".parser�&Àª¿ÀŸ�ð�(® &&5 ¨Š�$�GFdÓ0
5+�Tgclocals·6718fa3ce60556785ebaaf7cd5569ede�Tgclocals·f16158be6525ea090e56cdb7ba087a6b���\c:/go/src/go/internal/gcimporter/gcimporter.goþ,"".(*parser).parseFunc�� ��žeH‹ %(���H‹‰����H;a†«���Hƒì(H‹\$0H‰$H‹\$8H‰\$è����H‹D$0H‹\$H‰\$ ‹˜(��ƒû{uTH‰$è����H‹T$0HÇÁ���H‰L$Hƒù�~4‹ª(��ƒý{u8H‰ËHÿÃH‰\$H‰$è����H‹T$0H‹L$H‰L$Hƒù�ÌH‹\$ H‰\$@HƒÄ(Ãý}uÎH‰ËHÿËH‰\$ëÁè����é1ÿÿÿ
������d
��6"".(*parser).parseSignature���ª
��""".(*parser).next���–
��""".(*parser).next���Œ
��0runtime.morestack_noctxt���0P�� "".autotmp_0378��type.int�"".i�type.int� "".sig�0type.*go/types.Signature� "".~r1� 0type.*go/types.Signature�"".recv�$type.*go/types.Var�"".p��type.*"".parser�P”OP�Ð�< '     ��1#|�Tgclocals·51af24152615272c3d9efc8538f95767�Tgclocals·0c8aa8e80191a30eac23f1a218103f16���\c:/go/src/go/internal/gcimporter/gcimporter.goþ8"".(*parser).parseMethodDecl��à��ÔeH‹ %(���H‹‰����HD$¨H;A†��HìØ���H‹œ$à���H‰$ÇD$(���è����H‹œ$à���H‰$è����H‹\$H‰\$0H‹œ$à���H‰$ÇD$)���è����H‹D$0Hƒø�„��1ÛH‹P(H‹H0H‰T$xH‰Œ$€���H‰”$È���H‰Œ$Ð���H‰Œ$ ���1ÛH‰\$XH‰\$`H‰ÓH‰”$˜���1íH9êtH‹[H-����H9ë…¯��H‰È1íH9è„’��1ÛHƒø�„��H‹H‹hH‰L$hH‰l$pH‰Œ$È���H‰L$XH‰¬$Ð���H‰l$`H\$XH‹+E1ÀL9ÅtH‹mL����L9Å…��H‹kH‰l$@H‹œ$à���H‰$ÆD$è����H‹\$H‰œ$¸���H‹\$ H‰œ$À���H‹œ$à���H‰$H‹\$0H‰\$è����H‹L$H‹\$@H‹+Hƒý�„¡��H‹mHÇD$(����H‰l$8H‹œ$¸���H‰œ$¨���H‹œ$À���H‰œ$°���1ÛH‰œ$ˆ���H‰œ$���1íH9ét,H‰L$PH‹����1íH9è„ ��H‹\$PH‰œ$���H‰„$ˆ���H����H‰$è����H‹D$1íH‰(H‹l$(H‰hH‰D$HH‹l$8€=�����…¢���H‰hH‹¬$°���H‰h H‹¬$¨���€=�����uhH‰hH‹¬$ˆ���H‰h(H‹¬$���€=�����u.H‰h0Ç@8����HÇ@@����H‹\$@H‰$H‰D$è����HÄØ���ÃL@0L‰$H‰l$è����H‹D$Hë½L@L‰$H‰l$è����H‹D$HëƒL@L‰$H‰l$è����H‹D$HéFÿÿÿH����H‰$H����H‰\$H����H‰\$è����H‹D$éÁþÿÿ‰E�éWþÿÿH‰,$L‰D$H����H‰\$è���� ‰�ézýÿÿH‰T$XH‰L$`é–ýÿÿ1ÀéMýÿÿ‰�éâüÿÿè����éVüÿÿ2������v
��&"".(*parser).expect���˜
��6"".(*parser).parseParameter���Þ
��&"".(*parser).expect���¬��,type.*go/types.Pointer���þ��(type.*go/types.Named���Î
��,"".(*parser).parseName���¸
��,"".(*parser).parseFunc���”��Rgo.itab.*go/types.Signature.go/types.Type���â��$type.go/types.Func���ô
��"runtime.newobject���º �6runtime.writeBarrierEnabled���„
�6runtime.writeBarrierEnabled���Æ
�6runtime.writeBarrierEnabled���˜ 
��6go/types.(*Named).AddMethod���Ì 
��.runtime.writebarrierptr���þ 
��.runtime.writebarrierptr���° 
��.runtime.writebarrierptr���Ò ��0type.*go/types.Signature���è ��$type.go/types.Type���€ ��Rgo.itab.*go/types.Signature.go/types.Type���” 
�� runtime.typ2Itab���Ø ��$type.go/types.Type���ì 
��(runtime.panicdottype���Â
��0runtime.morestack_noctxt���°��""".autotmp_0386�Ÿ&type.*go/types.Func�"".autotmp_0385��&type.*go/types.Func�"".autotmp_0383��$type.go/types.Type�"".autotmp_0382�$type.go/types.Type�"".autotmp_0381�0type.*go/types.Signature�go/types.typ·6�Ÿ$type.go/types.Type� go/types.name·4�_type.string�go/types.pkg·3�¿,type.*go/types.Package�go/types.pos·2�ß"type.go/token.Pos� "".~r0�ß$type.go/types.Type� "".~r1�ÿ$type.go/types.Type� "".typ�$type.go/types.Type� "".~r0�¿$type.go/types.Type�"".name�?type.string�"".base�¯(type.*go/types.Named�"".recv�Ï$type.*go/types.Var�"".p��type.*"".parser�&°±¯°Ø�°�Pè &â0 
óg  @ �8�:4ø5ž’ 2,;�Tgclocals·6e25916c194457f163fe7feace7d8c16�Tgclocals·c5b2a16a74772ff59e81ca955c3810df���\c:/go/src/go/internal/gcimporter/gcimporter.goþ4"".(*parser).parseFuncDecl��€
��ê eH‹ %(���H‹‰����HD$èH;A†L��Hì˜���H‹œ$ ���H‰$è����H‹\$H‰\$@H‹\$H‰\$xH‹\$H‰œ$€���H‹œ$ ���H‰$HÇD$����è����H‹T$@H‹L$H‹j H‰l$0HÇD$(����H‰T$8H‹\$xH‰\$hH‹œ$€���H‰\$p1ÛH‰\$XH‰\$`1íH9ét&H‰L$PH‹����1íH9è„e��H‹\$PH‰\$`H‰D$XH����H‰$è����H‹D$1íH‰(H‹l$(H‰hH‰D$HH‹l$8€=�����…���H‰hH‹l$pH‰h H‹l$h€=�����…Å���H‰hH‹l$XH‰h(H‹l$`€=�����…Š���H‰h0Ç@8����HÇ@@����H‰D$HH‹����1íH9èt5H‹\$0H‰$H‹L$HH‰„$ˆ���H‰D$H‰Œ$���H‰L$è����HÄ˜���ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ëœL@0L‰$H‰l$è����H‹D$Hé^ÿÿÿL@L‰$H‰l$è����H‹D$Hé#ÿÿÿL@L‰$H‰l$è����H‹D$HéèþÿÿH����H‰$H����H‰\$H����H‰\$è����H‹D$éiþÿÿè����é‹ýÿÿ.������f
��<"".(*parser).parseExportedName���Ü
��,"".(*parser).parseFunc���Š��Rgo.itab.*go/types.Signature.go/types.Type���Ì��$type.go/types.Func���Þ
��"runtime.newobject���¤�6runtime.writeBarrierEnabled���â�6runtime.writeBarrierEnabled��� �6runtime.writeBarrierEnabled���ì��Lgo.itab.*go/types.Func.go/types.Object���Ô
��0go/types.(*Scope).Insert���ò��&type.*go/types.Func���ˆ��(type.go/types.Object��� ��Lgo.itab.*go/types.Func.go/types.Object���´
�� runtime.typ2Itab���æ
��.runtime.writebarrierptr���ž
��.runtime.writebarrierptr���Ö
��.runtime.writebarrierptr���ø��0type.*go/types.Signature���Ž ��$type.go/types.Type���¦ ��Rgo.itab.*go/types.Signature.go/types.Type���º 
�� runtime.typ2Itab���Ø 
��0runtime.morestack_noctxt���°��"".autotmp_0393��type.*uint8�"".autotmp_0392�Ÿ&type.*go/types.Func�"".autotmp_0391��&type.*go/types.Func�"".autotmp_0389��&type.*go/types.Func�"".autotmp_0388�0type.*go/types.Signature�go/types.typ·6�$type.go/types.Type� go/types.name·4�_type.string�go/types.pkg·3�¿,type.*go/types.Package�go/types.pos·2�ß"type.go/token.Pos� "".~r0�Ï(type.*go/types.Scope�"".name�?type.string� "".pkg�¯,type.*go/types.Package�"".p��type.*"".parser�&°¯°Ê�€�$˜&2$²µ�*�2;»0 52$�Tgclocals·f1d29f68ab551ae84767e61e7c1139ab�Tgclocals·d56f568a957c66f0b37c44087730f867���\c:/go/src/go/internal/gcimporter/gcimporter.goþ,"".(*parser).parseDecl�� 
��š
eH‹ %(���H‹‰����H;a†i��Hƒì8H‹l$@‹(��ƒûþ…Ã���H‹\$@Hƒû�„;��H‹‹0��H‰L$(H‹ƒ8��Hƒø|KHƒø…��H‰ $H‰D$0H‰D$H-����H‰l$HÇD$���è����H‹L$(H‹D$0H‹\$ Hƒû�Ú���HƒøueH‰ $H‰D$0H‰D$H-����H‰l$HÇD$���è����H‹L$(H‹D$0¶\$ €û�t)H‹\$@H‰$è����H‹\$@H‰$ÇD$
���è����HƒÄ8ÃH‰D$0HƒøuÚH‰ $H‰D$H-����H‰l$HÇD$���è����¶\$ €û�t­H‹\$@H‰$è����H‹D$@‹˜(��ƒû(u H‰$è����ë„H‰$è����évÿÿÿHƒøuOH‰ $H‰D$0H‰D$H-����H‰l$HÇD$���è����H‹L$(H‹D$0¶\$ €û�tH‹\$@H‰$è����é!ÿÿÿHƒøuOH‰ $H‰D$0H‰D$H-����H‰l$HÇD$���è����H‹L$(H‹D$0¶\$ €û�tH‹\$@H‰$è����éÌþÿÿH‰D$0Hƒø…½þÿÿH‰ $H‰D$H-����H‰l$HÇD$���è����¶\$ €û�„ŒþÿÿH‹\$@H‰$è����éyþÿÿ‰é¾ýÿÿè����ésýÿÿ,������ê�� go.string."func"���
��"runtime.cmpstring���ø��go.string."var"���ž
�� runtime.eqstring���â
��2"".(*parser).parseVarDecl���Ž
��&"".(*parser).expect���Î�� go.string."func"���ô
�� runtime.eqstring���¤
��""".(*parser).next���Ö
��8"".(*parser).parseMethodDecl���ì
��4"".(*parser).parseFuncDecl���¬�� go.string."type"���Ò
�� runtime.eqstring���–
��4"".(*parser).parseTypeDecl���Ö��"go.string."const"���ü
�� runtime.eqstring�����6"".(*parser).parseConstDecl���ˆ ��$go.string."import"���® 
�� runtime.eqstring���æ 
��8"".(*parser).parseImportDecl���ˆ

��0runtime.morestack_noctxt���p��"".autotmp_0397�type.string�"".p��type.*"".parser�pñop€��hªsB8   BB!@ # �"�‡i¸"3"q�Tgclocals·51fa0e13d53d6bad7f86670d3edaeac6�Tgclocals·d8fdd2a55187867c76648dc792366181���\c:/go/src/go/internal/gcimporter/gcimporter.goþ0"".(*parser).parseExport��à��ÒeH‹ %(���H‹‰����H„$àþÿÿH;A†½��Hì ��1ÀH‰„$ ��H‰„$(��H‰„$0��H‰„$8��H‰„$€���H‰„$ˆ���H‹œ$¨��H‰$H����H‰\$HÇD$���è����H‹œ$¨��H‰$è����H‹”$¨��H‹\$H‰\$`H‹\$H‰\$h‹š(��ƒûþujH‹Š0��H‰Œ$ ���H‹‚8��H‰„$¨���HƒøuFH‰ $H‰D$H-����H‰l$HÇD$���è����H‹”$¨��¶\$ €û�tH‰$è����H‹”$¨��H‰$ÇD$
���è����H‹„$¨��H‰$Hƒø�„Ž��H˜@��H|$H‹ H‰H‹KH‰OH‹\$`H‰\$H‹\$hH‰\$ è����H‹„$¨��H‹\$(H‰\$X‹˜(��ƒû$t'‹˜(��ƒûÿtH‰$è����H‹„$¨��‹˜(��ƒû$uÙH‰$Hƒ<$�„ü��è����H‹Œ$¨��‹D$‰D$@‹™(��ƒû$…��ƒø$…
��H‹©à��Hƒý�„÷���H‰l$H1ÛH‰œ$€���H‰œ$ˆ���Hœ$€���Hƒû�„É��HDŽ$ø������HDŽ$������H‰œ$ð���H����H‰$H\$HH‰\$HÇD$����è����H‹L$H‹D$ H‹œ$ð���H‰Œ$���H‰ H‰„$˜���€=�����…=��H‰CH‹œ$¨��H‰$H����H‰\$HÇD$"���H‹œ$ð���H‰\$H‹œ$ø���H‰\$ H‹œ$���H‰\$(è����H‹Œ$¨��1ÛH‰œ$Ø���H‰œ$à���H‰œ$è���H‹©X��H¼$@��1Àè����H����H‰$H‰l$Hœ$@��H‰\$è����H‹œ$@��1íH9넶���H‹œ$H��H‹ H‹œ$@��Hƒû�„[��H‹H‰T$pH‹CH‰L$PH‹œ$¨��Hƒû�„1��H‹³@��H‰´$ ���H‹‹H��H‰D$xH‰Œ$¨���H9È…Z��H‰$H‰D$H‰t$H‰L$è����¶\$ €û�„4��Hœ$@��H‰$è����H‹œ$@��1íH9ë…JÿÿÿH‹œ$Ø���H‰œ$��H‹œ$à���H‰œ$��H‹œ$è���H‰œ$��H����H‰$H����H‰\$H����H‰\$Hœ$��H‰\$HÇD$ ����è����H\$(H‹ H‰ $H‹KH‰L$è����H‹|$XH‹´$Ø���H‹”$à���H‹Œ$è���Hƒÿ�taH‰”$È���H‰W8H‰Œ$Ð���H‰O@H‰´$À���€=�����uH‰w0HÇÅ���@ˆo(H‰¼$°��HÄ ��ÃLG0L‰$H‰t$è����H‹|$Xë̉ë›H‹Œ$Ø���H‹„$à���H‹”$è���H‰ÃHÿÃH9Ów5H‰œ$à���HÁH‹l$P€=�����uH‰+é‡þÿÿH‰$H‰l$è����étþÿÿH-����H‰,$H‰L$H‰D$H‰T$H‰\$ è����H‹L$(H‹D$0H‹T$8H‰ÃHÿÃH‰œ$à���H‰”$è���H‰Œ$Ø���뀉éÈýÿÿ‰éžýÿÿLCL‰$H‰D$è����é°üÿÿ‰é0üÿÿ‹©(��‰,$è����H‹\$H‰œ$°���H‹\$H‰œ$¸���‹\$@‰\$D1ÛH‰œ$ ��H‰œ$(��H‰œ$0��H‰œ$8��Hœ$ ��Hƒû�„Z��HDŽ$ø������HDŽ$������H‰œ$ð���H����H‰$Hœ$°���H‰\$HÇD$����è����H‹L$H‹D$ H‹œ$ð���H‰Œ$���H‰ H‰„$˜���€=�����…Ë���H‰CH����H‰$H\$DH‰\$HÇD$����è����H‹L$H‹D$ H‹œ$ð���HƒÃH‰Œ$���H‰ H‰„$˜���€=�����u^H‰CH‹œ$¨��H‰$H����H‰\$HÇD$���H‹œ$ð���H‰\$H‹œ$ø���H‰\$ H‹œ$���H‰\$(è����H‹Œ$¨��écúÿÿLCL‰$H‰D$è����ë’LCL‰$H‰D$è����é"ÿÿÿ‰éŸþÿÿ‰%����éøùÿÿ‰�ékùÿÿè����éøÿÿZ������Ô��&go.string."package"���ú
��4"".(*parser).expectKeyword���œ
��:"".(*parser).parsePackageName���Ò�� go.string."safe"���ø
�� runtime.eqstring���®
��""".(*parser).next���à
��&"".(*parser).expect���ò
��&"".(*parser).getPkg���Ô
��,"".(*parser).parseDecl���¢
��8text/scanner.(*Scanner).Peek���´ ��type.int���ì 
��runtime.convT2E���Â
�6runtime.writeBarrierEnabled���þ
��\go.string."expected no scanner errors, got %d"���ò 
��&"".(*parser).errorf���â 
Î� runtime.duffzero���ð ��Btype.map[string]*go/types.Package���¦ 
��&runtime.mapiterinit���Ô
�� runtime.eqstring���’
��&runtime.mapiternext���¦��type."".byPath���¼��&type.sort.Interface���Ô��@go.itab."".byPath.sort.Interface���”
��runtime.convT2I���È
��sort.Sort���Ú�6runtime.writeBarrierEnabled���Â
��.runtime.writebarrierptr���Ì�6runtime.writeBarrierEnabled���þ
��.runtime.writebarrierptr���–��0type.[]*go/types.Package���Ð
��"runtime.growslice���î
��.runtime.writebarrierptr���¢
��0text/scanner.TokenString���œ��type.string���Ú
��runtime.convT2E���°�6runtime.writeBarrierEnabled���Ô��type.int32���Œ
��runtime.convT2E���ê�6runtime.writeBarrierEnabled���ž��Hgo.string."expected '$$', got %s %c"���’
��&"".(*parser).errorf���Ð
��.runtime.writebarrierptr���ø
��.runtime.writebarrierptr�����0runtime.morestack_noctxt��� À��."".autotmp_0417��type.string�"".autotmp_0415��"type.interface {}�"".autotmp_0414�¿(type.[1]interface {}�"".autotmp_0411��&type.[]interface {}�"".autotmp_0410��"type.interface {}�"".autotmp_0409�Ÿ"type.interface {}�"".autotmp_0408�ÿ(type.[2]interface {}�"".autotmp_0405�ß&type.[]interface {}�"".autotmp_0404�ÿtype.string�"".autotmp_0403�¯type."".byPath�"".autotmp_0402�¿Ltype.map.iter[string]*go/types.Package�"".autotmp_0400�¯type.int�"".autotmp_0399�·type.int32�"".autotmp_0398�ßtype.string� go/types.list·2�¿0type.[]*go/types.Package�"".pkg2�Ÿ,type.*go/types.Package�
"".id�ßtype.string�"".imports�0type.[]*go/types.Package�
"".ch�¿type.int32� "".pkg�,type.*go/types.Package�"".name�ÿtype.string� "".~r0�,type.*go/types.Package�"".p��type.*"".parser�)Àé ¿ÀÝ�ð�¢ä[&-dS < ÷yd$ K  @S Ž2 �\�|}1̃Z—— ^)OœÜI�Tgclocals·97bf1a7423481202f409c6c6f46e1699�Tgclocals·c6112f351dbf7b35e551ac4a4088d20d���\c:/go/src/go/internal/gcimporter/gcimporter.goþ"".byPath.Len�� ��H‹\$H‰\$ Ã�@��� "".~r0�0type.int�"".a��type."".byPath���¼��Tgclocals·2fccd208efe70893f9ac8d682812ae72�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���\c:/go/src/go/internal/gcimporter/gcimporter.goþ"".byPath.Swap��À��ºeH‹ %(���H‹‰����H;a†¹���HƒìH‹T$8H‹L$ H‹D$(H9ƒ–���HÑH‹+H‰l$H9Âs~HÑL‹D$@I9ÀsiJ,ÁL‹E�€=�����u>L‰H‹l$@H9Ås*HéH‹l$€=�����uH‰+HƒÄÃH‰$H‰l$è����ëëè���� H‰$L‰D$è����H‹L$ H‹D$(ë«è���� è���� è���� è����é#ÿÿÿ������¾�6runtime.writeBarrierEnabled���ü�6runtime.writeBarrierEnabled���®
��.runtime.writebarrierptr���¼
��$runtime.panicindex���Ü
��.runtime.writebarrierptr���þ
��$runtime.panicindex���Œ
��$runtime.panicindex���š
��$runtime.panicindex���¨
��0runtime.morestack_noctxt���P0��"".autotmp_0422�,type.*go/types.Package�"".j�@type.int�"".i�0type.int�"".a��type."".byPath�0n/0S�à�
¾à��–"�Tgclocals·3260b5c802f633fd6252c227878dd72a�Tgclocals·0c8aa8e80191a30eac23f1a218103f16���\c:/go/src/go/internal/gcimporter/gcimporter.goþ"".byPath.Less�� ��žeH‹ %(���H‹‰����H;a†«���HƒìHH‹|$PH‹L$XH‹l$hH9̓ˆ���HïH‹+1ÛHƒý�ttH‹u�H‹UH‹l$pH9Ís[HïH‹+1ÛHƒý�tGH‹M�H‹EH‰t$(H‰4$H‰T$0H‰T$H‰L$8H‰L$H‰D$@H‰D$è����H‹\$ Hƒû�œD$xHƒÄHÉE�ë´è���� ‰E�ë‡è���� è����é1ÿÿÿ
������¬
��"runtime.cmpstring���æ
��$runtime.panicindex���þ
��$runtime.panicindex���Œ
��0runtime.morestack_noctxt���`�� "".~r0�type.string� "".~r0�?type.string� "".~r2�Ptype.bool�"".j�@type.int�"".i�0type.int�"".a��type."".byPath�Ž#�Ð�
ÀÐ� �•;�Tgclocals·6432f8c6a0d23fa7bee6c5d96f21a92a�Tgclocals·a8eabfc4a4514ed6b3b0c61e9680e440���\c:/go/src/go/internal/gcimporter/gcimporter.goþ&"".ImportData.func1�� ��”eH‹ %(���H‹‰����HD$¨H;A†á��HìØ���1ÀH|$`è����Hœ$à���H‰$è����H‹L$H‹D$H‰L$XH‰D$`H‰L$HH‰ $H‰D$PH‰D$è����H‹T$PH‹L$H‹D$Hƒù�uHÄØ���Ã=AÇe“…Z��1ÛH‰\$hH‰\$pH‰\$xH‰œ$€���H‰œ$ˆ���H‰œ$���H‰œ$˜���H����H‰$H‰L$H‰T$H\$hH‰\$è����H‹T$PH‹L$H¶\$ €û�„í���H‹\$hH‰œ$ ���H‹\$pH‰œ$¨���H‹\$xH‰œ$°���H‹œ$€���H‰œ$¸���H‹œ$ˆ���H‰œ$À���H‹œ$���H‰œ$È���H‹œ$˜���H‰œ$Ð���H����H‰$H����H‰\$H����H‰\$Hœ$ ���H‰\$HÇD$ ����è����H‹L$(H‹D$0H‹œ$à���H‰L$8H‰ H‰D$@€=�����u H‰CéªþÿÿLCL‰$H‰D$è����é“þÿÿH‰ $H‰T$è���� è����éöýÿÿ������\
ú� runtime.duffzero���~
��"runtime.gorecover���Ö
��$runtime.efacethash���”��&type."".importError���Î
��$runtime.assertE2T2���Ú��&type."".importError���ð��type.error���ˆ��8go.itab."".importError.error���È
��runtime.convT2I���’�6runtime.writeBarrierEnabled���Î
��.runtime.writebarrierptr���ô
��runtime.gopanic���‚
��0runtime.morestack_noctxt���°��
"".autotmp_0425�Ÿ"type.interface {}�"".autotmp_0424�o&type."".importError�"".autotmp_0423�ÿ"type.interface {}�"".r�ß&type."".importError�"".&err��type.*error�&°d¯°…��.¸2QxÑ ��>,¹V�Tgclocals·5d2b5a2aeff4e4cf961f497a12cc05ae�Tgclocals·b945073b29e87e603dce5bb86195cb16���\c:/go/src/go/internal/gcimporter/gcimporter.goþ"".Import.func1�� ��šeH‹ %(���H‹‰����HD$àH;A†ä��Hì ���H‹œ$¨���H‰$è����H‹œ$°���H‹+Hƒý�„f��H‹œ$¸���H‰\$XH‹œ$À���H‰\$`1ÛH‰œ$€���H‰œ$ˆ���H‰œ$���H‰œ$˜���Hœ$€���Hƒû�„b��HÇD$p���HÇD$x���H‰\$hH����H‰$H\$XH‰\$HÇD$����è����H‹L$H‹D$ H‹\$hH‰L$HH‰ H‰D$P€=�����…è���H‰CH‹´$°���H‹H‰ $H‹NH‰L$è����H‹L$H‹D$H‹\$hHƒÃH‰L$HH‰ H‰D$P€=�����…ƒ���H‰CH����H‰$HÇD$���H‹\$hH‰\$H‹\$pH‰\$H‹\$xH‰\$ è����H‹L$(H‹D$0H‹œ$°���H‰L$8H‰ H‰D$@€=�����u H‰CHÄ ���ÃLCL‰$H‰D$è����ëäLCL‰$H‰D$è����éjÿÿÿLCL‰$H‰D$è����éÿÿÿ‰é—þÿÿè����éóýÿÿ������f
�� os.(*File).Close���è��type.string��� 
��runtime.convT2E���ä�6runtime.writeBarrierEnabled���´
��runtime.convI2E���€�6runtime.writeBarrierEnabled���¤��Ngo.string."reading export data: %s: %v"���„
��fmt.Errorf���Î�6runtime.writeBarrierEnabled���
��.runtime.writebarrierptr���¸
��.runtime.writebarrierptr���æ
��.runtime.writebarrierptr���ˆ
��0runtime.morestack_noctxt���@À��"".autotmp_0435��"type.interface {}�"".autotmp_0434�¯"type.interface {}�"".autotmp_0433�?(type.[2]interface {}�"".autotmp_0430�o&type.[]interface {}�"".autotmp_0429�type.string�"".filename� type.string�"".&err�type.*error�"".f��type.*os.File�&À“¿ÀV��*¢&æ5 ��2²Z5�Tgclocals·f7aa1743939cae014f83a8a2d262049c�Tgclocals·5f94c05c234b78b823dd80b2aba3d713���\c:/go/src/go/internal/gcimporter/gcimporter.goþ."".(*parser).init.func1�� ��žeH‹ %(���H‹‰����H;avoHƒì@H‹ZH‰\$(H‹\$PH‰\$0H‹\$XH‰\$8H����H‰$H\$0H‰\$HÇD$����è����H\$H|$H‹ H‰H‹KH‰OH‹\$(H‰$è����HƒÄ@Ãè����éqÿÿÿ
������t��type.string���¬
��runtime.convT2E���ø
��$"".(*parser).error���Œ
��"runtime.morestack���0€��"".autotmp_0437�type.string�"".p�/type.*"".parser� "".msg�type.string�€j€ ��
ò��U&�Tgclocals·9c91d8a91ac42440a3d1507bc8d2e808�Tgclocals·b4fa98b795b1b54ff7448fc4dc1a3c7f���\c:/go/src/go/internal/gcimporter/gcimporter.goþ"".init�� ��–eH‹ %(���H‹‰����H;avk¶����€û�t¶����€ûuÃè���� Æ����è����è����è����è����è����è����è����è����è����è����è����è����Æ����Ãè����éuÿÿÿ&������2��"".initdone·���J��"".initdone·���`
��"runtime.throwinit���p�"".initdone·���|
��bufio.init���†
��fmt.init���
��io.init���š
��strconv.init���¤
��strings.init���®
��go/build.init���¸
��go/token.init���Â
��os.init���Ì
��$path/filepath.init���Ö
��"text/scanner.init���à
�� go/constant.init���ê
��go/types.init���ö�"".initdone·���„
��0runtime.morestack_noctxt����������
À�
�/a�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���\c:/go/src/go/internal/gcimporter/gcimporter.goþ4type..hash.[1]interface {}�à��ØeH‹ %(���H‹‰����H;a†ˆ���Hƒì(H‹L$81ÀHÇD$���H‹l$H9è}\H‰D$ H‰ÅH‰ÈHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$0Hƒû�t;HÁåHëH‰$H‰D$8H‰D$è����H‹L$H‹D$ HÿÀH‹l$H9è|¤H‰L$@HƒÄ(ÉëÁè����éTÿÿÿ������ò
��(runtime.nilinterhash���Æ
��0runtime.morestack_noctxt���0P��
"".autotmp_0439�type.int�"".autotmp_0438�type.int� "".~r2� type.uintptr�"".h�type.uintptr�"".p��*type.*[1]interface {}�POP�°�°�
�x8�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���\c:/go/src/go/internal/gcimporter/exportdata.goþ0type..eq.[1]interface {}�€��äeH‹ %(���H‹‰����H;a†Î���HƒìX1ÀHÇD$(���H‹l$(H9荒���H‰D$0H‹\$hHƒû�„–���H‰ÅHÁåHëH‹ H‹sH‹\$`Hƒû�tvH‰ÅHÁåHëH‹H‹SH9ÈuVH‰D$8H‰$H‰T$@H‰T$H‰L$HH‰L$H‰t$PH‰t$è����¶\$ €û�t H‹D$0HÿÀH‹l$(H9èŒnÿÿÿÆD$pHƒÄXÃÆD$p�HƒÄXÉ놉écÿÿÿè����éÿÿÿ������Ê
��runtime.efaceeq���Ò
��0runtime.morestack_noctxt���0°��"".autotmp_0443�?"type.interface {}�"".autotmp_0442�"type.interface {}�"".autotmp_0441�_type.int�"".autotmp_0440�Otype.int� "".~r2� type.bool�"".q�*type.*[1]interface {}�"".p��*type.*[1]interface {}�&°´¯° ¯°#�€�€� �¤\�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·a8eabfc4a4514ed6b3b0c61e9680e440���\c:/go/src/go/internal/gcimporter/exportdata.goþ(type..hash.[2]string�à��ØeH‹ %(���H‹‰����H;a†ˆ���Hƒì(H‹L$81ÀHÇD$���H‹l$H9è}\H‰D$ H‰ÅH‰ÈHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$0Hƒû�t;HÁåHëH‰$H‰D$8H‰D$è����H‹L$H‹D$ HÿÀH‹l$H9è|¤H‰L$@HƒÄ(ÉëÁè����éTÿÿÿ������ò
��runtime.strhash���Æ
��0runtime.morestack_noctxt���0P��
"".autotmp_0445�type.int�"".autotmp_0444�type.int� "".~r2� type.uintptr�"".h�type.uintptr�"".p��type.*[2]string�POP�°�°�
�x8�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���\c:/go/src/go/internal/gcimporter/exportdata.goþ$type..eq.[2]string�€��äeH‹ %(���H‹‰����H;a†Î���HƒìX1ÀHÇD$(���H‹l$(H9荒���H‰D$0H‹\$`Hƒû�„–���H‰ÅHÁåHëH‹3H‹KH‹\$hHƒû�tvH‰ÅHÁåHëH‹H‹CH9ÁuVH‰t$HH‰4$H‰L$PH‰L$H‰T$8H‰T$H‰D$@H‰D$è����¶\$ €û�t H‹D$0HÿÀH‹l$(H9èŒnÿÿÿÆD$pHƒÄXÃÆD$p�HƒÄXÉ놉écÿÿÿè����éÿÿÿ������Ê
�� runtime.eqstring���Ò
��0runtime.morestack_noctxt���0°��"".autotmp_0449�?type.string�"".autotmp_0448�type.string�"".autotmp_0447�_type.int�"".autotmp_0446�Otype.int� "".~r2� type.bool�"".q�type.*[2]string�"".p��type.*[2]string�&°´¯° ¯°#�€�€� �¤\�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·a8eabfc4a4514ed6b3b0c61e9680e440���\c:/go/src/go/internal/gcimporter/exportdata.goþ(type..hash.[8]string�à��ØeH‹ %(���H‹‰����H;a†ˆ���Hƒì(H‹L$81ÀHÇD$���H‹l$H9è}\H‰D$ H‰ÅH‰ÈHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$0Hƒû�t;HÁåHëH‰$H‰D$8H‰D$è����H‹L$H‹D$ HÿÀH‹l$H9è|¤H‰L$@HƒÄ(ÉëÁè����éTÿÿÿ������ò
��runtime.strhash���Æ
��0runtime.morestack_noctxt���0P��
"".autotmp_0451�type.int�"".autotmp_0450�type.int� "".~r2� type.uintptr�"".h�type.uintptr�"".p��type.*[8]string�POP�°�°�
�x8�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���\c:/go/src/go/internal/gcimporter/exportdata.goþ$type..eq.[8]string�€��äeH‹ %(���H‹‰����H;a†Î���HƒìX1ÀHÇD$(���H‹l$(H9荒���H‰D$0H‹\$`Hƒû�„–���H‰ÅHÁåHëH‹3H‹KH‹\$hHƒû�tvH‰ÅHÁåHëH‹H‹CH9ÁuVH‰t$HH‰4$H‰L$PH‰L$H‰T$8H‰T$H‰D$@H‰D$è����¶\$ €û�t H‹D$0HÿÀH‹l$(H9èŒnÿÿÿÆD$pHƒÄXÃÆD$p�HƒÄXÉ놉écÿÿÿè����éÿÿÿ������Ê
�� runtime.eqstring���Ò
��0runtime.morestack_noctxt���0°��"".autotmp_0455�?type.string�"".autotmp_0454�type.string�"".autotmp_0453�_type.int�"".autotmp_0452�Otype.int� "".~r2� type.bool�"".q�type.*[8]string�"".p��type.*[8]string�&°´¯° ¯°#�€�€� �¤\�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·a8eabfc4a4514ed6b3b0c61e9680e440���\c:/go/src/go/internal/gcimporter/exportdata.goþ4type..hash.[3]interface {}�à��ØeH‹ %(���H‹‰����H;a†ˆ���Hƒì(H‹L$81ÀHÇD$���H‹l$H9è}\H‰D$ H‰ÅH‰ÈHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$0Hƒû�t;HÁåHëH‰$H‰D$8H‰D$è����H‹L$H‹D$ HÿÀH‹l$H9è|¤H‰L$@HƒÄ(ÉëÁè����éTÿÿÿ������ò
��(runtime.nilinterhash���Æ
��0runtime.morestack_noctxt���0P��
"".autotmp_0457�type.int�"".autotmp_0456�type.int� "".~r2� type.uintptr�"".h�type.uintptr�"".p��*type.*[3]interface {}�POP�°�°�
�x8�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���\c:/go/src/go/internal/gcimporter/exportdata.goþ0type..eq.[3]interface {}�€��äeH‹ %(���H‹‰����H;a†Î���HƒìX1ÀHÇD$(���H‹l$(H9荒���H‰D$0H‹\$hHƒû�„–���H‰ÅHÁåHëH‹ H‹sH‹\$`Hƒû�tvH‰ÅHÁåHëH‹H‹SH9ÈuVH‰D$8H‰$H‰T$@H‰T$H‰L$HH‰L$H‰t$PH‰t$è����¶\$ €û�t H‹D$0HÿÀH‹l$(H9èŒnÿÿÿÆD$pHƒÄXÃÆD$p�HƒÄXÉ놉écÿÿÿè����éÿÿÿ������Ê
��runtime.efaceeq���Ò
��0runtime.morestack_noctxt���0°��"".autotmp_0461�?"type.interface {}�"".autotmp_0460�"type.interface {}�"".autotmp_0459�_type.int�"".autotmp_0458�Otype.int� "".~r2� type.bool�"".q�*type.*[3]interface {}�"".p��*type.*[3]interface {}�&°´¯° ¯°#�€�€� �¤\�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·a8eabfc4a4514ed6b3b0c61e9680e440���\c:/go/src/go/internal/gcimporter/exportdata.goþ:type..hash.[8]go/types.Object�à��ØeH‹ %(���H‹‰����H;a†ˆ���Hƒì(H‹L$81ÀHÇD$���H‹l$H9è}\H‰D$ H‰ÅH‰ÈHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$0Hƒû�t;HÁåHëH‰$H‰D$8H‰D$è����H‹L$H‹D$ HÿÀH‹l$H9è|¤H‰L$@HƒÄ(ÉëÁè����éTÿÿÿ������ò
��"runtime.interhash���Æ
��0runtime.morestack_noctxt���0P��
"".autotmp_0463�type.int�"".autotmp_0462�type.int� "".~r2� type.uintptr�"".h�type.uintptr�"".p��0type.*[8]go/types.Object�POP�°�°�
�x8�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���\c:/go/src/go/internal/gcimporter/exportdata.goþ6type..eq.[8]go/types.Object�€��äeH‹ %(���H‹‰����H;a†Î���HƒìX1ÀHÇD$(���H‹l$(H9荒���H‰D$0H‹\$hHƒû�„–���H‰ÅHÁåHëH‹ H‹sH‹\$`Hƒû�tvH‰ÅHÁåHëH‹H‹SH9ÈuVH‰D$8H‰$H‰T$@H‰T$H‰L$HH‰L$H‰t$PH‰t$è����¶\$ €û�t H‹D$0HÿÀH‹l$(H9èŒnÿÿÿÆD$pHƒÄXÃÆD$p�HƒÄXÉ놉écÿÿÿè����éÿÿÿ������Ê
��runtime.ifaceeq���Ò
��0runtime.morestack_noctxt���0°��"".autotmp_0467�?(type.go/types.Object�"".autotmp_0466�(type.go/types.Object�"".autotmp_0465�_type.int�"".autotmp_0464�Otype.int� "".~r2� type.bool�"".q�0type.*[8]go/types.Object�"".p��0type.*[8]go/types.Object�&°´¯° ¯°#�€�€� �¤\�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·a8eabfc4a4514ed6b3b0c61e9680e440���\c:/go/src/go/internal/gcimporter/exportdata.goþ2type..hash."".importError� ��šeH‹ %(���H‹‰����H;avmHƒìH‹\$ H‰$Hƒ<$�tPH‹\$(H‰\$è����H‹D$H‹\$ H‰$Hƒ<$�t#Hƒ$(H‰D$(H‰D$è����H‹\$H‰\$0HƒÄÉ%����ëԉ%����ë§è����ésÿÿÿ������j
��@type..hash.text/scanner.Position���¼
��"runtime.interhash���ˆ
��0runtime.morestack_noctxt���00�� "".~r2� type.uintptr�"".h�type.uintptr�"".p��(type.*"".importError�0V/0���
�4\�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���\c:/go/src/go/internal/gcimporter/exportdata.goþ.type..eq."".importError� ��eH‹ %(���H‹‰����H;a†d��HƒìxH‹Œ$€���Hƒù�„G��H‹„$ˆ���Hƒø�„.��H‰L$0H‹1H‹IH‰D$(H‹H‹@H9Á…���H‰t$hH‰4$H‰L$pH‰L$H‰T$XH‰T$H‰D$`H‰D$è����H‹L$0H‹D$(¶\$ €û�„¼���H‹YH‹hH9ë…«���H‹YH‹hH9ë…š���H‹Y H‹h H9ë…‰���H‹œ$ˆ���Hƒû�twH‹K(H‹s0H‹œ$€���Hƒû�t]H‹C(H‹S0H9ÈuCH‰D$8H‰$H‰T$@H‰T$H‰L$HH‰L$H‰t$PH‰t$è����¶\$ €û�t Ƅ$���HƒÄxÃƄ$����HƒÄxÉ량ë…Æ„$����HƒÄxÉ�éËþÿÿ‰é²þÿÿè����éxþÿÿ������–
�� runtime.eqstring���æ
��runtime.ifaceeq���þ
��0runtime.morestack_noctxt���0ð��"".autotmp_0473�type.error�"".autotmp_0472�_type.error�"".autotmp_0471�?type.string�"".autotmp_0470�type.string�"".autotmp_0469�Ÿ6type.*text/scanner.Position�"".autotmp_0468�6type.*text/scanner.Position� "".~r2� type.bool�"".q�(type.*"".importError�"".p��(type.*"".importError�2ð¯ïð ïðïð ����Š¨^�Tgclocals·51af24152615272c3d9efc8538f95767�Tgclocals·19720f077b085bccea0146c5b9fc7c9d���\c:/go/src/go/internal/gcimporter/exportdata.goþ."".(*importError).Error� �� eH‹ %(���H‹‰����H;a†¬���HƒìHH‹Y H…Ût H|$PH9;uH‰#1ÛH‰\$XH‰\$`H‹\$P1íH9ëuEH����H‰$HÇD$
���H����H‰\$HÇD$ ���H����H‰\$ HÇD$(���è���� H‹t$PHƒþ�t&H‰çè����è����H‹L$8H‹D$@H‰L$XH‰D$`HƒÄHÉëÖè����é0ÿÿÿ������ž��,go.string."gcimporter"���Æ��.go.string."importError"���ð��"go.string."Error"���–
��"runtime.panicwrap���¼� runtime.duffcopy���Ê
��("".importError.Error���Ž
��0runtime.morestack_noctxt���0�� "".~r0�type.string�""..this��(type.*"".importError�£�Ð�Ð� �ŠF�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ4type..hash.[2]interface {}�à��ØeH‹ %(���H‹‰����H;a†ˆ���Hƒì(H‹L$81ÀHÇD$���H‹l$H9è}\H‰D$ H‰ÅH‰ÈHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$0Hƒû�t;HÁåHëH‰$H‰D$8H‰D$è����H‹L$H‹D$ HÿÀH‹l$H9è|¤H‰L$@HƒÄ(ÉëÁè����éTÿÿÿ������ò
��(runtime.nilinterhash���Æ
��0runtime.morestack_noctxt���0P��
"".autotmp_0476�type.int�"".autotmp_0475�type.int� "".~r2� type.uintptr�"".h�type.uintptr�"".p��*type.*[2]interface {}�POP�°�°�
�x8�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���\c:/go/src/go/internal/gcimporter/exportdata.goþ0type..eq.[2]interface {}�€��äeH‹ %(���H‹‰����H;a†Î���HƒìX1ÀHÇD$(���H‹l$(H9荒���H‰D$0H‹\$hHƒû�„–���H‰ÅHÁåHëH‹ H‹sH‹\$`Hƒû�tvH‰ÅHÁåHëH‹H‹SH9ÈuVH‰D$8H‰$H‰T$@H‰T$H‰L$HH‰L$H‰t$PH‰t$è����¶\$ €û�t H‹D$0HÿÀH‹l$(H9èŒnÿÿÿÆD$pHƒÄXÃÆD$p�HƒÄXÉ놉écÿÿÿè����éÿÿÿ������Ê
��runtime.efaceeq���Ò
��0runtime.morestack_noctxt���0°��"".autotmp_0480�?"type.interface {}�"".autotmp_0479�"type.interface {}�"".autotmp_0478�_type.int�"".autotmp_0477�Otype.int� "".~r2� type.bool�"".q�*type.*[2]interface {}�"".p��*type.*[2]interface {}�&°´¯° ¯°#�€�€� �¤\�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·a8eabfc4a4514ed6b3b0c61e9680e440���\c:/go/src/go/internal/gcimporter/exportdata.goþ "".(*byPath).Len��€��æeH‹ %(���H‹‰����H;a†���Hƒì0H‹Y H…Ût H|$8H9;uH‰#H‹\$81íH9ëuEH����H‰$HÇD$
���H����H‰\$HÇD$���H����H‰\$ HÇD$(���è���� H‹\$8Hƒû�tH‹+H‹CH‹kH‰D$@HƒÄ0Éëçè����éMÿÿÿ ������†��,go.string."gcimporter"���®��$go.string."byPath"���Ø��go.string."Len"���þ
��"runtime.panicwrap���Ô
��0runtime.morestack_noctxt��� `�� "".~r0�type.int�""..this��type.*"".byPath�`†_`�À�À�
�~B�Tgclocals·3f5c1f818fa7055d0400cecd34057162�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ""".(*byPath).Swap��€��æeH‹ %(���H‹‰����H;a†O��HƒìXH‹Y H…Ût H|$`H9;uH‰#H‹\$`1íH9ëuEH����H‰$HÇD$
���H����H‰\$HÇD$���H����H‰\$ HÇD$(���è���� H‹\$`Hƒû�„Î���H‹H‹KH‹kH‰l$PH‹D$hH‹t$pH9ȃ¤���HÂH‹+H‰l$8H9ȃˆ���HÂH‰T$@H‰t$0H‰L$HH9ÎsiH,òL‹E�€=�����u9L‰H9Îs*HòH‹l$8€=�����uH‰+HƒÄXÃH‰$H‰l$è����ëëè���� H‰$L‰D$è����H‹t$0H‹T$@H‹L$Hë«è���� è���� è���� ‰é+ÿÿÿè����éþÿÿ������†��,go.string."gcimporter"���®��$go.string."byPath"���Ø�� go.string."Swap"���þ
��"runtime.panicwrap���Ü�6runtime.writeBarrierEnabled����6runtime.writeBarrierEnabled���Â
��.runtime.writebarrierptr���Ð
��$runtime.panicindex���ð
��.runtime.writebarrierptr���œ
��$runtime.panicindex���ª
��$runtime.panicindex���¸
��$runtime.panicindex���Ô
��0runtime.morestack_noctxt���0°�� "".autotmp_0482�?,type.*go/types.Package�"".j�Otype.int�"".a�/type."".byPath�"".j� type.int�"".i�type.int�""..this��type.*"".byPath�°ø¯°i�€�€��~¹3�Tgclocals·41a13ac73c712c01973b8fe23f62d694�Tgclocals·bade3c5f6d433f8d8fecc50019bf4c85���<autogenerated>þ""".(*byPath).Less��à��ÎeH‹ %(���H‹‰����H;a†C��HƒìhH‹Y H…Ût H|$pH9;uH‰#H‹\$p1íH9ëuEH����H‰$HÇD$
���H����H‰\$HÇD$���H����H‰\$ HÇD$(���è���� H‹\$pHƒû�„Â���H‹3H‹SH‹kH‰l$`H‹D$xH‹Œ$€���H9Ѓ•���HÆH‹+1ÛHƒý�t~L‹M�H‹}H‰t$PH‰T$XH9Ñs`HÎH‹+1ÛHƒý�tLH‹M�H‹EL‰L$0L‰ $H‰|$8H‰|$H‰L$@H‰L$H‰D$HH‰D$è����H‹\$ Hƒû�œÀˆ„$ˆ���HƒÄhÉE�ë¯è���� ‰E�ézÿÿÿè���� ‰é7ÿÿÿè����é™þÿÿ������†��,go.string."gcimporter"���®��$go.string."byPath"���Ø�� go.string."Less"���þ
��"runtime.panicwrap���¾
��"runtime.cmpstring���‚
��$runtime.panicindex��� 
��$runtime.panicindex���¼
��0runtime.morestack_noctxt���@Ð�� "".~r0�Otype.string� "".~r0�otype.string�"".a�/type."".byPath� "".~r2�0type.bool�"".j� type.int�"".i�type.int�""..this��type.*"".byPath�ÐœÏÐ5�ð�
ð� �~ò�Tgclocals·2fccd208efe70893f9ac8d682812ae72�Tgclocals·627bbca91efe935c3ac76737d2026ca6���<autogenerated>þ0>go.itab.*bufio.Reader.io.Reader�����þ0Bgo.itab.*errors.errorString.error�����þ4go.string.hdr."header: %s"� �� ��������
����������,go.string."header: %s"���þ,go.string."header: %s"� ��header: %s��þLgo.string.hdr."invalid archive header"� �� ������������������Dgo.string."invalid archive header"���þDgo.string."invalid archive header"�0��.invalid archive header��þTgclocals·5d627beed8f2df48979824850cc95fb1�H��H������������������������������þTgclocals·32a8d6890024fd2fc3479d11f010487f�H��H������������������1����������þ2go.string.hdr."!<arch>\n"� �� ������������������*go.string."!<arch>\n"���þ*go.string."!<arch>\n"� ��!<arch>
��þ2go.string.hdr."__.SYMDEF"� �� �������� ����������*go.string."__.SYMDEF"���þ*go.string."__.SYMDEF"� ��__.SYMDEF��þ6go.string.hdr."__.GOSYMDEF"� �� �������� ����������.go.string."__.GOSYMDEF"���þ.go.string."__.GOSYMDEF"� ��__.GOSYMDEF��þ2go.string.hdr."__.PKGDEF"� �� �������� ����������*go.string."__.PKGDEF"���þ*go.string."__.PKGDEF"� ��__.PKGDEF��þ^go.string.hdr."go archive is missing __.PKGDEF"� �� ������������������Vgo.string."go archive is missing __.PKGDEF"���þVgo.string."go archive is missing __.PKGDEF"�@��@go archive is missing __.PKGDEF��þ4go.string.hdr."go object "� �� ��������
����������,go.string."go object "���þ,go.string."go object "� ��go object ��þHgo.string.hdr."not a go object file"� �� ������������������@go.string."not a go object file"���þ@go.string."not a go object file"�0��*not a go object file��þTgclocals·77f179a7bd70dd819be7c15ac5acda7e�P��P������������€��@������@����������þTgclocals·e636b0074b6d70d445cadb85ca65fba0�P��P�������������������������������þ"go.string.hdr."."� �� ������������������go.string."."���þgo.string."."���.��þ$go.string.hdr.".."� �� ������������������go.string.".."���þgo.string.".."���..��þ$go.string.hdr."./"� �� ������������������go.string."./"���þgo.string."./"���./��þ&go.string.hdr."../"� �� ������������������go.string."../"���þgo.string."../"���../��þ$go.string.hdr.".a"� �� ������������������go.string.".a"���þgo.string.".a"���.a��þTgclocals·bce3dfaed5ec70bab74159dadbd374c3������*����������������������������������€���€������ �T��� �T���þTgclocals·4f0fab7fccd33e5f3bed4e8efceaa0c9�P��P���������U������U������E���E���U����þTgclocals·3d397740ca3aeef04e4c50b86fffb064�0��0����������������������þTgclocals·82533b105984cf85b083f66dc669cad3�0��0���
���k���ë��k��k���þ04go.itab.*os.File.io.Reader�����þ,go.string.hdr."unsafe"� �� ������������������$go.string."unsafe"���þ$go.string."unsafe"���unsafe��þ~go.string.hdr."gcimporter.Import called for package \"unsafe\""� �� ��������-����������vgo.string."gcimporter.Import called for package \"unsafe\""���þvgo.string."gcimporter.Import called for package \"unsafe\""�`��\gcimporter.Import called for package "unsafe"��þJgo.string.hdr."can't find import: %s"� �� ������������������Bgo.string."can't find import: %s"���þBgo.string."can't find import: %s"�0��,can't find import: %s��þTgclocals·7dfff9f3e93128a6814a195d50094b85�°��°���7���������������������������@������������������������������������������������������������ ������������������������������������þTgclocals·672b2115e22b657390e8795b0ecc4737� �� ���������;���3���;���3���;���;���;���;���3���;���;���;���;���;���;���;���3����þPgo.string.hdr."no package name for %s\n"� �� ������������������Hgo.string."no package name for %s\n"���þHgo.string."no package name for %s\n"�0��0no package name for %s
��þTgclocals·0c8aa8e80191a30eac23f1a218103f16� �� ��������������þTgclocals·1fe70e2002c10bf0ef60be2505f32d60� �� ������ë���ë����þ<go.string.hdr."%s: %q -> %q\n"� �� �������� ����������4go.string."%s: %q -> %q\n"���þ4go.string."%s: %q -> %q\n"� ��%s: %q -> %q
��þTgclocals·23e8278e2b69a3a75fa59b23c49ed6ad��������������þTgclocals·87d20ce1b58390b294df80b886db78bf�������������þ0Tgo.itab.*go/types.TypeName.go/types.Object�����þTgclocals·d8b14f7163598ff927dfe951e2c777c2�X��X �������������Ã��É��É��� ������ �������þTgclocals·573eebd23f15bbede97c85018d63627a�X��X ����������������������������������þlgo.string.hdr."import error %s (byte offset = %d): %s"� �� ��������&����������dgo.string."import error %s (byte offset = %d): %s"���þdgo.string."import error %s (byte offset = %d): %s"�P��Nimport error %s (byte offset = %d): %s��þTgclocals·672aa9fe6872c20676e89d61cbf499e7�(��(��� �������ä��à���þTgclocals·2814a39acfc02b0deaa5c28b86ac2f0b�(��(��� ���a���a���a����þTgclocals·82ac8d93d226ba74e5a8499f247101e0�@��@��������������������&���„�þTgclocals·536a1a6fffedb1798b5362df4e8577c3�@��@�������������������������þTgclocals·d8fdd2a55187867c76648dc792366181� �� ��������������þTgclocals·df5f4783eff719379e1915089ee66ed8� �� ������ ��� ����þPgo.string.hdr."expected %s, got %s (%s)"� �� ������������������Hgo.string."expected %s, got %s (%s)"���þHgo.string."expected %s, got %s (%s)"�@��2expected %s, got %s (%s)��þTgclocals·e9899e89c4f348180a32437c19cc7cc5�8��8����������à�á�Qå�Qá��þTgclocals·087344e727b14a841dc6a2833d52f059�8��8����������������������þFgo.string.hdr."expected %q, got %q"� �� ������������������>go.string."expected %q, got %q"���þ>go.string."expected %q, got %q"�0��(expected %q, got %q��þTgclocals·a2f3ca3d82dff4723142c31f3be97388�0��0��� �������T��������þTgclocals·42e7756549fd1f1e78e70fcb9f08dd2b�0��0�������������������þVgo.string.hdr."expected keyword %s, got %q"� �� ������������������Ngo.string."expected keyword %s, got %q"���þNgo.string."expected keyword %s, got %q"�@��8expected keyword %s, got %q��þTgclocals·f9f81cf4c85089032748a8cc6e6fa228�0��0�������������Py��Px���þTgclocals·42e7756549fd1f1e78e70fcb9f08dd2b�0��0�������������������þTgclocals·524aafe7d1228e5424d64f5d94771fbf� �� ��������������þTgclocals·41a13ac73c712c01973b8fe23f62d694� �� �������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·83ead081cd909acab0dcd88a450c1878� �� ��������������þTgclocals·41a13ac73c712c01973b8fe23f62d694� �� �������������þTgclocals·f6bd6b3389b872033d462029172c8612�����������þTgclocals·b94e96d50a6fb9e88c70f76f35acc310�0��0��������� ��� �������þTgclocals·7ce3acc8ed0f2b1206426bdbf31411fc�(��(�����������������þTgclocals·c850c5a2fb77dc8d291a85b90724aa4c�(��(������ ��� ��� ����þHgo.string.hdr."%s package not found"� �� ������������������@go.string."%s package not found"���þ@go.string."%s package not found"�0��*%s package not found��þTgclocals·119e0c21c07a7dedc768397a8925d77f�0��0��� ����������p��p����þTgclocals·ee5c52fbe2eb2fda84d1a2ee1f84c3c6�0��0�������������������þHgo.string.hdr."not a basic type: %s"� �� ������������������@go.string."not a basic type: %s"���þ@go.string."not a basic type: %s"�0��*not a basic type: %s��þTgclocals·55f604624705d95e6b02f1725eb581a9�0��0����������@���������þTgclocals·197df35d123b8543b316c6de2f24053a�0��0�������������������þ0Jgo.itab.*go/types.Array.go/types.Type�����þTgclocals·97af6857a67469ca7db4666a935272b6�8��8��� ����������€��`�������þTgclocals·dea2c01c674be151aeaf6fe41713b420�8��8����������������������þ0Fgo.itab.*go/types.Map.go/types.Type�����þ&go.string.hdr."map"� �� ������������������go.string."map"���þgo.string."map"���map��þTgclocals·3c18f2b0b55fa05d9b8c564aa6424332�8��8��� ����������f���a�������þTgclocals·dea2c01c674be151aeaf6fe41713b420�8��8����������������������þ:go.string.hdr."name expected"� �� �������� ����������2go.string."name expected"���þ2go.string."name expected"� ��name expected��þTgclocals·54275a90d2175db88f56a67787ac89eb�@��@�����������������������������þTgclocals·d14d3b7cd4e8276117dbcd40b3a5fb3f�@��@��������� ��� ������ ��� ����þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0ebb2d1da58c1b4224bf5a7b370d7578�������������þPgo.string.hdr."anonymous field expected"� �� ������������������Hgo.string."anonymous field expected"���þHgo.string."anonymous field expected"�@��2anonymous field expected��þRgo.string.hdr."invalid struct tag %s: %s"� �� ������������������Jgo.string."invalid struct tag %s: %s"���þJgo.string."invalid struct tag %s: %s"�@��4invalid struct tag %s: %s��þTgclocals·060868f693a23e387f4a2095b97f660d�à��à ���*���������������À����À��€‚Á��€À��€!À��€ Ê��€ Ê��€ Â��ˆ�À��ˆ�À���À����À���þTgclocals·7f5bd2576cec9eeeb03bbb8d2b57ab2d�x��x ����������������������������������������������þ0Lgo.itab.*go/types.Struct.go/types.Type�����þ,go.string.hdr."struct"� �� ������������������$go.string."struct"���þ$go.string."struct"���struct��þTgclocals·85b368d1d82ecb056de3f2990d4ddbd1�@��@���
����������…���‘����������þTgclocals·5a3b3335c77530719461673acf642aae�@��@�������������������������þ0Jgo.itab.*go/types.Slice.go/types.Type�����þ$go.string.hdr."·"� �� ������������������go.string."·"���þgo.string."·"���·��þ&go.string.hdr."..."� �� ������������������go.string."..."���þgo.string."..."���...��þTgclocals·0a74129b9cce3d617d9a6451c8cf5b0f�X��X ��� ���������������`��™���š����������þTgclocals·2785978c7e4962a50f517fd60be50afc�X��X ����������������������������������þRgo.string.hdr."... not on final argument"� �� ������������������Jgo.string."... not on final argument"���þJgo.string."... not on final argument"�@��4... not on final argument��þTgclocals·aa938a00a76244d54cd3d039c66f536d�0��0���������������������þTgclocals·dbcd96a2f30f3b8ae83c5f4a587bc9ea�0��0�������������������þ`go.string.hdr."... not permitted on result type"� �� �������� ����������Xgo.string."... not permitted on result type"���þXgo.string."... not permitted on result type"�P��B... not permitted on result type��þTgclocals·f61b6e3cc489ec783ed0512c378ca215�8��8��� �������@���J����������þTgclocals·aa52d274abdec77c8c6f0039727529fb�8��8����������������������þ0Rgo.itab.*go/types.Signature.go/types.Type�����þ0Rgo.itab.*go/types.Interface.go/types.Type�����þ2go.string.hdr."interface"� �� �������� ����������*go.string."interface"���þ*go.string."interface"� ��interface��þTgclocals·c11f1ff893482b4877bccb6681cfe710�`��`
�������������
��‘��á��ä��d�����������þTgclocals·55efd81f5270628e013a8450ae15bc0a�`��`
�������������������������������������þ0Hgo.itab.*go/types.Chan.go/types.Type�����þ(go.string.hdr."chan"� �� ������������������ go.string."chan"���þ go.string."chan"���
chan��þ$go.string.hdr."<-"� �� ������������������go.string."<-"���þgo.string."<-"���<-��þTgclocals·224c066661476ee90d4178fff75bb75d�(��(�����������������þTgclocals·cb395d89503762333b1bfb09ba74eb12�(��(����������������þ0Ngo.itab.*go/types.Pointer.go/types.Type�����þ(go.string.hdr."func"� �� ������������������ go.string."func"���þ go.string."func"���
func��þTgo.string.hdr."expected type, got %s (%q)"� �� ������������������Lgo.string."expected type, got %s (%q)"���þLgo.string."expected type, got %s (%q)"�@��6expected type, got %s (%q)��þTgclocals·07227594fff36112be39ed9179278c32�`��`
����������� ��������������€������€ò��€ð��þTgclocals·55efd81f5270628e013a8450ae15bc0a�`��`
�������������������������������������þ,go.string.hdr."import"� �� ������������������$go.string."import"���þ$go.string."import"���import��þTgclocals·83ead081cd909acab0dcd88a450c1878� �� ��������������þTgclocals·51fa0e13d53d6bad7f86670d3edaeac6� �� �������������þ"go.string.hdr."-"� �� ������������������go.string."-"���þgo.string."-"���-��þTgclocals·83ead081cd909acab0dcd88a450c1878� �� ��������������þTgclocals·41a13ac73c712c01973b8fe23f62d694� �� �������������þ0\go.itab.go/constant.int64Val.go/constant.Value�����þ@go.string.hdr."invalid mantissa"� �� ������������������8go.string."invalid mantissa"���þ8go.string."invalid mantissa"�0��"invalid mantissa��þ"go.string.hdr."p"� �� ������������������go.string."p"���þgo.string."p"���p��þTgclocals·149c9a12e9c443822612e24dfce2db96�0��0������������� ��������þTgclocals·5aa35dfd82e881714a6bffc68e3a4a50�0��0�������������������þ0Jgo.itab.*go/types.Basic.go/types.Type�����þ0Zgo.itab.go/constant.boolVal.go/constant.Value�����þ0Ngo.itab.*go/types.Const.go/types.Object�����þ*go.string.hdr."const"� �� ������������������"go.string."const"���þ"go.string."const"��� const��þ(go.string.hdr."true"� �� ������������������ go.string."true"���þ go.string."true"���
true��þ*go.string.hdr."false"� �� ������������������"go.string."false"���þ"go.string."false"��� false��þLgo.string.hdr."expected true or false"� �� ������������������Dgo.string."expected true or false"���þDgo.string."expected true or false"�0��.expected true or false��þ"go.string.hdr."i"� �� ������������������go.string."i"���þgo.string."i"���i��þNgo.string.hdr."expected literal got %s"� �� ������������������Fgo.string."expected literal got %s"���þFgo.string."expected literal got %s"�0��0expected literal got %s��þTgclocals·a739c15c1fd9333e2103a1eae285337e�°��°���(��������������`����� `����` `����à!`����æ!`����` `���`&`����`¦a����à'`����` `����æ!`(���æ!`���ƒ`����‰`����‰�`����‰�`���� ��`�����þTgclocals·233b5e45961a6e6392813d1bacc3a68d� �� �������������������������������������������������������������þ(go.string.hdr."type"� �� ������������������ go.string."type"���þ go.string."type"���
type��þTgclocals·fdec177485cbfa40ac91f85390ec1fea� �� ��� �����������þTgclocals·51fa0e13d53d6bad7f86670d3edaeac6� �� �������������þ0Jgo.itab.*go/types.Var.go/types.Object�����þ&go.string.hdr."var"� �� ������������������go.string."var"���þgo.string."var"���var��þTgclocals·f16158be6525ea090e56cdb7ba087a6b�@��@������������3��9��9��� ����þTgclocals·6718fa3ce60556785ebaaf7cd5569ede�@��@�������������������������þTgclocals·0c8aa8e80191a30eac23f1a218103f16� �� ��������������þTgclocals·51af24152615272c3d9efc8538f95767� �� �������������þTgclocals·c5b2a16a74772ff59e81ca955c3810df�X��X ������������������€��˜�� ˜�� �� ����þTgclocals·6e25916c194457f163fe7feace7d8c16�X��X ����������������������������������þ0Lgo.itab.*go/types.Func.go/types.Object�����þTgclocals·d56f568a957c66f0b37c44087730f867�H��H��� ���������“���ã���é���i��� ����þTgclocals·f1d29f68ab551ae84767e61e7c1139ab�H��H����������������������������þTgclocals·d8fdd2a55187867c76648dc792366181� �� ��������������þTgclocals·51fa0e13d53d6bad7f86670d3edaeac6� �� �������������þ0@go.itab."".byPath.sort.Interface�����þ.go.string.hdr."package"� �� ������������������&go.string."package"���þ&go.string."package"���package��þ(go.string.hdr."safe"� �� ������������������ go.string."safe"���þ go.string."safe"���
safe��þPgo.string.hdr."expected '$$', got %s %c"� �� ������������������Hgo.string."expected '$$', got %s %c"���þHgo.string."expected '$$', got %s %c"�@��2expected '$$', got %s %c��þdgo.string.hdr."expected no scanner errors, got %d"� �� ��������"����������\go.string."expected no scanner errors, got %d"���þ\go.string."expected no scanner errors, got %d"�P��Fexpected no scanner errors, got %d��þTgclocals·c6112f351dbf7b35e551ac4a4088d20d�À��À ���*�����������À��<����Ä��<����Â��<����Â<����Â�<����Â�<����Â�ü?���Ã�ü?���Ã��ü?���Â�‚<�����þTgclocals·97bf1a7423481202f409c6c6f46e1699�h��h ����������������������������������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·2fccd208efe70893f9ac8d682812ae72�������������þTgclocals·0c8aa8e80191a30eac23f1a218103f16� �� ��������������þTgclocals·3260b5c802f633fd6252c227878dd72a� �� �������������þTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440��������������þTgclocals·6432f8c6a0d23fa7bee6c5d96f21a92a�������������þ08go.itab."".importError.error�����þTgclocals·b945073b29e87e603dce5bb86195cb16�0��0����������@��L��@8 ��þTgclocals·5d2b5a2aeff4e4cf961f497a12cc05ae�0��0�������������������þVgo.string.hdr."reading export data: %s: %v"� �� ������������������Ngo.string."reading export data: %s: %v"���þNgo.string."reading export data: %s: %v"�@��8reading export data: %s: %v��þTgclocals·5f94c05c234b78b823dd80b2aba3d713�(��(��� �������P�����þTgclocals·f7aa1743939cae014f83a8a2d262049c�(��(����������������þTgclocals·b4fa98b795b1b54ff7448fc4dc1a3c7f�(��(�����������������þTgclocals·9c91d8a91ac42440a3d1507bc8d2e808�(��(����������������þ$go.string.hdr.".o"� �� ������������������go.string.".o"���þgo.string.".o"���.o��þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þ."".pkgExts��@type.[2]string�@���������������������������������go.string.".a"��� ��go.string.".o"���þ0"".initdone·��type.uint8���þ,"".readGopackHeader·f��������������&"".readGopackHeader���þ("".FindExportData·f��������������""".FindExportData���þ"".FindPkg·f��������������"".FindPkg���þ "".ImportData·f��������������"".ImportData���þ"".Import·f��������������"".Import���þ("".(*parser).init·f��������������""".(*parser).init���þ("".(*parser).next·f��������������""".(*parser).next���þ$"".declTypeName·f��������������"".declTypeName���þ."".importError.Error·f��������������("".importError.Error���þ*"".(*parser).error·f��������������$"".(*parser).error���þ,"".(*parser).errorf·f��������������&"".(*parser).errorf���þ,"".(*parser).expect·f��������������&"".(*parser).expect���þ:"".(*parser).expectSpecial·f��������������4"".(*parser).expectSpecial���þ:"".(*parser).expectKeyword·f��������������4"".(*parser).expectKeyword���þ<"".(*parser).parsePackageId·f��������������6"".(*parser).parsePackageId���þ@"".(*parser).parsePackageName·f��������������:"".(*parser).parsePackageName���þ:"".(*parser).parseDotIdent·f��������������4"".(*parser).parseDotIdent���þD"".(*parser).parseQualifiedName·f��������������>"".(*parser).parseQualifiedName���þ,"".(*parser).getPkg·f��������������&"".(*parser).getPkg���þB"".(*parser).parseExportedName·f��������������<"".(*parser).parseExportedName���þ<"".(*parser).parseBasicType·f��������������6"".(*parser).parseBasicType���þ<"".(*parser).parseArrayType·f��������������6"".(*parser).parseArrayType���þ8"".(*parser).parseMapType·f��������������2"".(*parser).parseMapType���þ2"".(*parser).parseName·f��������������,"".(*parser).parseName���þ"".deref·f��������������"".deref���þ4"".(*parser).parseField·f��������������."".(*parser).parseField���þ>"".(*parser).parseStructType·f��������������8"".(*parser).parseStructType���þ<"".(*parser).parseParameter·f��������������6"".(*parser).parseParameter���þ>"".(*parser).parseParameters·f��������������8"".(*parser).parseParameters���þ<"".(*parser).parseSignature·f��������������6"".(*parser).parseSignature���þD"".(*parser).parseInterfaceType·f��������������>"".(*parser).parseInterfaceType���þ:"".(*parser).parseChanType·f��������������4"".(*parser).parseChanType���þ2"".(*parser).parseType·f��������������,"".(*parser).parseType���þ>"".(*parser).parseImportDecl·f��������������8"".(*parser).parseImportDecl���þ0"".(*parser).parseInt·f��������������*"".(*parser).parseInt���þ6"".(*parser).parseNumber·f��������������0"".(*parser).parseNumber���þ<"".(*parser).parseConstDecl·f��������������6"".(*parser).parseConstDecl���þ:"".(*parser).parseTypeDecl·f��������������4"".(*parser).parseTypeDecl���þ8"".(*parser).parseVarDecl·f��������������2"".(*parser).parseVarDecl���þ2"".(*parser).parseFunc·f��������������,"".(*parser).parseFunc���þ>"".(*parser).parseMethodDecl·f��������������8"".(*parser).parseMethodDecl���þ:"".(*parser).parseFuncDecl·f��������������4"".(*parser).parseFuncDecl���þ2"".(*parser).parseDecl·f��������������,"".(*parser).parseDecl���þ6"".(*parser).parseExport·f��������������0"".(*parser).parseExport���þ "".byPath.Len·f��������������"".byPath.Len���þ""".byPath.Swap·f��������������"".byPath.Swap���þ""".byPath.Less·f��������������"".byPath.Less���þ,"".ImportData.func1·f��������������&"".ImportData.func1���þ$"".Import.func1·f��������������"".Import.func1���þ4"".(*parser).init.func1·f��������������."".(*parser).init.func1���þ"".init·f��������������"".init���þ"runtime.gcbits.01����þ.go.string.hdr."[]uint8"� �� ������������������&go.string."[]uint8"���þ&go.string."[]uint8"���[]uint8��þtype.[]uint8� �� ��������������ß~.8��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��.go.string.hdr."[]uint8"���p��*go.weak.type.*[]uint8���€��"runtime.zerovalue�����type.uint8���þ6go.typelink.[]uint8 []uint8��������������type.[]uint8���þ"runtime.gcbits.03����þ8go.string.hdr."interface {}"� �� �������� ����������0go.string."interface {}"���þ0go.string."interface {}"� ��interface {}��þ"type.interface {}�À��À��������������çW ������������������������������������������������������������������������� 0€� runtime.algarray���@��"runtime.gcbits.03���P��8go.string.hdr."interface {}"���p��4go.weak.type.*interface {}���€��"runtime.zerovalue���À�"type.interface {}���þ<go.string.hdr."[]interface {}"� �� ������������������4go.string."[]interface {}"���þ4go.string."[]interface {}"� ��[]interface {}��þ&type.[]interface {}� �� ��������������p“ê/��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��<go.string.hdr."[]interface {}"���p��8go.weak.type.*[]interface {}���€��"runtime.zerovalue�����"type.interface {}���þRgo.typelink.[]interface {} []interface {}��������������&type.[]interface {}���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440��������������þTgclocals·3bb21ca8fe1d99a3e492463bd711418a�������������þ<type..hashfunc.[1]interface {}��������������4type..hash.[1]interface {}���þ8type..eqfunc.[1]interface {}��������������0type..eq.[1]interface {}���þ2type..alg.[1]interface {}� �� �������������������<type..hashfunc.[1]interface {}�����8type..eqfunc.[1]interface {}���þ>go.string.hdr."[1]interface {}"� �� ������������������6go.string."[1]interface {}"���þ6go.string."[1]interface {}"� �� [1]interface {}��þ(type.[1]interface {}�À��À��������������P‘[ú������������������������������������������������������������������������0��2type..alg.[1]interface {}���@��"runtime.gcbits.03���P��>go.string.hdr."[1]interface {}"���p��:go.weak.type.*[1]interface {}���€��"runtime.zerovalue�����"type.interface {}��� ��&type.[]interface {}���þVgo.typelink.[1]interface {} [1]interface {}��������������(type.[1]interface {}���þ@go.string.hdr."*[1]interface {}"� �� ������������������8go.string."*[1]interface {}"���þ8go.string."*[1]interface {}"�0��"*[1]interface {}��þ*type.*[1]interface {}� �� ��������������¿¨5�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��@go.string.hdr."*[1]interface {}"���p��<go.weak.type.**[1]interface {}���€��"runtime.zerovalue�����(type.[1]interface {}���þ type..hashfunc32� �� �������� ����������,runtime.memhash_varlen���þtype..eqfunc32� �� �������� ����������.runtime.memequal_varlen���þtype..alg32� �� ������������������� type..hashfunc32�����type..eqfunc32���þruntime.gcbits.������þ2go.string.hdr."[32]uint8"� �� �������� ����������*go.string."[32]uint8"���þ*go.string."[32]uint8"� ��[32]uint8��þtype.[32]uint8�À��À ���������������œYÿ¨�‘���������������������������������������������������������������� �������0��type..alg32���@��runtime.gcbits.���P��2go.string.hdr."[32]uint8"���p��.go.weak.type.*[32]uint8���€��"runtime.zerovalue�����type.uint8��� ��type.[]uint8���þ>go.typelink.[32]uint8 [32]uint8��������������type.[32]uint8���þ0go.string.hdr."[]string"� �� ������������������(go.string."[]string"���þ(go.string."[]string"� ��[]string��þtype.[]string� �� ��������������Ó¨ó
��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��0go.string.hdr."[]string"���p��,go.weak.type.*[]string���€��"runtime.zerovalue�����type.string���þ:go.typelink.[]string []string��������������type.[]string���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440��������������þTgclocals·3bb21ca8fe1d99a3e492463bd711418a�������������þ0type..hashfunc.[2]string��������������(type..hash.[2]string���þ,type..eqfunc.[2]string��������������$type..eq.[2]string���þ&type..alg.[2]string� �� �������������������0type..hashfunc.[2]string�����,type..eqfunc.[2]string���þ"runtime.gcbits.05����þ2go.string.hdr."[2]string"� �� �������� ����������*go.string."[2]string"���þ*go.string."[2]string"� ��[2]string��þtype.[2]string�À��À ��������������PXåé������������������������������������������������������������������������0��&type..alg.[2]string���@��"runtime.gcbits.05���P��2go.string.hdr."[2]string"���p��.go.weak.type.*[2]string���€��"runtime.zerovalue�����type.string��� ��type.[]string���þ>go.typelink.[2]string [2]string��������������type.[2]string���þ4go.string.hdr."*[2]string"� �� ��������
����������,go.string."*[2]string"���þ,go.string."*[2]string"� ��*[2]string��þtype.*[2]string� �� �������������� f<�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��4go.string.hdr."*[2]string"���p��0go.weak.type.**[2]string���€��"runtime.zerovalue�����type.[2]string���þ0go.string.hdr."[8]uint8"� �� ������������������(go.string."[8]uint8"���þ(go.string."[8]uint8"� ��[8]uint8��þtype.[8]uint8�À��À���������������>ù0´�‘�����������������������������������������������������������������������0 � runtime.algarray���@��runtime.gcbits.���P��0go.string.hdr."[8]uint8"���p��,go.weak.type.*[8]uint8���€��"runtime.zerovalue�����type.uint8��� ��type.[]uint8���þ:go.typelink.[8]uint8 [8]uint8��������������type.[8]uint8���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440��������������þTgclocals·3bb21ca8fe1d99a3e492463bd711418a�������������þ0type..hashfunc.[8]string��������������(type..hash.[8]string���þ,type..eqfunc.[8]string��������������$type..eq.[8]string���þ&type..alg.[8]string� �� �������������������0type..hashfunc.[8]string�����,type..eqfunc.[8]string���þ&runtime.gcbits.5555���UU�þ2go.string.hdr."[8]string"� �� �������� ����������*go.string."[8]string"���þ*go.string."[8]string"� ��[8]string��þtype.[8]string�À��À€�������x�������USŒ>������������������������������������������������������������������������0��&type..alg.[8]string���@��&runtime.gcbits.5555���P��2go.string.hdr."[8]string"���p��.go.weak.type.*[8]string���€��"runtime.zerovalue�����type.string��� ��type.[]string���þ>go.typelink.[8]string [8]string��������������type.[8]string���þ@go.string.hdr."[]*types.Package"� �� ������������������8go.string."[]*types.Package"���þ8go.string."[]*types.Package"�0��"[]*types.Package��þ0type.[]*go/types.Package� �� ��������������S`Ð=��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��@go.string.hdr."[]*types.Package"���p��Bgo.weak.type.*[]*go/types.Package���€��"runtime.zerovalue�����,type.*go/types.Package���þ`go.typelink.[]*types.Package []*go/types.Package��������������0type.[]*go/types.Package���þ type..hashfunc64� �� ��������@����������,runtime.memhash_varlen���þtype..eqfunc64� �� ��������@����������.runtime.memequal_varlen���þtype..alg64� �� ������������������� type..hashfunc64�����type..eqfunc64���þ"runtime.gcbits.ff���ÿ�þBgo.string.hdr."[8]*types.Package"� �� ������������������:go.string."[8]*types.Package"���þ:go.string."[8]*types.Package"�0��$[8]*types.Package��þ2type.[8]*go/types.Package�À��À@�������@�������ŽFóù������������������������������������������������������������������������0��type..alg64���@��"runtime.gcbits.ff���P��Bgo.string.hdr."[8]*types.Package"���p��Dgo.weak.type.*[8]*go/types.Package���€��"runtime.zerovalue�����,type.*go/types.Package��� ��0type.[]*go/types.Package���þdgo.typelink.[8]*types.Package [8]*go/types.Package��������������2type.[8]*go/types.Package���þbgo.string.hdr."*map.bucket[string]*types.Package"� �� ��������!����������Zgo.string."*map.bucket[string]*types.Package"���þZgo.string."*map.bucket[string]*types.Package"�P��D*map.bucket[string]*types.Package��þRtype.*map.bucket[string]*go/types.Package� �� ��������������¼ÚŒ^�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��bgo.string.hdr."*map.bucket[string]*types.Package"���p��dgo.weak.type.**map.bucket[string]*go/types.Package���€��"runtime.zerovalue�����Ptype.map.bucket[string]*go/types.Package���þ.runtime.gcbits.aaaafe03���ªªþ�þ`go.string.hdr."map.bucket[string]*types.Package"� �� �������� ����������Xgo.string."map.bucket[string]*types.Package"���þXgo.string."map.bucket[string]*types.Package"�P��Bmap.bucket[string]*types.Package��þ.go.string.hdr."topbits"� �� ������������������&go.string."topbits"���þ&go.string."topbits"���topbits��þ(go.string.hdr."keys"� �� ������������������ go.string."keys"���þ go.string."keys"���
keys��þ,go.string.hdr."values"� �� ������������������$go.string."values"���þ$go.string."values"���values��þ0go.string.hdr."overflow"� �� ������������������(go.string."overflow"���þ(go.string."overflow"� ��overflow��þPtype.map.bucket[string]*go/types.Package�€��€Ð�������Ð�������ÃAâ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ˆ���������������������������������������È�������0à� runtime.algarray���@��.runtime.gcbits.aaaafe03���P��`go.string.hdr."map.bucket[string]*types.Package"���p��bgo.weak.type.*map.bucket[string]*go/types.Package���€��"runtime.zerovalue���À�Ptype.map.bucket[string]*go/types.Package���À��.go.string.hdr."topbits"���à��type.[8]uint8�����(go.string.hdr."keys"���°��type.[8]string���à��,go.string.hdr."values"���€��2type.[8]*go/types.Package���°��0go.string.hdr."overflow"���Ð��Rtype.*map.bucket[string]*go/types.Package���þ"runtime.gcbits.2c���,�þZgo.string.hdr."map.hdr[string]*types.Package"� �� ������������������Rgo.string."map.hdr[string]*types.Package"���þRgo.string."map.hdr[string]*types.Package"�@��<map.hdr[string]*types.Package��þ*go.string.hdr."count"� �� ������������������"go.string."count"���þ"go.string."count"��� count��þ*go.string.hdr."flags"� �� ������������������"go.string."flags"���þ"go.string."flags"��� flags��þ"go.string.hdr."B"� �� ������������������go.string."B"���þgo.string."B"���B��þ*go.string.hdr."hash0"� �� ������������������"go.string."hash0"���þ"go.string."hash0"��� hash0��þ.go.string.hdr."buckets"� �� ������������������&go.string."buckets"���þ&go.string."buckets"���buckets��þ4go.string.hdr."oldbuckets"� �� ��������
����������,go.string."oldbuckets"���þ,go.string."oldbuckets"� ��oldbuckets��þ2go.string.hdr."nevacuate"� �� �������� ����������*go.string."nevacuate"���þ*go.string."nevacuate"� ��nevacuate��þJtype.map.hdr[string]*go/types.Package�À��À0�������0�������Dj›è�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� ��������������������������������������� ��������������������������������������������������������������������������������������������������������������������� ���������������������������������������(�������,0à� runtime.algarray���@��"runtime.gcbits.2c���P��Zgo.string.hdr."map.hdr[string]*types.Package"���p��\go.weak.type.*map.hdr[string]*go/types.Package���€��"runtime.zerovalue���À�Jtype.map.hdr[string]*go/types.Package���À��*go.string.hdr."count"���à��type.int�����*go.string.hdr."flags"���°��type.uint8���à��"go.string.hdr."B"���€��type.uint8���°��*go.string.hdr."hash0"���Ð��type.uint32���€��.go.string.hdr."buckets"��� ��Rtype.*map.bucket[string]*go/types.Package���Ð��4go.string.hdr."oldbuckets"���ð��Rtype.*map.bucket[string]*go/types.Package��� ��2go.string.hdr."nevacuate"���À��type.uintptr���ð��0go.string.hdr."overflow"�����&type.unsafe.Pointer���þRgo.string.hdr."map[string]*types.Package"� �� ������������������Jgo.string."map[string]*types.Package"���þJgo.string."map[string]*types.Package"�@��4map[string]*types.Package��þBtype.map[string]*go/types.Package�Þ��Þ��������������½$6�5����������������������������������������������������������������������������������Ð�0€� runtime.algarray���@��"runtime.gcbits.01���P��Rgo.string.hdr."map[string]*types.Package"���p��Tgo.weak.type.*map[string]*go/types.Package���€��"runtime.zerovalue�����type.string��� ��,type.*go/types.Package���°��Ptype.map.bucket[string]*go/types.Package���À��Jtype.map.hdr[string]*go/types.Package���þ„go.typelink.map[string]*types.Package map[string]*go/types.Package��������������Btype.map[string]*go/types.Package���þvruntime.gcbits.0300000000000000000000000000000000040088410d�,��,�����������������ˆA �þBgo.string.hdr."gcimporter.parser"� �� ������������������:go.string."gcimporter.parser"���þ:go.string."gcimporter.parser"�0��$gcimporter.parser��þ.go.string.hdr."scanner"� �� ������������������&go.string."scanner"���þ&go.string."scanner"���scanner��þLgo.string.hdr."go/internal/gcimporter"� �� ������������������Dgo.string."go/internal/gcimporter"���þDgo.string."go/internal/gcimporter"�0��.go/internal/gcimporter��þ"go.importpath."".� �� ������������������Dgo.string."go/internal/gcimporter"���þ&go.string.hdr."tok"� �� ������������������go.string."tok"���þgo.string."tok"���tok��þ&go.string.hdr."lit"� �� ������������������go.string."lit"���þgo.string."lit"���lit��þ$go.string.hdr."id"� �� ������������������go.string."id"���þgo.string."id"���id��þ4go.string.hdr."sharedPkgs"� �� ��������
����������,go.string."sharedPkgs"���þ,go.string."sharedPkgs"� ��sharedPkgs��þ2go.string.hdr."localPkgs"� �� �������� ����������*go.string."localPkgs"���þ*go.string."localPkgs"� ��localPkgs��þ,go.string.hdr."parser"� �� ������������������$go.string."parser"���þ$go.string."parser"���parser��þtype."".parser��ð��ð`������`������ßr*d�����������������������������������������������������������������������������������������������������������������������������������������������(��������������������������������������0��������������������������������������@��������������������������������������P��������������������������������������X����������������������������������������������80à� runtime.algarray���@��vruntime.gcbits.0300000000000000000000000000000000040088410d���P��Bgo.string.hdr."gcimporter.parser"���p��type.*"".parser���€��"runtime.zerovalue���À�type."".parser���À��.go.string.hdr."scanner"���Ð��"go.importpath."".���à��2type.text/scanner.Scanner�����&go.string.hdr."tok"��� ��"go.importpath."".���°��type.int32���à��&go.string.hdr."lit"���ð��"go.importpath."".���€��type.string���°��$go.string.hdr."id"���À��"go.importpath."".���Ð��type.string���€��4go.string.hdr."sharedPkgs"�����"go.importpath."".��� ��Btype.map[string]*go/types.Package���Ð��2go.string.hdr."localPkgs"���à��"go.importpath."".���ð��Btype.map[string]*go/types.Package���` �type."".parser��� ��,go.string.hdr."parser"���°��"go.importpath."".���Àð�type."".parser���þDgo.string.hdr."*gcimporter.parser"� �� ������������������<go.string."*gcimporter.parser"���þ<go.string."*gcimporter.parser"�0��&*gcimporter.parser��þlgo.string.hdr."func(*gcimporter.parser, interface {})"� �� ��������&����������dgo.string."func(*gcimporter.parser, interface {})"���þdgo.string."func(*gcimporter.parser, interface {})"�P��Nfunc(*gcimporter.parser, interface {})��þFtype.func(*"".parser, interface {})� �� ��������������̏ôm�3����������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��lgo.string.hdr."func(*gcimporter.parser, interface {})"���p��Xgo.weak.type.*func(*"".parser, interface {})���€��"runtime.zerovalue��� €�Ftype.func(*"".parser, interface {})���Р�Ftype.func(*"".parser, interface {})���€��type.*"".parser�����"type.interface {}���þ¢go.typelink.func(*gcimporter.parser, interface {}) func(*"".parser, interface {})��������������Ftype.func(*"".parser, interface {})���þ‚go.string.hdr."func(*gcimporter.parser, string, ...interface {})"� �� ��������1����������zgo.string."func(*gcimporter.parser, string, ...interface {})"���þzgo.string."func(*gcimporter.parser, string, ...interface {})"�p��dfunc(*gcimporter.parser, string, ...interface {})��þ\type.func(*"".parser, string, ...interface {})�°��°��������������+bK’�3�����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��‚go.string.hdr."func(*gcimporter.parser, string, ...interface {})"���p��ngo.weak.type.*func(*"".parser, string, ...interface {})���€��"runtime.zerovalue��� €�\type.func(*"".parser, string, ...interface {})���а�\type.func(*"".parser, string, ...interface {})���€��type.*"".parser�����type.string��� ��&type.[]interface {}���þÎgo.typelink.func(*gcimporter.parser, string, ...interface {}) func(*"".parser, string, ...interface {})��������������\type.func(*"".parser, string, ...interface {})���þlgo.string.hdr."func(*gcimporter.parser, int32) string"� �� ��������&����������dgo.string."func(*gcimporter.parser, int32) string"���þdgo.string."func(*gcimporter.parser, int32) string"�P��Nfunc(*gcimporter.parser, int32) string��þFtype.func(*"".parser, int32) string�°��°��������������Hr;F�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��lgo.string.hdr."func(*gcimporter.parser, int32) string"���p��Xgo.weak.type.*func(*"".parser, int32) string���€��"runtime.zerovalue��� €�Ftype.func(*"".parser, int32) string���Р�Ftype.func(*"".parser, int32) string���€��type.*"".parser�����type.int32��� ��type.string���þ¢go.typelink.func(*gcimporter.parser, int32) string func(*"".parser, int32) string��������������Ftype.func(*"".parser, int32) string���þ`go.string.hdr."func(*gcimporter.parser, string)"� �� �������� ����������Xgo.string."func(*gcimporter.parser, string)"���þXgo.string."func(*gcimporter.parser, string)"�P��Bfunc(*gcimporter.parser, string)��þ:type.func(*"".parser, string)� �� ��������������€ž¾û�3����������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��`go.string.hdr."func(*gcimporter.parser, string)"���p��Lgo.weak.type.*func(*"".parser, string)���€��"runtime.zerovalue��� €�:type.func(*"".parser, string)���Р�:type.func(*"".parser, string)���€��type.*"".parser�����type.string���þŠgo.typelink.func(*gcimporter.parser, string) func(*"".parser, string)��������������:type.func(*"".parser, string)���þŽgo.string.hdr."func(*gcimporter.parser, string, string) *types.Package"� �� ��������7����������†go.string."func(*gcimporter.parser, string, string) *types.Package"���þ†go.string."func(*gcimporter.parser, string, string) *types.Package"�p��pfunc(*gcimporter.parser, string, string) *types.Package��þntype.func(*"".parser, string, string) *go/types.Package�À��À��������������2ÛÂ�3������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Žgo.string.hdr."func(*gcimporter.parser, string, string) *types.Package"���p��€go.weak.type.*func(*"".parser, string, string) *go/types.Package���€��"runtime.zerovalue��� €�ntype.func(*"".parser, string, string) *go/types.Package���а�ntype.func(*"".parser, string, string) *go/types.Package���€��type.*"".parser�����type.string��� ��type.string���°��,type.*go/types.Package���þìgo.typelink.func(*gcimporter.parser, string, string) *types.Package func(*"".parser, string, string) *go/types.Package��������������ntype.func(*"".parser, string, string) *go/types.Package���þ¼go.string.hdr."func(*gcimporter.parser, string, string, io.Reader, map[string]*types.Package)"� �� ��������N����������´go.string."func(*gcimporter.parser, string, string, io.Reader, map[string]*types.Package)"���þ´go.string."func(*gcimporter.parser, string, string, io.Reader, map[string]*types.Package)"� ��žfunc(*gcimporter.parser, string, string, io.Reader, map[string]*types.Package)��þœtype.func(*"".parser, string, string, io.Reader, map[string]*go/types.Package)�Ð��Ð��������������g€Ñ·�3����������������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��¼go.string.hdr."func(*gcimporter.parser, string, string, io.Reader, map[string]*types.Package)"���p��®go.weak.type.*func(*"".parser, string, string, io.Reader, map[string]*go/types.Package)���€��"runtime.zerovalue��� €�œtype.func(*"".parser, string, string, io.Reader, map[string]*go/types.Package)���ÐÐ�œtype.func(*"".parser, string, string, io.Reader, map[string]*go/types.Package)���€��type.*"".parser�����type.string��� ��type.string���°��type.io.Reader���À��Btype.map[string]*go/types.Package���þÈgo.typelink.func(*gcimporter.parser, string, string, io.Reader, map[string]*types.Package) func(*"".parser, string, string, io.Reader, map[string]*go/types.Package)��������������œtype.func(*"".parser, string, string, io.Reader, map[string]*go/types.Package)���þPgo.string.hdr."func(*gcimporter.parser)"� �� ������������������Hgo.string."func(*gcimporter.parser)"���þHgo.string."func(*gcimporter.parser)"�@��2func(*gcimporter.parser)��þ*type.func(*"".parser)�����������������€zÎ�3��������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Pgo.string.hdr."func(*gcimporter.parser)"���p��<go.weak.type.*func(*"".parser)���€��"runtime.zerovalue��� €�*type.func(*"".parser)���А�*type.func(*"".parser)���€��type.*"".parser���þjgo.typelink.func(*gcimporter.parser) func(*"".parser)��������������*type.func(*"".parser)���þfgo.string.hdr."func(*gcimporter.parser) types.Type"� �� ��������#����������^go.string."func(*gcimporter.parser) types.Type"���þ^go.string."func(*gcimporter.parser) types.Type"�P��Hfunc(*gcimporter.parser) types.Type��þFtype.func(*"".parser) go/types.Type� �� ��������������3a�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��fgo.string.hdr."func(*gcimporter.parser) types.Type"���p��Xgo.weak.type.*func(*"".parser) go/types.Type���€��"runtime.zerovalue��� €�Ftype.func(*"".parser) go/types.Type���А�Ftype.func(*"".parser) go/types.Type���€��type.*"".parser�����$type.go/types.Type���þœgo.typelink.func(*gcimporter.parser) types.Type func(*"".parser) go/types.Type��������������Ftype.func(*"".parser) go/types.Type���þ^go.string.hdr."func(*gcimporter.parser) string"� �� ������������������Vgo.string."func(*gcimporter.parser) string"���þVgo.string."func(*gcimporter.parser) string"�@��@func(*gcimporter.parser) string��þ8type.func(*"".parser) string� �� ��������������X”¥á�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��^go.string.hdr."func(*gcimporter.parser) string"���p��Jgo.weak.type.*func(*"".parser) string���€��"runtime.zerovalue��� €�8type.func(*"".parser) string���А�8type.func(*"".parser) string���€��type.*"".parser�����type.string���þ†go.typelink.func(*gcimporter.parser) string func(*"".parser) string��������������8type.func(*"".parser) string���þngo.string.hdr."func(*gcimporter.parser) *types.Package"� �� ��������'����������fgo.string."func(*gcimporter.parser) *types.Package"���þfgo.string."func(*gcimporter.parser) *types.Package"�P��Pfunc(*gcimporter.parser) *types.Package��þNtype.func(*"".parser) *go/types.Package� �� ��������������G6dê�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��ngo.string.hdr."func(*gcimporter.parser) *types.Package"���p��`go.weak.type.*func(*"".parser) *go/types.Package���€��"runtime.zerovalue��� €�Ntype.func(*"".parser) *go/types.Package���А�Ntype.func(*"".parser) *go/types.Package���€��type.*"".parser�����,type.*go/types.Package���þ¬go.typelink.func(*gcimporter.parser) *types.Package func(*"".parser) *go/types.Package��������������Ntype.func(*"".parser) *go/types.Package���þ‚go.string.hdr."func(*gcimporter.parser) (*types.Package, string)"� �� ��������1����������zgo.string."func(*gcimporter.parser) (*types.Package, string)"���þzgo.string."func(*gcimporter.parser) (*types.Package, string)"�p��dfunc(*gcimporter.parser) (*types.Package, string)��þbtype.func(*"".parser) (*go/types.Package, string)�°��°�������������� e5�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��‚go.string.hdr."func(*gcimporter.parser) (*types.Package, string)"���p��tgo.weak.type.*func(*"".parser) (*go/types.Package, string)���€��"runtime.zerovalue��� €�btype.func(*"".parser) (*go/types.Package, string)���А�btype.func(*"".parser) (*go/types.Package, string)���€��type.*"".parser�����,type.*go/types.Package��� ��type.string���þÔgo.typelink.func(*gcimporter.parser) (*types.Package, string) func(*"".parser) (*go/types.Package, string)��������������btype.func(*"".parser) (*go/types.Package, string)���þzgo.string.hdr."func(*gcimporter.parser) (*types.Var, string)"� �� ��������-����������rgo.string."func(*gcimporter.parser) (*types.Var, string)"���þrgo.string."func(*gcimporter.parser) (*types.Var, string)"�`��\func(*gcimporter.parser) (*types.Var, string)��þZtype.func(*"".parser) (*go/types.Var, string)�°��°��������������€Í» �3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��zgo.string.hdr."func(*gcimporter.parser) (*types.Var, string)"���p��lgo.weak.type.*func(*"".parser) (*go/types.Var, string)���€��"runtime.zerovalue��� €�Ztype.func(*"".parser) (*go/types.Var, string)���А�Ztype.func(*"".parser) (*go/types.Var, string)���€��type.*"".parser�����$type.*go/types.Var��� ��type.string���þÄgo.typelink.func(*gcimporter.parser) (*types.Var, string) func(*"".parser) (*go/types.Var, string)��������������Ztype.func(*"".parser) (*go/types.Var, string)���þŠgo.string.hdr."func(*gcimporter.parser, *types.Var) *types.Signature"� �� ��������5����������‚go.string."func(*gcimporter.parser, *types.Var) *types.Signature"���þ‚go.string."func(*gcimporter.parser, *types.Var) *types.Signature"�p��lfunc(*gcimporter.parser, *types.Var) *types.Signature��þptype.func(*"".parser, *go/types.Var) *go/types.Signature�°��°��������������m)Œ�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Šgo.string.hdr."func(*gcimporter.parser, *types.Var) *types.Signature"���p��‚go.weak.type.*func(*"".parser, *go/types.Var) *go/types.Signature���€��"runtime.zerovalue��� €�ptype.func(*"".parser, *go/types.Var) *go/types.Signature���Р�ptype.func(*"".parser, *go/types.Var) *go/types.Signature���€��type.*"".parser�����$type.*go/types.Var��� ��0type.*go/types.Signature���þêgo.typelink.func(*gcimporter.parser, *types.Var) *types.Signature func(*"".parser, *go/types.Var) *go/types.Signature��������������ptype.func(*"".parser, *go/types.Var) *go/types.Signature���þŽgo.string.hdr."func(*gcimporter.parser, bool) (*types.Package, string)"� �� ��������7����������†go.string."func(*gcimporter.parser, bool) (*types.Package, string)"���þ†go.string."func(*gcimporter.parser, bool) (*types.Package, string)"�p��pfunc(*gcimporter.parser, bool) (*types.Package, string)��þntype.func(*"".parser, bool) (*go/types.Package, string)�À��À��������������°:Ã¥�3������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Žgo.string.hdr."func(*gcimporter.parser, bool) (*types.Package, string)"���p��€go.weak.type.*func(*"".parser, bool) (*go/types.Package, string)���€��"runtime.zerovalue��� €�ntype.func(*"".parser, bool) (*go/types.Package, string)���Р�ntype.func(*"".parser, bool) (*go/types.Package, string)���€��type.*"".parser�����type.bool��� ��,type.*go/types.Package���°��type.string���þìgo.typelink.func(*gcimporter.parser, bool) (*types.Package, string) func(*"".parser, bool) (*go/types.Package, string)��������������ntype.func(*"".parser, bool) (*go/types.Package, string)���þŽgo.string.hdr."func(*gcimporter.parser) (*types.Basic, constant.Value)"� �� ��������7����������†go.string."func(*gcimporter.parser) (*types.Basic, constant.Value)"���þ†go.string."func(*gcimporter.parser) (*types.Basic, constant.Value)"�p��pfunc(*gcimporter.parser) (*types.Basic, constant.Value)��þttype.func(*"".parser) (*go/types.Basic, go/constant.Value)�°��°��������������ˆ„Áû�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Žgo.string.hdr."func(*gcimporter.parser) (*types.Basic, constant.Value)"���p��†go.weak.type.*func(*"".parser) (*go/types.Basic, go/constant.Value)���€��"runtime.zerovalue��� €�ttype.func(*"".parser) (*go/types.Basic, go/constant.Value)���А�ttype.func(*"".parser) (*go/types.Basic, go/constant.Value)���€��type.*"".parser�����(type.*go/types.Basic��� ��,type.go/constant.Value���þògo.typelink.func(*gcimporter.parser) (*types.Basic, constant.Value) func(*"".parser) (*go/types.Basic, go/constant.Value)��������������ttype.func(*"".parser) (*go/types.Basic, go/constant.Value)���þvgo.string.hdr."func(*gcimporter.parser) (*types.Var, bool)"� �� ��������+����������ngo.string."func(*gcimporter.parser) (*types.Var, bool)"���þngo.string."func(*gcimporter.parser) (*types.Var, bool)"�`��Xfunc(*gcimporter.parser) (*types.Var, bool)��þVtype.func(*"".parser) (*go/types.Var, bool)�°��°��������������é¹mT�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��vgo.string.hdr."func(*gcimporter.parser) (*types.Var, bool)"���p��hgo.weak.type.*func(*"".parser) (*go/types.Var, bool)���€��"runtime.zerovalue��� €�Vtype.func(*"".parser) (*go/types.Var, bool)���А�Vtype.func(*"".parser) (*go/types.Var, bool)���€��type.*"".parser�����$type.*go/types.Var��� ��type.bool���þ¼go.typelink.func(*gcimporter.parser) (*types.Var, bool) func(*"".parser) (*go/types.Var, bool)��������������Vtype.func(*"".parser) (*go/types.Var, bool)���þ8go.string.hdr."[]*types.Var"� �� �������� ����������0go.string."[]*types.Var"���þ0go.string."[]*types.Var"� ��[]*types.Var��þ(type.[]*go/types.Var� �� ��������������€QvR��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��8go.string.hdr."[]*types.Var"���p��:go.weak.type.*[]*go/types.Var���€��"runtime.zerovalue�����$type.*go/types.Var���þPgo.typelink.[]*types.Var []*go/types.Var��������������(type.[]*go/types.Var���þzgo.string.hdr."func(*gcimporter.parser) ([]*types.Var, bool)"� �� ��������-����������rgo.string."func(*gcimporter.parser) ([]*types.Var, bool)"���þrgo.string."func(*gcimporter.parser) ([]*types.Var, bool)"�`��\func(*gcimporter.parser) ([]*types.Var, bool)��þZtype.func(*"".parser) ([]*go/types.Var, bool)�°��°��������������sŽÎ�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��zgo.string.hdr."func(*gcimporter.parser) ([]*types.Var, bool)"���p��lgo.weak.type.*func(*"".parser) ([]*go/types.Var, bool)���€��"runtime.zerovalue��� €�Ztype.func(*"".parser) ([]*go/types.Var, bool)���А�Ztype.func(*"".parser) ([]*go/types.Var, bool)���€��type.*"".parser�����(type.[]*go/types.Var��� ��type.bool���þÄgo.typelink.func(*gcimporter.parser) ([]*types.Var, bool) func(*"".parser) ([]*go/types.Var, bool)��������������Ztype.func(*"".parser) ([]*go/types.Var, bool)���þrgo.string.hdr."func(*gcimporter.parser) (string, string)"� �� ��������)����������jgo.string."func(*gcimporter.parser) (string, string)"���þjgo.string."func(*gcimporter.parser) (string, string)"�`��Tfunc(*gcimporter.parser) (string, string)��þLtype.func(*"".parser) (string, string)�°��°�������������� )õ8�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��rgo.string.hdr."func(*gcimporter.parser) (string, string)"���p��^go.weak.type.*func(*"".parser) (string, string)���€��"runtime.zerovalue��� €�Ltype.func(*"".parser) (string, string)���А�Ltype.func(*"".parser) (string, string)���€��type.*"".parser�����type.string��� ��type.string���þ®go.typelink.func(*gcimporter.parser) (string, string) func(*"".parser) (string, string)��������������Ltype.func(*"".parser) (string, string)���þ*go.string.hdr."error"� �� ������������������"go.string."error"���þ"go.string."error"��� error��þDgo.string.hdr."func(interface {})"� �� ������������������<go.string."func(interface {})"���þ<go.string."func(interface {})"�0��&func(interface {})��þ.type.func(interface {})�����������������†uŽ�3��������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Dgo.string.hdr."func(interface {})"���p��@go.weak.type.*func(interface {})���€��"runtime.zerovalue��� €�.type.func(interface {})���А�.type.func(interface {})���€��"type.interface {}���þbgo.typelink.func(interface {}) func(interface {})��������������.type.func(interface {})���þ,go.string.hdr."errorf"� �� ������������������$go.string."errorf"���þ$go.string."errorf"���errorf��þZgo.string.hdr."func(string, ...interface {})"� �� ������������������Rgo.string."func(string, ...interface {})"���þRgo.string."func(string, ...interface {})"�@��<func(string, ...interface {})��þDtype.func(string, ...interface {})� �� ��������������õµ@µ�3���������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Zgo.string.hdr."func(string, ...interface {})"���p��Vgo.weak.type.*func(string, ...interface {})���€��"runtime.zerovalue��� €�Dtype.func(string, ...interface {})���Р�Dtype.func(string, ...interface {})���€��type.string�����&type.[]interface {}���þŽgo.typelink.func(string, ...interface {}) func(string, ...interface {})��������������Dtype.func(string, ...interface {})���þ,go.string.hdr."expect"� �� ������������������$go.string."expect"���þ$go.string."expect"���expect��þDgo.string.hdr."func(int32) string"� �� ������������������<go.string."func(int32) string"���þ<go.string."func(int32) string"�0��&func(int32) string��þ.type.func(int32) string� �� ��������������OƒA�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Dgo.string.hdr."func(int32) string"���p��@go.weak.type.*func(int32) string���€��"runtime.zerovalue��� €�.type.func(int32) string���А�.type.func(int32) string���€��type.int32�����type.string���þbgo.typelink.func(int32) string func(int32) string��������������.type.func(int32) string���þ:go.string.hdr."expectKeyword"� �� �������� ����������2go.string."expectKeyword"���þ2go.string."expectKeyword"� ��expectKeyword��þ8go.string.hdr."func(string)"� �� �������� ����������0go.string."func(string)"���þ0go.string."func(string)"� ��func(string)��þ"type.func(string)�����������������ŠÇ¹¾�3��������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��8go.string.hdr."func(string)"���p��4go.weak.type.*func(string)���€��"runtime.zerovalue��� €�"type.func(string)���А�"type.func(string)���€��type.string���þJgo.typelink.func(string) func(string)��������������"type.func(string)���þ:go.string.hdr."expectSpecial"� �� �������� ����������2go.string."expectSpecial"���þ2go.string."expectSpecial"� ��expectSpecial��þ,go.string.hdr."getPkg"� �� ������������������$go.string."getPkg"���þ$go.string."getPkg"���getPkg��þfgo.string.hdr."func(string, string) *types.Package"� �� ��������#����������^go.string."func(string, string) *types.Package"���þ^go.string."func(string, string) *types.Package"�P��Hfunc(string, string) *types.Package��þVtype.func(string, string) *go/types.Package�°��°��������������FÂV"�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��fgo.string.hdr."func(string, string) *types.Package"���p��hgo.weak.type.*func(string, string) *go/types.Package���€��"runtime.zerovalue��� €�Vtype.func(string, string) *go/types.Package���Р�Vtype.func(string, string) *go/types.Package���€��type.string�����type.string��� ��,type.*go/types.Package���þ¬go.typelink.func(string, string) *types.Package func(string, string) *go/types.Package��������������Vtype.func(string, string) *go/types.Package���þ(go.string.hdr."init"� �� ������������������ go.string."init"���þ go.string."init"���
init��þ”go.string.hdr."func(string, string, io.Reader, map[string]*types.Package)"� �� ��������:����������Œgo.string."func(string, string, io.Reader, map[string]*types.Package)"���þŒgo.string."func(string, string, io.Reader, map[string]*types.Package)"�€��vfunc(string, string, io.Reader, map[string]*types.Package)��þ„type.func(string, string, io.Reader, map[string]*go/types.Package)�À��À��������������¢kNe�3��������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��”go.string.hdr."func(string, string, io.Reader, map[string]*types.Package)"���p��–go.weak.type.*func(string, string, io.Reader, map[string]*go/types.Package)���€��"runtime.zerovalue��� €�„type.func(string, string, io.Reader, map[string]*go/types.Package)���ÐÀ�„type.func(string, string, io.Reader, map[string]*go/types.Package)���€��type.string�����type.string��� ��type.io.Reader���°��Btype.map[string]*go/types.Package���þˆgo.typelink.func(string, string, io.Reader, map[string]*types.Package) func(string, string, io.Reader, map[string]*go/types.Package)��������������„type.func(string, string, io.Reader, map[string]*go/types.Package)���þ(go.string.hdr."next"� �� ������������������ go.string."next"���þ go.string."next"���
next��þ,go.string.hdr."func()"� �� ������������������$go.string."func()"���þ$go.string."func()"���func()��þtype.func()�€��€��������������ö¼‚ö�3��������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��,go.string.hdr."func()"���p��(go.weak.type.*func()���€��"runtime.zerovalue��� €�type.func()���Ѐ�type.func()���þ2go.typelink.func() func()��������������type.func()���þ<go.string.hdr."parseArrayType"� �� ������������������4go.string."parseArrayType"���þ4go.string."parseArrayType"� ��parseArrayType��þBgo.string.hdr."func() types.Type"� �� ������������������:go.string."func() types.Type"���þ:go.string."func() types.Type"�0��$func() types.Type��þ2type.func() go/types.Type�����������������Õ
“ �3��������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Bgo.string.hdr."func() types.Type"���p��Dgo.weak.type.*func() go/types.Type���€��"runtime.zerovalue��� €�2type.func() go/types.Type���Ѐ�2type.func() go/types.Type���€��$type.go/types.Type���þdgo.typelink.func() types.Type func() go/types.Type��������������2type.func() go/types.Type���þ<go.string.hdr."parseBasicType"� �� ������������������4go.string."parseBasicType"���þ4go.string."parseBasicType"� ��parseBasicType��þ:go.string.hdr."parseChanType"� �� �������� ����������2go.string."parseChanType"���þ2go.string."parseChanType"� ��parseChanType��þ<go.string.hdr."parseConstDecl"� �� ������������������4go.string."parseConstDecl"���þ4go.string."parseConstDecl"� ��parseConstDecl��þ2go.string.hdr."parseDecl"� �� �������� ����������*go.string."parseDecl"���þ*go.string."parseDecl"� ��parseDecl��þ:go.string.hdr."parseDotIdent"� �� �������� ����������2go.string."parseDotIdent"���þ2go.string."parseDotIdent"� ��parseDotIdent��þ:go.string.hdr."func() string"� �� �������� ����������2go.string."func() string"���þ2go.string."func() string"� ��func() string��þ$type.func() string�����������������¢mË�3��������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��:go.string.hdr."func() string"���p��6go.weak.type.*func() string���€��"runtime.zerovalue��� €�$type.func() string���Ѐ�$type.func() string���€��type.string���þNgo.typelink.func() string func() string��������������$type.func() string���þ6go.string.hdr."parseExport"� �� �������� ����������.go.string."parseExport"���þ.go.string."parseExport"� ��parseExport��þJgo.string.hdr."func() *types.Package"� �� ������������������Bgo.string."func() *types.Package"���þBgo.string."func() *types.Package"�0��,func() *types.Package��þ:type.func() *go/types.Package�����������������EFÔ{�3��������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Jgo.string.hdr."func() *types.Package"���p��Lgo.weak.type.*func() *go/types.Package���€��"runtime.zerovalue��� €�:type.func() *go/types.Package���Ѐ�:type.func() *go/types.Package���€��,type.*go/types.Package���þtgo.typelink.func() *types.Package func() *go/types.Package��������������:type.func() *go/types.Package���þBgo.string.hdr."parseExportedName"� �� ������������������:go.string."parseExportedName"���þ:go.string."parseExportedName"�0��$parseExportedName��þ^go.string.hdr."func() (*types.Package, string)"� �� ������������������Vgo.string."func() (*types.Package, string)"���þVgo.string."func() (*types.Package, string)"�@��@func() (*types.Package, string)��þNtype.func() (*go/types.Package, string)� �� ��������������£ky�3����������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��^go.string.hdr."func() (*types.Package, string)"���p��`go.weak.type.*func() (*go/types.Package, string)���€��"runtime.zerovalue��� €�Ntype.func() (*go/types.Package, string)���Ѐ�Ntype.func() (*go/types.Package, string)���€��,type.*go/types.Package�����type.string���þœgo.typelink.func() (*types.Package, string) func() (*go/types.Package, string)��������������Ntype.func() (*go/types.Package, string)���þ4go.string.hdr."parseField"� �� ��������
����������,go.string."parseField"���þ,go.string."parseField"� ��parseField��þVgo.string.hdr."func() (*types.Var, string)"� �� ������������������Ngo.string."func() (*types.Var, string)"���þNgo.string."func() (*types.Var, string)"�@��8func() (*types.Var, string)��þFtype.func() (*go/types.Var, string)� �� ��������������8CDò�3����������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Vgo.string.hdr."func() (*types.Var, string)"���p��Xgo.weak.type.*func() (*go/types.Var, string)���€��"runtime.zerovalue��� €�Ftype.func() (*go/types.Var, string)���Ѐ�Ftype.func() (*go/types.Var, string)���€��$type.*go/types.Var�����type.string���þŒgo.typelink.func() (*types.Var, string) func() (*go/types.Var, string)��������������Ftype.func() (*go/types.Var, string)���þ2go.string.hdr."parseFunc"� �� �������� ����������*go.string."parseFunc"���þ*go.string."parseFunc"� ��parseFunc��þbgo.string.hdr."func(*types.Var) *types.Signature"� �� ��������!����������Zgo.string."func(*types.Var) *types.Signature"���þZgo.string."func(*types.Var) *types.Signature"�P��Dfunc(*types.Var) *types.Signature��þXtype.func(*go/types.Var) *go/types.Signature� �� ��������������T eÿ�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��bgo.string.hdr."func(*types.Var) *types.Signature"���p��jgo.weak.type.*func(*go/types.Var) *go/types.Signature���€��"runtime.zerovalue��� €�Xtype.func(*go/types.Var) *go/types.Signature���А�Xtype.func(*go/types.Var) *go/types.Signature���€��$type.*go/types.Var�����0type.*go/types.Signature���þªgo.typelink.func(*types.Var) *types.Signature func(*go/types.Var) *go/types.Signature��������������Xtype.func(*go/types.Var) *go/types.Signature���þ:go.string.hdr."parseFuncDecl"� �� �������� ����������2go.string."parseFuncDecl"���þ2go.string."parseFuncDecl"� ��parseFuncDecl��þ>go.string.hdr."parseImportDecl"� �� ������������������6go.string."parseImportDecl"���þ6go.string."parseImportDecl"� �� parseImportDecl��þ0go.string.hdr."parseInt"� �� ������������������(go.string."parseInt"���þ(go.string."parseInt"� ��parseInt��þDgo.string.hdr."parseInterfaceType"� �� ������������������<go.string."parseInterfaceType"���þ<go.string."parseInterfaceType"�0��&parseInterfaceType��þ8go.string.hdr."parseMapType"� �� �������� ����������0go.string."parseMapType"���þ0go.string."parseMapType"� ��parseMapType��þ>go.string.hdr."parseMethodDecl"� �� ������������������6go.string."parseMethodDecl"���þ6go.string."parseMethodDecl"� �� parseMethodDecl��þ2go.string.hdr."parseName"� �� �������� ����������*go.string."parseName"���þ*go.string."parseName"� ��parseName��þfgo.string.hdr."func(bool) (*types.Package, string)"� �� ��������#����������^go.string."func(bool) (*types.Package, string)"���þ^go.string."func(bool) (*types.Package, string)"�P��Hfunc(bool) (*types.Package, string)��þVtype.func(bool) (*go/types.Package, string)�°��°��������������1…e�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��fgo.string.hdr."func(bool) (*types.Package, string)"���p��hgo.weak.type.*func(bool) (*go/types.Package, string)���€��"runtime.zerovalue��� €�Vtype.func(bool) (*go/types.Package, string)���А�Vtype.func(bool) (*go/types.Package, string)���€��type.bool�����,type.*go/types.Package��� ��type.string���þ¬go.typelink.func(bool) (*types.Package, string) func(bool) (*go/types.Package, string)��������������Vtype.func(bool) (*go/types.Package, string)���þ6go.string.hdr."parseNumber"� �� �������� ����������.go.string."parseNumber"���þ.go.string."parseNumber"� ��parseNumber��þjgo.string.hdr."func() (*types.Basic, constant.Value)"� �� ��������%����������bgo.string."func() (*types.Basic, constant.Value)"���þbgo.string."func() (*types.Basic, constant.Value)"�P��Lfunc() (*types.Basic, constant.Value)��þ`type.func() (*go/types.Basic, go/constant.Value)� �� ��������������”ø�3����������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��jgo.string.hdr."func() (*types.Basic, constant.Value)"���p��rgo.weak.type.*func() (*go/types.Basic, go/constant.Value)���€��"runtime.zerovalue��� €�`type.func() (*go/types.Basic, go/constant.Value)���Ѐ�`type.func() (*go/types.Basic, go/constant.Value)���€��(type.*go/types.Basic�����,type.go/constant.Value���þºgo.typelink.func() (*types.Basic, constant.Value) func() (*go/types.Basic, go/constant.Value)��������������`type.func() (*go/types.Basic, go/constant.Value)���þ<go.string.hdr."parsePackageId"� �� ������������������4go.string."parsePackageId"���þ4go.string."parsePackageId"� ��parsePackageId��þ@go.string.hdr."parsePackageName"� �� ������������������8go.string."parsePackageName"���þ8go.string."parsePackageName"�0��"parsePackageName��þ<go.string.hdr."parseParameter"� �� ������������������4go.string."parseParameter"���þ4go.string."parseParameter"� ��parseParameter��þRgo.string.hdr."func() (*types.Var, bool)"� �� ������������������Jgo.string."func() (*types.Var, bool)"���þJgo.string."func() (*types.Var, bool)"�@��4func() (*types.Var, bool)��þBtype.func() (*go/types.Var, bool)� �� ��������������Eü¥�3����������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Rgo.string.hdr."func() (*types.Var, bool)"���p��Tgo.weak.type.*func() (*go/types.Var, bool)���€��"runtime.zerovalue��� €�Btype.func() (*go/types.Var, bool)���Ѐ�Btype.func() (*go/types.Var, bool)���€��$type.*go/types.Var�����type.bool���þ„go.typelink.func() (*types.Var, bool) func() (*go/types.Var, bool)��������������Btype.func() (*go/types.Var, bool)���þ>go.string.hdr."parseParameters"� �� ������������������6go.string."parseParameters"���þ6go.string."parseParameters"� �� parseParameters��þVgo.string.hdr."func() ([]*types.Var, bool)"� �� ������������������Ngo.string."func() ([]*types.Var, bool)"���þNgo.string."func() ([]*types.Var, bool)"�@��8func() ([]*types.Var, bool)��þFtype.func() ([]*go/types.Var, bool)� �� ��������������R¹G4�3����������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Vgo.string.hdr."func() ([]*types.Var, bool)"���p��Xgo.weak.type.*func() ([]*go/types.Var, bool)���€��"runtime.zerovalue��� €�Ftype.func() ([]*go/types.Var, bool)���Ѐ�Ftype.func() ([]*go/types.Var, bool)���€��(type.[]*go/types.Var�����type.bool���þŒgo.typelink.func() ([]*types.Var, bool) func() ([]*go/types.Var, bool)��������������Ftype.func() ([]*go/types.Var, bool)���þDgo.string.hdr."parseQualifiedName"� �� ������������������<go.string."parseQualifiedName"���þ<go.string."parseQualifiedName"�0��&parseQualifiedName��þNgo.string.hdr."func() (string, string)"� �� ������������������Fgo.string."func() (string, string)"���þFgo.string."func() (string, string)"�0��0func() (string, string)��þ8type.func() (string, string)� �� ��������������5Œñ1�3����������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Ngo.string.hdr."func() (string, string)"���p��Jgo.weak.type.*func() (string, string)���€��"runtime.zerovalue��� €�8type.func() (string, string)���Ѐ�8type.func() (string, string)���€��type.string�����type.string���þvgo.typelink.func() (string, string) func() (string, string)��������������8type.func() (string, string)���þ<go.string.hdr."parseSignature"� �� ������������������4go.string."parseSignature"���þ4go.string."parseSignature"� ��parseSignature��þ>go.string.hdr."parseStructType"� �� ������������������6go.string."parseStructType"���þ6go.string."parseStructType"� �� parseStructType��þ2go.string.hdr."parseType"� �� �������� ����������*go.string."parseType"���þ*go.string."parseType"� ��parseType��þ:go.string.hdr."parseTypeDecl"� �� �������� ����������2go.string."parseTypeDecl"���þ2go.string."parseTypeDecl"� ��parseTypeDecl��þ8go.string.hdr."parseVarDecl"� �� �������� ����������0go.string."parseVarDecl"���þ0go.string."parseVarDecl"� ��parseVarDecl��þtype.*"".parser��ð��ð��������������}/Zi�6��������������������������������������������������������������������������������$�������$�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������À0 � runtime.algarray���@��"runtime.gcbits.01���P��Dgo.string.hdr."*gcimporter.parser"���p��0go.weak.type.**"".parser���€��"runtime.zerovalue�����type."".parser���` �type.*"".parser���Àð�type.*"".parser���ð��*go.string.hdr."error"���€��"go.importpath."".�����.type.func(interface {})��� ��Ftype.func(*"".parser, interface {})���°��$"".(*parser).error���À��$"".(*parser).error���Ð��,go.string.hdr."errorf"���à��"go.importpath."".���ð��Dtype.func(string, ...interface {})���€��\type.func(*"".parser, string, ...interface {})�����&"".(*parser).errorf��� ��&"".(*parser).errorf���°��,go.string.hdr."expect"���À��"go.importpath."".���Ð��.type.func(int32) string���à��Ftype.func(*"".parser, int32) string���ð��&"".(*parser).expect���€��&"".(*parser).expect�����:go.string.hdr."expectKeyword"��� ��"go.importpath."".���°��"type.func(string)���À��:type.func(*"".parser, string)���Ð��4"".(*parser).expectKeyword���à��4"".(*parser).expectKeyword���ð��:go.string.hdr."expectSpecial"���€��"go.importpath."".�����"type.func(string)��� ��:type.func(*"".parser, string)���°��4"".(*parser).expectSpecial���À��4"".(*parser).expectSpecial���Ð��,go.string.hdr."getPkg"���à��"go.importpath."".���ð��Vtype.func(string, string) *go/types.Package���€��ntype.func(*"".parser, string, string) *go/types.Package�����&"".(*parser).getPkg��� ��&"".(*parser).getPkg���°��(go.string.hdr."init"���À��"go.importpath."".���Ð��„type.func(string, string, io.Reader, map[string]*go/types.Package)���à��œtype.func(*"".parser, string, string, io.Reader, map[string]*go/types.Package)���ð��""".(*parser).init���€��""".(*parser).init�����(go.string.hdr."next"��� ��"go.importpath."".���°��type.func()���À��*type.func(*"".parser)���Ð��""".(*parser).next���à��""".(*parser).next���ð��<go.string.hdr."parseArrayType"���€��"go.importpath."".�����2type.func() go/types.Type��� ��Ftype.func(*"".parser) go/types.Type���°��6"".(*parser).parseArrayType���À��6"".(*parser).parseArrayType���Ð��<go.string.hdr."parseBasicType"���à��"go.importpath."".���ð��2type.func() go/types.Type���€ ��Ftype.func(*"".parser) go/types.Type��� ��6"".(*parser).parseBasicType���  ��6"".(*parser).parseBasicType���° ��:go.string.hdr."parseChanType"���À ��"go.importpath."".���Ð ��2type.func() go/types.Type���à ��Ftype.func(*"".parser) go/types.Type���ð ��4"".(*parser).parseChanType���€
��4"".(*parser).parseChanType���
��<go.string.hdr."parseConstDecl"��� 
��"go.importpath."".���°
��type.func()�����*type.func(*"".parser)���Ð
��6"".(*parser).parseConstDecl���à
��6"".(*parser).parseConstDecl���ð
��2go.string.hdr."parseDecl"���€ ��"go.importpath."".��� ��type.func()���  ��*type.func(*"".parser)���° ��,"".(*parser).parseDecl���À ��,"".(*parser).parseDecl���Ð ��:go.string.hdr."parseDotIdent"���à ��"go.importpath."".���ð ��$type.func() string���€ ��8type.func(*"".parser) string��� ��4"".(*parser).parseDotIdent���  ��4"".(*parser).parseDotIdent���° ��6go.string.hdr."parseExport"���À ��"go.importpath."".���Ð ��:type.func() *go/types.Package���à ��Ntype.func(*"".parser) *go/types.Package���ð ��0"".(*parser).parseExport���€ ��0"".(*parser).parseExport��� ��Bgo.string.hdr."parseExportedName"���  ��"go.importpath."".���° ��Ntype.func() (*go/types.Package, string)���À ��btype.func(*"".parser) (*go/types.Package, string)���Ð ��<"".(*parser).parseExportedName���à ��<"".(*parser).parseExportedName���ð ��4go.string.hdr."parseField"���€��"go.importpath."".�����Ftype.func() (*go/types.Var, string)��� ��Ztype.func(*"".parser) (*go/types.Var, string)���°��."".(*parser).parseField���À��."".(*parser).parseField���Ð��2go.string.hdr."parseFunc"���à��"go.importpath."".���ð��Xtype.func(*go/types.Var) *go/types.Signature���€��ptype.func(*"".parser, *go/types.Var) *go/types.Signature�����,"".(*parser).parseFunc��� ��,"".(*parser).parseFunc���°��:go.string.hdr."parseFuncDecl"���À��"go.importpath."".���Ð��type.func()���à��*type.func(*"".parser)���ð��4"".(*parser).parseFuncDecl���€��4"".(*parser).parseFuncDecl�����>go.string.hdr."parseImportDecl"��� ��"go.importpath."".���°��type.func()���À��*type.func(*"".parser)���Ð��8"".(*parser).parseImportDecl���à��8"".(*parser).parseImportDecl���ð��0go.string.hdr."parseInt"���€��"go.importpath."".�����$type.func() string��� ��8type.func(*"".parser) string���°��*"".(*parser).parseInt���À��*"".(*parser).parseInt���Ð��Dgo.string.hdr."parseInterfaceType"���à��"go.importpath."".���ð��2type.func() go/types.Type���€��Ftype.func(*"".parser) go/types.Type�����>"".(*parser).parseInterfaceType��� ��>"".(*parser).parseInterfaceType���°��8go.string.hdr."parseMapType"���À��"go.importpath."".���Ð��2type.func() go/types.Type���à��Ftype.func(*"".parser) go/types.Type���ð��2"".(*parser).parseMapType���€��2"".(*parser).parseMapType�����>go.string.hdr."parseMethodDecl"��� ��"go.importpath."".���°��type.func()���À��*type.func(*"".parser)���Ð��8"".(*parser).parseMethodDecl���à��8"".(*parser).parseMethodDecl���ð��2go.string.hdr."parseName"���€��"go.importpath."".�����Vtype.func(bool) (*go/types.Package, string)��� ��ntype.func(*"".parser, bool) (*go/types.Package, string)���°��,"".(*parser).parseName���À��,"".(*parser).parseName���Ð��6go.string.hdr."parseNumber"���à��"go.importpath."".���ð��`type.func() (*go/types.Basic, go/constant.Value)���€��ttype.func(*"".parser) (*go/types.Basic, go/constant.Value)�����0"".(*parser).parseNumber��� ��0"".(*parser).parseNumber���°��<go.string.hdr."parsePackageId"���À��"go.importpath."".���Ð��$type.func() string���à��8type.func(*"".parser) string���ð��6"".(*parser).parsePackageId���€��6"".(*parser).parsePackageId�����@go.string.hdr."parsePackageName"��� ��"go.importpath."".���°��$type.func() string���À��8type.func(*"".parser) string���Ð��:"".(*parser).parsePackageName���à��:"".(*parser).parsePackageName���ð��<go.string.hdr."parseParameter"���€��"go.importpath."".�����Btype.func() (*go/types.Var, bool)��� ��Vtype.func(*"".parser) (*go/types.Var, bool)���°��6"".(*parser).parseParameter���À��6"".(*parser).parseParameter���Ð��>go.string.hdr."parseParameters"���à��"go.importpath."".���ð��Ftype.func() ([]*go/types.Var, bool)���€��Ztype.func(*"".parser) ([]*go/types.Var, bool)�����8"".(*parser).parseParameters��� ��8"".(*parser).parseParameters���°��Dgo.string.hdr."parseQualifiedName"���À��"go.importpath."".���Ð��8type.func() (string, string)���à��Ltype.func(*"".parser) (string, string)���ð��>"".(*parser).parseQualifiedName���€��>"".(*parser).parseQualifiedName�����<go.string.hdr."parseSignature"��� ��"go.importpath."".���°��Xtype.func(*go/types.Var) *go/types.Signature���À��ptype.func(*"".parser, *go/types.Var) *go/types.Signature���Ð��6"".(*parser).parseSignature���à��6"".(*parser).parseSignature���ð��>go.string.hdr."parseStructType"���€��"go.importpath."".�����2type.func() go/types.Type��� ��Ftype.func(*"".parser) go/types.Type���°��8"".(*parser).parseStructType���À��8"".(*parser).parseStructType���Ð��2go.string.hdr."parseType"���à��"go.importpath."".���ð��2type.func() go/types.Type���€��Ftype.func(*"".parser) go/types.Type�����,"".(*parser).parseType��� ��,"".(*parser).parseType���°��:go.string.hdr."parseTypeDecl"���À��"go.importpath."".���Ð��type.func()���à��*type.func(*"".parser)���ð��4"".(*parser).parseTypeDecl���€��4"".(*parser).parseTypeDecl�����8go.string.hdr."parseVarDecl"��� ��"go.importpath."".���°��type.func()���À��*type.func(*"".parser)���Ð��2"".(*parser).parseVarDecl���à��2"".(*parser).parseVarDecl���þ"runtime.gcbits.02����þtgo.string.hdr."struct { F uintptr; p *gcimporter.parser }"� �� ��������*����������lgo.string."struct { F uintptr; p *gcimporter.parser }"���þlgo.string."struct { F uintptr; p *gcimporter.parser }"�`��Vstruct { F uintptr; p *gcimporter.parser }��þ$go.string.hdr.".F"� �� ������������������go.string.".F"���þgo.string.".F"���.F��þNtype.struct { F uintptr; p *"".parser }�à��à��������������¼y������������������������������������������������������������������������������������������������������������������������������������������������������0À� runtime.algarray���@��"runtime.gcbits.02���P��tgo.string.hdr."struct { F uintptr; p *gcimporter.parser }"���p��`go.weak.type.*struct { F uintptr; p *"".parser }���€��"runtime.zerovalue���À�Ntype.struct { F uintptr; p *"".parser }���À��$go.string.hdr.".F"���Ð��"go.importpath."".���à��type.uintptr�����"go.string.hdr."p"��� ��"go.importpath."".���°��type.*"".parser���þ>go.string.hdr."**types.Package"� �� ������������������6go.string."**types.Package"���þ6go.string."**types.Package"� �� **types.Package��þ.type.**go/types.Package� �� ��������������ð!u�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��>go.string.hdr."**types.Package"���p��@go.weak.type.***go/types.Package���€��"runtime.zerovalue�����,type.*go/types.Package���þ\go.string.hdr."*map.hdr[string]*types.Package"� �� ������������������Tgo.string."*map.hdr[string]*types.Package"���þTgo.string."*map.hdr[string]*types.Package"�@��>*map.hdr[string]*types.Package��þLtype.*map.hdr[string]*go/types.Package� �� ��������������Ƙ96�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��\go.string.hdr."*map.hdr[string]*types.Package"���p��^go.weak.type.**map.hdr[string]*go/types.Package���€��"runtime.zerovalue�����Jtype.map.hdr[string]*go/types.Package���þ\go.string.hdr."map.iter[string]*types.Package"� �� ������������������Tgo.string."map.iter[string]*types.Package"���þTgo.string."map.iter[string]*types.Package"�@��>map.iter[string]*types.Package��þ&go.string.hdr."key"� �� ������������������go.string."key"���þgo.string."key"���key��þ&go.string.hdr."val"� �� ������������������go.string."val"���þgo.string."val"���val��þ"go.string.hdr."t"� �� ������������������go.string."t"���þgo.string."t"���t��þ"go.string.hdr."h"� �� ������������������go.string."h"���þgo.string."h"���h��þ(go.string.hdr."bptr"� �� ������������������ go.string."bptr"���þ go.string."bptr"���
bptr��þ2go.string.hdr."overflow0"� �� �������� ����������*go.string."overflow0"���þ*go.string."overflow0"� ��overflow0��þ2go.string.hdr."overflow1"� �� �������� ����������*go.string."overflow1"���þ*go.string."overflow1"� ��overflow1��þ6go.string.hdr."startBucket"� �� �������� ����������.go.string."startBucket"���þ.go.string."startBucket"� ��startBucket��þ*go.string.hdr."stuff"� �� ������������������"go.string."stuff"���þ"go.string."stuff"��� stuff��þ,go.string.hdr."bucket"� �� ������������������$go.string."bucket"���þ$go.string."bucket"���bucket��þ6go.string.hdr."checkBucket"� �� �������� ����������.go.string."checkBucket"���þ.go.string."checkBucket"� ��checkBucket��þLtype.map.iter[string]*go/types.Package�€ ��€ `�������@�������xO1��������������������������������������������������������� ������� ���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� ���������������������������������������(���������������������������������������0���������������������������������������8���������������������������������������@���������������������������������������H���������������������������������������P���������������������������������������X�������<0à� runtime.algarray���@��"runtime.gcbits.ff���P��\go.string.hdr."map.iter[string]*types.Package"���p��^go.weak.type.*map.iter[string]*go/types.Package���€��"runtime.zerovalue���À�Ltype.map.iter[string]*go/types.Package���À��&go.string.hdr."key"���à��type.*string�����&go.string.hdr."val"���°��.type.**go/types.Package���à��"go.string.hdr."t"���€��type.*uint8���°��"go.string.hdr."h"���Ð��Ltype.*map.hdr[string]*go/types.Package���€��.go.string.hdr."buckets"��� ��Rtype.*map.bucket[string]*go/types.Package���Ð��(go.string.hdr."bptr"���ð��Rtype.*map.bucket[string]*go/types.Package��� ��2go.string.hdr."overflow0"���À��&type.unsafe.Pointer���ð��2go.string.hdr."overflow1"�����&type.unsafe.Pointer���À��6go.string.hdr."startBucket"���à��type.uintptr�����*go.string.hdr."stuff"���°��type.uintptr���à��,go.string.hdr."bucket"���€��type.uintptr���°��6go.string.hdr."checkBucket"���Ð��type.uintptr���þvgo.string.hdr."*struct { F uintptr; p *gcimporter.parser }"� �� ��������+����������ngo.string."*struct { F uintptr; p *gcimporter.parser }"���þngo.string."*struct { F uintptr; p *gcimporter.parser }"�`��X*struct { F uintptr; p *gcimporter.parser }��þPtype.*struct { F uintptr; p *"".parser }� �� ��������������ĬË�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��vgo.string.hdr."*struct { F uintptr; p *gcimporter.parser }"���p��bgo.weak.type.**struct { F uintptr; p *"".parser }���€��"runtime.zerovalue�����Ntype.struct { F uintptr; p *"".parser }���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440��������������þTgclocals·3bb21ca8fe1d99a3e492463bd711418a�������������þ<type..hashfunc.[3]interface {}��������������4type..hash.[3]interface {}���þ8type..eqfunc.[3]interface {}��������������0type..eq.[3]interface {}���þ2type..alg.[3]interface {}� �� �������������������<type..hashfunc.[3]interface {}�����8type..eqfunc.[3]interface {}���þ"runtime.gcbits.3f���?�þ>go.string.hdr."[3]interface {}"� �� ������������������6go.string."[3]interface {}"���þ6go.string."[3]interface {}"� �� [3]interface {}��þ(type.[3]interface {}�À��À0�������0�������ÝÏÙ������������������������������������������������������������������������0��2type..alg.[3]interface {}���@��"runtime.gcbits.3f���P��>go.string.hdr."[3]interface {}"���p��:go.weak.type.*[3]interface {}���€��"runtime.zerovalue�����"type.interface {}��� ��&type.[]interface {}���þVgo.typelink.[3]interface {} [3]interface {}��������������(type.[3]interface {}���þ@go.string.hdr."*[3]interface {}"� �� ������������������8go.string."*[3]interface {}"���þ8go.string."*[3]interface {}"�0��"*[3]interface {}��þ*type.*[3]interface {}� �� ��������������°þ¹�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��@go.string.hdr."*[3]interface {}"���p��<go.weak.type.**[3]interface {}���€��"runtime.zerovalue�����(type.[3]interface {}���þ<go.string.hdr."[]types.Object"� �� ������������������4go.string."[]types.Object"���þ4go.string."[]types.Object"� ��[]types.Object��þ,type.[]go/types.Object� �� ��������������Ìjò��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��<go.string.hdr."[]types.Object"���p��>go.weak.type.*[]go/types.Object���€��"runtime.zerovalue�����(type.go/types.Object���þXgo.typelink.[]types.Object []go/types.Object��������������,type.[]go/types.Object���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440��������������þTgclocals·3bb21ca8fe1d99a3e492463bd711418a�������������þBtype..hashfunc.[8]go/types.Object��������������:type..hash.[8]go/types.Object���þ>type..eqfunc.[8]go/types.Object��������������6type..eq.[8]go/types.Object���þ8type..alg.[8]go/types.Object� �� �������������������Btype..hashfunc.[8]go/types.Object�����>type..eqfunc.[8]go/types.Object���þ&runtime.gcbits.ffff���ÿÿ�þ>go.string.hdr."[8]types.Object"� �� ������������������6go.string."[8]types.Object"���þ6go.string."[8]types.Object"� �� [8]types.Object��þ.type.[8]go/types.Object�À��À€�������€�������x*ºª������������������������������������������������������������������������0��8type..alg.[8]go/types.Object���@��&runtime.gcbits.ffff���P��>go.string.hdr."[8]types.Object"���p��@go.weak.type.*[8]go/types.Object���€��"runtime.zerovalue�����(type.go/types.Object��� ��,type.[]go/types.Object���þ\go.typelink.[8]types.Object [8]go/types.Object��������������.type.[8]go/types.Object���þ^go.string.hdr."*map.bucket[string]types.Object"� �� ������������������Vgo.string."*map.bucket[string]types.Object"���þVgo.string."*map.bucket[string]types.Object"�@��@*map.bucket[string]types.Object��þNtype.*map.bucket[string]go/types.Object� �� ��������������=ÞQ�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��^go.string.hdr."*map.bucket[string]types.Object"���p��`go.weak.type.**map.bucket[string]go/types.Object���€��"runtime.zerovalue�����Ltype.map.bucket[string]go/types.Object���þ2runtime.gcbits.aaaafeff03�
��
ªªþÿ�þ\go.string.hdr."map.bucket[string]types.Object"� �� ������������������Tgo.string."map.bucket[string]types.Object"���þTgo.string."map.bucket[string]types.Object"�@��>map.bucket[string]types.Object��þLtype.map.bucket[string]go/types.Object�€��€������������‹»¶��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ˆ���������������������������������������������0à� runtime.algarray���@��2runtime.gcbits.aaaafeff03���P��\go.string.hdr."map.bucket[string]types.Object"���p��^go.weak.type.*map.bucket[string]go/types.Object���€��"runtime.zerovalue���À�Ltype.map.bucket[string]go/types.Object���À��.go.string.hdr."topbits"���à��type.[8]uint8�����(go.string.hdr."keys"���°��type.[8]string���à��,go.string.hdr."values"���€��.type.[8]go/types.Object���°��0go.string.hdr."overflow"���Ð��Ntype.*map.bucket[string]go/types.Object���þVgo.string.hdr."map.hdr[string]types.Object"� �� ������������������Ngo.string."map.hdr[string]types.Object"���þNgo.string."map.hdr[string]types.Object"�@��8map.hdr[string]types.Object��þFtype.map.hdr[string]go/types.Object�À��À0�������0�������¾ŸÖ�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� ��������������������������������������� ��������������������������������������������������������������������������������������������������������������������� ���������������������������������������(�������,0à� runtime.algarray���@��"runtime.gcbits.2c���P��Vgo.string.hdr."map.hdr[string]types.Object"���p��Xgo.weak.type.*map.hdr[string]go/types.Object���€��"runtime.zerovalue���À�Ftype.map.hdr[string]go/types.Object���À��*go.string.hdr."count"���à��type.int�����*go.string.hdr."flags"���°��type.uint8���à��"go.string.hdr."B"���€��type.uint8���°��*go.string.hdr."hash0"���Ð��type.uint32���€��.go.string.hdr."buckets"��� ��Ntype.*map.bucket[string]go/types.Object���Ð��4go.string.hdr."oldbuckets"���ð��Ntype.*map.bucket[string]go/types.Object��� ��2go.string.hdr."nevacuate"���À��type.uintptr���ð��0go.string.hdr."overflow"�����&type.unsafe.Pointer���þNgo.string.hdr."map[string]types.Object"� �� ������������������Fgo.string."map[string]types.Object"���þFgo.string."map[string]types.Object"�0��0map[string]types.Object��þ>type.map[string]go/types.Object�Þ��Þ��������������×9¹�5����������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Ngo.string.hdr."map[string]types.Object"���p��Pgo.weak.type.*map[string]go/types.Object���€��"runtime.zerovalue�����type.string��� ��(type.go/types.Object���°��Ltype.map.bucket[string]go/types.Object���À��Ftype.map.hdr[string]go/types.Object���þ|go.typelink.map[string]types.Object map[string]go/types.Object��������������>type.map[string]go/types.Object���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·19720f077b085bccea0146c5b9fc7c9d� �� ���
�����������þTgclocals·51af24152615272c3d9efc8538f95767� �� �������������þ:type..hashfunc."".importError��������������2type..hash."".importError���þ6type..eqfunc."".importError��������������.type..eq."".importError���þ0type..alg."".importError� �� �������������������:type..hashfunc."".importError�����6type..eqfunc."".importError���þNgo.string.hdr."*gcimporter.importError"� �� ������������������Fgo.string."*gcimporter.importError"���þFgo.string."*gcimporter.importError"�0��0*gcimporter.importError��þ4go.string.hdr."gcimporter"� �� ��������
����������,go.string."gcimporter"���þ,go.string."gcimporter"� ��gcimporter��þ6go.string.hdr."importError"� �� �������� ����������.go.string."importError"���þ.go.string."importError"� ��importError��þ*go.string.hdr."Error"� �� ������������������"go.string."Error"���þ"go.string."Error"��� Error��þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þhgo.string.hdr."func(*gcimporter.importError) string"� �� ��������$����������`go.string."func(*gcimporter.importError) string"���þ`go.string."func(*gcimporter.importError) string"�P��Jfunc(*gcimporter.importError) string��þBtype.func(*"".importError) string� �� ��������������ÕӋ�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��hgo.string.hdr."func(*gcimporter.importError) string"���p��Tgo.weak.type.*func(*"".importError) string���€��"runtime.zerovalue��� €�Btype.func(*"".importError) string���А�Btype.func(*"".importError) string���€��(type.*"".importError�����type.string���þšgo.typelink.func(*gcimporter.importError) string func(*"".importError) string��������������Btype.func(*"".importError) string���þ(type.*"".importError��Ð��Ð��������������)p)?�6����������������������������������������������������������������������������������������������������������������������������������������������0 � runtime.algarray���@��"runtime.gcbits.01���P��Ngo.string.hdr."*gcimporter.importError"���p��:go.weak.type.**"".importError���€��"runtime.zerovalue�����&type."".importError���` �(type.*"".importError���Àð�(type.*"".importError���ð��*go.string.hdr."Error"�����$type.func() string��� ��Btype.func(*"".importError) string���°��."".(*importError).Error���À��."".(*importError).Error���þ"runtime.gcbits.61���a�þLgo.string.hdr."gcimporter.importError"� �� ������������������Dgo.string."gcimporter.importError"���þDgo.string."gcimporter.importError"�0��.gcimporter.importError��þ&go.string.hdr."pos"� �� ������������������go.string."pos"���þgo.string."pos"���pos��þ&go.string.hdr."err"� �� ������������������go.string."err"���þgo.string."err"���err��þfgo.string.hdr."func(gcimporter.importError) string"� �� ��������#����������^go.string."func(gcimporter.importError) string"���þ^go.string."func(gcimporter.importError) string"�P��Hfunc(gcimporter.importError) string��þ@type.func("".importError) string� �� ��������������.}þ2�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��fgo.string.hdr."func(gcimporter.importError) string"���p��Rgo.weak.type.*func("".importError) string���€��"runtime.zerovalue��� €�@type.func("".importError) string���А�@type.func("".importError) string���€��&type."".importError�����type.string���þ–go.typelink.func(gcimporter.importError) string func("".importError) string��������������@type.func("".importError) string���þ&type."".importError����8�������8�������AÇe“�����������������������������������������������������������������������������������������������������������������������������������������������(���������������������������������������������������������������������������������������������*0��0type..alg."".importError���@��"runtime.gcbits.61���P��Lgo.string.hdr."gcimporter.importError"���p��(type.*"".importError���€��"runtime.zerovalue���À�&type."".importError���À��&go.string.hdr."pos"���Ð��"go.importpath."".���à��4type.text/scanner.Position�����&go.string.hdr."err"��� ��"go.importpath."".���°��type.error���`à�&type."".importError���à��6go.string.hdr."importError"���ð��"go.importpath."".���€°�&type."".importError���°��*go.string.hdr."Error"���Ð��$type.func() string���à��@type.func("".importError) string���ð��."".(*importError).Error���€��("".importError.Error���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440��������������þTgclocals·3bb21ca8fe1d99a3e492463bd711418a�������������þ<type..hashfunc.[2]interface {}��������������4type..hash.[2]interface {}���þ8type..eqfunc.[2]interface {}��������������0type..eq.[2]interface {}���þ2type..alg.[2]interface {}� �� �������������������<type..hashfunc.[2]interface {}�����8type..eqfunc.[2]interface {}���þ"runtime.gcbits.0f����þ>go.string.hdr."[2]interface {}"� �� ������������������6go.string."[2]interface {}"���þ6go.string."[2]interface {}"� �� [2]interface {}��þ(type.[2]interface {}�À��À ������� �������,Y¤ñ������������������������������������������������������������������������0��2type..alg.[2]interface {}���@��"runtime.gcbits.0f���P��>go.string.hdr."[2]interface {}"���p��:go.weak.type.*[2]interface {}���€��"runtime.zerovalue�����"type.interface {}��� ��&type.[]interface {}���þVgo.typelink.[2]interface {} [2]interface {}��������������(type.[2]interface {}���þ@go.string.hdr."*[2]interface {}"� �� ������������������8go.string."*[2]interface {}"���þ8go.string."*[2]interface {}"�0��"*[2]interface {}��þ*type.*[2]interface {}� �� ��������������¾s-q�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��@go.string.hdr."*[2]interface {}"���p��<go.weak.type.**[2]interface {}���€��"runtime.zerovalue�����(type.[2]interface {}���þ:go.string.hdr."[]*types.Func"� �� �������� ����������2go.string."[]*types.Func"���þ2go.string."[]*types.Func"� ��[]*types.Func��þ*type.[]*go/types.Func� �� ��������������gËüý��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��:go.string.hdr."[]*types.Func"���p��<go.weak.type.*[]*go/types.Func���€��"runtime.zerovalue�����&type.*go/types.Func���þTgo.typelink.[]*types.Func []*go/types.Func��������������*type.[]*go/types.Func���þDgo.string.hdr."*gcimporter.byPath"� �� ������������������<go.string."*gcimporter.byPath"���þ<go.string."*gcimporter.byPath"�0��&*gcimporter.byPath��þ,go.string.hdr."byPath"� �� ������������������$go.string."byPath"���þ$go.string."byPath"���byPath��þ&go.string.hdr."Len"� �� ������������������go.string."Len"���þgo.string."Len"���Len��þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·3f5c1f818fa7055d0400cecd34057162�������������þ(go.string.hdr."Swap"� �� ������������������ go.string."Swap"���þ go.string."Swap"���
Swap��þTgclocals·bade3c5f6d433f8d8fecc50019bf4c85� �� ��������������þTgclocals·41a13ac73c712c01973b8fe23f62d694� �� �������������þ(go.string.hdr."Less"� �� ������������������ go.string."Less"���þ go.string."Less"���
Less��þTgclocals·627bbca91efe935c3ac76737d2026ca6��������������þTgclocals·2fccd208efe70893f9ac8d682812ae72�������������þXgo.string.hdr."func(*gcimporter.byPath) int"� �� ������������������Pgo.string."func(*gcimporter.byPath) int"���þPgo.string."func(*gcimporter.byPath) int"�@��:func(*gcimporter.byPath) int��þ2type.func(*"".byPath) int� �� ��������������-W©�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Xgo.string.hdr."func(*gcimporter.byPath) int"���p��Dgo.weak.type.*func(*"".byPath) int���€��"runtime.zerovalue��� €�2type.func(*"".byPath) int���А�2type.func(*"".byPath) int���€��type.*"".byPath�����type.int���þzgo.typelink.func(*gcimporter.byPath) int func(*"".byPath) int��������������2type.func(*"".byPath) int���þngo.string.hdr."func(*gcimporter.byPath, int, int) bool"� �� ��������'����������fgo.string."func(*gcimporter.byPath, int, int) bool"���þfgo.string."func(*gcimporter.byPath, int, int) bool"�P��Pfunc(*gcimporter.byPath, int, int) bool��þHtype.func(*"".byPath, int, int) bool�À��À��������������¼Éþ<�3������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��ngo.string.hdr."func(*gcimporter.byPath, int, int) bool"���p��Zgo.weak.type.*func(*"".byPath, int, int) bool���€��"runtime.zerovalue��� €�Htype.func(*"".byPath, int, int) bool���а�Htype.func(*"".byPath, int, int) bool���€��type.*"".byPath�����type.int��� ��type.int���°��type.bool���þ¦go.typelink.func(*gcimporter.byPath, int, int) bool func(*"".byPath, int, int) bool��������������Htype.func(*"".byPath, int, int) bool���þdgo.string.hdr."func(*gcimporter.byPath, int, int)"� �� ��������"����������\go.string."func(*gcimporter.byPath, int, int)"���þ\go.string."func(*gcimporter.byPath, int, int)"�P��Ffunc(*gcimporter.byPath, int, int)��þ>type.func(*"".byPath, int, int)�°��°��������������‹Öd�3������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��dgo.string.hdr."func(*gcimporter.byPath, int, int)"���p��Pgo.weak.type.*func(*"".byPath, int, int)���€��"runtime.zerovalue��� €�>type.func(*"".byPath, int, int)���а�>type.func(*"".byPath, int, int)���€��type.*"".byPath�����type.int��� ��type.int���þ’go.typelink.func(*gcimporter.byPath, int, int) func(*"".byPath, int, int)��������������>type.func(*"".byPath, int, int)���þ4go.string.hdr."func() int"� �� ��������
����������,go.string."func() int"���þ,go.string."func() int"� ��func() int��þtype.func() int�����������������å†9à�3��������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��4go.string.hdr."func() int"���p��0go.weak.type.*func() int���€��"runtime.zerovalue��� €�type.func() int���Ѐ�type.func() int���€��type.int���þBgo.typelink.func() int func() int��������������type.func() int���þFgo.string.hdr."func(int, int) bool"� �� ������������������>go.string."func(int, int) bool"���þ>go.string."func(int, int) bool"�0��(func(int, int) bool��þ0type.func(int, int) bool�°��°��������������¢"�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Fgo.string.hdr."func(int, int) bool"���p��Bgo.weak.type.*func(int, int) bool���€��"runtime.zerovalue��� €�0type.func(int, int) bool���Р�0type.func(int, int) bool���€��type.int�����type.int��� ��type.bool���þfgo.typelink.func(int, int) bool func(int, int) bool��������������0type.func(int, int) bool���þ<go.string.hdr."func(int, int)"� �� ������������������4go.string."func(int, int)"���þ4go.string."func(int, int)"� ��func(int, int)��þ&type.func(int, int)� �� ��������������%DŽ�3����������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��<go.string.hdr."func(int, int)"���p��8go.weak.type.*func(int, int)���€��"runtime.zerovalue��� €�&type.func(int, int)���Р�&type.func(int, int)���€��type.int�����type.int���þRgo.typelink.func(int, int) func(int, int)��������������&type.func(int, int)���þtype.*"".byPath������������������(g™°�6����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������.0 � runtime.algarray���@��"runtime.gcbits.01���P��Dgo.string.hdr."*gcimporter.byPath"���p��0go.weak.type.**"".byPath���€��"runtime.zerovalue�����type."".byPath���` �type.*"".byPath���Àð�type.*"".byPath���ð��&go.string.hdr."Len"�����type.func() int��� ��2type.func(*"".byPath) int���°�� "".(*byPath).Len���À�� "".(*byPath).Len���Ð��(go.string.hdr."Less"���ð��0type.func(int, int) bool���€��Htype.func(*"".byPath, int, int) bool�����""".(*byPath).Less��� ��""".(*byPath).Less���°��(go.string.hdr."Swap"���Ð��&type.func(int, int)���à��>type.func(*"".byPath, int, int)���ð��""".(*byPath).Swap���€��""".(*byPath).Swap���þBgo.string.hdr."gcimporter.byPath"� �� ������������������:go.string."gcimporter.byPath"���þ:go.string."gcimporter.byPath"�0��$gcimporter.byPath��þVgo.string.hdr."func(gcimporter.byPath) int"� �� ������������������Ngo.string."func(gcimporter.byPath) int"���þNgo.string."func(gcimporter.byPath) int"�@��8func(gcimporter.byPath) int��þ0type.func("".byPath) int� �� ��������������`O¼�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Vgo.string.hdr."func(gcimporter.byPath) int"���p��Bgo.weak.type.*func("".byPath) int���€��"runtime.zerovalue��� €�0type.func("".byPath) int���А�0type.func("".byPath) int���€��type."".byPath�����type.int���þvgo.typelink.func(gcimporter.byPath) int func("".byPath) int��������������0type.func("".byPath) int���þlgo.string.hdr."func(gcimporter.byPath, int, int) bool"� �� ��������&����������dgo.string."func(gcimporter.byPath, int, int) bool"���þdgo.string."func(gcimporter.byPath, int, int) bool"�P��Nfunc(gcimporter.byPath, int, int) bool��þFtype.func("".byPath, int, int) bool�À��À��������������aþ5µ�3������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��lgo.string.hdr."func(gcimporter.byPath, int, int) bool"���p��Xgo.weak.type.*func("".byPath, int, int) bool���€��"runtime.zerovalue��� €�Ftype.func("".byPath, int, int) bool���а�Ftype.func("".byPath, int, int) bool���€��type."".byPath�����type.int��� ��type.int���°��type.bool���þ¢go.typelink.func(gcimporter.byPath, int, int) bool func("".byPath, int, int) bool��������������Ftype.func("".byPath, int, int) bool���þbgo.string.hdr."func(gcimporter.byPath, int, int)"� �� ��������!����������Zgo.string."func(gcimporter.byPath, int, int)"���þZgo.string."func(gcimporter.byPath, int, int)"�P��Dfunc(gcimporter.byPath, int, int)��þ<type.func("".byPath, int, int)�°��°��������������×¾Ci�3������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��bgo.string.hdr."func(gcimporter.byPath, int, int)"���p��Ngo.weak.type.*func("".byPath, int, int)���€��"runtime.zerovalue��� €�<type.func("".byPath, int, int)���а�<type.func("".byPath, int, int)���€��type."".byPath�����type.int��� ��type.int���þŽgo.typelink.func(gcimporter.byPath, int, int) func("".byPath, int, int)��������������<type.func("".byPath, int, int)���þtype."".byPath������������������îºÞ`�����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������20 � runtime.algarray���@��"runtime.gcbits.01���P��Bgo.string.hdr."gcimporter.byPath"���p��type.*"".byPath���€��"runtime.zerovalue�����,type.*go/types.Package���` �type."".byPath��� ��,go.string.hdr."byPath"���°��"go.importpath."".���Àð�type."".byPath���ð��&go.string.hdr."Len"�����type.func() int��� ��0type.func("".byPath) int���°�� "".(*byPath).Len���À��"".byPath.Len���Ð��(go.string.hdr."Less"���ð��0type.func(int, int) bool���€��Ftype.func("".byPath, int, int) bool�����""".(*byPath).Less��� ��"".byPath.Less���°��(go.string.hdr."Swap"���Ð��&type.func(int, int)���à��<type.func("".byPath, int, int)���ð��""".(*byPath).Swap���€��"".byPath.Swap���þ4go.string.hdr."*[8]string"� �� ��������
����������,go.string."*[8]string"���þ,go.string."*[8]string"� ��*[8]string��þtype.*[8]string� �� ��������������­”o�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��4go.string.hdr."*[8]string"���p��0go.weak.type.**[8]string���€��"runtime.zerovalue�����type.[8]string���þ@go.string.hdr."*[8]types.Object"� �� ������������������8go.string."*[8]types.Object"���þ8go.string."*[8]types.Object"�0��"*[8]types.Object��þ0type.*[8]go/types.Object� �� ��������������Ý;'¢�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��@go.string.hdr."*[8]types.Object"���p��Bgo.weak.type.**[8]go/types.Object���€��"runtime.zerovalue�����.type.[8]go/types.Object���þ.go.string.hdr."runtime"� �� ������������������&go.string."runtime"���þ&go.string."runtime"���runtime��þ,go.importpath.runtime.� �� ������������������&go.string."runtime"���þ*go.string.hdr."bufio"� �� ������������������"go.string."bufio"���þ"go.string."bufio"��� bufio��þ(go.importpath.bufio.� �� ������������������"go.string."bufio"���þ,go.string.hdr."errors"� �� ������������������$go.string."errors"���þ$go.string."errors"���errors��þ*go.importpath.errors.� �� ������������������$go.string."errors"���þ$go.string.hdr."io"� �� ������������������go.string."io"���þgo.string."io"���io��þ"go.importpath.io.� �� ������������������go.string."io"���þ&go.string.hdr."fmt"� �� ������������������go.string."fmt"���þgo.string."fmt"���fmt��þ$go.importpath.fmt.� �� ������������������go.string."fmt"���þ.go.string.hdr."strconv"� �� ������������������&go.string."strconv"���þ&go.string."strconv"���strconv��þ,go.importpath.strconv.� �� ������������������&go.string."strconv"���þ$go.string.hdr."os"� �� ������������������go.string."os"���þgo.string."os"���os��þ"go.importpath.os.� �� ������������������go.string."os"���þ.go.string.hdr."strings"� �� ������������������&go.string."strings"���þ&go.string."strings"���strings��þ,go.importpath.strings.� �� ������������������&go.string."strings"���þ0go.string.hdr."go/build"� �� ������������������(go.string."go/build"���þ(go.string."go/build"� ��go/build��þ.go.importpath.go/build.� �� ������������������(go.string."go/build"���þ0go.string.hdr."go/token"� �� ������������������(go.string."go/token"���þ(go.string."go/token"� ��go/token��þ.go.importpath.go/token.� �� ������������������(go.string."go/token"���þ(go.string.hdr."sort"� �� ������������������ go.string."sort"���þ go.string."sort"���
sort��þ&go.importpath.sort.� �� ������������������ go.string."sort"���þ:go.string.hdr."path/filepath"� �� �������� ����������2go.string."path/filepath"���þ2go.string."path/filepath"� ��path/filepath��þ8go.importpath.path/filepath.� �� �������� ����������2go.string."path/filepath"���þ8go.string.hdr."text/scanner"� �� �������� ����������0go.string."text/scanner"���þ0go.string."text/scanner"� ��text/scanner��þ6go.importpath.text/scanner.� �� �������� ����������0go.string."text/scanner"���þ6go.string.hdr."go/constant"� �� �������� ����������.go.string."go/constant"���þ.go.string."go/constant"� ��go/constant��þ4go.importpath.go/constant.� �� �������� ����������.go.string."go/constant"���þ0go.string.hdr."go/types"� �� ������������������(go.string."go/types"���þ(go.string."go/types"� ��go/types��þ.go.importpath.go/types.� �� ������������������(go.string."go/types"���þ:type..hash.[1]interface {}·f��������������4type..hash.[1]interface {}���þ6type..eq.[1]interface {}·f��������������0type..eq.[1]interface {}���þ.type..hash.[2]string·f��������������(type..hash.[2]string���þ*type..eq.[2]string·f��������������$type..eq.[2]string���þ.type..hash.[8]string·f��������������(type..hash.[8]string���þ*type..eq.[8]string·f��������������$type..eq.[8]string���þ:type..hash.[3]interface {}·f��������������4type..hash.[3]interface {}���þ6type..eq.[3]interface {}·f��������������0type..eq.[3]interface {}���þ@type..hash.[8]go/types.Object·f��������������:type..hash.[8]go/types.Object���þ<type..eq.[8]go/types.Object·f��������������6type..eq.[8]go/types.Object���þ8type..hash."".importError·f��������������2type..hash."".importError���þ4type..eq."".importError·f��������������.type..eq."".importError���þ4"".(*importError).Error·f��������������."".(*importError).Error���þ:type..hash.[2]interface {}·f��������������4type..hash.[2]interface {}���þ6type..eq.[2]interface {}·f��������������0type..eq.[2]interface {}���þ&"".(*byPath).Len·f�������������� "".(*byPath).Len���þ("".(*byPath).Swap·f��������������""".(*byPath).Swap���þ("".(*byPath).Less·f��������������""".(*byPath).Less���þ"runtime.zerovalue� ����ÿÿgo13ld