blob: 2ee6b494eda14b1da9ca0b7ba52072fd40ad4b6b [file] [log] [blame]
!<arch>
__.PKGDEF 0 0 0 644 8793 `
go object windows amd64 go1.5.1 X:none
build id "78ea1d260000d7022e97bbdba1102839857aea65"
$$
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 269206 `
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ìø���H‹œ$ø���H‰$è����1Û1Û1ÛH‰œ$ ��H‰œ$(��HDŽ$������1ÛH‰œ$��H‰œ$��H����H‰$HÇD$<���HÇD$<���è����H‹T$H‹L$ H‹D$(H‰”$°���H‰Œ$¸���H‰„$À���H‹œ$���H‰\$XH‹����1íH9è„ê��H‹L$XH‰„$���H‰$H‰Œ$˜���H‰L$H‹œ$°���H‰\$H‹œ$¸���H‰\$H‹œ$À���H‰\$ è����H‹L$0H‹D$8H‰„$(��H‰Œ$ ��Hƒù�t è����HÄø���ÃH‹œ$¸���H‹¬$À���Hƒû0‚R��L‹„$°���Hƒë0Hƒí0Hƒý�tIƒÀ0H‰œ$è���H‰¬$ð���Hƒý
‚��L‰„$à���HÇÂ
���HÇ$����L‰„$È���L‰D$H‰”$Ð���H‰T$H‰¬$Ø���H‰l$è����H\$ H‹ H‰ $H‹KH‰L$è����H‹L$H‹D$H‰Œ$€���H‰ $H‰„$ˆ���H‰D$è����H‹´$¸���H‹D$H‹T$H‹L$ H‰„$��H‰Œ$(��H‰”$ ��Hƒú�…@��H‰óH‰t$HH‹¬$°���HƒëH9óƒ5��Hl�H‰,$è����H‹”$°���H‹„$¸���H‹l$HHƒíH9Ńþ��H*¶€û`…ã���H‰ÃH‰D$@HÿËH9ÃÓ��H,H‰,$è����H‹„$°���H‹l$@HÿÍL‹„$¸���L9Ńž��H(¶€û
…‘���H‹œ$À���Hƒûr|HÇÁ���HÇ$����H‰„$à���H‰D$H‰Œ$è���H‰L$H‰œ$ð���H‰\$è����H\$ H‹ H‰ $H‹KH‰L$è����H‹L$H‹D$H‰Œ$��H‰„$��è����HÄø���Ãè���� H����H‰\$pHÇD$x���1ÛH‰\$`H‰\$hH����H‰$è����H‹D$H‰D$PH‰$è����H‹\$PH‹l$xH‰kH‹l$p€=�����…†���H‰+H‹\$PH‰\$PH‹����1íH9èt<H‹T$PH‰„$ ���H‰”$¨���H‰D$`H‰„$ ��H‰T$hH‰”$(��è����HÄø���ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë•H‰$H‰l$è����éjÿÿÿè���� è���� è���� è���� è���� è���� H����H‰$H����H‰\$H����H‰\$è����H‹D$éäûÿÿè����éûÿÿN������f
��*runtime.racefuncenter���Ü��type.[]uint8���’
��"runtime.makeslice���ˆ��>go.itab.*bufio.Reader.io.Reader���²
��io.ReadFull���ü
��(runtime.racefuncexit���®
��2runtime.slicebytetostring���â
��"strings.TrimSpace���²
��strconv.Atoi���ú 
�� runtime.raceread���  
�� runtime.raceread���” 
��2runtime.slicebytetostring���È 
��"strings.TrimSpace���†
��(runtime.racefuncexit��� 
��$runtime.panicslice���²��Dgo.string."invalid archive header"���ô��.type.errors.errorString���†
��"runtime.newobject���¬
��"runtime.racewrite���Þ�6runtime.writeBarrierEnabled���”��Bgo.itab.*errors.errorString.error���Š
��(runtime.racefuncexit���¨��0type.*errors.errorString���¾��type.error���Ö��Bgo.itab.*errors.errorString.error���ê
�� runtime.typ2Itab���”
��.runtime.writebarrierptr���¨
��$runtime.panicindex���¶
��$runtime.panicindex���Ä
��$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_0023��type.*uint8�"".autotmp_0022��type.error�"".autotmp_0021�Ï0type.*errors.errorString�"".autotmp_0014��type.string�"".autotmp_0013��type.[]uint8�"".autotmp_0012��0type.*errors.errorString�"".autotmp_0011�ïtype.int�"".autotmp_0010��type.int�"".autotmp_0009��type.error�"".autotmp_0008�ßtype.int�"".autotmp_0006�_type.[]uint8�"".autotmp_0005��type.[]uint8�"".autotmp_0003�¯type.error�"".autotmp_0002�¿$type.*bufio.Reader�"".autotmp_0001�/type.[]uint8� "".~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&ð£ïðÄïðÁïð¯�€
�`&&$#4I{ µEÁ} ®B2�J�2V%™¦Í9 3o0
M �Tgclocals·1abd36e1654e87200ad4422a48699ac9�Tgclocals·229bd19db393bd281f395c6efaac2af1���\c:/go/src/go/internal/gcimporter/exportdata.goþ""".FindExportData��€#��ú"eH‹ %(���H‹‰����H„$ÿÿÿH;A†‘��Hìh��H‹œ$h��H‰$è����1Û1ÛH‰œ$x��H‰œ$€��H‹œ$p��H‰$ÆD$
è����H‹t$H‹l$H‹T$ H‹L$(H‹D$0H‰´$8��H‰¬$@��H‰”$H��H‰„$€��H‰Œ$x��Hƒù�t è����HÄh��ÃH‰4$H‰l$H‰T$è����H‹L$H‰Œ$���H‹D$ H‰„$��Hƒø…a��H‰ $H‰D$H-����H‰l$HÇD$���è����¶\$ €û�„0��1ÛH‰œ$à���H‰œ$è���H‹œ$p��H‰$è����H‹t$H‹D$H‹L$H‹l$ H‹T$(H‰´$���H‰´$à���H‰„$��H‰„$è���H‰L$@H‰”$€��H‰¬$x��Hƒý�t è����HÄh��ÃHƒø …µ��H‰4$H‰D$H-����H‰l$HÇD$ ���è����H‹´$à���H‹„$è���¶\$ €û�„t��H����H‰$HÇD$���HÇD$���è����H‹D$@H‹l$H‹T$ H‹L$(H‰¬$ ��H‰”$(��H‰Œ$0��Hƒø�Ž÷���H‰D$@H=���~HÇÀ���H‹œ$p��H‰\$xH‰D$HH‹¬$0��H9è‡Þ��L‹„$ ��H‰„$X��H‰¬$`��L‰„$P��H‹����1íH9è„z��H‹L$xH‰„$ð���H‰$H‰Œ$ø���H‰L$H‹œ$P��H‰\$H‹œ$X��H‰\$H‹œ$`��H‰\$ è����H‹L$0H‹D$8H‰„$€��H‰Œ$x��Hƒù�t è����HÄh��ÃH‹D$@H‹l$HH)èHƒø� ÿÿÿH‹œ$p��H‰$è����H‹t$H‹D$H‹L$H‹l$ H‹T$(H‰´$���H‰´$à���H‰„$��H‰„$è���H‰”$€��H‰¬$x��Hƒý�t è����HÄh��ÃHƒø …`��H‰4$H‰D$H-����H‰l$HÇD$ ���è����¶\$ €û�„/��H‹œ$p��H‰$ÆD$
è����H‹t$H‹l$H‹T$ H‹L$(H‹D$0H‰´$8��H‰¬$@��H‰”$H��H‰„$€��H‰Œ$x��Hƒù�t è����HÄh��ÃH\$PH‰$H‹œ$8��H‰\$H‹œ$@��H‰\$H‹œ$H��H‰\$è����H‹¼$8��H‹´$@��L‹L$ H‹T$(L‰Œ$À���L����L‰„$Ð���HÇÀ
���H‰”$È���H‰„$Ø���H9ÂŒ8��H9Ї(��H9À…��L‰Œ$���L‰ $H‰„$��H‰D$L‰D$H‰D$è����H‹¼$8��H‹´$@��¶\$ H‰Ø<�…��H����H‰œ$°���HDŽ$¸������1ÛH‰œ$���H‰œ$˜���H����H‰$è����H‹D$H‰D$pH‰$è����H‹\$pH‹¬$¸���H‰kH‹¬$°���€=�����…Œ���H‰+H‹\$pH‰\$pH‹����1íH9ètBH‹T$pH‰„$��H‰”$��H‰„$���H‰„$x��H‰”$˜���H‰”$€��è����HÄh��ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ëH‰$H‰l$è����édÿÿÿHƒþ�†ª���H‰<$è����H‹œ$8��Hƒ¼$@���†ƒ���¶€û$tnH‹œ$p��H‰$ÆD$
è����H‹|$H‹t$H‹T$ H‹L$(H‹D$0H‰¼$8��H‰´$@��H‰”$H��H‰„$€��H‰Œ$x��Hƒù�„mÿÿÿè����HÄh��Ãè����HÄh��Ãè���� è���� 1Àé!þÿÿè���� 1ÀéþÿÿH����H‰œ$ ���HDŽ$¨������1ÛH‰œ$€���H‰œ$ˆ���H����H‰$è����H‹D$H‰D$pH‰$è����H‹\$pH‹¬$¨���H‰kH‹¬$ ���€=�����…Œ���H‰+H‹\$pH‰\$pH‹����1íH9ètBH‹T$pH‰„$��H‰”$��H‰„$€���H‰„$x��H‰”$ˆ���H‰”$€��è����HÄh��ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ëH‰$H‰l$è����édÿÿÿH����H‰$H����H‰\$H����H‰\$è����H‹D$éTúÿÿè���� Hƒø …>ûÿÿH‰4$H‰D$H-����H‰l$HÇD$ ���è����H‹´$à���H‹„$è���¶\$ €û�…Aùÿÿéøúÿÿè����éC÷ÿÿ€������l
��*runtime.racefuncenter�����2bufio.(*Reader).ReadSlice���Ø
��(runtime.racefuncexit���Ž
��8runtime.slicebytetostringtmp���ö��*go.string."!<arch>\n"���œ
�� runtime.eqstring���þ
��&"".readGopackHeader���°
��(runtime.racefuncexit���ô��*go.string."__.SYMDEF"���š
�� runtime.eqstring���ä��type.[]uint8���š
��"runtime.makeslice���Â
��>go.itab.*bufio.Reader.io.Reader���ì 
��io.ReadFull���¶ 
��(runtime.racefuncexit���– 
��&"".readGopackHeader���¾
��(runtime.racefuncexit���‚��*go.string."__.PKGDEF"���¨
�� runtime.eqstring���ð
��2bufio.(*Reader).ReadSlice���ˆ
��(runtime.racefuncexit���‚
��2runtime.slicebytetostring���Ô��,go.string."go object "���˜
�� runtime.eqstring���æ��@go.string."not a go object file"���À��.type.errors.errorString���Ò
��"runtime.newobject���ø
��"runtime.racewrite���¶�6runtime.writeBarrierEnabled���ì��Bgo.itab.*errors.errorString.error���î
��(runtime.racefuncexit���Œ��0type.*errors.errorString���¢��type.error���º��Bgo.itab.*errors.errorString.error���Î
�� runtime.typ2Itab���ø
��.runtime.writebarrierptr���¨
�� runtime.raceread���’
��2bufio.(*Reader).ReadSlice���²
��(runtime.racefuncexit���Ì
��(runtime.racefuncexit���æ
��$runtime.panicindex���ô
��$runtime.panicindex���
��$runtime.panicslice���°��Vgo.string."go archive is missing __.PKGDEF"���Š��.type.errors.errorString���œ
��"runtime.newobject���Â
��"runtime.racewrite���€�6runtime.writeBarrierEnabled���¶��Bgo.itab.*errors.errorString.error���¸
��(runtime.racefuncexit���Ö��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Ð��T"".autotmp_0060��type.*uint8�"".autotmp_0059��type.error�"".autotmp_0058��0type.*errors.errorString�"".autotmp_0056�¯type.[32]uint8�"".autotmp_0055��type.string�"".autotmp_0054��type.*uint8�"".autotmp_0053��type.error�"".autotmp_0052�ï0type.*errors.errorString�"".autotmp_0050�Ïtype.string�"".autotmp_0049��type.error�"".autotmp_0048��type.[]uint8�"".autotmp_0047��0type.*errors.errorString�"".autotmp_0046��type.string�"".autotmp_0043��type.int�"".autotmp_0042��type.error�"".autotmp_0041��type.[]uint8�"".autotmp_0040��0type.*errors.errorString�"".autotmp_0039��type.error�"".autotmp_0038��type.int�"".autotmp_0037��type.string�"".autotmp_0036��type.int�"".autotmp_0035��type.error�"".autotmp_0034��type.[]uint8�"".autotmp_0033�ß$type.*bufio.Reader�"".autotmp_0032��type.[]uint8�"".autotmp_0031��type.error�"".autotmp_0029��type.string�"".autotmp_0028�¯type.error�"".autotmp_0027�/type.[]uint8� "".~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�Š)ÐŽÏÐëÏЂÏЃÏФÏвÏÐáÏÐ ÏÐõÏÐØ�À�ÒZ)~}Oxuhejg
KN
¿NK 
`B?
;](% àÆB 2a
  Æ41B9K(G �~�5vxY5@é
%0T5p=è{0- 5P[ { 0B/5�Tgclocals·16b5bc28602689a646342e9027f59c47�Tgclocals·ea7e6c41d51eca85f63521ca4c774e18���\c:/go/src/go/internal/gcimporter/exportdata.goþ"".FindPkg��à ��Ä eH‹ %(���H‹‰����H„$ØþÿÿH;A†ö��Hì¨��1ÀH‰„$h��H‰„$p��H‰„$x��H‰„$€��H‹œ$¨��H‰$è����1Û1Û1ÛH‰œ$à��H‰œ$è��1ÛH‰œ$Ð��H‰œ$Ø��H‹œ$¸��Hƒû�u è����HÄ¨��ÃH‹œ$°��H‰œ$à��H‹œ$¸��H‰œ$è��1ÛH‰œ$���H‰œ$��L‹Œ$°��L‰Œ$ð���H‹Œ$¸��H‰Œ$ø���Hƒù…��L‰ $H‰L$H����H‰\$HÇD$���è����L‹Œ$ð���H‹Œ$ø���¶\$ H‰Ø<�…Ç��Hƒù…¶��L‰ $H‰L$H����H‰\$HÇD$���è����L‹Œ$ð���H‹Œ$ø���¶\$ H‰Ø<�…g��L‰L$pH=����H‰¼$Ð���HÇÀ���H‰L$xH‰„$Ø���H9ÁŒ/��H9ȇ��H9À…��L‰Œ$@��L‰ $H‰„$H��H‰D$H‰|$H‰D$è����L‹Œ$ð���H‹Œ$ø���¶\$ H‰Ø<�…»��L‰Œ$���H5����H‰´$à���HÇÀ���H‰Œ$˜���H‰„$è���H9ÁŒ}��H9ȇm��H9À…]��L‰Œ$@��L‰ $H‰„$H��H‰D$H‰t$H‰D$è����¶\$ H‰Ø<�„ ��1ÀH‰„$h��H‰„$p��H‰„$x��H‰„$€��H„$h��Hƒø�„Ò��HDŽ$X�����HDŽ$`�����H‰„$P��H‰$è����H‹œ$P��H‹¬$È��H‰kH‹¬$À��€=�����…m��H‰+H‹œ$P��HƒÃH‰$è����H‹œ$P��H‹¬$¸��HƒÃH‰kH‹¬$°��€=�����…��H‰+H‹œ$P��H‰$H‹œ$X��H‰\$H‹œ$`��H‰\$è����H‹T$H‹L$ H‰”$���H‰”$à��H‰Œ$��H‰Œ$è��H����H‰$HÇD$ ���è����H‹����H‰œ$ˆ��H‹����H‰œ$��H‹����H‰œ$˜��H‹����H‰„$ ��1ÉHÇD$@���H„$ˆ��H‰L$HH‹l$@H9é��H‰D$XH‰$è����H‹\$XHƒû�„��H‹ H‹kH‰Œ$@��H‰¬$H��HÇ$����H‹œ$���H‰\$H‹œ$��H‰\$H‰Œ$ ��H‰L$H‰¬$(��H‰l$ è����H‹L$(H‹D$0H‰Œ$Ð��H‰ $H‰„$Ø��H‰D$è����H‹l$H‹T$H‹L$ H‹D$(H‰¬$��H‰”$��H‰„$8��H‰Œ$0��Hƒù�u!H‰$H‹] ÿÓ¶\$€û�u è����HÄ¨��ÃH‹D$XH‹L$HHƒÀHÿÁH‰L$HH‹l$@H9éŒäþÿÿ1ÛH‰œ$Ð��H‰œ$Ø��è����HÄ¨��ÉéÛþÿÿH‰$H‰l$è����éÛýÿÿH‰$H‰l$è����éƒýÿÿ‰�é'ýÿÿH‹œ$°��H‰$H‹œ$¸��H‰\$è����H‹”$¸��H‹Œ$°��¶\$€û�tH‰Œ$���H‰”$��éÉýÿÿH‰ $H‰T$H‹œ$À��H‰\$H‹œ$È��H‰\$HÇD$ ���è����H‹D$(H‰D$PH‰$H$¨���è����H‹D$PH‹˜°���Hƒû�u è����HÄ¨��ÃH‰$H$¨���è����H‹\$PHƒû�„9��H‹»¨���H‹“°���L ����HÇÀ���1ÛH‰\$`H‰\$hH‰¼$ ���H‰¼$€���H‰”$¨���L‰Œ$À���L‰Œ$°���H‰„$È���I‰ÃH‰”$ˆ���H‰„$¸���H9ÂŒÁ���H‰ÓL)ÛH‰ÕH9Ó‡¨���H)ÝI‰øHƒý�tMH9Å…‹���L‰„$@��L‰$H‰¬$H��H‰l$L‰L$H‰D$è����L‹œ$È���H‹¼$ ���H‹”$¨���¶\$ H‰Ø<�t7H‰ÓL)ÛH9Ów%H‰ØH‰ùH‰L$`H‰Œ$���H‰D$hH‰„$��é#üÿÿè���� H‰ùH‰ÐëÒ1Àë¹è���� 1À뮉éÀþÿÿ1ÀéÌúÿÿè���� 1Àé¾úÿÿHÇÀ���é²úÿÿ1Àé*úÿÿè���� 1ÀéúÿÿHÇÀ���éúÿÿ1Àé~ùÿÿHÇÀ���érùÿÿ1Àéùÿÿè����éÞ÷ÿÿT������°
��*runtime.racefuncenter���¦
��(runtime.racefuncexit���Ž��go.string."."���´
�� runtime.eqstring���¨��go.string.".."���Î
�� runtime.eqstring���¦��go.string."./"���ä
�� runtime.eqstring���Â��go.string."../"���†

�� runtime.eqstring���à 
��"runtime.racewrite���¤ �6runtime.writeBarrierEnabled���â 
��"runtime.racewrite���® �6runtime.writeBarrierEnabled���˜
��$path/filepath.Join���ú��"".pkgExts���ž
��*runtime.racereadrange���¬��"".pkgExts���Ê�"".pkgExts���è �"".pkgExts���†0�"".pkgExts���þ
�� runtime.raceread���Ì
��*runtime.concatstring2���œ
��os.Stat���¨�������Â
��(runtime.racefuncexit���È
��(runtime.racefuncexit���‚
��.runtime.writebarrierptr���¨
��.runtime.writebarrierptr���ü
��&path/filepath.IsAbs���¼
��go/build.Import���ò
�� runtime.raceread��� 
��(runtime.racefuncexit���Ò
�� runtime.raceread���š��go.string.".a"���þ
�� runtime.eqstring���°
��$runtime.panicslice���Ö
��$runtime.panicslice���ˆ
��$runtime.panicslice���Ê
��$runtime.panicslice���² 
��0runtime.morestack_noctxt���€Ð��b"".autotmp_0102��type.string�"".autotmp_0101�Ÿtype.*string�"".autotmp_0100��type.int�"".autotmp_0099��type.int�"".autotmp_0098�type.[2]string�"".autotmp_0095�¯type.[]string�"".autotmp_0094��type.bool�"".autotmp_0093��type.bool�"".autotmp_0092��type.bool�"".autotmp_0091��type.bool�"".autotmp_0090��type.bool�"".autotmp_0087�?type.[2]string�"".autotmp_0086��type.bool�"".autotmp_0085��type.string�"".autotmp_0084��type.string�"".autotmp_0083��type.int�"".autotmp_0082��type.int�"".autotmp_0081��type.int�"".autotmp_0080�Ïtype.string�"".autotmp_0079�Ïtype.int�"".autotmp_0078�¿type.int�"".autotmp_0077��type.int�"".autotmp_0076��type.string�"".autotmp_0075��type.int�"".autotmp_0074��type.int�"".autotmp_0073��type.int�"".autotmp_0072��type.string�"".autotmp_0069��type.int�"".autotmp_0068��type.int�"".autotmp_0067��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�
"".bp�¯,type.*go/build.Package�"".noext�Ïtype.string�
"".id�`type.string�"".filename�@type.string�"".srcDir� type.string�"".path��type.string�B)ÐuÏЍ ÏÐBÏÐëÏÐÔ�°�ŽJKLK(JG ƃ ¯Kl  $ -8%6(41¶%\!�Z�W;‡émœCpSC={ÖY ™�Tgclocals·835313ad7eaea3423cf91daa8b291eac�Tgclocals·68d3070b2d4e3a00d7da721bec51863b���\c:/go/src/go/internal/gcimporter/gcimporter.goþ"".ImportData��À��¼eH‹ %(���H‹‰����H;a†:��HƒìHH‹\$HH‰$è����HDŽ$ˆ�������1ÛH‰œ$���H‰œ$˜���1ÛH‰œ$���H‰œ$˜���HDŽ$ˆ�������Hœ$���H‰\$Ç$���H����H‰D$è����ƒø�…®���H����H‰$è����H‹D$H‰D$@H‰$HÇD$`��è����H‹\$@H‰$H‹\$XH‰\$H‹\$`H‰\$H‹\$hH‰\$H‹\$pH‰\$ H‹\$xH‰\$(H‹œ$€���H‰\$0H‹\$PH‰\$8è����H‹\$@H‰$è����H‹\$H‰œ$ˆ���è����è����HƒÄHÐè����è����HƒÄHÃè����é¢þÿÿ������P
��*runtime.racefuncenter���þ��,"".ImportData.func1·f���’
��"runtime.deferproc���²��type."".parser���Ä
��"runtime.newobject���ü
��,runtime.racewriterange���ª
��""".(*parser).init���Æ
��0"".(*parser).parseExport���ì
��&runtime.deferreturn���ö
��(runtime.racefuncexit���Œ
��&runtime.deferreturn���–
��(runtime.racefuncexit���ª
��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�&¥ �à�4´"!<.,W    ��'ae,�Tgclocals·82533b105984cf85b083f66dc669cad3�Tgclocals·3d397740ca3aeef04e4c50b86fffb064���\c:/go/src/go/internal/gcimporter/gcimporter.goþ"".Import��à*��È*eH‹ %(���H‹‰����H„$@þÿÿH;A†x
��Hì@��H‹œ$@��H‰$è����HDŽ$`������1ÛH‰œ$h��H‰œ$p��1ÛH‰œ$h��H‰œ$p��HDŽ$`������H‹œ$X��Hƒû…š���H‹¬$P��H‰,$H‹¬$X��H‰l$H-����H‰l$HÇD$���è����¶\$ €û�t]H����H‰œ$¨��HDŽ$°��-���H����H‰$Hœ$¨��H‰\$HÇD$����è����H\$H‹ H‰ $H‹KH‰L$è���� H����H‰œ$È���HDŽ$Ð������L‹Œ$P��L‰Œ$(��H‹Œ$X��H‰Œ$0��Hƒù…, ��L‰ $H‰L$H����H‰\$HÇD$���è����L‹Œ$(��H‹Œ$0��¶\$ H‰Ø<�…Ý��Hƒù…Ì��L‰ $H‰L$H����H‰\$HÇD$���è����L‹Œ$(��H‹Œ$0��¶\$ H‰Ø<�…}��L‰Œ$¨���H=����H‰¼$��HÇÀ���H‰Œ$°���H‰„$��H9ÁŒ?��H9ȇ/��H9À…��L‰Œ$˜��L‰ $H‰„$ ��H‰D$H‰|$H‰D$è����L‹Œ$(��H‹Œ$0��¶\$ H‰Ø<�…Ë��L‰Œ$¸���H5����H‰´$��HÇÀ���H‰Œ$À���H‰„$ ��H9ÁŒ��H9ȇ}��H9À…m��L‰Œ$˜��L‰ $H‰„$ ��H‰D$H‰t$H‰D$è����¶\$ H‰Ø<�tYè����H‹,$H‹t$H‹T$H‹L$H‰¬$È���H‰´$Ð���H‰”$h��H‰Œ$p��H‹œ$h��Hƒû�tè����è����HÄ@��ÃH‹œ$P��H‰$H‹œ$X��H‰\$H‹œ$È���H‰\$H‹œ$Ð���H‰\$è����H‹T$ H‹l$(H‹L$0H‹D$8H‰”$H��H‰¬$P��Hƒý�…h��H‰Œ$8��H‰Œ$¨��H‰„$@��H‰„$°��1ÛH‰œ$x��H‰œ$€��Hœ$x��Hƒû�„��HDŽ$Ø�����HDŽ$à�����H‰œ$Ð��H����H‰$Hœ$¨��H‰\$HÇD$����è����H‹\$H‰œ$h��H‹\$ H‰œ$p��H‹œ$Ð��H‰$è����H‹œ$Ð��H‹¬$h��H‰+H‹¬$p��€=�����uqH‰kH����H‰$HÇD$���H‹œ$Ð��H‰\$H‹œ$Ø��H‰\$H‹œ$à��H‰\$ è����H‹T$(H‹L$0H‰”$h��H‰Œ$p��è����è����HÄ@��ÃLCL‰$H‰l$è����é|ÿÿÿ‰éÜþÿÿH‰Œ$8��H‰„$@��H����H‰$H‹œ$H��H‰\$H‰Œ$ˆ��H‰L$H‰„$��H‰D$è����H‹D$ Hƒø�„µ��H‰„$ˆ���H‰$è����H‹œ$ˆ���H‹+H‰¬$`��H‹œ$`��1íH9ët=H‹„$`��H‰D$`H‰$Hƒ$(è����H‹\$`¶k(@€ý�tè����è����HÄ@��ÃH‹œ$H��H‰$H‹œ$P��H‰\$è����H‹L$H‹l$H‹T$ H‰¬$h��H‰”$p��H‹œ$h��Hƒû�tè����è����HÄ@��ÃH‰L$hH‰L$Hœ$h��H‰\$H‹œ$H��H‰\$ H‹œ$P��H‰\$(Ç$ ���H����H‰D$è����ƒø�…‚��H‹\$hH‰œ$ ���H‹����1íH9è„1��H‹”$ ���H‰„$X��H‰”$`��H‰„$è���H‰”$ð���HÇD$P���HDŽ$˜�������H����H‰$H‰„$ø���H‰D$H‰”$���H‰T$Hœ$˜���H‰\$è����¶\$ H‹Œ$˜���€û�„i��H‰L$pH‰ $è����H‹L$pH‹YH‹l$PH9ëŒD��H‰ÈH‰„$€���H‰$è����H‹T$H‹L$H‰”$h��H‰Œ$p��H‹œ$h��Hƒû�tè����è����HÄ@��ÃH‹œ$€���H‰œ$���H‹����1íH9è„¡���H‹œ$H��H‰$H‹œ$H��H‰\$H‹œ$P��H‰\$H‹œ$8��H‰\$H‹œ$@��H‰\$ H‹Œ$���H‰„$X��H‰D$(H‰Œ$`��H‰L$0è����H‹L$8H‹l$@H‹T$HH‰Œ$`��H‰¬$h��H‰”$p��è����è����HÄ@��ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$é-ÿÿÿH‹\$PHƒû} HÇD$P���H����H‰$è����H‹L$PH‹D$H‰D$XH‰D$xH����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Ž$0��ÿÿÿÿHDŽ$8��ÿÿÿÿH‹\$xH‰$HÇD$X���è����H‹\$xHƒû�t,H¬$è��H‰\$H‰l$H-����H‰,$è����H‹D$Xé…ýÿÿ‰ëÐH����H‰$H����H‰\$H����H‰\$è����H‹D$éüÿÿè����è����HÄ@��É�éDûÿÿ1Àé¼øÿÿè���� 1Àé®øÿÿHÇÀ���é¢øÿÿ1Àéøÿÿè���� 1Àé øÿÿHÇÀ���é�øÿÿ1Àéh÷ÿÿHÇÀ���é\÷ÿÿ1Àé÷ÿÿè����é\õÿÿ’������l
��*runtime.racefuncenter���È��$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���¤ 
��(runtime.racefuncexit���¤
��"".FindPkg���Ö��type.string���”
��runtime.convT2E���ê
��"runtime.racewrite���¬�6runtime.writeBarrierEnabled���È��Bgo.string."can't find import: %s"���º
��fmt.Errorf���ú
��&runtime.deferreturn���„
��(runtime.racefuncexit���¸
��.runtime.writebarrierptr���þ��Btype.map[string]*go/types.Package���Þ
��4runtime.mapaccess1_faststr���ž
�� runtime.raceread���˜
�� runtime.raceread���Â
��&runtime.deferreturn���Ì
��(runtime.racefuncexit���˜
��os.Open���þ
��&runtime.deferreturn���ˆ
��(runtime.racefuncexit���–��$"".Import.func1·f���ª
��"runtime.deferproc���ä��4go.itab.*os.File.io.Reader���‚��$type.*bufio.Reader���â
��$runtime.assertI2T2���ª
�� runtime.raceread���€
��""".FindExportData���Ü
��&runtime.deferreturn���æ
��(runtime.racefuncexit���¤��>go.itab.*bufio.Reader.io.Reader���ˆ!
��"".ImportData���â!
��&runtime.deferreturn���ì!
��(runtime.racefuncexit���Š"��$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���æ&
��,runtime.racewriterange���®'��"type.bufio.Reader���À'
��(runtime.typedmemmove���ê'��type.*os.File���€(��type.io.Reader���˜(��4go.itab.*os.File.io.Reader���¬(
�� runtime.typ2Itab���Ì(
��&runtime.deferreturn���Ö(
��(runtime.racefuncexit���Œ)
��$runtime.panicslice���Î)
��$runtime.panicslice���¶*
��0runtime.morestack_noctxt���`€ ��p"".autotmp_0148�ï.type.**go/types.Package�"".autotmp_0147��type.*uint8�"".autotmp_0146��$type.*bufio.Reader�"".autotmp_0144�Ïtype.io.Reader�"".autotmp_0143�¯"type.interface {}�"".autotmp_0142�(type.[1]interface {}�"".autotmp_0139�ß&type.[]interface {}�"".autotmp_0138��type.bool�"".autotmp_0137��type.bool�"".autotmp_0136��type.bool�"".autotmp_0135��type.error�"".autotmp_0134��,type.*go/types.Package�"".autotmp_0133��$type.*bufio.Reader�"".autotmp_0132��type.error�"".autotmp_0131�¯"type.bufio.Reader�"".autotmp_0129�ß$type.*bufio.Reader�"".autotmp_0128��type.int�"".autotmp_0127�Ï$type.*bufio.Reader�"".autotmp_0126��type.*os.File�"".autotmp_0125��type.error�"".autotmp_0124�¿type.*os.File�"".autotmp_0122��type.string�"".autotmp_0121��type.error�"".autotmp_0120��type.string�"".autotmp_0119�ïtype.string�"".autotmp_0118��type.string�"".autotmp_0116��type.string�"".autotmp_0115��type.string�"".autotmp_0114��type.int�"".autotmp_0113��type.int�"".autotmp_0112��type.int�"".autotmp_0111�Ïtype.string�"".autotmp_0107�¯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.b·4�Ÿ$type.*bufio.Reader�bufio.size·3�ßtype.int�bufio.rd·2�type.io.Reader�bufio.rd·2�¯type.io.Reader�go/types.pkg·2�¿,type.*go/types.Package�"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)€ ´ÿ€ ¯ÿ€ ãÿ€ ]ÿ€ îÿ€ Âÿ€ ´ÿ€ y�°�Èæ)ZY<O]È8FET·87
³.-="!RÑ9
 °2 µ6\ �”�5K„ïÄ
+h S =,2Wœ$+
-)—,6,. .±-6 !k�Tgclocals·efb701d9da05f009b0083abaece05434�Tgclocals·db874b9fb1c8bb17749ce54ab1a54eda���\c:/go/src/go/internal/gcimporter/gcimporter.goþ""".(*parser).init��€ ��ê
eH‹ %(���H‹‰����H;a†‘��HƒìHH‹\$HH‰$è����H‹\$PH‰$Hƒ<$�„_��H‹\$xH‰\$H‹œ$€���H‰\$è����H����H‰$è����H‹D$H‰D$@H‰$è����H‹D$@H-����H‰(H‰$Hƒ$è����H‹\$@Hƒû�„í��H‹l$P€=�����…Ä��H‰kH‹\$PH‰$H$Ø��è����H‹\$PHƒû�„”��H‹l$@€=�����…h��H‰«Ø��H‹\$PH‰$H$è��è����H‹D$PHǀè��l��H‰$H$ð��è����H‹D$PH½������H‰¨ð��H‰$H$���è����H‹\$PH‹l$`H‰«��H‹l$X€=�����…Æ���H‰«���H‹\$PH‰$è����H‹\$PH‰$H$@��è����H‹\$PH‹l$pH‰«H��H‹l$h€=�����ueH‰«@��H‹\$PH‰$H$P��è����H‹\$PHƒû�t9H‹¬$ˆ���€=�����uH‰«P��è����HƒÄHÃLƒP��L‰$H‰l$è����ë߉ëÃLƒ@��L‰$H‰l$è����ë‹Lƒ���L‰$H‰l$è����é'ÿÿÿLƒØ��L‰$H‰l$è����é…þÿÿ‰éeþÿÿLCL‰$H‰l$è����é)þÿÿ‰é þÿÿ‰%����é•ýÿÿè����éKýÿÿ6������P
��*runtime.racefuncenter���°
��8text/scanner.(*Scanner).Init���¾��Ntype.struct { F uintptr; p *"".parser }���Ð
��"runtime.newobject���ö
��"runtime.racewrite���Ž��."".(*parser).init.func1���°
��"runtime.racewrite���ä�6runtime.writeBarrierEnabled���¦
��"runtime.racewrite���Ú�6runtime.writeBarrierEnabled���¢
��"runtime.racewrite���ä
��"runtime.racewrite���²
��"runtime.racewrite���ê�6runtime.writeBarrierEnabled���¢
��""".(*parser).next���Î
��"runtime.racewrite���†�6runtime.writeBarrierEnabled���Æ
��"runtime.racewrite���ø�6runtime.writeBarrierEnabled���–
��(runtime.racefuncexit���Ê
��.runtime.writebarrierptr���€ 
��.runtime.writebarrierptr���® 
��.runtime.writebarrierptr���â 
��.runtime.writebarrierptr���ž

��.runtime.writebarrierptr���Ø

��0runtime.morestack_noctxt���€�� "".autotmp_0158�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�õ¬�À�fî0£&';<9 % ��'S–þ2�Tgclocals·1fe70e2002c10bf0ef60be2505f32d60�Tgclocals·0c8aa8e80191a30eac23f1a218103f16���\c:/go/src/go/internal/gcimporter/gcimporter.goþ""".(*parser).next��À��¢eH‹ %(���H‹‰����H;a†m��HƒìXH‹\$XH‰$è����H‹\$`H‰$Hƒ<$�„;��è����‹\$‰\$DH‹\$`H‰$H$(��è����H‹D$`‹l$D‰¨(��H‰$H$(��è����H‹L$`‹©(��ƒýûÄ���ƒýú…Š���H‰ $Hƒ<$�tvè����H‹\$H‰\$HH‹\$H‰\$PH‹\$`H‰$H$0��è����H‹\$`H‹l$PH‰«8��H‹l$H€=�����uH‰«0��è����HƒÄXÃLƒ0��L‰$H‰l$è����ë߉%����끃ýû„mÿÿÿH‰ $H$0��è����H‹\$`1íH‰«0��H‰«8��륃ýý„<ÿÿÿƒýþ„3ÿÿÿý·���„'ÿÿÿ븉%����é¹þÿÿè����éoþÿÿ������P
��*runtime.racefuncenter���‚
��8text/scanner.(*Scanner).Scan���¾
��"runtime.racewrite���þ
�� runtime.raceread���Ø
��Btext/scanner.(*Scanner).TokenText���¬
��"runtime.racewrite���ä�6runtime.writeBarrierEnabled���‚
��(runtime.racefuncexit���¶
��.runtime.writebarrierptr���€
��"runtime.racewrite���
��0runtime.morestack_noctxt���°��"".autotmp_0169��type.int32�"".autotmp_0166�type.string�"".autotmp_0165�'type.int32�"".p��type.*"".parser�°ë¯°–� �L”F% `
 
  &  ��'®+ �Tgclocals·51fa0e13d53d6bad7f86670d3edaeac6�Tgclocals·d8fdd2a55187867c76648dc792366181���\c:/go/src/go/internal/gcimporter/gcimporter.goþ"".declTypeName��à��ÄeH‹ %(���H‹‰����HD$H;A†ù��Hìð���H‹œ$ð���H‰$è����H‹„$ø���H‰D$XH‰$Hƒ$ è����H‹\$XH‹k H‰l$HH‹Œ$���H‹„$��1ÛH‰œ$€���H‰œ$ˆ���H‰Œ$À���H‰Œ$à���H‰„$È���H‰„$è���H‰l$@H‰,$Hƒ$ è����H����H‰$H‹\$@H‹k H‰l$H‹œ$à���H‰\$H‹œ$è���H‰\$è����H‹D$ Hƒø�„��H‰D$hH‰$è����H‹\$hHƒû�„ñ��H‹H‹kH‰”$€���H‰¬$ˆ���H‰¬$¨���H‰”$ ���Hƒú�tGHÇD$x����H����H‰$H‰T$H‰l$H\$xH‰\$è����H‹\$xH‰œ$��è����HÄð���ÃHÇD$8����H‹œ$ø���H‰\$PH‹œ$���H‰œ$°���H‹œ$��H‰œ$¸���1ÛH‰œ$���H‰œ$˜���H����H‰$è����H‹D$H‰D$pH‰$è����H‹D$p1íH‰(H‰$Hƒ$è����H‹D$pH‹l$8H‰hH‰$Hƒ$è����H‹\$pHƒû�„È��H‹l$P€=�����…Ÿ��H‰kH‹\$pH‰$Hƒ$è����H‹\$pH‹¬$¸���H‰k H‹¬$°���€=�����…K��H‰kH‹\$pH‰$Hƒ$(è����H‹\$pH‹¬$���H‰k(H‹¬$˜���€=�����…÷���H‰k0H‹\$pH‰$Hƒ$8è����H‹D$pÇ@8����H‰$Hƒ$@è����H‹D$pHÇ@@����H‰D$`H‰$1ÛH‰\$H‰\$1ÛH‰\$H‰\$ H‰\$(è����H‹\$`H‰\$pH‹����1íH9ètGH‹\$HH‰$H‹L$pH‰„$Ð���H‰D$H‰Œ$Ø���H‰L$è����H‹\$`H‰œ$��è����HÄð���ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ëŠLC0L‰$H‰l$è����éöþÿÿLCL‰$H‰l$è����é¢þÿÿLCL‰$H‰l$è����éNþÿÿ‰é1þÿÿ‰éýÿÿ‰�éäüÿÿè����éÞûÿÿD������f
��*runtime.racefuncenter���œ
�� runtime.raceread���â
�� runtime.raceread���ð��>type.map[string]go/types.Object���Ò
��4runtime.mapaccess1_faststr���Œ
�� runtime.raceread���¤��.type.*go/types.TypeName���Þ
��"runtime.assertI2T���‚
��(runtime.racefuncexit���°��,type.go/types.TypeName���Â
��"runtime.newobject���è
��"runtime.racewrite���˜
��"runtime.racewrite���Ð
��"runtime.racewrite���„ �6runtime.writeBarrierEnabled���À 
��"runtime.racewrite���þ �6runtime.writeBarrierEnabled���º

��"runtime.racewrite���ø
�6runtime.writeBarrierEnabled���´ 
��"runtime.racewrite���è 
��"runtime.racewrite���Ø 
��"go/types.NewNamed���ú ��Tgo.itab.*go/types.TypeName.go/types.Object���â 
��0go/types.(*Scope).Insert���†
��(runtime.racefuncexit���¤��.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_0184�*type.*go/types.Object�"".autotmp_0182�ÿ.type.*go/types.TypeName�"".autotmp_0181��.type.*go/types.TypeName�"".autotmp_0180��.type.*go/types.TypeName�"".autotmp_0179�ï.type.*go/types.TypeName�"".autotmp_0178�?(type.go/types.Object�"".autotmp_0177�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�go/types.s·2�ß(type.*go/types.Scope�go/types.pkg·2�¯,type.*go/types.Package� "".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�*&àæßàßà¡�°�D®&$ë: ø+E/L�R�2c8i`l==RE07�Tgclocals·f761e5e14e87c53d693ec1e896b4a796�Tgclocals·cfb2315194821224b40b627df2fad6f7���\c:/go/src/go/internal/gcimporter/gcimporter.goþ("".importError.Error��À
��eH‹ %(���H‹‰����HD$àH;A†w��Hì ���H‹œ$ ���H‰$è����1ÛH‰œ$à���H‰œ$è���1ÛH‰\$pH‰\$xH‰œ$€���H‰œ$ˆ���H‰œ$���H‰œ$˜���H\$pHƒû�„ ��HÇD$`���HÇD$h���H‰\$XH����H‰$Hœ$¨���H‰\$HÇD$����è����H‹\$H‰\$8H‹\$ H‰\$@H‹\$XH‰$è����H‹\$XH‹l$8H‰+H‹l$@€=�����…v��H‰kH����H‰$Hœ$¨���H‰\$HƒD$HÇD$����è����H‹\$H‰\$8H‹\$ H‰\$@H‹\$XHƒÃH‰$è����H‹\$XH‹l$8HƒÃH‰+H‹l$@€=�����…æ���H‰kHœ$Ð���H‹ H‰ $H‹KH‰L$è����H‹\$H‰\$8H‹\$H‰\$@H‹\$XHƒÃ H‰$è����H‹\$XH‹l$8HƒÃ H‰+H‹l$@€=�����ulH‰kH����H‰$HÇD$&���H‹\$XH‰\$H‹\$`H‰\$H‹\$hH‰\$ è����H‹L$(H‹D$0H‰L$HH‰Œ$à���H‰D$PH‰„$è���è����HÄ ���ÃLCL‰$H‰l$è����ë„LCL‰$H‰l$è����éÿÿÿLCL‰$H‰l$è����éwþÿÿ‰éîýÿÿè����é`ýÿÿ(������f
��*runtime.racefuncenter���¼��4type.text/scanner.Position���ú
��runtime.convT2E���¾
��"runtime.racewrite���î�6runtime.writeBarrierEnabled���’��type.int���Ü
��runtime.convT2E���¨
��"runtime.racewrite���à�6runtime.writeBarrierEnabled���°
��runtime.convI2E���ü
��"runtime.racewrite���´�6runtime.writeBarrierEnabled���Ð��dgo.string."import error %s (byte offset = %d): %s"���°
��fmt.Sprintf���‚ 
��(runtime.racefuncexit���¶ 
��.runtime.writebarrierptr���Þ 
��.runtime.writebarrierptr���Œ

��.runtime.writebarrierptr���®

��0runtime.morestack_noctxt���À��"".autotmp_0194��"type.interface {}�"".autotmp_0193��"type.interface {}�"".autotmp_0192�Ï"type.interface {}�"".autotmp_0191�_(type.[3]interface {}�"".autotmp_0188�&type.[]interface {}�"".autotmp_0187�¯type.string� "".~r0�ptype.string�"".e��&type."".importError�&À¦¿ÀS� �ÚI÷Q
�0�2Š"O&D&Z)F�Tgclocals·e190ca397b654b9c495cf95097b66008�Tgclocals·e61d629885b848af9a4bcb60cdd07fc0���\c:/go/src/go/internal/gcimporter/gcimporter.goþ$"".(*parser).error��  ��Š eH‹ %(���H‹‰����HD$ˆH;A†��Hìø���H‹œ$ø���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‰$è����H‹\$0H‹l$PH‰kH‹l$H€=�����…'��H‰+H‹\$0H‰\$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$è����éÉýÿÿè����é»üÿÿ,������f
��*runtime.racefuncenter���˜��type.string���ø
��$runtime.assertE2T2���‚��.type.errors.errorString���”
��"runtime.newobject���º
��"runtime.racewrite���ì�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_0201�Ÿtype.error�"".autotmp_0200�0type.*errors.errorString�"".autotmp_0199�o&type."".importError�"".autotmp_0198�ÿtype.error�"".autotmp_0197�¿4type.text/scanner.Position�"".autotmp_0196��0type.*errors.errorString�"".autotmp_0195�ßtype.string� "".~r0�ÿtype.error�errors.text·2�ßtype.string�"".s�¿type.string� "".err�"type.interface {}�"".p��type.*"".parser�&ðª�Ð�$â&
q¹•E�*�2INfº
ÍP7�Tgclocals·a1bbdca80261f4bde6921b9a8af618a6�Tgclocals·6b59c5fad2d8c527de7fb662768ce12c���\c:/go/src/go/internal/gcimporter/gcimporter.goþ&"".(*parser).errorf��À��¦eH‹ %(���H‹‰����H;a†¯���HƒìHH‹\$HH‰$è����H‹\$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Ãè����é-ÿÿÿ������P
��*runtime.racefuncenter���¼
��fmt.Sprintf���ò��type.string���ª
��runtime.convT2E���ö
��$"".(*parser).error���€
��(runtime.racefuncexit���”
��0runtime.morestack_noctxt���`��"".autotmp_0204�type.string�"".args�0&type.[]interface {}�"".format�type.string�"".p��type.*"".parser�ª�à�ò¦��'m+!�Tgclocals·df5f4783eff719379e1915089ee66ed8�Tgclocals·d8fdd2a55187867c76648dc792366181���\c:/go/src/go/internal/gcimporter/gcimporter.goþ&"".(*parser).expect��À��¸eH‹ %(���H‹‰����HD$¸H;A†³��HìÈ���1ÀH¼$ˆ���è����H‹œ$È���H‰$è����1ÛH‰œ$à���H‰œ$è���H‹œ$Ð���H‰$H$0��è����H‹„$Ð���Hƒø�„H��H‹¨0��H‰l$0H‹¨8��H‰l$8H‰$H$(��è����‹„$Ø���H‹¬$Ð���‹(��9Ä~��‰$è����H‹\$H‰\$pH‹\$H‰\$xH‹œ$Ð���H‰$H$(��è����H‹œ$Ð���‹«(��‰,$è����H‹\$H‰\$`H‹\$H‰\$hH‹\$0H‰\$PH‹\$8H‰\$X1ÛH‰œ$˜���H‰œ$ ���H‰œ$¨���H‰œ$°���H‰œ$¸���H‰œ$À���Hœ$˜���Hƒû�„D��HDŽ$ˆ������HDŽ$������H‰œ$€���H����H‰$H\$pH‰\$HÇD$����è����H‹\$H‰\$@H‹\$ H‰\$HH‹œ$€���H‰$è����H‹œ$€���H‹l$@H‰+H‹l$H€=�����…£��H‰kH����H‰$H\$`H‰\$HÇD$����è����H‹\$H‰\$@H‹\$ H‰\$HH‹œ$€���HƒÃH‰$è����H‹œ$€���H‹l$@HƒÃH‰+H‹l$H€=�����…��H‰kH����H‰$H\$PH‰\$HÇD$����è����H‹\$H‰\$@H‹\$ H‰\$HH‹œ$€���HƒÃ H‰$è����H‹œ$€���H‹l$@HƒÃ H‰+H‹l$H€=�����…‰���H‰kH‹œ$Ð���H‰$H����H‰\$HÇD$���H‹œ$€���H‰\$H‹œ$ˆ���H‰\$ H‹œ$���H‰\$(è����H‹œ$Ð���H‰$è����H‹\$0H‰œ$à���H‹\$8H‰œ$è���è����HÄÈ���ÃLCL‰$H‰l$è����édÿÿÿLCL‰$H‰l$è����é×þÿÿLCL‰$H‰l$è����éJþÿÿ‰éµýÿÿ‰�é±üÿÿè����é$üÿÿ8������b
‚ � runtime.duffzero���„
��*runtime.racefuncenter���Ú
�� runtime.raceread���Ð
�� runtime.raceread���š
��0text/scanner.TokenString���ô
�� runtime.raceread��� 
��0text/scanner.TokenString���Æ��type.string���þ
��runtime.convT2E���È
��"runtime.racewrite���þ�6runtime.writeBarrierEnabled���¢��type.string���Ú
��runtime.convT2E���¬ 
��"runtime.racewrite���ê �6runtime.writeBarrierEnabled���Ž
��type.string���Æ

��runtime.convT2E���˜ 
��"runtime.racewrite���Ö �6runtime.writeBarrierEnabled���’ ��Hgo.string."expected %s, got %s (%s)"���† 
��&"".(*parser).errorf���¨ 
��""".(*parser).next���æ 
��(runtime.racefuncexit���š
��.runtime.writebarrierptr���È
��.runtime.writebarrierptr���ö
��.runtime.writebarrierptr���¦
��0runtime.morestack_noctxt���@��"".autotmp_0214��"type.interface {}�"".autotmp_0213��"type.interface {}�"".autotmp_0212�"type.interface {}�"".autotmp_0211�_(type.[3]interface {}�"".autotmp_0208�&type.[]interface {}�"".autotmp_0207�ïtype.string�"".autotmp_0206�Ïtype.string�"".autotmp_0205�¯type.string� "".lit�¯type.string� "".~r1� type.string� "".tok�type.int32�"".p��type.*"".parser�&Øa�à�2ú5  C.þ'L�<�AfRÅ%I)M)w
T�Tgclocals·98525cd17e1782872f945688cda92b40�Tgclocals·e83d5edbb9e7f9a499097d2486040576���\c:/go/src/go/internal/gcimporter/gcimporter.goþ4"".(*parser).expectSpecial��à ��Æ eH‹ %(���H‹‰����HD$ØH;A†ú��Hì¨���1ÀH‰„$ˆ���H‰„$���H‰„$˜���H‰„$ ���H‹œ$¨���H‰$è����H‹”$À���ÇD$4x���1ÉH‰L$8H9э¦���H‹œ$°���H‰$H$(��è����H‹”$À���H‹„$°���H‹L$8‹˜(��H‹¬$¸���H9уT��Hl �¶m�9ëuT‹\$4ƒû ~KH‰$Hƒ<$�„#��è����‹\$‰\$4H‹œ$°���H‰$è����H‹”$À���H‹L$8HÿÁH‰L$8H9ÑŒZÿÿÿH9эÜ��H‹œ$¸���H‰\$`H‰T$hH9чº��H‹¬$¸���H‰L$XH‰l$P1ÛH‰œ$ˆ���H‰œ$���H‰œ$˜���H‰œ$ ���Hœ$ˆ���Hƒû�„m��HÇD$x���HDŽ$€������H‰\$pH����H‰$H\$`H‰\$HÇD$����è����H‹\$H‰\$@H‹\$ H‰\$HH‹\$pH‰$è����H‹\$pH‹l$@H‰+H‹l$H€=�����…Ø���H‰kH����H‰$H\$PH‰\$HÇD$����è����H‹\$H‰\$@H‹\$ H‰\$HH‹\$pHƒÃH‰$è����H‹\$pH‹l$@HƒÃH‰+H‹l$H€=�����uXH‰kH‹œ$°���H‰$H����H‰\$HÇD$���H‹\$pH‰\$H‹\$xH‰\$ H‹œ$€���H‰\$(è����è����HÄ¨���ÃLCL‰$H‰l$è����ë˜LCL‰$H‰l$è����éÿÿÿ‰éŒþÿÿè���� 븉%����éÑýÿÿè���� è����éÝüÿÿ*������ª
��*runtime.racefuncenter���œ
�� runtime.raceread���È
��8text/scanner.(*Scanner).Peek���ú
��""".(*parser).next���Ì��type.string���„
��runtime.convT2E���È
��"runtime.racewrite���ø�6runtime.writeBarrierEnabled���œ��type.string���Ô
��runtime.convT2E���  
��"runtime.racewrite���Ø �6runtime.writeBarrierEnabled���Œ
��>go.string."expected %q, got %q"���ô

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

��(runtime.racefuncexit���² 
��.runtime.writebarrierptr���Ú 
��.runtime.writebarrierptr���ü 
��$runtime.panicslice���¦ 
��$runtime.panicindex���´ 
��0runtime.morestack_noctxt���0Ð��"".autotmp_0226��"type.interface {}�"".autotmp_0225�Ï"type.interface {}�"".autotmp_0224�?(type.[2]interface {}�"".autotmp_0221�o&type.[]interface {}�"".autotmp_0220�¯type.string�"".autotmp_0219�type.string�"".autotmp_0218��type.int�"".i�ßtype.int� "".sep�çtype.int32� "".tok�type.string�"".p��type.*"".parser�&ФÏÐe�°�NŒH i
–9 �0�Tí"F&j%�Tgclocals·bbe2f308595eed0631fb6c42f0ddbda2�Tgclocals·6530d31bf68585eb84104783d92146a1���\c:/go/src/go/internal/gcimporter/gcimporter.goþ4"".(*parser).expectKeyword��à
��Ø
eH‹ %(���H‹‰����HD$ØH;A†ƒ��Hì¨���1ÀH‰„$ˆ���H‰„$���H‰„$˜���H‰„$ ���H‹œ$¨���H‰$è����H‹œ$°���H‰$ÇD$þÿÿÿè����H‹”$À���H‹L$H‹D$H‰L$0H9ÐuNH‹l$0H‰,$H‰D$8H‰D$H‹¬$¸���H‰l$H‰T$è����H‹D$8H‹”$À���¶\$ €û�t è����HÄ¨���ÃH‹œ$¸���H‰\$`H‰T$hH‹\$0H‰\$PH‰D$8H‰D$X1ÛH‰œ$ˆ���H‰œ$���H‰œ$˜���H‰œ$ ���Hœ$ˆ���Hƒû�„e��HÇD$x���HDŽ$€������H‰\$pH����H‰$H\$`H‰\$HÇD$����è����H‹\$H‰\$@H‹\$ H‰\$HH‹\$pH‰$è����H‹\$pH‹l$@H‰+H‹l$H€=�����…Ð���H‰kH����H‰$H\$PH‰\$HÇD$����è����H‹\$H‰\$@H‹\$ H‰\$HH‹\$pHƒÃH‰$è����H‹\$pH‹l$@HƒÃH‰+H‹l$H€=�����uPH‰kH‹œ$°���H‰$H����H‰\$HÇD$���H‹\$pH‰\$H‹\$xH‰\$ H‹œ$€���H‰\$(è����é_þÿÿLCL‰$H‰l$è����ë LCL‰$H‰l$è����éÿÿÿ‰é”þÿÿè����éTýÿÿ$������ª
��*runtime.racefuncenter���Ü
��&"".(*parser).expect���è
�� runtime.eqstring��� 
��(runtime.racefuncexit���¦��type.string���Þ
��runtime.convT2E���¢
��"runtime.racewrite���Ò�6runtime.writeBarrierEnabled���ö��type.string���®
��runtime.convT2E���ú
��"runtime.racewrite���²�6runtime.writeBarrierEnabled���æ��Ngo.string."expected keyword %s, got %q"���Î 
��&"".(*parser).errorf���ü 
��.runtime.writebarrierptr���¤

��.runtime.writebarrierptr���Æ

��0runtime.morestack_noctxt���0Ð��"".autotmp_0235��"type.interface {}�"".autotmp_0234�Ï"type.interface {}�"".autotmp_0233�?(type.[2]interface {}�"".autotmp_0230�o&type.[]interface {}�"".autotmp_0229�¯type.string�"".autotmp_0228�type.string� "".lit�ïtype.string�"".keyword�type.string�"".p��type.*"".parser�&еÏÐÔ�°�&¦H0FÆ�,�T_Ÿ"F&j3�Tgclocals·bbe2f308595eed0631fb6c42f0ddbda2�Tgclocals·661ce063a5f54b47f94d8c3b5780f4f6���\c:/go/src/go/internal/gcimporter/gcimporter.goþ6"".(*parser).parsePackageId��€��úeH‹ %(���H‹‰����H;a†��Hƒì`H‹\$`H‰$è����1ÛH‰\$pH‰\$xH‹\$hH‰$ÇD$úÿÿÿè����H‹L$H‹D$H‰L$PH‰ $H‰D$XH‰D$è����H‹l$H‹T$H‹D$ H‹L$(H‰l$0H‰T$8H‰L$HH‰D$@Hƒø�t9H‰$H‰L$è����H\$H|$H‹ H‰H‹KH‰OH‹\$hH‰$è����H‹T$8Hƒú�u4H‹\$hH‰$H$@��è����H‹\$hHƒû�t1H‹«@��H‰l$0H‹“H��H‹\$0H‰\$pH‰T$8H‰T$xè����HƒÄ`ÉëËè����éÃþÿÿ������P
��*runtime.racefuncenter���”
��&"".(*parser).expect���Ø
��strconv.Unquote���Ð
��runtime.convI2E���œ
��$"".(*parser).error���Þ
�� runtime.raceread���Ì
��(runtime.racefuncexit���è
��0runtime.morestack_noctxt���0À��
"".autotmp_0236�type.string� "".err�?type.error�
"".id�_type.string� "".~r0�type.string�"".p��type.*"".parser�À¿À�À�0¾ [ 94 ��'€G7�Tgclocals·4a6f49bfbb5d0042a5f508261526f69f�Tgclocals·8eb69aa543d72814242b6afe7a90aa0f���\c:/go/src/go/internal/gcimporter/gcimporter.goþ:"".(*parser).parsePackageName��€��òeH‹ %(���H‹‰����H;av\Hƒì0H‹\$0H‰$è����1ÛH‰\$@H‰\$HH‹\$8H‰$ÇD$þÿÿÿè����H‹L$H‹D$H‰L$ H‰L$@H‰D$(H‰D$Hè����HƒÄ0Ãè����ë‡
������H
��*runtime.racefuncenter���Œ
��&"".(*parser).expect���Ò
��(runtime.racefuncexit���æ
��0runtime.morestack_noctxt���0`��"".autotmp_0239�type.string� "".~r0�type.string�"".p��type.*"".parser�`W_`�€�Ü44��#E�Tgclocals·69076ee43f1cead0792b9f36906b1b56�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���\c:/go/src/go/internal/gcimporter/gcimporter.goþ4"".(*parser).parseDotIdent��€��€eH‹ %(���H‹‰����H;a†Ü��Hƒì`H‹\$`H‰$è����1ÛH‰\$pH‰\$x1ÛH‰\$@H‰\$HH‹\$hH‰$H$(��è����H‹D$h‹˜(��ƒûý„û���ÇD$<x���H‰$H$(��è����H‹D$h‹˜(��ƒûþ…��‹\$<ƒû ŽÁ���H‹\$@H‰\$PH‹\$HH‰\$XH‰$H$0��è����HÇ$����H‹\$PH‰\$H‹\$XH‰\$H‹t$hHƒþ�tqHž0��H|$H‹ H‰H‹KH‰Oè����H‹\$(H‰\$@H‹\$0H‰\$HH‹\$hH‰$Hƒ<$�t%è����‹\$‰\$<H‹\$hH‰$è����H‹D$héÿÿÿ‰%����ë҉ë‹H‹\$HHƒû�uH‰$ÇD$þÿÿÿè����H‹\$@H‰\$pH‹\$HH‰\$xè����HƒÄ`ÃH‰$H$(��è����H‹D$h‹˜(��ƒûýuéÒþÿÿH‰$H$(��è����H‹D$h‹˜(��û·���…xÿÿÿé¥þÿÿè����é�þÿÿ������P
��*runtime.racefuncenter���¬
�� runtime.raceread���†
�� runtime.raceread���’
�� runtime.raceread���ž
��*runtime.concatstring2���ð
��8text/scanner.(*Scanner).Peek���œ
��""".(*parser).next���‚
��&"".(*parser).expect���´
��(runtime.racefuncexit���à
�� runtime.raceread���¬
�� runtime.raceread���î
��0runtime.morestack_noctxt���0À��
"".autotmp_0240�type.string� "".sep�Gtype.int32�"".ident�?type.string� "".~r0�type.string�"".p��type.*"".parser�À„¿À]�€�Læ  *2 
S
�"�'.sF)bQ�Tgclocals·776cf82481464578bcac89d2d7c0039b�Tgclocals·71a38c6ba2cbba51c765a33bbcab5b26���\c:/go/src/go/internal/gcimporter/gcimporter.goþ>"".(*parser).parseQualifiedName��€��ðeH‹ %(���H‹‰����H;a†Ô���Hƒì H‹\$ H‰$è����1Û1Û1ÛH‰\$@H‰\$H1ÛH‰\$0H‰\$8H‹\$(H‰$ÇD$@���è����H‹\$(H‰$è����H‹L$H‹D$H‰L$0H‰D$8H‹\$(H‰$ÇD$.���è����H‹\$(H‰$H$(��è����H‹D$(‹˜(��ƒû?uH‰$è����è����HƒÄ ÃH‰$è����H‹L$H‹D$H‰L$@H‰D$Hë×è����éÿÿÿ������P
��*runtime.racefuncenter���´
��&"".(*parser).expect���Ð
��6"".(*parser).parsePackageId���¤
��&"".(*parser).expect���Ð
�� runtime.raceread���‚
��""".(*parser).next���Œ
��(runtime.racefuncexit���¨
��4"".(*parser).parseDotIdent���Þ
��0runtime.morestack_noctxt���P@��"".autotmp_0243��type.string�"".name�0type.string�
"".id�type.string�"".p��type.*"".parser�@°?@1�€�4Š"& 
��'28B-�Tgclocals·b94e96d50a6fb9e88c70f76f35acc310�Tgclocals·f6bd6b3389b872033d462029172c8612���\c:/go/src/go/internal/gcimporter/gcimporter.goþ&"".(*parser).getPkg�� ��œeH‹ %(���H‹‰����H;a†ª��HƒìhH‹\$hH‰$è����H‹„$€���HƒøucH‹l$xH‰,$H‰D$H-����H‰l$HÇD$���è����H‹„$€���¶\$ €û�t)H����H‰$è����H‹����H‰œ$˜���è����HƒÄhÃH‹\$xH‰\$XH‰D$`H‹\$pH‰$H$X��è����H����H‰$H‹\$pH‹«X��H‰l$H‹\$XH‰\$H‹\$`H‰\$è����H‹D$ Hƒø�„·��H‰D$0H‰$è����H‹\$0H‹1íH9è…\��H‹œ$���Hƒû�„J��H‹\$xH‰\$XH‹œ$€���H‰\$`H‹\$pH‰$H$P��è����H����H‰$H‹\$pH‹«P��H‰l$H‹\$XH‰\$H‹\$`H‰\$è����H‹D$ Hƒø�„ ��H‰D$0H‰$è����H‹\$0H‹H‰\$(1íH9ë…¦���H‹\$xH‰$H‹œ$€���H‰\$H‹œ$ˆ���H‰\$H‹œ$���H‰\$è����H‹D$ H‹\$xH‰\$HH‹œ$€���H‰\$PH‰D$(H‰D$@H‹\$pH‰$H$P��è����H����H‰$H‹\$pH‹«P��H‰l$H\$HH‰\$H\$@H‰\$è����H‹\$pH‰$H$X��è����H‹l$pH‹X��1íH9ëusH����H‰$HÇD$����HÇD$����HÇD$����è����H‹\$ H‰\$8H‹\$pH‰$H$X��è����H‹\$pHƒû�„¶���H‹l$8€=�����…Š���H‰«X��H‹\$xH‰\$HH‹œ$€���H‰\$PH‹\$(H‰\$@H‹\$pH‰$H$X��è����H����H‰$H‹\$pH‹«X��H‰l$H\$HH‰\$H\$@H‰\$è����H‹D$(H‰„$˜���è����HƒÄhÃLƒX��L‰$H‰l$è����écÿÿÿ‰éCÿÿÿ‰�éíýÿÿ‰�éBýÿÿè����é2üÿÿ>������P
��*runtime.racefuncenter���–��$go.string."unsafe"���¼
�� runtime.eqstring���î��go/types.Unsafe���€
�� runtime.raceread���Ž��go/types.Unsafe���¨
��(runtime.racefuncexit���ü
�� runtime.raceread���Š��Btype.map[string]*go/types.Package���æ
��4runtime.mapaccess1_faststr��� 
�� runtime.raceread���Ä
�� runtime.raceread���Ò��Btype.map[string]*go/types.Package���®
��4runtime.mapaccess1_faststr���è
�� runtime.raceread���‚
��&go/types.NewPackage���ú
�� runtime.raceread���ˆ ��Btype.map[string]*go/types.Package���ä 
��$runtime.mapassign1���

�� runtime.raceread���Ä
��Btype.map[string]*go/types.Package���Œ 
��runtime.makemap���Ì 
��"runtime.racewrite���€ �6runtime.writeBarrierEnabled���Š 
�� runtime.raceread���˜ ��Btype.map[string]*go/types.Package���ô 
��$runtime.mapassign1���˜
��(runtime.racefuncexit���Ì
��.runtime.writebarrierptr���Š
��0runtime.morestack_noctxt���`�� "".autotmp_0255��.type.**go/types.Package�"".autotmp_0254�o.type.**go/types.Package�"".autotmp_0253��,type.*go/types.Package�"".autotmp_0252��type.string�"".autotmp_0251�_Btype.map[string]*go/types.Package�"".autotmp_0250�O,type.*go/types.Package�"".autotmp_0249�?type.string�"".autotmp_0248��,type.*go/types.Package�"".autotmp_0247��,type.*go/types.Package�"".autotmp_0246��type.string�"".autotmp_0244�type.string� "".pkg�,type.*go/types.Package� "".~r2�P,type.*go/types.Package�"".name�0type.string�
"".id�type.string�"".p��type.*"".parser�&Ð~ÏÐ÷ÏÐ;�Ð�^´*%@$#‡:l)sq �B�'l*5R5M<K^_G+�Tgclocals·c06baa6d11a9fa8d655a4a09cbcf9a6a�Tgclocals·f93daa914842d19e69633177b8a26a5e���\c:/go/src/go/internal/gcimporter/gcimporter.goþ<"".(*parser).parseExportedName��€��öeH‹ %(���H‹‰����HD$øH;A†Ò��Hìˆ���1ÀH‰D$PH‰D$XH‹œ$ˆ���H‰$è����1Û1ÛH‰œ$ ���H‰œ$¨���H‹œ$���H‰$è����H‹l$H‹T$H‹L$H‹D$ H‰Œ$ ���H‰„$¨���H‹œ$���H‰$H‰l$0H‰l$H‰T$8H‰T$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‹\$H‰\$@H‹\$ H‰\$HH‹\$pH‰$è����H‹\$pH‹l$@H‰+H‹l$H€=�����uXH‰kH‹œ$���H‰$H����H‰\$HÇD$���H‹\$pH‰\$H‹\$xH‰\$ H‹œ$€���H‰\$(è����è����HÄˆ���ÃLCL‰$H‰l$è����똉éÿÿÿè����éþÿÿ������~
��*runtime.racefuncenter���È
��>"".(*parser).parseQualifiedName���ò
��&"".(*parser).getPkg���Â��type.string���ú
��runtime.convT2E���¾
��"runtime.racewrite���î�6runtime.writeBarrierEnabled���¢��@go.string."%s package not found"���Š
��&"".(*parser).errorf���”
��(runtime.racefuncexit���È
��.runtime.writebarrierptr���ä
��0runtime.morestack_noctxt���@��"".autotmp_0264�"type.interface {}�"".autotmp_0263�o(type.[1]interface {}�"".autotmp_0260�/&type.[]interface {}�"".autotmp_0259�Otype.string�
"".id�¯type.string�"".name� type.string� "".pkg�,type.*go/types.Package�"".p��type.*"".parser�&¯*�€�.ê2  56ô �$�>z„"f�Tgclocals·407e37dcde18c01b31ec40e1353bc696�Tgclocals·bdc608aff5f4d0f2167b5bd3189f61b8���\c:/go/src/go/internal/gcimporter/gcimporter.goþ6"".(*parser).parseBasicType�� ��ŒeH‹ %(���H‹‰����HD$ˆH;A†]��Hìø���H‹œ$ø���H‰$è����1ÛH‰œ$��H‰œ$��H‹œ$���H‰$ÇD$þÿÿÿè����H‹L$H‹D$H‰Œ$���H‰„$˜���H����H‰$è����H‹����H‹Œ$���H‹„$˜���1ÛH‰\$PH‰\$XH‰Œ$€���H‰Œ$Ð���H‰„$ˆ���H‰„$Ø���H‰T$0H‰$Hƒ$ è����H����H‰$H‹\$0H‹k H‰l$H‹œ$Ð���H‰\$H‹œ$Ø���H‰\$è����H‹D$ Hƒø�„L��H‰D$@H‰$è����H‹\$@Hƒû�„(��H‹ H‹kH‰L$PH‰l$XHÇD$H����H����H‰$H‰L$pH‰L$H‰l$xH‰l$H\$HH‰\$è����¶\$ H‰ÙH‹\$H€ù�tjH‰ØHƒû�t]1ÛH‰\$`H‰\$hH‰D$8H‰$Hƒ$(è����H‹\$8Hƒû�t/H‹K(H‹k0H‰L$`H‰Œ$��H‰l$hH‰¬$��è����HÄø���Éë͉ëŸH‹œ$���H‰œ$À���H‹œ$˜���H‰œ$È���1ÛH‰œ$°���H‰œ$¸���Hœ$°���Hƒû�„��HDŽ$è������HDŽ$ð������H‰œ$à���H����H‰$Hœ$À���H‰\$HÇD$����è����H‹\$H‰œ$ ���H‹\$ H‰œ$¨���H‹œ$à���H‰$è����H‹œ$à���H‹¬$ ���H‰+H‹¬$¨���€=�����upH‰kH‹œ$���H‰$H����H‰\$HÇD$���H‹œ$à���H‰\$H‹œ$è���H‰\$ H‹œ$ð���H‰\$(è����1ÛH‰œ$��H‰œ$��è����HÄø���ÃLCL‰$H‰l$è����뀉éàþÿÿ‰éÑýÿÿ‰�é­ýÿÿè����ézüÿÿ.������f
��*runtime.racefuncenter���¼
��&"".(*parser).expect���þ��"go/types.Universe���
�� runtime.raceread���ž��"go/types.Universe���¼
�� runtime.raceread���Ê��>type.map[string]go/types.Object���¬
��4runtime.mapaccess1_faststr���æ
�� runtime.raceread���Æ��.type.*go/types.TypeName���”
��$runtime.assertI2T2���ˆ
�� runtime.raceread���ì
��(runtime.racefuncexit���â ��type.string��� 

��runtime.convT2E���ö

��"runtime.racewrite���¸ �6runtime.writeBarrierEnabled���ì ��@go.string."not a basic type: %s"���à 
��&"".(*parser).errorf���Ž 
��(runtime.racefuncexit��� 
��.runtime.writebarrierptr���ú 
��0runtime.morestack_noctxt���0ð��""".autotmp_0275�ï*type.*go/types.Object�"".autotmp_0274�¯"type.interface {}�"".autotmp_0273�(type.[1]interface {}�"".autotmp_0270�/&type.[]interface {}�"".autotmp_0269�otype.string�"".autotmp_0268�ß.type.*go/types.TypeName�"".autotmp_0266��type.string�"".autotmp_0265�Otype.string� "".~r0�¯$type.go/types.Type�go/types.obj·2�ÿ*type.*go/types.object� "".~r0�Ï(type.go/types.Object� go/types.name·3�ïtype.string�go/types.s·2�(type.*go/types.Scope� "".obj�(type.go/types.Object�
"".id�Ïtype.string� "".~r0�$type.go/types.Type�"".p��type.*"".parser�(&ðÛïðÐïð=��@†& 3ÛIUª�<�2UV8W:2š+u0�Tgclocals·6c66dec7f7e96105b0f464191bb83bce�Tgclocals·08ea8a267e19ab8c851378c8a3f6ad04���\c:/go/src/go/internal/gcimporter/gcimporter.goþ6"".(*parser).parseArrayType��  �� eH‹ %(���H‹‰����HD$ðH;A†��Hì���H‹œ$���H‰$è����1ÛH‰œ$ ���H‰œ$¨���H‹œ$˜���H‰$ÇD$ýÿÿÿè����H‹L$H‹D$H‰L$PH‰D$XH‹œ$˜���H‰$ÇD$]���è����H‹œ$˜���H‰$è����H‹L$H‹D$H‰Œ$€���H‰„$ˆ���H‹\$PH‰$H‹\$XH‰\$HÇD$
���HÇD$@���è����H‹T$ H‹D$(H‹L$0H‰T$8H‰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‰D$HH‰$è����H‹D$HH‹l$@H‰(H‰$Hƒ$è����H‹\$HH‹l$pH‰kH‹l$x€=�����umH‰kH‹\$HH‰\$HH‹����1íH9èt"H‹\$HH‰œ$¨���H‰„$ ���è����HÄ���ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë¯LCL‰$H‰l$è����ëƒè����é¸ýÿÿ*������f
��*runtime.racefuncenter���¼
��&"".(*parser).expect���–
��&"".(*parser).expect���¸
��,"".(*parser).parseType����� strconv.ParseInt���¤
��runtime.convI2E���ö
��$"".(*parser).error���Ì��&type.go/types.Array���Þ
��"runtime.newobject���„
��"runtime.racewrite���º
��"runtime.racewrite���ì�6runtime.writeBarrierEnabled���œ��Jgo.itab.*go/types.Array.go/types.Type���Þ
��(runtime.racefuncexit���ü��(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_0282�(type.*go/types.Array�"".autotmp_0281��(type.*go/types.Array�"".autotmp_0280��(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�& ÔŸ U�Ð�2žI-+C 7¯K�$�2XUm02�Tgclocals·4b50aff2def05c9f54a34a1adb456647�Tgclocals·289a182bb6b46b37938658e30eba002a���\c:/go/src/go/internal/gcimporter/gcimporter.goþ2"".(*parser).parseMapType��€��úeH‹ %(���H‹‰����H;a†Ù��HƒìhH‹\$hH‰$è����1ÛH‰\$xH‰œ$€���H‹\$pH‰$H����H‰\$HÇD$���è����H‹\$pH‰$ÇD$[���è����H‹\$pH‰$è����H‹L$H‹D$H‰L$8H‰D$@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‰$è����H‹\$ H‹l$(H‰+H‹l$0€=�����…®���H‰kH‹\$ H‰$Hƒ$è����H‹\$ H‹l$HH‰kH‹l$P€=�����ugH‰kH‹\$ H‰\$ H‹����1íH9ètH‹\$ H‰œ$€���H‰D$xè����HƒÄhÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ëµLCL‰$H‰l$è����ë‰LCL‰$H‰l$è����é?ÿÿÿè����éþÿÿ.������P
��*runtime.racefuncenter���Ž��go.string."map"���´
��4"".(*parser).expectKeyword���à
��&"".(*parser).expect���ü
��,"".(*parser).parseType���Ð
��&"".(*parser).expect���ì
��,"".(*parser).parseType���Þ��"type.go/types.Map���ð
��"runtime.newobject���–
��"runtime.racewrite���Æ�6runtime.writeBarrierEnabled���‚
��"runtime.racewrite���´�6runtime.writeBarrierEnabled���ä��Fgo.itab.*go/types.Map.go/types.Type��� 
��(runtime.racefuncexit���¸��$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_0289�$type.*go/types.Map�"".autotmp_0288��$type.*go/types.Map�"".autotmp_0287��$type.*go/types.Map�"".autotmp_0286��$type.go/types.Type� 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�ÐúÏÐg�€�.º;#"Ë  _ �(�'€P6O--�Tgclocals·4b50aff2def05c9f54a34a1adb456647�Tgclocals·f72e7ab03eb9dd40ba47dc3dd92b6217���\c:/go/src/go/internal/gcimporter/gcimporter.goþ,"".(*parser).parseName��à ��È eH‹ %(���H‹‰����H;a†���HƒìXH‹\$XH‰$è����1Û1ÛH‰\$xH‰œ$€���HÇD$p����H‹\$`H‰$H$(��è����H‹L$`‹©(��ƒýþ…ß���H‰ $H$P��è����H‹\$`H‰$H$@��è����H‹D$`H����H‰$H‹¨P��H‰l$H˜@��H|$H‹ H‰H‹KH‰Oè����H‹D$ Hƒø�tnH‰D$0H‰$è����H‹\$0H‹+H‰l$pH‹\$`H‰$H$0��è����H‹D$`Hƒø�t.H‹¨0��H‰l$xH‹¨8��H‰¬$€���H‰$è����è����HƒÄXÉ�ëΉ�뎃ý?…Ÿ���H‰ $H$P��è����H‹\$`H‰$H$@��è����H‹D$`H����H‰$H‹¨P��H‰l$H˜@��H|$H‹ H‰H‹KH‰Oè����H‹D$ Hƒø�t.H‰D$0H‰$è����H‹\$0H‹+H‰l$pH‹\$`H‰$è����éJÿÿÿ‰�ë΃ý@…·���1ÛH‰\$8H‰\$@H‰ $è����H‹l$H‹T$H‹L$H‹D$ H‰l$8H‰T$@H‰L$xH‰„$€���€|$h�„òþÿÿH‹\$`H‰$H‰l$H‰T$1ÛH‰\$H‰\$ è����H‹D$(H‰D$p1íH9è…¹þÿÿH‹\$8H‰$H‹\$@H‰\$1ÛH‰\$H‰\$è����H‹\$ H‰\$pé†þÿÿH����H‰\$HHÇD$P ���H����H‰$H\$HH‰\$HÇD$����è����H\$H|$H‹ H‰H‹KH‰OH‹\$`H‰$è����é#þÿÿè����éÜüÿÿ2������P
��*runtime.racefuncenter���°
�� runtime.raceread���ú
�� runtime.raceread���¦
�� runtime.raceread���¾��Btype.map[string]*go/types.Package���œ
��4runtime.mapaccess1_faststr���Î
�� runtime.raceread���”
�� runtime.raceread���ò
��""".(*parser).next���ü
��(runtime.racefuncexit���Ê
�� runtime.raceread���ö
�� runtime.raceread���Ž��Btype.map[string]*go/types.Package���ì
��4runtime.mapaccess1_faststr���ž
�� runtime.raceread���Ô
��""".(*parser).next���¢
��>"".(*parser).parseQualifiedName���Ö 
��&"".(*parser).getPkg���È

��&go/types.NewPackage���ô
��2go.string."name expected"���ž ��type.string���Ö 
��runtime.convT2E���¢ 
��$"".(*parser).error���¶ 
��0runtime.morestack_noctxt���P°��"".autotmp_0301��.type.**go/types.Package�"".autotmp_0300�O.type.**go/types.Package�"".autotmp_0298�type.string�"".autotmp_0297��,type.*go/types.Package�"".autotmp_0296��,type.*go/types.Package�"".autotmp_0293��,type.*go/types.Package�
"".id�?type.string�"".name�0type.string� "".pkg� ,type.*go/types.Package�""".materializePkg�type.bool�"".p��type.*"".parser�°¨¯°é�°�tà21! ˆ< (
) ˆ !  4 ). ^1�:�'0%j#/,j'Z9GF�Tgclocals·026ec990e1588fb91c86ffc4c3d51043�Tgclocals·9c5baa06207f5ef490979e3f0c196d5d���\c:/go/src/go/internal/gcimporter/gcimporter.goþ"".deref��€��ìeH‹ %(���H‹‰����H;a†Ò���HƒìHH‹\$HH‰$è����1ÛH‰\$`H‰\$hHÇD$0����H����H‰$H‹\$PH‰\$H‹\$XH‰\$H\$0H‰\$è����¶\$ H‹D$01íH9ètN1ÛH‰\$8H‰\$@H‰D$(H‰$è����H‹\$(Hƒû�t%H‹ H‹kH‰L$8H‰L$`H‰l$@H‰l$hè����HƒÄHÉë×H‹\$PH‰\$`H‹\$XH‰\$hè����HƒÄHÃè����é
ÿÿÿ������P
��*runtime.racefuncenter���ˆ��,type.*go/types.Pointer���Ö
��$runtime.assertI2T2���¬
�� runtime.raceread���‚
��(runtime.racefuncexit���Æ
��(runtime.racefuncexit���Ú
��0runtime.morestack_noctxt���@��
"".autotmp_0302�/,type.*go/types.Pointer� "".~r0�$type.go/types.Type�go/types.p·2�?,type.*go/types.Pointer� "".~r1� $type.go/types.Type� "".typ��$type.go/types.Type�&«!�€�(˜ H@ ��'C++@�Tgclocals·e2c4017e93a1e8c44f882a0388d816a3�Tgclocals·c301552ca8937361fc2b11074d410d43���\c:/go/src/go/internal/gcimporter/gcimporter.goþ."".(*parser).parseField��à%��à%eH‹ %(���H‹‰����H„$¸þÿÿH;A†D ��HìÈ��1ÀH‰„$¨��H‰„$°��H‰„$¸��H‰„$À��H‰D$HH‰D$PH‹œ$È��H‰$è����1ÛH‰œ$à��H‰œ$è��H‹œ$Ð��H‰$ÆD$è����H‹T$H‹L$H‹D$ H‰T$hH‰Œ$@��H‰„$H��H‹œ$Ð��H‰$è����H‹L$H‹D$H‰Œ$ð���H‰„$ø���ÆD$3�H‹œ$H��Hƒû�…³��1ÛH‰œ$���H‰œ$˜���HDŽ$ˆ�������H����H‰$H‰Œ$���H‰L$H‰„$��H‰D$Hœ$ˆ���H‰\$è����¶\$ H‹„$ˆ���1íH9è„ð��1ÛH‰œ$ ���H‰œ$¨���H‰D$XH‰$è����H‹\$XHƒû�„º��H‹ H‹CH‰Œ$ ���H‰„$¨���H‰Œ$���H‰„$˜���H‰Œ$€��H‰ $H‰„$ˆ��H‰D$è����‹L$‰L$4ùX Áâ…'��HÇD$H����H����H‰$H‹œ$€��H‰\$H‹œ$ˆ��H‰\$H\$HH‰\$è����‹L$4¶\$ €û�„Ø��HÇD$h����H‹D$H1ÛH‰œ$À���H‰œ$È���H‰D$xH‰$Hƒ$è����H‹\$xHƒû�„��H‹KH‹kH‰Œ$À���H‰Œ$@��H‰¬$È���H‰¬$H��ÆD$31ÛH‰œ$��H‰œ$��H‹œ$Ð��H‰$H$(��è����H‹„$Ð��‹˜(��ƒûú…D��H‰$ÇD$úÿÿÿè����H‹L$H‹D$1ÛH‰œ$P��H‰œ$X��H‰Œ$ ��H‰ $H‰„$(��H‰D$è����H‹l$H‹T$H‹L$ H‹D$(H‰¬$��H‰”$��H‰„$X��H‰Œ$P��Hƒù�„»��H‹œ$ ��H‰œ$p��H‹œ$(��H‰œ$x��1ÛH‰œ$¨��H‰œ$°��H‰œ$¸��H‰œ$À��Hœ$¨��Hƒû�„<��HDŽ$˜�����HDŽ$ �����H‰œ$��H����H‰$Hœ$p��H‰\$HÇD$����è����H‹\$H‰œ$`��H‹\$ H‰œ$h��H‹œ$��H‰$è����H‹œ$��H‹¬$`��H‰+H‹¬$h��€=�����…Œ��H‰kH‹œ$P��H‰$H‹œ$X��H‰\$è����H‹\$H‰œ$`��H‹\$H‰œ$h��H‹œ$��HƒÃH‰$è����H‹œ$��H‹¬$`��HƒÃH‰+H‹¬$h��€=�����…ø��H‰kH‹œ$Ð��H‰$H����H‰\$HÇD$���H‹œ$��H‰\$H‹œ$˜��H‰\$ H‹œ$ ��H‰\$(è����HÇD$8����H‹\$hH‰\$`H‹œ$@��H‰œ$0��H‹œ$H��H‰œ$8��H‹œ$ð���H‰œ$Ð���H‹œ$ø���H‰œ$Ø���¶\$3ˆ\$2H����H‰$è����H‹D$H‰„$€���H‰$HÇD$P���è����H‹Œ$€���H‰ÏHƒù�„���1ÀHƒÇðè����H‰ $è����H‹„$€���1íH‰(H‰$Hƒ$è����H‹„$€���H‹l$8H‰hH‰$Hƒ$è����H‹œ$€���Hƒû�„™��H‹l$`€=�����…p��H‰kH‹œ$€���H‰$Hƒ$è����H‹œ$€���H‹¬$8��H‰k H‹¬$0��€=�����…��H‰kH‹œ$€���H‰$Hƒ$(è����H‹œ$€���H‹¬$Ð���H‰k(H‹¬$Ø���€=�����…¼���H‰k0H‹œ$€���H‰$Hƒ$8è����H‹„$€���Ç@8����H‰$Hƒ$@è����H‹„$€���HÇ@@����H‰$Hƒ$Hè����H‹„$€���¶l$2@ˆhHH‰$Hƒ$Jè����H‹„$€���HÇÅ���@ˆhJH‰„$Ø��H‹œ$��H‰œ$à��H‹œ$��H‰œ$è��è����HÄÈ��ÃLC0L‰$H‰l$è����é1ÿÿÿLCL‰$H‰l$è����é×þÿÿLCL‰$H‰l$è����é}þÿÿ‰é`þÿÿ‰éùýÿÿLCL‰$H‰l$è����éõüÿÿLCL‰$H‰l$è����éaüÿÿ‰é½ûÿÿ‰éjúÿÿùúҎú…Ò���HÇD$P����H����H‰$H‹œ$€��H‰\$H‹œ$ˆ��H‰\$H\$PH‰\$è����¶\$ €û�„‡���H‹D$PH‰D$@H‰$è����H‹\$@H‹+Hƒý�ta1ÛH‰œ$°���H‰œ$¸���H‰l$pH‰,$Hƒ$è����H‹\$pHƒû�t-H‹KH‹k H‰Œ$°���H‰Œ$@��H‰¬$¸���H‰¬$H��é½ùÿÿ‰ëωE�ëšH‹œ$€��H‰œ$à���H‹œ$ˆ��H‰œ$è���H‹œ$Ð��H‰$H����H‰\$HÇD$���1ÛH‰\$H‰\$ H‰\$(è����éXùÿÿ‰é?øÿÿH‹Œ$���H‹„$��éAøÿÿè����éöÿÿh������Ä
��*runtime.racefuncenter���”
��,"".(*parser).parseName���þ
��,"".(*parser).parseType���ª��,type.*go/types.Pointer���Š
��$runtime.assertI2T2���ú
�� runtime.raceread���¢
��$runtime.ifacethash���ê��(type.*go/types.Basic���Ä
��$runtime.assertI2T2���Π
�� runtime.raceread���œ 
�� runtime.raceread���ì 
��&"".(*parser).expect���à 
��strconv.Unquote���Ò��type.string���
��runtime.convT2E���æ
��"runtime.racewrite���¨�6runtime.writeBarrierEnabled���ú
��runtime.convI2E���Ø
��"runtime.racewrite���¢�6runtime.writeBarrierEnabled���Þ��Jgo.string."invalid struct tag %s: %s"���Ò
��&"".(*parser).errorf���˜��"type.go/types.Var���ª
��"runtime.newobject���è
��,runtime.racewriterange���¨
Ü� runtime.duffzero���º
��"runtime.racewrite���ð
��"runtime.racewrite���®
��"runtime.racewrite���è�6runtime.writeBarrierEnabled���ª
��"runtime.racewrite���î�6runtime.writeBarrierEnabled���°
��"runtime.racewrite���ô�6runtime.writeBarrierEnabled���¶
��"runtime.racewrite���ð
��"runtime.racewrite���¬
��"runtime.racewrite���ê
��"runtime.racewrite���ê
��(runtime.racefuncexit���ž
��.runtime.writebarrierptr���Ì
��.runtime.writebarrierptr���ú
��.runtime.writebarrierptr���Ä
��.runtime.writebarrierptr���ò
��.runtime.writebarrierptr���Ð ��(type.*go/types.Named���ª!
��$runtime.assertI2T2���ì!
�� runtime.raceread���Ò"
�� runtime.raceread���º$��Hgo.string."anonymous field expected"���‚%
��&"".(*parser).errorf���Î%
��0runtime.morestack_noctxt���@��T"".autotmp_0323�$type.*go/types.Var�"".autotmp_0322��$type.*go/types.Var�"".autotmp_0321��"type.interface {}�"".autotmp_0320�Ï"type.interface {}�"".autotmp_0319�?(type.[2]interface {}�"".autotmp_0316�o&type.[]interface {}�"".autotmp_0315�§type.uint32�"".autotmp_0314��type.bool�"".autotmp_0313��$type.go/types.Type�"".autotmp_0312��$type.go/types.Type�"".autotmp_0311�¯type.string�"".autotmp_0309��type.string�"".autotmp_0308��type.string�"".autotmp_0307�ÿ,type.*go/types.Pointer�"".autotmp_0306�$type.go/types.Type�*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�go/types.obj·2�¯*type.*go/types.object�go/types.t·2�(type.*go/types.Named� "".~r0�type.string�go/types.b·2�Ÿ(type.*go/types.Basic� "".~r0�Ï$type.go/types.Type�go/types.p·2�ß,type.*go/types.Pointer� "".~r1�ï$type.go/types.Type� "".typ�$type.go/types.Type� "".err�ïtype.error�"".s�Ïtype.string� "".tag�ïtype.string� "".typ�Ï$type.go/types.Type� "".typ�ï(type.*go/types.Named� "".typ�ÿ(type.*go/types.Basic�"".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�)×ï�ð�‚ªU43:+Ä a 0J»§5W
y  7
�†�a]†8T–g(:Ø+J/}l¡CCš% \ !3˜0�Tgclocals·2d499d7a0ebf29e5b96df9e5b32f1f92�Tgclocals·f4273a7366f767853e14f6947af7c408���\c:/go/src/go/internal/gcimporter/gcimporter.goþ8"".(*parser).parseStructType��À��¶eH‹ %(���H‹‰����HD$°H;A†²��HìÐ���H‹œ$Ð���H‰$è����1ÛH‰œ$à���H‰œ$è���1ÛH‰œ$ˆ���H‰œ$���H‰œ$˜���1ÛH‰\$pH‰\$xH‰œ$€���H‹œ$Ø���H‰$H����H‰\$HÇD$���è����H‹œ$Ø���H‰$ÇD${���è����HÇD$@����H‹œ$Ø���H‰$H$(��è����H‹„$Ø���‹˜(��ƒû}„��H‰$H$(��è����H‹„$Ø���‹˜(��ƒûÿ„ô��H‹\$@Hƒû�~H‰$ÇD$;���è����H‹„$Ø���H‰$è����H‹t$@H‹l$pH‹T$H‹L$H‹D$H‰T$PH‰L$`H‰D$hHƒø�t<Hƒý�u6H����H‰$H‰t$H‰t$è����H‹l$H‹L$ H‹D$(H‰L$xH‰„$€���H‰l$pHƒý�„ ��H‹D$xH‹Œ$€���H‰êH‰ËH)ÃHƒû}QH����H‰$H‰”$¸���H‰T$H‰D$H‰Œ$È���H‰L$H‰ÃH‰„$À���HÿÃH‰\$ è����H‹T$(H‹D$0H‹L$8H‰ÃHÿÃH‰Œ$È���H9ˇÃ��H‰œ$À���H‰ÓH‰”$¸���H‰ÅH‰D$HHÁåHëH‰$è����H‹œ$¸���H‹l$HHÁåHëH‹l$hH‰kH‹l$`€=�����…V��H‰+H‹œ$¸���H‰\$pH‹œ$À���H‰\$xH‹œ$È���H‰œ$€���H‹”$ˆ���H‹„$���H‹Œ$˜���H‰ËH)ÃHƒû}QH����H‰$H‰”$ ���H‰T$H‰D$H‰Œ$°���H‰L$H‰ÃH‰„$¨���HÿÃH‰\$ è����H‹T$(H‹D$0H‹L$8H‰ÃHÿÃH‰Œ$°���H9ˇ–���H‰œ$¨���H‰”$ ���H‰D$HHÂH‰$è����H‹œ$ ���H‹l$HHëH‹l$P€=�����uEH‰+H‹œ$ ���H‰œ$ˆ���H‹œ$¨���H‰œ$���H‹œ$°���H‰œ$˜���H‹\$@HÿÃH‰\$@éåüÿÿH‰$H‰l$è����ë®è���� H‰$H‰l$è����éšþÿÿè���� H‰$ÇD$}���è����H‹œ$ˆ���H‰$H‹œ$���H‰\$H‹œ$˜���H‰\$H‹\$pH‰\$H‹\$xH‰\$ H‹œ$€���H‰\$(è����H‹\$0H‰\$XH‹����1íH9èt"H‹\$XH‰œ$è���H‰„$à���è����HÄÐ���ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë¯è����é%ûÿÿ@������f
��*runtime.racefuncenter���Œ��$go.string."struct"���²
��4"".(*parser).expectKeyword���ä
��&"".(*parser).expect���¨
�� runtime.raceread���ø
�� runtime.raceread���Þ
��&"".(*parser).expect���€
��."".(*parser).parseField���ö��type.[]string���œ
��"runtime.makeslice���¸��type.[]string���®
��"runtime.growslice���Р
��"runtime.racewrite��� 
�6runtime.writeBarrierEnabled���Þ ��(type.[]*go/types.Var���Ô 
��"runtime.growslice���ä 
��"runtime.racewrite���œ�6runtime.writeBarrierEnabled���È
��.runtime.writebarrierptr���Ö
��$runtime.panicslice���ö
��.runtime.writebarrierptr���Š
��$runtime.panicslice���°
��&"".(*parser).expect���È
��$go/types.NewStruct���ê��Lgo.itab.*go/types.Struct.go/types.Type���¬
��(runtime.racefuncexit���Ê��*type.*go/types.Struct���à��$type.go/types.Type���ø��Lgo.itab.*go/types.Struct.go/types.Type���Œ
�� runtime.typ2Itab���¤
��0runtime.morestack_noctxt���0 ��"".autotmp_0333��type.int�"".autotmp_0332�_(type.[]*go/types.Var�"".autotmp_0331��type.int�"".autotmp_0330��type.[]string�"".autotmp_0329�ï*type.*go/types.Struct�"".autotmp_0328�type.int�"".autotmp_0327�/type.[]string� "".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�& ûŸ >�à �`êI&a ,6‹€y)*7)�D�2fõÚÂHr 
L20�Tgclocals·448d96d08a1cc8b9207efcce4344c735�Tgclocals·b997950d302c63870d2982934ac8f2d6���\c:/go/src/go/internal/gcimporter/gcimporter.goþ6"".(*parser).parseParameter��€��þeH‹ %(���H‹‰����HD$èH;A†��Hì˜���H‹œ$˜���H‰$è����Ƅ$°����H‹œ$ ���H‰$ÆD$�è����H‹L$H‹D$ H‰L$xH‰ $H‰„$€���H‰D$H����H‰\$HÇD$���è����H‹D$ Hƒø�|H‹¬$€���H9臃��H‰„$€���H‹œ$ ���H‰$H$(��è����H‹„$ ���‹˜(��ƒû.u.H‰$H����H‰\$HÇD$���è����H‹„$ ���Ƅ$°���H‰$è����H‹L$H‹D$H‰L$XH‰D$`€¼$°����„‡���H‰Œ$ˆ���H‰„$���H����H‰$è����H‹D$H‰D$@H‰$è����H‹\$@H‹¬$ˆ���H‰+H‹¬$���€=�����…‡��H‰kH‹\$@H‰\$@H‹����1íH9è„5��H‹\$@H‰\$`H‰D$XH‹œ$ ���H‰$H$(��è����H‹„$ ���‹˜(��ƒûúu H‰$è����HÇD$(����HÇD$0����H‹\$xH‰\$hH‹œ$€���H‰\$pH‹\$XH‰\$HH‹\$`H‰\$PH����H‰$è����H‹D$H‰D$8H‰$HÇD$P���è����H‹L$8H‰ÏHƒù�„o��1ÀHƒÇðè����H‰ $è����H‹D$81íH‰(H‰$Hƒ$è����H‹D$8H‹l$(H‰hH‰$Hƒ$è����H‹\$8Hƒû�„��H‹l$0€=�����…è���H‰kH‹\$8H‰$Hƒ$è����H‹\$8H‹l$pH‰k H‹l$h€=�����…š���H‰kH‹\$8H‰$Hƒ$(è����H‹\$8H‹l$HH‰k(H‹l$P€=�����uSH‰k0H‹\$8H‰$Hƒ$8è����H‹D$8Ç@8����H‰$Hƒ$@è����H‹D$8HÇ@@����H‰„$¨���è����HÄ˜���ÃLC0L‰$H‰l$è����ëLCL‰$H‰l$è����éSÿÿÿLCL‰$H‰l$è����éÿÿÿ‰éèþÿÿ‰éŠþÿÿH����H‰$H����H‰\$H����H‰\$è����H‹D$é™ýÿÿLCL‰$H‰l$è����éfýÿÿè���� è����éÁûÿÿR������f
��*runtime.racefuncenter���¢
��,"".(*parser).parseName���ð��go.string."·"���–
��strings.Index���
�� runtime.raceread���Ì��go.string."..."���ò
��4"".(*parser).expectSpecial���¤
��,"".(*parser).parseType���–��&type.go/types.Slice���¨
��"runtime.newobject���Î
��"runtime.racewrite���Š�6runtime.writeBarrierEnabled���Â��Jgo.itab.*go/types.Slice.go/types.Type���¨
�� runtime.raceread���à
��""".(*parser).next���è��"type.go/types.Var���ú
��"runtime.newobject���² 
��,runtime.racewriterange���ì 
Ü� runtime.duffzero���þ 
��"runtime.racewrite���®

��"runtime.racewrite���æ

��"runtime.racewrite���š �6runtime.writeBarrierEnabled���Ö 
��"runtime.racewrite���ˆ �6runtime.writeBarrierEnabled���Ä 
��"runtime.racewrite���ö �6runtime.writeBarrierEnabled���ª 
��"runtime.racewrite���Þ 
��"runtime.racewrite���’
��(runtime.racefuncexit���Æ
��.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_0344�¿$type.*go/types.Var�"".autotmp_0343��$type.*go/types.Var�"".autotmp_0341�¯(type.*go/types.Slice�"".autotmp_0340��(type.*go/types.Slice�"".autotmp_0339��(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�&°î¯°«�À�pž&(' ;,&‡, êòñòñ P I �J�2XÉmi’734;&�Tgclocals·aa1b5890c95ee3e399ed227b2de6fe8f�Tgclocals·e33fe412b9186d31c61753a4bf5f3707���\c:/go/src/go/internal/gcimporter/gcimporter.goþ8"".(*parser).parseParameters��€ ��ê
eH‹ %(���H‹‰����H;a†‘��Hì€���H‹œ$€���H‰$è����1ÛƄ$¨����1ÛH‰œ$���H‰œ$˜���H‰œ$ ���H‹œ$ˆ���H‰$ÇD$(���è����H‹œ$ˆ���H‰$H$(��è����H‹„$ˆ���‹˜(��ƒû)„î��H‰$H$(��è����H‹„$ˆ���‹˜(��ƒûÿ„Æ��H‹œ$˜���Hƒû�~H‰$ÇD$,���è����H‹„$ˆ���H‰$è����H‹L$¶\$H‰L$Pˆ\$GH‹”$���H‹„$˜���H‹œ$ ���H‰ÙH)ÃHƒû}HH����H‰$H‰T$hH‰T$H‰D$H‰L$xH‰L$H‰ÃH‰D$pHÿÃH‰\$ è����H‹T$(H‹D$0H‹L$8H‰ÃHÿÃH‰L$xH9ˇü���H‰\$pH‰T$hH‰D$HHÂH‰$è����H‹\$hH‹l$HHëH‹l$P€=�����…­���H‰+H‹\$hH‰œ$���H‹\$pH‰œ$˜���H‹\$xH‰œ$ ���€|$G�„tþÿÿ€¼$¨����taH����H‰\$XHÇD$`���H����H‰$H\$XH‰\$HÇD$����è����H\$H|$H‹ H‰H‹KH‰OH‹œ$ˆ���H‰$è����Ƅ$¨���éüýÿÿH‰$H‰l$è����éCÿÿÿè���� H‰$ÇD$)���è����è����HÄ€���Ãè����éKýÿÿ(������\
��*runtime.racefuncenter���Ö
��&"".(*parser).expect���ˆ
�� runtime.raceread���Ø
�� runtime.raceread���Ä
��&"".(*parser).expect���æ
��6"".(*parser).parseParameter���â��(type.[]*go/types.Var���Æ
��"runtime.growslice���Ä
��"runtime.racewrite���ö�6runtime.writeBarrierEnabled�����Jgo.string."... not on final argument"���º��type.string���ò
��runtime.convT2E���Ä 
��$"".(*parser).error���ú 
��.runtime.writebarrierptr���Ž

��$runtime.panicslice���´

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

��(runtime.racefuncexit���Ø

��0runtime.morestack_noctxt���P€��"".autotmp_0351��type.int�"".autotmp_0350�/(type.[]*go/types.Var�"".autotmp_0349�Otype.string�"".autotmp_0346�otype.int�"".variadic�qtype.bool� "".par�_$type.*go/types.Var�"".isVariadic�@type.bool�"".list�(type.[]*go/types.Var�"".p��type.*"".parser�!€‰ÿ€�À�NÒ!"!$Xæ 
a
 !�*�-=ø?—D
'�Tgclocals·31f92a926974b64400d8a6c7f0d8e3e3�Tgclocals·91222808db837ce349aec3be2dffe86a���\c:/go/src/go/internal/gcimporter/gcimporter.goþ6"".(*parser).parseSignature��À��¨eH‹ %(���H‹‰����H;a†°��HƒìxH‹\$xH‰$è����H‹œ$€���H‰$è����H‹l$H‹T$H‹L$¶\$ H‰l$`H‰T$hH‰L$pˆ\$/1ÛH‰\$HH‰\$PH‰\$XH‹œ$€���H‰$H$(��è����H‹„$€���‹˜(��ƒû(…’���H‰$è����H‹l$H‹T$H‹L$¶\$ H‰l$HH‰T$PH‰L$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Ãè����é,þÿÿ������P
��*runtime.racefuncenter���r
��8"".(*parser).parseParameters���”
�� runtime.raceread���Ô
��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���‚
��(runtime.racefuncexit���–
��0runtime.morestack_noctxt���0ð��"".autotmp_0357�(type.*go/types.Tuple�"".autotmp_0356�type.string�"".autotmp_0355��type.bool�"".autotmp_0354��(type.[]*go/types.Var�"".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�ð«ïð�à�2€ ,80,a‰�&�'b `K,.  �Tgclocals·9d4d000519d95b8bec1ffea421f3c98c�Tgclocals·04043ebb1d41b2f0d988a322c190b623���\c:/go/src/go/internal/gcimporter/gcimporter.goþ>"".(*parser).parseInterfaceType��À��´eH‹ %(���H‹‰����HD$ H;A†q��Hìà���H‹œ$à���H‰$è����1ÛH‰œ$ð���H‰œ$ø���1ÛH‰œ$°���H‰œ$¸���H‰œ$À���H‹œ$è���H‰$H����H‰\$HÇD$ ���è����H‹œ$è���H‰$ÇD${���è����HÇD$H����H‹œ$è���H‰$H$(��è����H‹„$è���‹˜(��ƒû}„ñ��H‰$H$(��è����H‹„$è���‹˜(��ƒûÿ„É��H‹\$HHƒû�~H‰$ÇD$;���è����H‹„$è���H‰$ÆD$è����H‹T$H‹L$H‹D$ H‰T$`H‰Œ$ ���H‰„$¨���H‹œ$è���H‰$HÇD$����è����H‹D$HÇD$@����H‹\$`H‰\$XH‹œ$ ���H‰œ$���H‹œ$¨���H‰œ$˜���1ÛH‰œ$€���H‰œ$ˆ���1íH9èt,H‰D$xH‹����1íH9è„¿��H‹\$xH‰œ$ˆ���H‰„$€���H����H‰$è����H‹D$H‰D$hH‰$è����H‹D$h1íH‰(H‰$Hƒ$è����H‹D$hH‹l$@H‰hH‰$Hƒ$è����H‹\$hHƒû�„=��H‹l$X€=�����…��H‰kH‹\$hH‰$Hƒ$è����H‹\$hH‹¬$˜���H‰k H‹¬$���€=�����…À��H‰kH‹\$hH‰$Hƒ$(è����H‹\$hH‹¬$€���H‰k(H‹¬$ˆ���€=�����…l��H‰k0H‹\$hH‰$Hƒ$8è����H‹D$hÇ@8����H‰$Hƒ$@è����H‹D$hHÇ@@����H‰D$hH‹”$°���H‹„$¸���H‹Œ$À���H‰ËH)ÃHƒû}QH����H‰$H‰”$È���H‰T$H‰D$H‰Œ$Ø���H‰L$H‰ÃH‰„$Ð���HÿÃH‰\$ è����H‹T$(H‹D$0H‹L$8H‰ÃHÿÃH‰Œ$Ø���H9ˇ–���H‰œ$Ð���H‰”$È���H‰D$PHÂH‰$è����H‹œ$È���H‹l$PHëH‹l$h€=�����uEH‰+H‹œ$È���H‰œ$°���H‹œ$Ð���H‰œ$¸���H‹œ$Ø���H‰œ$À���H‹\$HHÿÃH‰\$HétüÿÿH‰$H‰l$è����ë®è���� LC0L‰$H‰l$è����éþÿÿLCL‰$H‰l$è����é-þÿÿLCL‰$H‰l$è����éÙýÿÿ‰é¼ýÿÿH����H‰$H����H‰\$H����H‰\$è����H‹D$éýÿÿH‰$ÇD$}���è����H‹œ$°���H‰$H‹œ$¸���H‰\$H‹œ$À���H‰\$1ÛH‰\$H‰\$ H‰\$(è����H‹\$0H‰$è����H‹\$H‰\$pH‹����1íH9èt"H‹\$pH‰œ$ø���H‰„$ð���è����HÄà���ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë¯è����éfúÿÿ\������f
��*runtime.racefuncenter���ä��*go.string."interface"���Š
��4"".(*parser).expectKeyword���¼
��&"".(*parser).expect���€
�� runtime.raceread���Ð
�� runtime.raceread���¶
��&"".(*parser).expect���â
��,"".(*parser).parseName���Þ
��6"".(*parser).parseSignature���˜��Rgo.itab.*go/types.Signature.go/types.Type���æ��$type.go/types.Func���ø
��"runtime.newobject���ž
��"runtime.racewrite���Î
��"runtime.racewrite���† 
��"runtime.racewrite���º �6runtime.writeBarrierEnabled���ö 
��"runtime.racewrite���´
�6runtime.writeBarrierEnabled���ð

��"runtime.racewrite���® �6runtime.writeBarrierEnabled���ê 
��"runtime.racewrite���ž 
��"runtime.racewrite���˜ ��*type.[]*go/types.Func���Ž
��"runtime.growslice���ž
��"runtime.racewrite���Ö�6runtime.writeBarrierEnabled���‚
��.runtime.writebarrierptr���
��$runtime.panicslice���¸
��.runtime.writebarrierptr���æ
��.runtime.writebarrierptr���”
��.runtime.writebarrierptr���º��0type.*go/types.Signature���Ð��$type.go/types.Type���è��Rgo.itab.*go/types.Signature.go/types.Type���ü
�� runtime.typ2Itab���²
��&"".(*parser).expect���ª
��*go/types.NewInterface���Æ
��<go/types.(*Interface).Complete���è��Rgo.itab.*go/types.Interface.go/types.Type���ª
��(runtime.racefuncexit���È��0type.*go/types.Interface���Þ��$type.go/types.Type���ö��Rgo.itab.*go/types.Interface.go/types.Type���Š
�� runtime.typ2Itab���¢
��0runtime.morestack_noctxt���0À��*"".autotmp_0373��type.*uint8�"".autotmp_0372��type.int�"".autotmp_0371�/*type.[]*go/types.Func�"".autotmp_0370��&type.*go/types.Func�"".autotmp_0369�ï&type.*go/types.Func�"".autotmp_0368��&type.*go/types.Func�"".autotmp_0366��0type.*go/types.Interface�"".autotmp_0365�ß0type.*go/types.Interface�"".autotmp_0364�Ÿtype.int�"".autotmp_0363��0type.*go/types.Signature�"".autotmp_0362�Ï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�"".name�type.string� "".pkg�ÿ,type.*go/types.Package�"".i�¯type.int�"".methods�_*type.[]*go/types.Func� "".~r0�$type.go/types.Type�"".p��type.*"".parser�&Àº
¿À?�  �f° I&a 2†ÚÙÚÙ…  •w!"7!�\�2Rêl==’Hr4<@0�Tgclocals·b39a7371062db2876b7d8ddde30c4620�Tgclocals·6fec2e018350a2122037b263b711c6ae���\c:/go/src/go/internal/gcimporter/gcimporter.goþ4"".(*parser).parseChanType��€ ��øeH‹ %(���H‹‰����H;a†��HƒìXH‹\$XH‰$è����1ÛH‰\$hH‰\$pHÇD$(����H‹\$`H‰$H$(��è����H‹D$`‹˜(��ƒûþ…x��H‰$H����H‰\$HÇD$���è����H‹\$`H‰$H$(��è����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‰D$0H‰$è����H‹D$0H‹l$ H‰(H‰$Hƒ$è����H‹\$0H‹l$8H‰kH‹l$@€=�����udH‰kH‹\$0H‰\$0H‹����1íH9ètH‹\$0H‰\$pH‰D$hè����HƒÄXÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë¸LCL‰$H‰l$è����ëŒH‰$H����H‰\$HÇD$���è����H‹\$`H‰$H����H‰\$HÇD$���è����HÇD$(���é©þÿÿè����éÄýÿÿ4������P
��*runtime.racefuncenter���¦
�� runtime.raceread���ä�� go.string."chan"���Š
��4"".(*parser).expectKeyword���¶
�� runtime.raceread���ö��go.string."<-"���œ
��4"".(*parser).expectSpecial���Ê
��,"".(*parser).parseType���¨��$type.go/types.Chan���º
��"runtime.newobject���à
��"runtime.racewrite���–
��"runtime.racewrite���È�6runtime.writeBarrierEnabled���ø��Hgo.itab.*go/types.Chan.go/types.Type���®
��(runtime.racefuncexit���Æ��&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_0379�O&type.*go/types.Chan�"".autotmp_0378��&type.*go/types.Chan�"".autotmp_0377��&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�°¯° �À�FÜ 8 *&# £H # � �'õg-9D�Tgclocals·22d483162ff03d8ae3f68d96ba585844�Tgclocals·f1e09daed0f3b15c071875a254142b5b���\c:/go/src/go/internal/gcimporter/gcimporter.goþ,"".(*parser).parseType�� +��Š+eH‹ %(���H‹‰����H„$hÿÿÿH;A†™
��Hì��H‹œ$��H‰$è����1ÛH‰œ$(��H‰œ$0��H‹œ$ ��H‰$H$(��è����H‹Œ$ ��‹©(��ƒý*Õ��ƒýþ…��H‰ $H$0��è����H‹œ$ ��Hƒû�„Û��H‹‹0��H‰Œ$°���H‹ƒ8��Hƒø|THƒø…¬��H‰ $H‰„$¸���H‰D$H-����H‰l$HÇD$���è����H‹Œ$°���H‹„$¸���H‹\$ Hƒû�b��Hƒø…���H‰ $H‰„$¸���H‰D$H-����H‰l$HÇD$���è����H‹Œ$°���H‹„$¸���¶\$ €û�tHH‹œ$ ��H‰$è����H‹L$H‹D$H‰Œ$Ð���H‰Œ$(��H‰„$Ø���H‰„$0��è����HÄ��ÃH‰„$¸���HƒøuuH‰ $H‰D$H-����H‰l$HÇD$���è����¶\$ €û�tHH‹œ$ ��H‰$è����H‹L$H‹D$H‰Œ$Ð���H‰Œ$(��H‰„$Ø���H‰„$0��è����HÄ��ÃH‹œ$ ��H‰$è����H‹L$H‹D$H‰Œ$Ð���H‰Œ$(��H‰„$Ø���H‰„$0��è����HÄ��ÃHƒø…Ý���H‰ $H‰„$¸���H‰D$H-����H‰l$HÇD$���è����H‹Œ$°���H‹„$¸���¶\$ €û�„”���H‹œ$ ��H‰$è����H‹œ$ ��H‰$HÇD$����è����H‹\$H‰\$HH‹����1íH9èt"H‹\$HH‰œ$0��H‰„$(��è����HÄ��ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë¯Hƒø…���H‰ $H‰„$¸���H‰D$H-����H‰l$HÇD$���è����H‹Œ$°���H‹„$¸���¶\$ €û�tHH‹œ$ ��H‰$è����H‹L$H‹D$H‰Œ$Ð���H‰Œ$(��H‰„$Ø���H‰„$0��è����HÄ��ÃH‰„$¸���Hƒø …(þÿÿH‰ $H‰D$H-����H‰l$HÇD$ ���è����¶\$ €û�„÷ýÿÿH‹œ$ ��H‰$è����H‹L$H‹D$H‰Œ$Ð���H‰Œ$(��H‰„$Ø���H‰„$0��è����HÄ��Ééüÿÿƒý(unH‰ $è����H‹œ$ ��H‰$è����H‹L$H‹D$H‰L$`H‰D$hH‹œ$ ��H‰$ÇD$)���è����H‹\$`H‰œ$(��H‹\$hH‰œ$0��è����HÄ��Ãý*…ù���H‰ $è����H‹œ$ ��H‰$è����H‹L$H‹D$H‰Œ$���H‰„$˜���H����H‰$è����H‹D$H‰D$8H‰$è����H‹\$8H‹¬$���H‰+H‹¬$˜���€=�����umH‰kH‹\$8H‰\$8H‹����1íH9èt"H‹\$8H‰œ$0��H‰„$(��è����HÄ��ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë¯LCL‰$H‰l$è����ëƒH‰ $H$(��è����H‹œ$ ��‹«(��‰,$è����H‹\$H‰œ$À���H‹\$H‰œ$È���1ÛH‰œ$ø���H‰œ$���H‰œ$��H‰œ$��Hœ$ø���Hƒû�„Ö��HDŽ$è������HDŽ$ð������H‰œ$à���H����H‰$Hœ$À���H‰\$HÇD$����è����H‹\$H‰œ$ ���H‹\$ H‰œ$¨���H‹œ$à���H‰$è����H‹œ$à���H‹¬$ ���H‰+H‹¬$¨���€=�����…&��H‰kH����H‰$H‹œ$ ��H‰\$Hƒ|$�„ò���HD$0��HÇD$����è����H‹\$H‰œ$ ���H‹\$ H‰œ$¨���H‹œ$à���HƒÃH‰$è����H‹œ$à���H‹¬$ ���HƒÃH‰+H‹¬$¨���€=�����upH‰kH‹œ$ ��H‰$H����H‰\$HÇD$���H‹œ$à���H‰\$H‹œ$è���H‰\$ H‹œ$ð���H‰\$(è����1ÛH‰œ$(��H‰œ$0��è����HÄ��ÃLCL‰$H‰l$è����뀉%����éÿÿÿLCL‰$H‰l$è����éÇþÿÿ‰é#þÿÿƒý<u@H‰ $è����H‹L$H‹D$H‰Œ$Ð���H‰Œ$(��H‰„$Ø���H‰„$0��è����HÄ��Ãý@…¡���H‰ $è����H‹D$H‹T$H‹L$H‰$H‰T$pH‰T$H‰L$xH‰L$è����H‹D$Hƒø�t]1ÛH‰\$PH‰\$XH‰D$0H‰$Hƒ$(è����H‹\$0Hƒû�t/H‹K(H‹k0H‰L$PH‰Œ$(��H‰l$XH‰¬$0��è����HÄ��Éë͉�럃ý[…¶üÿÿH‰ $è����H‹œ$ ��H‰$H$(��è����H‹„$ ��‹˜(��ƒû]…ù���H‰$è����H‹œ$ ��H‰$è����H‹L$H‹D$H‰Œ$€���H‰„$ˆ���H����H‰$è����H‹D$H‰D$@H‰$è����H‹\$@H‹¬$€���H‰+H‹¬$ˆ���€=�����umH‰kH‹\$@H‰\$@H‹����1íH9èt"H‹\$@H‰œ$0��H‰„$(��è����HÄ��ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë¯LCL‰$H‰l$è����ëƒH‰$è����H‹L$H‹D$H‰Œ$Ð���H‰Œ$(��H‰„$Ø���H‰„$0��è����HÄ��Ãè����é;õÿÿ´������l
��*runtime.racefuncenter���Â
�� runtime.raceread���¤
�� runtime.raceread���Ä�� go.string."chan"���ê
��"runtime.cmpstring���ì��go.string."map"���’
�� runtime.eqstring���è
��2"".(*parser).parseMapType���Æ
��(runtime.racefuncexit���’�� go.string."chan"���¸
�� runtime.eqstring���î
��4"".(*parser).parseChanType���Ì
��(runtime.racefuncexit���þ
��6"".(*parser).parseBasicType���Ü 
��(runtime.racefuncexit���°
�� go.string."func"���Ö

�� runtime.eqstring���´ 
��""".(*parser).next���è 
��6"".(*parser).parseSignature���Š ��Rgo.itab.*go/types.Signature.go/types.Type���Ì 
��(runtime.racefuncexit���ê ��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���Ø
��(runtime.racefuncexit���¬��*go.string."interface"���Ò
�� runtime.eqstring���
��>"".(*parser).parseInterfaceType���î
��(runtime.racefuncexit���¨
��""".(*parser).next���Ê
��,"".(*parser).parseType���¤
��&"".(*parser).expect���â
��(runtime.racefuncexit���–
��""".(*parser).next���¸
��,"".(*parser).parseType���ú��*type.go/types.Pointer���Œ
��"runtime.newobject���²
��"runtime.racewrite���î�6runtime.writeBarrierEnabled���ž��Ngo.itab.*go/types.Pointer.go/types.Type���à
��(runtime.racefuncexit���þ��,type.*go/types.Pointer���”��$type.go/types.Type���¬��Ngo.itab.*go/types.Pointer.go/types.Type���À
�� runtime.typ2Itab���ò
��.runtime.writebarrierptr���˜
�� runtime.raceread���Ä
��0text/scanner.TokenString���®��type.string���ì
��runtime.convT2E���Â
��"runtime.racewrite���„�6runtime.writeBarrierEnabled���¨��type.string���
��runtime.convT2E���î
��"runtime.racewrite���¸�6runtime.writeBarrierEnabled���ì��Lgo.string."expected type, got %s (%q)"���à
��&"".(*parser).errorf���Ž 
��(runtime.racefuncexit��� 
��.runtime.writebarrierptr���‚!
��.runtime.writebarrierptr���¶!
��4"".(*parser).parseChanType���”"
��(runtime.racefuncexit���È"
��<"".(*parser).parseExportedName��� #
��"".declTypeName���ô#
�� runtime.raceread���Ø$
��(runtime.racefuncexit���œ%
��""".(*parser).next���Î%
�� runtime.raceread���Ž&
��""".(*parser).next���°&
��,"".(*parser).parseType���ò&��&type.go/types.Slice���„'
��"runtime.newobject���ª'
��"runtime.racewrite���æ'�6runtime.writeBarrierEnabled���–(��Jgo.itab.*go/types.Slice.go/types.Type���Ø(
��(runtime.racefuncexit���ö(��(type.*go/types.Slice���Œ)��$type.go/types.Type���¤)��Jgo.itab.*go/types.Slice.go/types.Type���¸)
�� runtime.typ2Itab���ê)
��.runtime.writebarrierptr���€*
��6"".(*parser).parseArrayType���Þ*
��(runtime.racefuncexit���ø*
��0runtime.morestack_noctxt���0°��D"".autotmp_0413��"type.interface {}�"".autotmp_0412�ï"type.interface {}�"".autotmp_0411�?(type.[2]interface {}�"".autotmp_0408�o&type.[]interface {}�"".autotmp_0407��type.*uint8�"".autotmp_0406�¿,type.*go/types.Pointer�"".autotmp_0405��,type.*go/types.Pointer�"".autotmp_0404��type.*uint8�"".autotmp_0403�¯(type.*go/types.Slice�"".autotmp_0402��(type.*go/types.Slice�"".autotmp_0400�Ïtype.string�"".autotmp_0398�¯type.string�"".autotmp_0397��$type.go/types.Type�"".autotmp_0396��$type.go/types.Type�"".autotmp_0395��,type.*go/types.Pointer�"".autotmp_0394��$type.go/types.Type�"".autotmp_0393��$type.go/types.Type�"".autotmp_0392��(type.*go/types.Slice�"".autotmp_0391��$type.go/types.Type�"".autotmp_0389��type.string�"".autotmp_0387��$type.go/types.Type�"".autotmp_0386��$type.go/types.Type�"".autotmp_0385��$type.go/types.Type�"".autotmp_0384�Ÿ0type.*go/types.Signature�"".autotmp_0383��$type.go/types.Type�"".autotmp_0382�$type.go/types.Type� go/types.elem·2�$type.go/types.Type� go/types.elem·2�¯$type.go/types.Type� "".~r0�$type.go/types.Type�go/types.obj·2�Ï*type.*go/types.object� "".typ�ï$type.go/types.Type�"".name�Ïtype.string� "".~r0�$type.go/types.Type�"".p��type.*"".parser�¾)°…¯°‚¯°G¯°·¯°Å¯°Š¯°y¯°¾¯°Ö¯°‚¯°¡¯°ÿ¯°‚¯°�Ð�””
)ZY0 “O;<;;;87;POSGDC7 O;LK
C;@?D %   Kõ>3! t.-  0  "!K3;�¾�5¿/9J/=/L0<+/=N>;
W0, ª+g/y:/V2 "tW 0$/"�Tgclocals·3bdcb4cf15e66b61355c0a48286e3f3c�Tgclocals·b791f64b1ef2a3841fda9245ed74e550���\c:/go/src/go/internal/gcimporter/gcimporter.goþ8"".(*parser).parseImportDecl��À��¦eH‹ %(���H‹‰����H;a†¯���HƒìPH‹\$PH‰$è����H‹\$XH‰$H����H‰\$HÇD$���è����H‹\$XH‰$è����H‹L$H‹D$H‰L$0H‰D$8H‹\$XH‰$è����H‹L$H‹D$H‹\$XH‰$H‰L$@H‰L$H‰D$HH‰D$H‹\$0H‰\$H‹\$8H‰\$ è����è����HƒÄPÃè����é-ÿÿÿ������P
��*runtime.racefuncenter���p��$go.string."import"���–
��4"".(*parser).expectKeyword���²
��:"".(*parser).parsePackageName���ö
��6"".(*parser).parsePackageId���ö
��&"".(*parser).getPkg���€
��(runtime.racefuncexit���”
��0runtime.morestack_noctxt��� ��"".autotmp_0418��type.string�"".autotmp_0417�type.string�"".name�?type.string�"".p��type.*"".parser� ªŸ �à� þ
#"S��'S@&�Tgclocals·51fa0e13d53d6bad7f86670d3edaeac6�Tgclocals·83ead081cd909acab0dcd88a450c1878���\c:/go/src/go/internal/gcimporter/gcimporter.goþ*"".(*parser).parseInt��À��ºeH‹ %(���H‹‰����H;a†ù���HƒìXH‹\$XH‰$è����1ÛH‰\$hH‰\$p1ÛH‰\$8H‰\$@H‹\$`H‰$H$(��è����H‹L$`‹©(��ƒý+u|H‰ $è����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‰\$pè����HƒÄXÃý-uH����H‰\$8HÇD$@���H‰ $è����H‹L$`éeÿÿÿè����éãþÿÿ������P
��*runtime.racefuncenter���¬
�� runtime.raceread���Þ
��""".(*parser).next���Š
��&"".(*parser).expect���ˆ
��*runtime.concatstring2���º
��(runtime.racefuncexit���Ü��go.string."-"���Š
��""".(*parser).next���¨
��0runtime.morestack_noctxt���0°��"".autotmp_0419�type.string�"".s�?type.string� "".~r0�type.string�"".p��type.*"".parser�°Ç¯°:� �8Ž 8 !d  ��'.n(�Tgclocals·4a6f49bfbb5d0042a5f508261526f69f�Tgclocals·f0fb6d101abe40ef10008a9d07f4c626���\c:/go/src/go/internal/gcimporter/gcimporter.goþ0"".(*parser).parseNumber��€��üeH‹ %(���H‹‰����HD$ÈH;A†��Hì¸���H‹œ$¸���H‰$è����1Û1ÛH‰œ$Ð���H‰œ$Ø���H‹œ$À���H‰$è����H‹L$H‹D$H‰Œ$¨���H‰ $H‰„$°���H‰D$HÇD$���HÇD$����è����H‹L$ H‹D$(H‰D$`H‰L$XHƒù�u]H����H‰œ$ˆ���HDŽ$������H����H‰$Hœ$ˆ���H‰\$HÇD$����è����H\$H‹ H‰ $H‹KH‰L$è���� H‹œ$À���H‰$H$0��è����H‹œ$À���Hƒû�„õ��H‹‹0��H‰Œ$¨���H‹ƒ8��H‰„$°���Hƒø…D��H‰ $H‰D$H-����H‰l$HÇD$���è����¶\$ €û�„��H‹œ$À���H‰$è����H‹œ$À���H‰$è����H‹L$H‹D$H‰Œ$¨���H‰ $H‰„$°���H‰D$HÇD$
���HÇD$����è����H‹L$ H‹D$(H‹T$0H‰L$8H‰T$pH‰D$hHƒø�t<H‰$H‰T$è����H\$H|$H‹ H‰H‹KH‰OH‹œ$À���H‰$è����H‹L$8Hƒù�„��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‰L$xH‰„$€���H����H‰$è����H‹����Hƒ=����†™���HÃ°���H‰$è����H‹����Hƒ=����vqHÃ°���H‹+H‰¬$È���H‹\$XH‰$H‹\$`H‰\$HÇD$���H‹\$xH‰\$H‹œ$€���H‰\$ è����H‹L$(H‹D$0H‰Œ$Ð���H‰„$Ø���è����HÄ¸���Ãè���� è���� Hƒù�~:H‹\$XH‰$H‹\$`H‰\$HÇD$���H‰L$è����H‹L$ H‹D$(H‰L$XH‰D$`H����H‰$è����H‹����Hƒ=����vaHÃ°���H‰$è����H‹����Hƒ=����v9HÃ°���H‹+H‰¬$È���H‹\$XH‰œ$Ð���H‹\$`H‰œ$Ø���è����HÄ¸���Ãè���� è���� H����H‰$è����H‹����Hƒ=����vaHÃ ���H‰$è����H‹����Hƒ=����v9HÃ ���H‹+H‰¬$È���H‹\$XH‰œ$Ð���H‹\$`H‰œ$Ø���è����HÄ¸���Ãè���� è���� ‰éüÿÿè����éÂúÿÿl������f
��*runtime.racefuncenter���°
��*"".(*parser).parseInt���¤
��6go/constant.MakeFromLiteral���æ��8go.string."invalid mantissa"���œ��type.string���Ú
��runtime.convT2E���Ž
��runtime.gopanic���Ä
�� runtime.raceread���Ø��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���Ä 
�� runtime.raceread���Ò ��go/types.Typ���à �go/types.Typ���Ž 
�� runtime.raceread���œ ��go/types.Typ���ª �go/types.Typ���Ä
��(go/constant.BinaryOp���‚
��(runtime.racefuncexit���œ
��$runtime.panicindex���ª
��$runtime.panicindex���†
��"go/constant.Shift���¼��go/types.Typ���Î
�� runtime.raceread���Ü��go/types.Typ���ê�go/types.Typ���
�� runtime.raceread���ž��go/types.Typ���¬�go/types.Typ���”
��(runtime.racefuncexit���®
��$runtime.panicindex���¼
��$runtime.panicindex���Î��go/types.Typ���à
�� runtime.raceread���î��go/types.Typ���ü�go/types.Typ���¢
�� runtime.raceread���°��go/types.Typ���¾�go/types.Typ���¦
��(runtime.racefuncexit�����$runtime.panicindex���Î
��$runtime.panicindex���ê
��0runtime.morestack_noctxt���@ð��$"".autotmp_0432��,type.go/constant.Value�"".autotmp_0431��type.string�"".autotmp_0430��,type.go/constant.Value�"".autotmp_0429��,type.go/constant.Value�"".autotmp_0428��,type.go/constant.Value�"".autotmp_0427�ï2type.go/constant.int64Val�"".autotmp_0424��type.string�"".autotmp_0423�_type.string�"".autotmp_0422�?,type.go/constant.Value�"".autotmp_0421�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�6&ð¦ïðÈïðˆïð!�À
�†ª &>=Z ]„d <
wHXR:T  
T + �@�2º5€€ Yc c !�Tgclocals·516629c0e8bd5845d1880384cbfb4017�Tgclocals·4eb4a12d84c99f6b48b8437a2e47d70d���\c:/go/src/go/internal/gcimporter/gcimporter.goþ6"".(*parser).parseConstDecl��€A��ú@eH‹ %(���H‹‰����H„$ðþÿÿH;A†��Hì��1ÀH‰„$8��H‰„$@��H‹œ$��H‰$è����H‹œ$˜��H‰$H����H‰\$HÇD$���è����H‹œ$˜��H‰$è����H‹T$H‹L$H‹D$H‰T$`H‰Œ$ø���H‰„$���1ÛH‰œ$¸���H‰œ$À���H‹œ$˜��H‰$H$(��è����H‹”$˜��‹š(��ƒû=t+H‰$è����H‹”$˜��H‹L$H‹D$H‰Œ$¸���H‰„$À���H‰$ÇD$=���è����1ÛH‰œ$È���H‰œ$Ð���1ÛH‰œ$˜���H‰œ$ ���H‹œ$˜��H‰$H$(��è����H‹Œ$˜��‹©(��ƒýýá��ƒýú…|��H‹����H‰D$p1íH9è„.��H����H‰$è����H‹����Hƒ=����†��HÃÀ���H‰$è����H‹����Hƒ=����†Ö��HÃÀ���H‹+H‰¬$Ð���H‹\$pH‰œ$È���H‹œ$˜��H‰$H$0��è����H‹´$˜��Hƒþ�„…��Hž0��H‹ H‰ $H‹KH‰L$HÇD$ ���HÇD$����è����H‹L$ H‹D$(H‰Œ$˜���H‰„$ ���H‹œ$˜��H‰$è����H‹œ$¸���Hƒû�u H‹œ$È���H‰œ$¸���H‹œ$Ð���H‰œ$À���H‹D$`H‰D$XH‰$Hƒ$ è����H‹\$XH‹k H‰l$HHÇD$@����H‹\$`H‰\$PH‹œ$ø���H‰œ$è���H‹œ$���H‰œ$ð���H‹œ$¸���H‰œ$¨���H‹œ$À���H‰œ$°���H‹œ$˜���H‰œ$ˆ���H‹œ$ ���H‰œ$���H����H‰$è����H‹D$H‰D$hH‰$è����H‹D$h1íH‰(H‰$Hƒ$è����H‹D$hH‹l$@H‰hH‰$Hƒ$è����H‹\$hHƒû�„ø��H‹l$P€=�����…Ï��H‰kH‹\$hH‰$Hƒ$è����H‹\$hH‹¬$ð���H‰k H‹¬$è���€=�����…{��H‰kH‹\$hH‰$Hƒ$(è����H‹\$hH‹¬$¨���H‰k(H‹¬$°���€=�����…'��H‰k0H‹\$hH‰$Hƒ$8è����H‹D$hÇ@8����H‰$Hƒ$@è����H‹D$hHÇ@@����H‰$Hƒ$Hè����H‹\$hH‹¬$ˆ���H‰kHH‹¬$���€=�����…ž���H‰kPH‹\$hH‰$Hƒ$Xè����H‹D$h1í@ˆhXH‰D$hH‹����1íH9èt:H‹\$HH‰$H‹L$hH‰„$��H‰D$H‰Œ$ ��H‰L$è����è����HÄ��ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë—LCPL‰$H‰l$è����éOÿÿÿLC0L‰$H‰l$è����éÆþÿÿLCL‰$H‰l$è����érþÿÿLCL‰$H‰l$è����éþÿÿ‰éþÿÿ‰étüÿÿè���� è���� H����H‰$H����H‰\$H����H‰\$è����H‹\$H‰\$pé›ûÿÿƒýû…N��H‹����H‰D$p1íH9è„���H����H‰$è����H‹����Hƒ=����†Ô���HÃ¨���H‰$è����H‹����Hƒ=����†¨���HÃ¨���H‹+H‰¬$Ð���H‹\$pH‰œ$È���H‹œ$˜��H‰$H$0��è����H‹´$˜��Hƒþ�t^Hž0��H‹ H‰ $H‹KH‰L$HÇD$���HÇD$����è����H‹L$ H‹D$(H‰Œ$˜���H‰„$ ���H‹œ$˜��H‰$è����ézûÿÿ‰ëžè���� è���� H����H‰$H����H‰\$H����H‰\$è����H‹\$H‰\$péÉþÿÿƒýý…‘���H‹����H‰D$p1íH9ètBH‰ $è����H‹D$H‹T$H‹L$H‹\$pH‰œ$È���H‰„$Ð���H‰”$˜���H‰Œ$ ���éÓúÿÿH����H‰$H����H‰\$H����H‰\$è����H‹Œ$˜��H‹\$H‰\$pë‚H‰ $H$(��è����H‹œ$˜��‹«(��‰,$è����H‹\$H‰œ$X��H‹\$H‰œ$`��1ÛH‰œ$8��H‰œ$@��Hœ$8��Hƒû�„ÿ���HDŽ$€�����HDŽ$ˆ�����H‰œ$x��H����H‰$Hœ$X��H‰\$HÇD$����è����H‹\$H‰œ$(��H‹\$ H‰œ$0��H‹œ$x��H‰$è����H‹œ$x��H‹¬$(��H‰+H‹¬$0��€=�����uVH‰kH‹œ$˜��H‰$H����H‰\$HÇD$���H‹œ$x��H‰\$H‹œ$€��H‰\$ H‹œ$ˆ��H‰\$(è����éGùÿÿLCL‰$H‰l$è����뚉éúþÿÿƒýþ…e��H‰ $H$0��è����H‹œ$˜��Hƒû�„;��H‹‹0��H‰Œ$h��H‹ƒ8��H‰„$p��Hƒø…��H‰ $H‰D$H-����H‰l$HÇD$���è����¶\$ €û�„ì��H‹����H‰D$p1íH9è„ž��H����H‰$è����H‹����Hƒ=����†r��HÃ˜���H‰$è����H‹����Hƒ=����†F��HÃ˜���H‹+H‰¬$Ð���H‹\$pH‰œ$È���H‹œ$˜��H‰$H$0��è����H‹œ$˜��Hƒû�„õ���H‹‹0��H‰Œ$h��H‹«8��H‰¬$p��Hƒý…Æ���H‰ $H‰l$H����H‰\$HÇD$���è����¶\$ H‰Ø1ÛH‰\$xH‰œ$€���ˆD$?H����H‰$H����H‰\$H����H‰\$H\$?H‰\$HÇD$ ����è����H‹L$(H‹D$0H‰Œ$H��H‰„$P��H‰L$xH‰Œ$˜���H‰„$€���H‰„$ ���H‹œ$˜��H‰$è����é÷ÿÿ1Àé^ÿÿÿ‰éÿÿÿè���� è���� H����H‰$H����H‰\$H����H‰\$è����H‹\$H‰\$pé+þÿÿH‹œ$˜��H‰$H$0��è����H‹œ$˜��Hƒû�„Ä���H‹‹0��H‰Œ$h��H‹ƒ8��H‰„$p��Hƒøu1H‰ $H‰D$H-����H‰l$HÇD$���è����¶\$ €û�…”ýÿÿH����H‰œ$X��HDŽ$`�����H����H‰$Hœ$X��H‰\$HÇD$����è����H\$H|$H‹ H‰H‹KH‰OH‹œ$˜��H‰$è����é%ýÿÿ‰é5ÿÿÿ‰é¾üÿÿƒý(…X��H‰ $è����H‹œ$˜��H‰$H$(��è����H‹„$˜��‹˜(��ƒûû…,��H‰$è����H‹œ$˜��H‰$ÇD$+���è����H‹����H‰D$p1íH9脼���H����H‰$è����H‹����Hƒ=����†���HÃ¨���H‰$è����H‹����Hƒ=����vhHÃ¨���H‹+H‰¬$Ð���H‹\$pH‰œ$È���H‹œ$˜��H‰$è����H‹L$H‹D$H‰Œ$˜���H‰„$ ���H‹œ$˜��H‰$ÇD$)���è����é•ôÿÿè���� è���� H����H‰$H����H‰\$H����H‰\$è����H‹\$H‰\$pé ÿÿÿH‰$è����H‹L$H‹D$H‰Œ$Ø���H‰„$à���H‹œ$˜��H‰$ÇD$+���è����H‹œ$˜��H‰$è����H‹L$H‹D$H‰Œ$��H‰„$��H‹œ$˜��H‰$H����H‰\$HÇD$���è����H‹œ$˜��H‰$ÇD$)���è����H‹����H‰D$p1íH9è„ÿ���H����H‰$è����H‹����Hƒ=����†Ó���HÃ¸���H‰$è����H‹����Hƒ=����†§���HÃ¸���H‹+H‰¬$Ð���H‹\$pH‰œ$È���H‹œ$��H‰$H‹œ$��H‰\$è����H‹L$H‹D$H‹œ$Ø���H‰$H‹œ$à���H‰\$HÇD$ ���H‰Œ$H��H‰L$H‰„$P��H‰D$ è����H‹L$(H‹D$0H‰Œ$˜���H‰„$ ���é¢òÿÿè���� è���� H����H‰$H����H‰\$H����H‰\$è����H‹\$H‰\$péÊþÿÿƒý-„,÷ÿÿé¸÷ÿÿè����éÃïÿÿÀ������
��*runtime.racefuncenter���¶��"go.string."const"���Ü
��4"".(*parser).expectKeyword���þ
��<"".(*parser).parseExportedName���œ
�� runtime.raceread���Ô
��,"".(*parser).parseType���º
��&"".(*parser).expect���´
�� runtime.raceread���‚��Jgo.itab.*go/types.Basic.go/types.Type���°��go/types.Typ���Â
�� runtime.raceread���Ð��go/types.Typ���Þ�go/types.Typ���Œ
�� runtime.raceread���š��go/types.Typ���¨�go/types.Typ���¦
�� runtime.raceread���¦ 
��6go/constant.MakeFromLiteral���ü 
��""".(*parser).next���ˆ 
�� runtime.raceread���˜ ��&type.go/types.Const���ª 
��"runtime.newobject���Р
��"runtime.racewrite���€
��"runtime.racewrite���¸
��"runtime.racewrite���ì�6runtime.writeBarrierEnabled���¨
��"runtime.racewrite���æ�6runtime.writeBarrierEnabled���¢
��"runtime.racewrite���à�6runtime.writeBarrierEnabled���œ
��"runtime.racewrite���Ð
��"runtime.racewrite���†
��"runtime.racewrite���Ä�6runtime.writeBarrierEnabled���€
��"runtime.racewrite���®��Ngo.itab.*go/types.Const.go/types.Object���–
��0go/types.(*Scope).Insert��� 
��(runtime.racefuncexit���¾��(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���ú
��$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���Ì
�� runtime.raceread���Ú��go/types.Typ���è�go/types.Typ���–
�� runtime.raceread���¤��go/types.Typ���²�go/types.Typ���°
�� runtime.raceread���¨
��6go/constant.MakeFromLiteral���þ
��""".(*parser).next���š
��$runtime.panicindex���¨
��$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���ð
�� runtime.raceread���œ 
��0text/scanner.TokenString���æ!��type.string���¤"
��runtime.convT2E���ú"
��"runtime.racewrite���¼#�6runtime.writeBarrierEnabled���ð#��Fgo.string."expected literal got %s"���ä$
��&"".(*parser).errorf���’%
��.runtime.writebarrierptr���Ø%
�� runtime.raceread���ì&�� go.string."true"���’'
�� runtime.eqstring���¼'��Jgo.itab.*go/types.Basic.go/types.Type���ê'��go/types.Typ���ü'
�� runtime.raceread���Š(��go/types.Typ���˜(�go/types.Typ���Æ(
�� runtime.raceread���Ô(��go/types.Typ���â(�go/types.Typ���à)
�� runtime.raceread���ô*�� 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���”.
��$runtime.panicindex���¦.��(type.*go/types.Basic���¼.��$type.go/types.Type���Ô.��Jgo.itab.*go/types.Basic.go/types.Type���è.
�� runtime.typ2Itab���¸/
�� runtime.raceread���Ä0��"go.string."false"���ê0
�� runtime.eqstring���”1��Dgo.string."expected true or false"���Ê1��type.string���ˆ2
��runtime.convT2E���Ú2
��$"".(*parser).error���¤3
��""".(*parser).next���Ö3
�� runtime.raceread���–4
��""".(*parser).next���È4
��&"".(*parser).expect���Ö4��Jgo.itab.*go/types.Basic.go/types.Type���„5��go/types.Typ���–5
�� runtime.raceread���¤5��go/types.Typ���²5�go/types.Typ���à5
�� runtime.raceread���î5��go/types.Typ���ü5�go/types.Typ���â6
��0"".(*parser).parseNumber���È7
��&"".(*parser).expect���Ü7
��$runtime.panicindex���ê7
��$runtime.panicindex���ü7��(type.*go/types.Basic���’8��$type.go/types.Type���ª8��Jgo.itab.*go/types.Basic.go/types.Type���¾8
�� runtime.typ2Itab���î8
��0"".(*parser).parseNumber���Ô9
��&"".(*parser).expect���ö9
��0"".(*parser).parseNumber���Ð:��go.string."i"���ö:
��4"".(*parser).expectKeyword���¨;
��&"".(*parser).expect���¶;��Jgo.itab.*go/types.Basic.go/types.Type���ä;��go/types.Typ���ö;
�� runtime.raceread���„<��go/types.Typ���’<�go/types.Typ���À<
�� runtime.raceread���Î<��go/types.Typ���Ü<�go/types.Typ���ä=
��(go/constant.MakeImag���ú>
��(go/constant.BinaryOp����
��$runtime.panicindex���Ð?
��$runtime.panicindex���â?��(type.*go/types.Basic���ø?��$type.go/types.Type���@��Jgo.itab.*go/types.Basic.go/types.Type���¤@
�� runtime.typ2Itab���è@
��0runtime.morestack_noctxt��� ��Z"".autotmp_0469��type.*uint8�"".autotmp_0468�Ï(type.*go/types.Const�"".autotmp_0467��(type.*go/types.Const�"".autotmp_0466�Ï"type.interface {}�"".autotmp_0465�¯(type.[1]interface {}�"".autotmp_0462�/&type.[]interface {}�"".autotmp_0461��type.*uint8�"".autotmp_0460��type.*uint8�"".autotmp_0459��type.*uint8�"".autotmp_0458��type.*uint8�"".autotmp_0457��type.*uint8�"".autotmp_0455�,type.go/constant.Value�"".autotmp_0454��type.string�"".autotmp_0452�¿type.*uint8�"".autotmp_0451��type.string�"".autotmp_0450��type.string�"".autotmp_0448��(type.*go/types.Const�"".autotmp_0447��type.string�"".autotmp_0446��,type.go/constant.Value�"".autotmp_0445��,type.go/constant.Value�"".autotmp_0443��,type.go/constant.Value�"".autotmp_0442��,type.go/constant.Value�"".autotmp_0441��,type.go/constant.Value�"".autotmp_0440��,type.go/constant.Value�"".autotmp_0439��,type.go/constant.Value�"".autotmp_0438��$type.go/types.Type�"".autotmp_0437�¡0type.go/constant.boolVal�"".autotmp_0436�otype.string�"".autotmp_0434�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�go/types.pkg·2�ï,type.*go/types.Package� "".~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�) ò Ÿ ¤�À �²ü ;‚&5,+0N €s  ä’E €oE1 PJI<DËY |€ƒRSE€j  0 |+69E
#+&€ƒ$%E' Hs �ê�G†3=GrkF‘l==rK'5(0!1?rg14a%š+u#’rû1Ð
N yf3
1K Q@wK $ 1/�Tgclocals·8c0603f39cd77a9b4fcbdd49d19d6810�Tgclocals·0d78d8b5f860ff35af53e9efe8c05eca���\c:/go/src/go/internal/gcimporter/gcimporter.goþ4"".(*parser).parseTypeDecl��à��ÎeH‹ %(���H‹‰����HD$øH;A†¾��Hìˆ���H‹œ$ˆ���H‰$è����H‹œ$���H‰$H����H‰\$HÇD$���è����H‹œ$���H‰$è����H‹D$H‹T$H‹L$H‰$H‰T$xH‰T$H‰Œ$€���H‰L$è����H‹\$H‰\$0H‹œ$���H‰$è����H‹L$H‹D$H‰L$hH‰D$pH‹D$0Hƒø�„û���1ÛH‰\$HH‰\$PH‰D$(H‰$Hƒ$(è����H‹\$(Hƒû�„Æ���H‹K(H‹k0HÇD$@����H����H‰$H‰L$HH‰L$H‰l$PH‰l$H\$@H‰\$è����H‹D$@H‰D$81ÛH‰\$XH‰\$`H‰D$ H‰$Hƒ$è����H‹\$ Hƒû�tOH‹kH‰l$XH‹kH‰l$`H\$XH‹+Hƒý�u"H‹\$8H‰$H‹\$hH‰\$H‹\$pH‰\$è����è����HÄˆ���É뭉é3ÿÿÿ‰�éþþÿÿè����éþÿÿ������f
��*runtime.racefuncenter���Œ�� go.string."type"���²
��4"".(*parser).expectKeyword���Ô
��<"".(*parser).parseExportedName���²
��"".declTypeName���è
��,"".(*parser).parseType���ì
�� runtime.raceread���º��(type.*go/types.Named���ˆ
��"runtime.assertI2T���Ú
�� runtime.raceread���ô
��>go/types.(*Named).SetUnderlying���þ
��(runtime.racefuncexit���¼
��0runtime.morestack_noctxt�����"".autotmp_0482�(type.*go/types.Named� "".~r0�_$type.go/types.Type�go/types.t·2�Ï(type.*go/types.Named� "".~r0�$type.go/types.Type�go/types.obj·2�¿*type.*go/types.object�"".name�Ÿ(type.*go/types.Named� "".typ�?$type.go/types.Type� "".obj�¯.type.*go/types.TypeName�"".name�type.string�"".p��type.*"".parser�&¤%�ð�2ˆ && *%Ð'� �2BN)M7�Tgclocals·ea5138d814d46269fcb486a04203da7d�Tgclocals·f5a47b46b4f1b5a47d846a213b2ee39c���\c:/go/src/go/internal/gcimporter/gcimporter.goþ2"".(*parser).parseVarDecl��  ��  eH‹ %(���H‹‰����HD$ØH;A†'��Hì¨���H‹œ$¨���H‰$è����H‹œ$°���H‰$H����H‰\$HÇD$���è����H‹œ$°���H‰$è����H‹T$H‹L$H‹D$H‰T$HH‰Œ$ˆ���H‰„$���H‹œ$°���H‰$è����H‹L$H‹D$H‰L$hH‰D$pH‹D$HH‰D$@H‰$Hƒ$ è����H‹\$@H‹k H‰l$0HÇD$(����H‹\$HH‰\$8H‹œ$ˆ���H‰\$xH‹œ$���H‰œ$€���H‹\$hH‰\$XH‹\$pH‰\$`H����H‰$è����H‹D$H‰D$PH‰$HÇD$P���è����H‹L$PH‰ÏHƒù�„à��1ÀHƒÇðè����H‰ $è����H‹D$P1íH‰(H‰$Hƒ$è����H‹D$PH‹l$(H‰hH‰$Hƒ$è����H‹\$PHƒû�„‚��H‹l$8€=�����…Y��H‰kH‹\$PH‰$Hƒ$è����H‹\$PH‹¬$€���H‰k H‹l$x€=�����…��H‰kH‹\$PH‰$Hƒ$(è����H‹\$PH‹l$XH‰k(H‹l$`€=�����…º���H‰k0H‹\$PH‰$Hƒ$8è����H‹D$PÇ@8����H‰$Hƒ$@è����H‹D$PHÇ@@����H‰D$PH‹����1íH9èt:H‹\$0H‰$H‹L$PH‰„$˜���H‰D$H‰Œ$ ���H‰L$è����è����HÄ¨���ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë—LC0L‰$H‰l$è����é3ÿÿÿLCL‰$H‰l$è����éåþÿÿLCL‰$H‰l$è����é”þÿÿ‰éwþÿÿ‰éþÿÿè����é°üÿÿ@������f
��*runtime.racefuncenter���Œ��go.string."var"���²
��4"".(*parser).expectKeyword���Ô
��<"".(*parser).parseExportedName���¾
��,"".(*parser).parseType���–
�� runtime.raceread���È��"type.go/types.Var���Ú
��"runtime.newobject���’
��,runtime.racewriterange���Ì
Ü� runtime.duffzero���Þ
��"runtime.racewrite���Ž
��"runtime.racewrite���Æ
��"runtime.racewrite���ú�6runtime.writeBarrierEnabled���¶
��"runtime.racewrite���î�6runtime.writeBarrierEnabled���ª
��"runtime.racewrite���Ü�6runtime.writeBarrierEnabled���˜ 
��"runtime.racewrite���Ì 
��"runtime.racewrite���þ ��Jgo.itab.*go/types.Var.go/types.Object���æ

��0go/types.(*Scope).Insert���ð

��(runtime.racefuncexit���Ž ��$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_0488�¯$type.*go/types.Var�"".autotmp_0487��$type.*go/types.Var�"".autotmp_0486��$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�go/types.pkg·2�Ï,type.*go/types.Package� "".typ�$type.go/types.Type�"".name�?type.string� "".pkg�¿,type.*go/types.Package�"".p��type.*"".parser�&НÏÐŒ�Ð�,® &&5%…‚
�8�2l,b’:7g 50"�Tgclocals·a9ea41aae9e32efcc8711d8fabe405fb�Tgclocals·7dc854177347f40bd87ee094436bd85a���\c:/go/src/go/internal/gcimporter/gcimporter.goþ,"".(*parser).parseFunc�� ��–eH‹ %(���H‹‰����H;a†ç���Hƒì(H‹\$(H‰$è����H‹\$0H‰$H‹\$8H‰\$è����H‹\$H‰\$ H‹\$0H‰$H$(��è����H‹D$0‹˜(��ƒû{ugH‰$è����HÇD$���H‹\$Hƒû�~JH‹\$0H‰$H$(��è����H‹T$0H‹L$‹ª(��ƒý{u3H‰ËHÿÃH‰\$H‰$è����H‹\$Hƒû�¶H‹\$ H‰\$@è����HƒÄ(Ãý}uÓH‰ËHÿËH‰\$ëÆè����éõþÿÿ������P
��*runtime.racefuncenter���€
��6"".(*parser).parseSignature����� runtime.raceread���ò
��""".(*parser).next���Æ
�� runtime.raceread���˜
��""".(*parser).next���Ì
��(runtime.racefuncexit���„
��0runtime.morestack_noctxt���0P�� "".autotmp_0494��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!��@ "& &   ��'8†+�Tgclocals·fb59fd9ce9376dfcd2105aa0993acf24�Tgclocals·f891aedf0f80c97cb1c7cc75a7fd6349���\c:/go/src/go/internal/gcimporter/gcimporter.goþ8"".(*parser).parseMethodDecl��À��¬eH‹ %(���H‹‰����H„$pÿÿÿH;A†ê��Hì��H‹œ$��H‰$è����H‹œ$��H‰$ÇD$(���è����H‹œ$��H‰$è����H‹\$H‰\$@H‹œ$��H‰$ÇD$)���è����H‹D$@Hƒø�„o��1ÛH‰œ$ ���H‰œ$¨���H‰D$XH‰$Hƒ$(è����H‹\$XHƒû�„4��H‹K(H‹k0H‰Œ$ ���H‰¬$¨���H‰Œ$���H‰¬$��1ÛH‰œ$���H‰œ$˜���HDŽ$ˆ�������H����H‰$H‰Œ$Ð���H‰L$H‰¬$Ø���H‰l$Hœ$ˆ���H‰\$è����¶\$ H‹„$ˆ���1íH9è„Š��1ÛH‰œ$°���H‰œ$¸���H‰D$HH‰$è����H‹\$HHƒû�„T��H‹ H‹CH‰Œ$°���H‰„$¸���H‰Œ$���H‰„$��HDŽ$€�������H����H‰$H‰Œ$���H‰L$H‰„$˜���H‰D$Hœ$€���H‰\$è����H‹œ$€���H‰\$hH‹œ$��H‰$ÆD$è����H‹L$H‹D$ H‰Œ$ð���H‰„$ø���H‹œ$��H‰$H‹\$@H‰\$è����H‹\$H‰\$8H‹D$hH‰D$0H‰$è����H‹\$0H‹+Hƒý�„[��H‰l$`H‰,$Hƒ$è����H‹\$`H‹kHÇD$(����H‰l$PH‹œ$ð���H‰œ$à���H‹œ$ø���H‰œ$è���H‹D$81ÛH‰œ$À���H‰œ$È���1íH9èt,H‰D$xH‹����1íH9脪��H‹\$xH‰œ$È���H‰„$À���H����H‰$è����H‹D$H‰D$pH‰$è����H‹D$p1íH‰(H‰$Hƒ$è����H‹D$pH‹l$(H‰hH‰$Hƒ$è����H‹\$pHƒû�„(��H‹l$P€=�����…ÿ���H‰kH‹\$pH‰$Hƒ$è����H‹\$pH‹¬$è���H‰k H‹¬$à���€=�����…«���H‰kH‹\$pH‰$Hƒ$(è����H‹\$pH‹¬$À���H‰k(H‹¬$È���€=�����u^H‰k0H‹\$pH‰$Hƒ$8è����H‹D$pÇ@8����H‰$Hƒ$@è����H‹D$pHÇ@@����H‹\$hH‰$H‰D$è����è����HÄ��ÃLC0L‰$H‰l$è����ë’LCL‰$H‰l$è����éBÿÿÿLCL‰$H‰l$è����éîþÿÿ‰éÑþÿÿH����H‰$H����H‰\$H����H‰\$è����H‹D$é$þÿÿ‰E�éýÿÿ‰é¥üÿÿH‹Œ$Ð���H‹„$Ø���é·üÿÿ‰éÅûÿÿ‰�éŠûÿÿè����éêúÿÿL������l
��*runtime.racefuncenter���ž
��&"".(*parser).expect�����6"".(*parser).parseParameter���†
��&"".(*parser).expect���î
�� runtime.raceread���¦��,type.*go/types.Pointer���†
��$runtime.assertI2T2���ö
�� runtime.raceread���ˆ��(type.*go/types.Named���è
��"runtime.assertI2T���®
��,"".(*parser).parseName���˜ 
��,"".(*parser).parseFunc���Ò 
�� runtime.raceread���œ

�� runtime.raceread���Þ ��Rgo.itab.*go/types.Signature.go/types.Type���¬ ��$type.go/types.Func���¾ 
��"runtime.newobject���ä 
��"runtime.racewrite���” 
��"runtime.racewrite���Ì 
��"runtime.racewrite���€�6runtime.writeBarrierEnabled���¼
��"runtime.racewrite���ú�6runtime.writeBarrierEnabled���¶
��"runtime.racewrite���ô�6runtime.writeBarrierEnabled���¨
��"runtime.racewrite���Ü
��"runtime.racewrite���œ
��6go/types.(*Named).AddMethod���¦
��(runtime.racefuncexit���Ú
��.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��� ��2"".autotmp_0506�¿&type.*go/types.Func�"".autotmp_0505��&type.*go/types.Func�"".autotmp_0503��$type.go/types.Type�"".autotmp_0502�$type.go/types.Type�"".autotmp_0501��0type.*go/types.Signature�"".autotmp_0500�¯0type.*go/types.Signature�"".autotmp_0498�Ÿ(type.*go/types.Named�"".autotmp_0497�,type.*go/types.Pointer�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�go/types.obj·2�ß*type.*go/types.object�go/types.t·2�¿(type.*go/types.Named� "".~r0�¿$type.go/types.Type�go/types.p·2�,type.*go/types.Pointer� "".~r1�ÿ$type.go/types.Type� "".typ�$type.go/types.Type� "".~r0�ß$type.go/types.Type�go/types.obj·2�ï*type.*go/types.object� "".sig�¯0type.*go/types.Signature�"".name�?type.string�"".base�Ï(type.*go/types.Named�"".recv�Ÿ$type.*go/types.Var�"".p��type.*"".parser�) µŸ Á� 
�Tè )&!þ0%A
‚{  * �Z�5M4Œ8y#5%‘l=9:4U�Tgclocals·180915d0f182f66aaf5071a2332a860d�Tgclocals·3995f7a5fd637d9605bdb8d7aa636944���\c:/go/src/go/internal/gcimporter/gcimporter.goþ4"".(*parser).parseFuncDecl��  ��ž eH‹ %(���H‹‰����HD$ØH;A†&��Hì¨���H‹œ$¨���H‰$è����H‹œ$°���H‰$è����H‹T$H‹L$H‹D$H‰T$PH‰Œ$ˆ���H‰„$���H‹œ$°���H‰$HÇD$����è����H‹\$H‰\$8H‹D$PH‰D$HH‰$Hƒ$ è����H‹\$HH‹k H‰l$0HÇD$(����H‹\$PH‰\$@H‹œ$ˆ���H‰\$xH‹œ$���H‰œ$€���H‹D$81ÛH‰\$hH‰\$p1íH9èt&H‰D$`H‹����1íH9è„þ��H‹\$`H‰\$pH‰D$hH����H‰$è����H‹D$H‰D$XH‰$è����H‹D$X1íH‰(H‰$Hƒ$è����H‹D$XH‹l$(H‰hH‰$Hƒ$è����H‹\$XHƒû�„‚��H‹l$@€=�����…Y��H‰kH‹\$XH‰$Hƒ$è����H‹\$XH‹¬$€���H‰k H‹l$x€=�����…��H‰kH‹\$XH‰$Hƒ$(è����H‹\$XH‹l$hH‰k(H‹l$p€=�����…º���H‰k0H‹\$XH‰$Hƒ$8è����H‹D$XÇ@8����H‰$Hƒ$@è����H‹D$XHÇ@@����H‰D$XH‹����1íH9èt:H‹\$0H‰$H‹L$XH‰„$˜���H‰D$H‰Œ$ ���H‰L$è����è����HÄ¨���ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë—LC0L‰$H‰l$è����é3ÿÿÿLCL‰$H‰l$è����éåþÿÿLCL‰$H‰l$è����é”þÿÿ‰éwþÿÿH����H‰$H����H‰\$H����H‰\$è����H‹D$éÐýÿÿè����é±üÿÿB������f
��*runtime.racefuncenter���ˆ
��<"".(*parser).parseExportedName���„
��,"".(*parser).parseFunc���È
�� runtime.raceread���Œ��Rgo.itab.*go/types.Signature.go/types.Type���Î��$type.go/types.Func���à
��"runtime.newobject���†
��"runtime.racewrite���¶
��"runtime.racewrite���î
��"runtime.racewrite���¢�6runtime.writeBarrierEnabled���Þ
��"runtime.racewrite���–�6runtime.writeBarrierEnabled���Ò
��"runtime.racewrite���„�6runtime.writeBarrierEnabled���À
��"runtime.racewrite���ô
��"runtime.racewrite���¦ ��Lgo.itab.*go/types.Func.go/types.Object���Ž

��0go/types.(*Scope).Insert���˜

��(runtime.racefuncexit���¶
��&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_0517��type.*uint8�"".autotmp_0516�Ÿ&type.*go/types.Func�"".autotmp_0515��&type.*go/types.Func�"".autotmp_0513��&type.*go/types.Func�"".autotmp_0512��0type.*go/types.Signature�"".autotmp_0511�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�go/types.pkg·2�¿,type.*go/types.Package� "".typ�ß0type.*go/types.Signature�"".name�?type.string� "".pkg�¯,type.*go/types.Package�"".p��type.*"".parser�&ÐñÏи�Ð�(˜&5$€­ �<�2O"Œl:7g504�Tgclocals·6e25916c194457f163fe7feace7d8c16�Tgclocals·ecb1720f2f3150a83cd0ad14a9bde684���\c:/go/src/go/internal/gcimporter/gcimporter.goþ,"".(*parser).parseDecl��à ��Ê eH‹ %(���H‹‰����H;a†Á��Hƒì8H‹\$8H‰$è����H‹\$@H‰$H$(��è����H‹l$@‹(��ƒûþ…Ù���H‹\$@H‰$H$0��è����H‹\$@Hƒû�„Y��H‹‹0��H‰L$(H‹ƒ8��Hƒø|KHƒø…9��H‰ $H‰D$0H‰D$H-����H‰l$HÇD$���è����H‹L$(H‹D$0H‹\$ Hƒû�ø���HƒøujH‰ $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‹\$@H‰$H$(��è����H‹D$@‹˜(��ƒû(uH‰$è����éfÿÿÿH‰$è����éXÿÿÿ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$���è����¶\$ €û�„nþÿÿH‹\$@H‰$è����é[þÿÿ‰é ýÿÿè����éýÿÿ6������P
��*runtime.racefuncenter���|
�� runtime.raceread���Ð
�� runtime.raceread���Þ�� go.string."func"���„
��"runtime.cmpstring���ì��go.string."var"���’
�� runtime.eqstring���Ö
��2"".(*parser).parseVarDecl���‚
��&"".(*parser).expect���Œ
��(runtime.racefuncexit���Ì�� go.string."func"���ò
�� runtime.eqstring���¢
��""".(*parser).next���Î
�� runtime.raceread���€
��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_0521�type.string�"".p��type.*"".parser�p°op¡�ð�nª(%*‰B8&  BB!@ #�&�'šiÖ"3"y�Tgclocals·51fa0e13d53d6bad7f86670d3edaeac6�Tgclocals·d8fdd2a55187867c76648dc792366181���\c:/go/src/go/internal/gcimporter/gcimporter.goþ0"".(*parser).parseExport��€*��ô)eH‹ %(���H‹‰����H„$¨þÿÿH;A†N
��HìØ��1ÀH‰„$X��H‰„$`��H‰„$h��H‰„$p��H‰„$ ���H‰„$¨���H‹œ$Ø��H‰$è����H‹œ$à��H‰$H����H‰\$HÇD$���è����H‹œ$à��H‰$è����H‹L$H‹D$H‰Œ$Ð���H‰Œ$€���H‰„$Ø���H‰„$ˆ���H‹œ$à��H‰$H$(��è����H‹”$à��‹š(��ƒûþ…���H‰$H$0��è����H‹”$à��Hƒú�„I ��H‹Š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|$H‹ H‰H‹KH‰OH‹œ$€���H‰\$H‹œ$ˆ���H‰\$ è����H‹\$(H‰\$pH‹œ$à��H‰$H$(��è����H‹„$à��‹˜(��ƒû$t/H‰$H$(��è����H‹„$à��‹˜(��ƒûÿt H‰$è����ë¥H‰$Hƒ<$�„ß��è����‹\$‰\$@H‹œ$à��H‰$H$(��è����H‹„$à��‹˜(��ƒû$…~��‹\$@ƒû$…q��H‰$H$à��è����H‹œ$à��H‹«à��Hƒý�„��H‰l$P1ÛH‰œ$ ���H‰œ$¨���Hœ$ ���Hƒû�„��HDŽ$0�����HDŽ$8�����H‰œ$(��H����H‰$H\$PH‰\$HÇD$����è����H‹\$H‰œ$°���H‹\$ H‰œ$¸���H‹œ$(��H‰$è����H‹œ$(��H‹¬$°���H‰+H‹¬$¸���€=�����…j��H‰kH‹œ$à��H‰$H����H‰\$HÇD$"���H‹œ$(��H‰\$H‹œ$0��H‰\$ H‹œ$8��H‰\$(è����1ÛH‰œ$ø���H‰œ$���H‰œ$��H‹œ$à��H‰$H$X��è����H‹œ$à��H‹«X��H¼$x��1Àè����H����H‰$H‰l$Hœ$x��H‰\$è����H‹œ$x��1íH9ë„��H‹œ$€��H‰$è����H‹œ$€��H‹+H‰l$xH‹œ$x��H‰$è����H‹œ$x��Hƒû�„H��H‹+H‰¬$���H‹kH‰¬$˜���H‹\$xH‰\$hH‹œ$à��H‰$H$@��è����H‹Œ$˜���H‹œ$à��Hƒû�„í��H‹“@��H‰”$Ð���H‹ƒH��H‰„$Ø���H9Á…ª��H‹¬$���H‰,$H‰L$H‰T$H‰D$è����¶\$ €û�„|��Hœ$x��H‰$è����H‹œ$x��1íH9ë…ïþÿÿH‹œ$ø���H‰œ$@��H‹œ$���H‰œ$H��H‹œ$��H‰œ$P��H����H‰$H����H‰\$H����H‰\$Hœ$@��H‰\$HÇD$ ����è����H\$(H‹ H‰ $H‹KH‰L$è����H‹D$pH‹œ$ø���H‰œ$à���H‹œ$���H‰œ$è���H‹œ$��H‰œ$ð���H‰D$XH‰$Hƒ$0è����H‹\$XH‹¬$è���H‰k8H‹¬$ð���H‰k@H‹¬$à���€=�����uFH‰k0H‹D$pH‰D$`H‰$Hƒ$(è����H‹\$`HÇÅ���@ˆk(H‹\$pH‰œ$è��è����HÄØ��ÃLC0L‰$H‰l$è����ëªH‹”$ø���H‹„$���H‹Œ$��H‰ËH)ÃHƒû}QH����H‰$H‰”$��H‰T$H‰D$H‰Œ$ ��H‰L$H‰ÃH‰„$��HÿÃH‰\$ è����H‹T$(H‹D$0H‹L$8H‰ÃHÿÃH‰Œ$ ��H9ˇ‰���H‰œ$��H‰”$��H‰D$HHÂH‰$è����H‹œ$��H‹l$HHëH‹l$h€=�����u8H‰+H‹œ$��H‰œ$ø���H‹œ$��H‰œ$���H‹œ$ ��H‰œ$��éýÿÿH‰$H‰l$è����ë»è���� ‰é ýÿÿ‰é±üÿÿLCL‰$H‰l$è����éƒûÿÿ‰éâúÿÿH‰$H$(��è����H‹œ$à��‹«(��‰,$è����H‹\$H‰œ$À���H‹\$H‰œ$È���‹\$@‰\$D1ÛH‰œ$X��H‰œ$`��H‰œ$h��H‰œ$p��Hœ$X��Hƒû�„ ��HDŽ$0�����HDŽ$8�����H‰œ$(��H����H‰$Hœ$À���H‰\$HÇD$����è����H‹\$H‰œ$°���H‹\$ H‰œ$¸���H‹œ$(��H‰$è����H‹œ$(��H‹¬$°���H‰+H‹¬$¸���€=�����…ð���H‰kH����H‰$H\$DH‰\$HÇD$����è����H‹\$H‰œ$°���H‹\$ H‰œ$¸���H‹œ$(��HƒÃH‰$è����H‹œ$(��H‹¬$°���HƒÃH‰+H‹¬$¸���€=�����u^H‰kH‹œ$à��H‰$H����H‰\$HÇD$���H‹œ$(��H‰\$H‹œ$0��H‰\$ H‹œ$8��H‰\$(è����H‹„$à��éøÿÿLCL‰$H‰l$è����ë’LCL‰$H‰l$è����éýþÿÿ‰éYþÿÿ‰%����éøÿÿ‰�éa÷ÿÿ‰é°öÿÿè����é†õÿÿ„������Ð
��*runtime.racefuncenter���ö��&go.string."package"���œ
��4"".(*parser).expectKeyword���¾
��:"".(*parser).parsePackageName���Ä
�� runtime.raceread���”
�� runtime.raceread��� �� go.string."safe"���Æ
�� runtime.eqstring���ü
��""".(*parser).next���®
��&"".(*parser).expect���à
�� runtime.raceread���þ
��&"".(*parser).getPkg���Ä
�� runtime.raceread���Œ 
�� runtime.raceread���Ä 
��,"".(*parser).parseDecl���ð 
��8text/scanner.(*Scanner).Peek���²

�� runtime.raceread���œ 
�� runtime.raceread���î ��type.int���¦ 
��runtime.convT2E���ü 
��"runtime.racewrite���¾�6runtime.writeBarrierEnabled���ú��\go.string."expected no scanner errors, got %d"���î
��&"".(*parser).errorf���Ô
�� runtime.raceread���
Î� runtime.duffzero���ž��Btype.map[string]*go/types.Package���Ô
��&runtime.mapiterinit���œ
�� runtime.raceread���Þ
�� runtime.raceread���ö
�� runtime.raceread���¸
�� runtime.eqstring���ö
��&runtime.mapiternext���Š��type."".byPath��� ��&type.sort.Interface���¸��@go.itab."".byPath.sort.Interface���ø
��runtime.convT2I���¬
��sort.Sort���¼
��"runtime.racewrite���’�6runtime.writeBarrierEnabled���Ð
��"runtime.racewrite���”
��(runtime.racefuncexit���È
��.runtime.writebarrierptr���¢��0type.[]*go/types.Package���˜
��"runtime.growslice���¨
��"runtime.racewrite���à�6runtime.writeBarrierEnabled���ò
��.runtime.writebarrierptr���€ 
��$runtime.panicslice���Ä 
��.runtime.writebarrierptr���þ 
�� runtime.raceread���ª!
��0text/scanner.TokenString���¤#��type.string���â#
��runtime.convT2E���¸$
��"runtime.racewrite���ú$�6runtime.writeBarrierEnabled���ž%��type.int32���Ö%
��runtime.convT2E���´&
��"runtime.racewrite���þ&�6runtime.writeBarrierEnabled���²'��Hgo.string."expected '$$', got %s %c"���¦(
��&"".(*parser).errorf���ä(
��.runtime.writebarrierptr���Œ)
��.runtime.writebarrierptr���â)
��0runtime.morestack_noctxt��� °��<"".autotmp_0546�Ÿtype.int�"".autotmp_0545�0type.[]*go/types.Package�"".autotmp_0544��type.string�"".autotmp_0543��,type.*go/types.Package�"".autotmp_0542��"type.interface {}�"".autotmp_0541�ï(type.[1]interface {}�"".autotmp_0538��&type.[]interface {}�"".autotmp_0537��"type.interface {}�"".autotmp_0536�Ï"type.interface {}�"".autotmp_0535�ÿ(type.[2]interface {}�"".autotmp_0532�ß&type.[]interface {}�"".autotmp_0531��type.string�"".autotmp_0530�¯type."".byPath�"".autotmp_0529�¿Ltype.map.iter[string]*go/types.Package�"".autotmp_0527�type.int�"".autotmp_0526�§type.int32�"".autotmp_0525�¯type.string�"".autotmp_0523�¿,type.*go/types.Package�"".autotmp_0522�type.string�go/types.pkg·1�ï,type.*go/types.Package� go/types.list·2�ï0type.[]*go/types.Package�go/types.pkg·1�ÿ,type.*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�)°¬ ¯°ª�€�¦ä[NK&;¬rP Y *Ñˆ$ ˆz(  € í2  �†�gz#±+y 3 @ELabJ"#hHe"²+O/yO�Tgclocals·a37b3a6a0e3e2a6e7071dea3f2e5a827�Tgclocals·b54af763d288bd069f044824ac69db22���\c:/go/src/go/internal/gcimporter/gcimporter.goþ"".byPath.Len�� ��†eH‹ %(���H‹‰����H;av&HƒìH‹\$H‰$è����H‹\$H‰\$(è����HƒÄÃè����ë½������H
��*runtime.racefuncenter���f
��(runtime.racefuncexit���z
��0runtime.morestack_noctxt���@�� "".~r0�0type.int�"".a��type."".byPath�!�P�¼P�
�#-�Tgclocals·2fccd208efe70893f9ac8d682812ae72�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���\c:/go/src/go/internal/gcimporter/gcimporter.goþ"".byPath.Swap��à��ÎeH‹ %(���H‹‰����H;a†ƒ��HƒìH‹\$H‰$è����H‹\$ H‹l$8L‹D$(L9ŃR��HëH‰$è����H‹T$ H‹L$8H‹D$(H9Áƒ&��HÊH‹+H‰l$H9Áƒ
��HÊH‰$è����H‹\$ H‹l$@L‹D$(L9ŃÞ���HëH‰$è����H‹L$ H‹D$(H‹l$8H9Ń²���HéL‹D$@I9Àƒ™���J,ÁL‹E�€=�����ukL‰H‹l$@H9ÅsWHéH‰$è����H‹\$ H‹l$@L‹D$(L9Ås/HëH‹l$€=�����u H‰+è����HƒÄÃH‰$H‰l$è����ëæè���� è���� H‰$L‰D$è����H‹L$ H‹D$(é{ÿÿÿè���� è���� è���� è���� è���� è���� è����éYþÿÿ(������P
��*runtime.racefuncenter���š
�� runtime.raceread���Ž
��"runtime.racewrite���Ø
�� runtime.raceread���È�6runtime.writeBarrierEnabled���‚
��"runtime.racewrite���È�6runtime.writeBarrierEnabled���Þ
��(runtime.racefuncexit���„
��.runtime.writebarrierptr���’
��$runtime.panicindex��� 
��$runtime.panicindex�����.runtime.writebarrierptr���è
��$runtime.panicindex���ö
��$runtime.panicindex���„
��$runtime.panicindex���’
��$runtime.panicindex��� 
��$runtime.panicindex���®
��$runtime.panicindex���¼
��0runtime.morestack_noctxt���P0��"".autotmp_0548�,type.*go/types.Package�"".j�@type.int�"".i�0type.int�"".a��type."".byPath�0™/0x�°�
¾°��'_¨1=�Tgclocals·3260b5c802f633fd6252c227878dd72a�Tgclocals·0c8aa8e80191a30eac23f1a218103f16���\c:/go/src/go/internal/gcimporter/gcimporter.goþ"".byPath.Less��À��¨eH‹ %(���H‹‰����H;a†p��HƒìXH‹\$XH‰$è����H‹\$`H‹l$xL‹D$hL9Ń?��HëH‰$è����H‹\$`H‹l$xL‹D$hL9Ń��HëH‹+1ÛH‰\$8H‰\$@H‰l$(H‰,$è����H‹\$(Hƒû�„Ü���H‹+H‰l$8H‹kH‰l$@H‹\$`H‹¬$€���L‹D$hL9Ń©���HëH‰$è����H‹\$`H‹¬$€���L‹D$hL9Ås~HëH‹+1ÛH‰\$HH‰\$PH‰l$0H‰,$è����H‹\$0Hƒû�tNH‹ H‹CH‹l$8H‰,$H‹l$@H‰l$H‰L$HH‰L$H‰D$PH‰D$è����H‹\$ Hƒû�œ„$ˆ���è����HƒÄXÉë®è���� è���� ‰éÿÿÿè���� è���� è����élþÿÿ������P
��*runtime.racefuncenter���š
�� runtime.raceread���Œ
�� runtime.raceread���œ
�� runtime.raceread���Œ
�� runtime.raceread���ˆ
��"runtime.cmpstring���´
��(runtime.racefuncexit���Ð
��$runtime.panicindex���Þ
��$runtime.panicindex���ú
��$runtime.panicindex���ˆ
��$runtime.panicindex���–
��0runtime.morestack_noctxt���`°�� "".~r0�type.string�go/types.pkg·2�O,type.*go/types.Package� "".~r0�?type.string�go/types.pkg·2�_,type.*go/types.Package� "".~r2�Ptype.bool�"".j�@type.int�"".i�0type.int�"".a��type."".byPath�°Ä¯°=� �
À ��'^H8>]�Tgclocals·665da0db10d6ec82b644d9f6aee9e87b�Tgclocals·97a47a3a5d56c27a424c0b832d80d081���\c:/go/src/go/internal/gcimporter/gcimporter.goþ&"".ImportData.func1��  ��Ž eH‹ %(���H‹‰����HD$˜H;A†��Hìè���1ÀH|$pè����H‹œ$è���H‰$è����Hœ$ð���H‰$è����H‹L$H‹D$H‰L$hH‰D$pH‰L$XH‰ $H‰D$`H‰D$è����H‹T$`H‹L$X‹D$Hƒù�uH‰L$8H‰T$@è����HÄè���Ã=AÇe“…w��1ÛH‰\$xH‰œ$€���H‰œ$ˆ���H‰œ$���H‰œ$˜���H‰œ$ ���H‰œ$¨���H����H‰$H‰L$H‰T$H\$xH‰\$è����H‹T$`H‹L$X¶\$ €û�„��H‹\$xH‰œ$°���H‹œ$€���H‰œ$¸���H‹œ$ˆ���H‰œ$À���H‹œ$���H‰œ$È���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$HH‰ H‰D$P€=�����u H‰CéˆþÿÿLCL‰$H‰D$è����éqþÿÿH‰ $H‰T$è���� è����é¹ýÿÿ"������\
ú� runtime.duffzero���~
��*runtime.racefuncenter��� 
��"runtime.gorecover���ø
��$runtime.efacethash���¾
��(runtime.racefuncexit���à��&type."".importError���š
��$runtime.assertE2T2���Æ
��"runtime.racewrite���Ô��&type."".importError���ê��type.error���‚��8go.itab."".importError.error���Â
��runtime.convT2I���Œ�6runtime.writeBarrierEnabled���È
��.runtime.writebarrierptr���î
��runtime.gopanic���ü
��0runtime.morestack_noctxt���Ð�� "".autotmp_0551�Ÿ"type.interface {}�"".autotmp_0550�o&type."".importError�"".autotmp_0549�ÿ"type.interface {}�"".r�ß&type."".importError�"".r�ß"type.interface {}�"".&err��type.*error�&ЄÏÐ¥�Ð�6¸2b
~è  �"�>=#n–”�Tgclocals·5d2b5a2aeff4e4cf961f497a12cc05ae�Tgclocals·3ab80e898e0d17e887d7811d98316634���\c:/go/src/go/internal/gcimporter/gcimporter.goþ"".Import.func1��€ ��ì
eH‹ %(���H‹‰����HD$àH;A†��Hì ���1ÀH‰„$€���H‰„$ˆ���H‰„$���H‰„$˜���H‹œ$ ���H‰$è����H‹œ$¨���H‰$è����H‹œ$°���H‰$è����H‹œ$°���H‹+Hƒý�„Æ��H‹œ$¸���H‰\$XH‹œ$À���H‰\$`1ÛH‰œ$€���H‰œ$ˆ���H‰œ$���H‰œ$˜���Hœ$€���Hƒû�„Ç��HÇD$p���HÇD$x���H‰\$hH����H‰$H\$XH‰\$HÇD$����è����H‹\$H‰\$8H‹\$ H‰\$@H‹\$hH‰$è����H‹\$hH‹l$8H‰+H‹l$@€=�����…5��H‰kH‹œ$°���H‰$è����H‹´$°���H‹H‰ $H‹NH‰L$è����H‹\$H‰\$8H‹\$H‰\$@H‹\$hHƒÃH‰$è����H‹\$hH‹l$8HƒÃH‰+H‹l$@€=�����…£���H‰kH����H‰$HÇD$���H‹\$hH‰\$H‹\$pH‰\$H‹\$xH‰\$ è����H‹\$(H‰\$HH‹\$0H‰\$PH‹œ$°���H‰$è����H‹œ$°���H‹l$HH‰+H‹l$P€=�����uH‰kè����HÄ ���ÃLCL‰$H‰l$è����ëßLCL‰$H‰l$è����éJÿÿÿLCL‰$H‰l$è����é¸þÿÿ‰é2þÿÿè����éJýÿÿ*������ª
��*runtime.racefuncenter���Ì
�� os.(*File).Close���î
�� runtime.raceread���ð��type.string���¨
��runtime.convT2E���ì
��"runtime.racewrite���œ�6runtime.writeBarrierEnabled���Ô
�� runtime.raceread���Ž
��runtime.convI2E���Ú
��"runtime.racewrite���’�6runtime.writeBarrierEnabled���¶��Ngo.string."reading export data: %s: %v"���–
��fmt.Errorf���à
��"runtime.racewrite���– �6runtime.writeBarrierEnabled���® 
��(runtime.racefuncexit���â 
��.runtime.writebarrierptr���Š

��.runtime.writebarrierptr���¸

��.runtime.writebarrierptr���Ú

��0runtime.morestack_noctxt���@À��"".autotmp_0562��"type.interface {}�"".autotmp_0561�Ï"type.interface {}�"".autotmp_0560�?(type.[2]interface {}�"".autotmp_0557�o&type.[]interface {}�"".autotmp_0556�¯type.error�"".autotmp_0555�type.string�"".filename� type.string�"".&err�type.*error�"".f��type.*os.File�&À¼¿À]�À�&¢H&ËI�0�T¿"4C^%'<�Tgclocals·1d929f2c1c0fe90184352a8189cd0d2c�Tgclocals·5c9eb0f77c0cc27c34a1f722e3a2ccf4���\c:/go/src/go/internal/gcimporter/gcimporter.goþ."".(*parser).init.func1��à��ÌeH‹ %(���H‹‰����H;a†‚���Hƒì@H‹\$@H‰$è����H‹ZH‰\$(H‹\$PH‰\$0H‹\$XH‰\$8H����H‰$H\$0H‰\$HÇD$����è����H\$H|$H‹ H‰H‹KH‰OH‹\$(H‰$è����è����HƒÄ@Ãè����éZÿÿÿ������P
��*runtime.racefuncenter���˜��type.string���Ð
��runtime.convT2E���œ
��$"".(*parser).error���¦
��(runtime.racefuncexit���º
��"runtime.morestack���0€��"".autotmp_0563�type.string�"".p�/type.*"".parser� "".msg�type.string�€}€�°�
ò°��'@&�Tgclocals·9c91d8a91ac42440a3d1507bc8d2e808�Tgclocals·b4fa98b795b1b54ff7448fc4dc1a3c7f���\c:/go/src/go/internal/gcimporter/gcimporter.goþ"".init��€��æeH‹ %(���H‹‰����H;a†Ï���HƒìH‹\$H‰$è����H����H‰$è����¶����€û�t-H����H‰$è����¶����€ûu
è����HƒÄÃè���� H����H‰$è����Æ����è����è����è����è����è����è����è����è����è����è����è����è����H����H‰$è����Æ����è����HƒÄÃè����é ÿÿÿ<������P
��*runtime.racefuncenter���^��"".initdone·���p
�� runtime.raceread���~��"".initdone·���–��"".initdone·���¨
�� runtime.raceread���¶��"".initdone·���Ê
��(runtime.racefuncexit���Þ
��"runtime.throwinit���ð��"".initdone·���‚
��"runtime.racewrite���Ž�"".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·���¨
��"runtime.racewrite���´�"".initdone·���À
��(runtime.racefuncexit���Ô
��0runtime.morestack_noctxt�������Oz�€�
À€� �'Ù�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���\c:/go/src/go/internal/gcimporter/gcimporter.goþ4type..hash.[1]interface {}� ��ˆeH‹ %(���H‹‰����H;a† ���Hƒì(H‹\$(H‰$è����H‹T$81ÀHÇD$���H‹l$H9è}\H‰D$ H‰ÅH‰ÐHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$0Hƒû�tEHÁåHëH‰$H‰D$8H‰D$è����H‹T$H‹D$ HÿÀH‹l$H9è|¤H‰T$8H‰T$@è����HƒÄ(Éë·è����é<ÿÿÿ
������P
��*runtime.racefuncenter���Ž
��(runtime.nilinterhash���Ú
��(runtime.racefuncexit���ö
��0runtime.morestack_noctxt���0P��
"".autotmp_0566�type.int�"".autotmp_0565�type.int� "".~r2� type.uintptr�"".h�type.uintptr�"".p��*type.*[1]interface {}�P—OP�Ð�Ð� �'©�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���\c:/go/src/go/internal/gcimporter/exportdata.goþ0type..eq.[1]interface {}�À��¦eH‹ %(���H‹‰����H;a†/��Hƒì`H‹\$`H‰$è����1ÀHÇD$0���H‹l$0H9èØ���H‰D$8H‹\$pH‰ÅH‰D$(HÁåHëH‰$è����H‹D$(H‹\$pHƒû�„Ç���H‰ÅHÁåHëH‹+H‰l$PH‹kH‰l$XH‹\$hH‰ÅHÁåHëH‰$è����H‹T$PH‹\$hHƒû�t}H‹l$(HÁåHëH‹H‹KH‰L$HH‰D$@H9ÐuLH‰$H‰L$H‰T$H‹l$XH‰l$è����¶\$ €û�t%H‹D$8HÿÀH‹l$0H9èŒ(ÿÿÿÆD$xè����HƒÄ`ÃÆD$x�è����HƒÄ`Éé|ÿÿÿ‰é2ÿÿÿè����é­þÿÿ������P
��*runtime.racefuncenter���Æ
�� runtime.raceread���Ô
�� runtime.raceread���ò
��runtime.efaceeq���Æ
��(runtime.racefuncexit���ä
��(runtime.racefuncexit���”
��0runtime.morestack_noctxt���0À��"".autotmp_0570�?"type.interface {}�"".autotmp_0569�"type.interface {}�"".autotmp_0568�_type.int�"".autotmp_0567�Otype.int�"".i�otype.int� "".~r2� type.bool�"".q�*type.*[1]interface {}�"".p��*type.*[1]interface {}�&À¿À¿À%�à�à��'‚Oh�Tgclocals·51af24152615272c3d9efc8538f95767�Tgclocals·2c78d3ad9d760b5f66e2e47be684c787���\c:/go/src/go/internal/gcimporter/exportdata.goþ(type..hash.[2]string� ��ˆeH‹ %(���H‹‰����H;a† ���Hƒì(H‹\$(H‰$è����H‹T$81ÀHÇD$���H‹l$H9è}\H‰D$ H‰ÅH‰ÐHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$0Hƒû�tEHÁåHëH‰$H‰D$8H‰D$è����H‹T$H‹D$ HÿÀH‹l$H9è|¤H‰T$8H‰T$@è����HƒÄ(Éë·è����é<ÿÿÿ
������P
��*runtime.racefuncenter���Ž
��runtime.strhash���Ú
��(runtime.racefuncexit���ö
��0runtime.morestack_noctxt���0P��
"".autotmp_0573�type.int�"".autotmp_0572�type.int� "".~r2� type.uintptr�"".h�type.uintptr�"".p��type.*[2]string�P—OP�Ð�Ð� �'©�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���\c:/go/src/go/internal/gcimporter/exportdata.goþ$type..eq.[2]string�À��¦eH‹ %(���H‹‰����H;a†/��Hƒì`H‹\$`H‰$è����1ÀHÇD$0���H‹l$0H9èØ���H‰D$8H‹\$hH‰ÅH‰D$(HÁåHëH‰$è����H‹D$(H‹\$hHƒû�„Ç���H‰ÅHÁåHëH‹+H‰l$PH‹kH‰l$XH‹\$pH‰ÅHÁåHëH‰$è����H‹T$XH‹\$pHƒû�t}H‹l$(HÁåHëH‹ H‰L$@H‹CH‰D$HH9ÂuLH‹l$PH‰,$H‰T$H‰L$H‰D$è����¶\$ €û�t%H‹D$8HÿÀH‹l$0H9èŒ(ÿÿÿÆD$xè����HƒÄ`ÃÆD$x�è����HƒÄ`Éé|ÿÿÿ‰é2ÿÿÿè����é­þÿÿ������P
��*runtime.racefuncenter���Æ
�� runtime.raceread���Ô
�� runtime.raceread���ò
�� runtime.eqstring���Æ
��(runtime.racefuncexit���ä
��(runtime.racefuncexit���”
��0runtime.morestack_noctxt���0À��"".autotmp_0577�?type.string�"".autotmp_0576�type.string�"".autotmp_0575�_type.int�"".autotmp_0574�Otype.int�"".i�otype.int� "".~r2� type.bool�"".q�type.*[2]string�"".p��type.*[2]string�&À¿À¿À%�à�à��'‚Oh�Tgclocals·51af24152615272c3d9efc8538f95767�Tgclocals·44750c784da4dd430afdd97fea5c405a���\c:/go/src/go/internal/gcimporter/exportdata.goþ(type..hash.[8]string� ��ˆeH‹ %(���H‹‰����H;a† ���Hƒì(H‹\$(H‰$è����H‹T$81ÀHÇD$���H‹l$H9è}\H‰D$ H‰ÅH‰ÐHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$0Hƒû�tEHÁåHëH‰$H‰D$8H‰D$è����H‹T$H‹D$ HÿÀH‹l$H9è|¤H‰T$8H‰T$@è����HƒÄ(Éë·è����é<ÿÿÿ
������P
��*runtime.racefuncenter���Ž
��runtime.strhash���Ú
��(runtime.racefuncexit���ö
��0runtime.morestack_noctxt���0P��
"".autotmp_0580�type.int�"".autotmp_0579�type.int� "".~r2� type.uintptr�"".h�type.uintptr�"".p��type.*[8]string�P—OP�Ð�Ð� �'©�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���\c:/go/src/go/internal/gcimporter/exportdata.goþ$type..eq.[8]string�À��¦eH‹ %(���H‹‰����H;a†/��Hƒì`H‹\$`H‰$è����1ÀHÇD$0���H‹l$0H9èØ���H‰D$8H‹\$hH‰ÅH‰D$(HÁåHëH‰$è����H‹D$(H‹\$hHƒû�„Ç���H‰ÅHÁåHëH‹+H‰l$PH‹kH‰l$XH‹\$pH‰ÅHÁåHëH‰$è����H‹T$XH‹\$pHƒû�t}H‹l$(HÁåHëH‹ H‰L$@H‹CH‰D$HH9ÂuLH‹l$PH‰,$H‰T$H‰L$H‰D$è����¶\$ €û�t%H‹D$8HÿÀH‹l$0H9èŒ(ÿÿÿÆD$xè����HƒÄ`ÃÆD$x�è����HƒÄ`Éé|ÿÿÿ‰é2ÿÿÿè����é­þÿÿ������P
��*runtime.racefuncenter���Æ
�� runtime.raceread���Ô
�� runtime.raceread���ò
�� runtime.eqstring���Æ
��(runtime.racefuncexit���ä
��(runtime.racefuncexit���”
��0runtime.morestack_noctxt���0À��"".autotmp_0584�?type.string�"".autotmp_0583�type.string�"".autotmp_0582�_type.int�"".autotmp_0581�Otype.int�"".i�otype.int� "".~r2� type.bool�"".q�type.*[8]string�"".p��type.*[8]string�&À¿À¿À%�à�à��'‚Oh�Tgclocals·51af24152615272c3d9efc8538f95767�Tgclocals·44750c784da4dd430afdd97fea5c405a���\c:/go/src/go/internal/gcimporter/exportdata.goþ4type..hash.[3]interface {}� ��ˆeH‹ %(���H‹‰����H;a† ���Hƒì(H‹\$(H‰$è����H‹T$81ÀHÇD$���H‹l$H9è}\H‰D$ H‰ÅH‰ÐHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$0Hƒû�tEHÁåHëH‰$H‰D$8H‰D$è����H‹T$H‹D$ HÿÀH‹l$H9è|¤H‰T$8H‰T$@è����HƒÄ(Éë·è����é<ÿÿÿ
������P
��*runtime.racefuncenter���Ž
��(runtime.nilinterhash���Ú
��(runtime.racefuncexit���ö
��0runtime.morestack_noctxt���0P��
"".autotmp_0587�type.int�"".autotmp_0586�type.int� "".~r2� type.uintptr�"".h�type.uintptr�"".p��*type.*[3]interface {}�P—OP�Ð�Ð� �'©�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���\c:/go/src/go/internal/gcimporter/exportdata.goþ0type..eq.[3]interface {}�À��¦eH‹ %(���H‹‰����H;a†/��Hƒì`H‹\$`H‰$è����1ÀHÇD$0���H‹l$0H9èØ���H‰D$8H‹\$pH‰ÅH‰D$(HÁåHëH‰$è����H‹D$(H‹\$pHƒû�„Ç���H‰ÅHÁåHëH‹+H‰l$PH‹kH‰l$XH‹\$hH‰ÅHÁåHëH‰$è����H‹T$PH‹\$hHƒû�t}H‹l$(HÁåHëH‹H‹KH‰L$HH‰D$@H9ÐuLH‰$H‰L$H‰T$H‹l$XH‰l$è����¶\$ €û�t%H‹D$8HÿÀH‹l$0H9èŒ(ÿÿÿÆD$xè����HƒÄ`ÃÆD$x�è����HƒÄ`Éé|ÿÿÿ‰é2ÿÿÿè����é­þÿÿ������P
��*runtime.racefuncenter���Æ
�� runtime.raceread���Ô
�� runtime.raceread���ò
��runtime.efaceeq���Æ
��(runtime.racefuncexit���ä
��(runtime.racefuncexit���”
��0runtime.morestack_noctxt���0À��"".autotmp_0591�?"type.interface {}�"".autotmp_0590�"type.interface {}�"".autotmp_0589�_type.int�"".autotmp_0588�Otype.int�"".i�otype.int� "".~r2� type.bool�"".q�*type.*[3]interface {}�"".p��*type.*[3]interface {}�&À¿À¿À%�à�à��'‚Oh�Tgclocals·51af24152615272c3d9efc8538f95767�Tgclocals·2c78d3ad9d760b5f66e2e47be684c787���\c:/go/src/go/internal/gcimporter/exportdata.goþ:type..hash.[8]go/types.Object� ��ˆeH‹ %(���H‹‰����H;a† ���Hƒì(H‹\$(H‰$è����H‹T$81ÀHÇD$���H‹l$H9è}\H‰D$ H‰ÅH‰ÐHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$0Hƒû�tEHÁåHëH‰$H‰D$8H‰D$è����H‹T$H‹D$ HÿÀH‹l$H9è|¤H‰T$8H‰T$@è����HƒÄ(Éë·è����é<ÿÿÿ
������P
��*runtime.racefuncenter���Ž
��"runtime.interhash���Ú
��(runtime.racefuncexit���ö
��0runtime.morestack_noctxt���0P��
"".autotmp_0594�type.int�"".autotmp_0593�type.int� "".~r2� type.uintptr�"".h�type.uintptr�"".p��0type.*[8]go/types.Object�P—OP�Ð�Ð� �'©�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���\c:/go/src/go/internal/gcimporter/exportdata.goþ6type..eq.[8]go/types.Object�À��¦eH‹ %(���H‹‰����H;a†/��Hƒì`H‹\$`H‰$è����1ÀHÇD$0���H‹l$0H9èØ���H‰D$8H‹\$pH‰ÅH‰D$(HÁåHëH‰$è����H‹D$(H‹\$pHƒû�„Ç���H‰ÅHÁåHëH‹+H‰l$PH‹kH‰l$XH‹\$hH‰ÅHÁåHëH‰$è����H‹T$PH‹\$hHƒû�t}H‹l$(HÁåHëH‹H‹KH‰L$HH‰D$@H9ÐuLH‰$H‰L$H‰T$H‹l$XH‰l$è����¶\$ €û�t%H‹D$8HÿÀH‹l$0H9èŒ(ÿÿÿÆD$xè����HƒÄ`ÃÆD$x�è����HƒÄ`Éé|ÿÿÿ‰é2ÿÿÿè����é­þÿÿ������P
��*runtime.racefuncenter���Æ
�� runtime.raceread���Ô
�� runtime.raceread���ò
��runtime.ifaceeq���Æ
��(runtime.racefuncexit���ä
��(runtime.racefuncexit���”
��0runtime.morestack_noctxt���0À��"".autotmp_0598�?(type.go/types.Object�"".autotmp_0597�(type.go/types.Object�"".autotmp_0596�_type.int�"".autotmp_0595�Otype.int�"".i�otype.int� "".~r2� type.bool�"".q�0type.*[8]go/types.Object�"".p��0type.*[8]go/types.Object�&À¿À¿À%�à�à��'‚Oh�Tgclocals·51af24152615272c3d9efc8538f95767�Tgclocals·2c78d3ad9d760b5f66e2e47be684c787���\c:/go/src/go/internal/gcimporter/exportdata.goþ2type..hash."".importError�à��ÒeH‹ %(���H‹‰����H;a†…���HƒìH‹\$H‰$è����H‹\$ H‰$Hƒ<$�tZH‹\$(H‰\$è����H‹D$H‹\$ H‰$Hƒ<$�t-Hƒ$(H‰D$(H‰D$è����H‹D$H‰D$(H‰D$0è����HƒÄÉ%����ëʉ%����ëè����éWÿÿÿ ������P
��*runtime.racefuncenter���Ž
��@type..hash.text/scanner.Position���à
��"runtime.interhash���ˆ
��(runtime.racefuncexit�����0runtime.morestack_noctxt���00��"".autotmp_0600��type.uintptr� "".~r2� type.uintptr�"".h�type.uintptr�"".p��(type.*"".importError�0n/0#�°�°� �'‰�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���\c:/go/src/go/internal/gcimporter/exportdata.goþ.type..eq."".importError�à
��Ö
eH‹ %(���H‹‰����H;a†‡��HƒìxH‹\$xH‰$è����H‹„$€���Hƒø�„\��H‹œ$ˆ���Hƒû�„C��H‰\$(H‰D$0H‰$è����H‹\$0Hƒû�„��H‹+H‰l$hH‹kH‰l$pH‹\$(H‰$è����H‹T$pH‹\$(Hƒû�„à��H‹ H‰L$XH‹CH‰D$`H9Â…´��H‹l$hH‰,$H‰T$H‰L$H‰D$è����¶\$ €û�„‰��H‹\$0H‰$Hƒ$è����H‹\$(H‰$Hƒ$è����H‹D$0H‹XL‹D$(I‹hH9ë…H��H‰$Hƒ$è����H‹\$(H‰$Hƒ$è����H‹D$0H‹XL‹D$(I‹hH9ë… ��H‰$Hƒ$ è����H‹\$(H‰$Hƒ$ è����H‹l$0H‹] L‹D$(I‹h H9ë…Ð���H‹œ$ˆ���H‰$Hƒ$(è����H‹œ$ˆ���Hƒû�„¡���H‹k(H‰l$HH‹k0H‰l$PH‹œ$€���H‰$Hƒ$(è����H‹T$HH‹œ$€���Hƒû�tbH‹C(H‹K0H‰L$@H‰D$8H9Ðu9H‰$H‰L$H‰T$H‹l$PH‰l$è����¶\$ €û�tƄ$���è����HƒÄxÃƄ$����è����HƒÄxÉ뚉éXÿÿÿƄ$����è����HƒÄxÉéþÿÿ‰éßýÿÿ‰é¶ýÿÿ‰�éýÿÿè����éUýÿÿ$������P
��*runtime.racefuncenter���¾
�� runtime.raceread���š
�� runtime.raceread���°
�� runtime.eqstring���ò
�� runtime.raceread���˜
�� runtime.raceread���ê
�� runtime.raceread���
�� runtime.raceread���â
�� runtime.raceread���ˆ
�� runtime.raceread���ê
�� runtime.raceread���Þ
�� runtime.raceread���ì
��runtime.ifaceeq���š 
��(runtime.racefuncexit���¾ 
��(runtime.racefuncexit���ø 
��(runtime.racefuncexit���Ä

��0runtime.morestack_noctxt���0ð��"".autotmp_0606�type.error�"".autotmp_0605�_type.error�"".autotmp_0604�?type.string�"".autotmp_0603�type.string�"".autotmp_0602�Ÿ6type.*text/scanner.Position�"".autotmp_0601�6type.*text/scanner.Position� "".~r2� type.bool�"".q�(type.*"".importError�"".p��(type.*"".importError�2ð·ïðïðïð+�°�°�$�'7.KÝ:G{�Tgclocals·42e7756549fd1f1e78e70fcb9f08dd2b�Tgclocals·584c0e3716f3090cbb512e5551f2db1c���\c:/go/src/go/internal/gcimporter/exportdata.goþ."".(*importError).Error� ��ˆeH‹ %(���H‹‰����H;a†à���HƒìXH‹Y H…Ût H|$`H9;uH‰#H‹\$XH‰$è����1ÛH‰\$hH‰\$pH‹\$`1íH9ëuEH����H‰$HÇD$
���H����H‰\$HÇD$ ���H����H‰\$ HÇD$(���è���� H‹\$`H‰$HÇD$8���è����H‹t$`Hƒþ�t5H‰çè����è����H‹L$8H‹D$@H‰L$HH‰L$hH‰D$PH‰D$pè����HƒÄXÉëÇè����éüþÿÿ������|
��*runtime.racefuncenter���º��,go.string."gcimporter"���â��.go.string."importError"���Œ��"go.string."Error"���²
��"runtime.panicwrap���ä
��*runtime.racereadrange���Š
¼� runtime.duffcopy���”
��("".importError.Error���Ú
��(runtime.racefuncexit���ö
��0runtime.morestack_noctxt���0°��"".autotmp_0607�type.string� "".~r0�type.string�""..this��(type.*"".importError�°×¯°����=¯$�Tgclocals·69076ee43f1cead0792b9f36906b1b56�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���<autogenerated>þ4type..hash.[2]interface {}� ��ˆeH‹ %(���H‹‰����H;a† ���Hƒì(H‹\$(H‰$è����H‹T$81ÀHÇD$���H‹l$H9è}\H‰D$ H‰ÅH‰ÐHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$0Hƒû�tEHÁåHëH‰$H‰D$8H‰D$è����H‹T$H‹D$ HÿÀH‹l$H9è|¤H‰T$8H‰T$@è����HƒÄ(Éë·è����é<ÿÿÿ
������P
��*runtime.racefuncenter���Ž
��(runtime.nilinterhash���Ú
��(runtime.racefuncexit���ö
��0runtime.morestack_noctxt���0P��
"".autotmp_0610�type.int�"".autotmp_0609�type.int� "".~r2� type.uintptr�"".h�type.uintptr�"".p��*type.*[2]interface {}�P—OP�Ð�Ð� �'©�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���\c:/go/src/go/internal/gcimporter/exportdata.goþ0type..eq.[2]interface {}�À��¦eH‹ %(���H‹‰����H;a†/��Hƒì`H‹\$`H‰$è����1ÀHÇD$0���H‹l$0H9èØ���H‰D$8H‹\$pH‰ÅH‰D$(HÁåHëH‰$è����H‹D$(H‹\$pHƒû�„Ç���H‰ÅHÁåHëH‹+H‰l$PH‹kH‰l$XH‹\$hH‰ÅHÁåHëH‰$è����H‹T$PH‹\$hHƒû�t}H‹l$(HÁåHëH‹H‹KH‰L$HH‰D$@H9ÐuLH‰$H‰L$H‰T$H‹l$XH‰l$è����¶\$ €û�t%H‹D$8HÿÀH‹l$0H9èŒ(ÿÿÿÆD$xè����HƒÄ`ÃÆD$x�è����HƒÄ`Éé|ÿÿÿ‰é2ÿÿÿè����é­þÿÿ������P
��*runtime.racefuncenter���Æ
�� runtime.raceread���Ô
�� runtime.raceread���ò
��runtime.efaceeq���Æ
��(runtime.racefuncexit���ä
��(runtime.racefuncexit���”
��0runtime.morestack_noctxt���0À��"".autotmp_0614�?"type.interface {}�"".autotmp_0613�"type.interface {}�"".autotmp_0612�_type.int�"".autotmp_0611�Otype.int�"".i�otype.int� "".~r2� type.bool�"".q�*type.*[2]interface {}�"".p��*type.*[2]interface {}�&À¿À¿À%�à�à��'‚Oh�Tgclocals·51af24152615272c3d9efc8538f95767�Tgclocals·2c78d3ad9d760b5f66e2e47be684c787���\c:/go/src/go/internal/gcimporter/exportdata.goþ "".(*byPath).Len��à��ÆeH‹ %(���H‹‰����H;a†¿���HƒìHH‹Y H…Ût H|$PH9;uH‰#H‹\$HH‰$è����H‹\$P1íH9ëuEH����H‰$HÇD$
���H����H‰\$HÇD$���H����H‰\$ HÇD$(���è���� H‹\$PH‰$è����H‹\$PHƒû�t)H‹+H‰l$0H‹CH‹kH‰l$@H‰D$8H‰D$Xè����HƒÄHÉëÓè����éÿÿÿ������|
��*runtime.racefuncenter���¢��,go.string."gcimporter"���Ê��$go.string."byPath"���ô��go.string."Len"���š
��"runtime.panicwrap���º
�� runtime.raceread���˜
��(runtime.racefuncexit���´
��0runtime.morestack_noctxt��� ��"".a�/type."".byPath� "".~r0�type.int�""..this��type.*"".byPath�¶�ð�ð� �=³�Tgclocals·3f5c1f818fa7055d0400cecd34057162�Tgclocals·790e5cc5051fc0affc980ade09e929ec���<autogenerated>þ""".(*byPath).Swap��À ��¢ eH‹ %(���H‹‰����H;a†-��Hƒì`H‹Y H…Ût H|$hH9;uH‰#H‹\$`H‰$è����H‹\$h1íH9ëuEH����H‰$HÇD$
���H����H‰\$HÇD$���H����H‰\$ HÇD$(���è���� H‹\$hH‰$è����H‹\$hHƒû�„��H‹H‹KH‹kH‰l$XH‹D$pH‹\$xH‰\$0H‰T$HH‰D$8H‰L$PH9ȃR��HÂH‰$è����H‹T$HH‹L$PH‹D$8H9ȃ&��HÂH‹+H‰l$@H9ȃ
��HÂH‰$è����H‹\$HH‹l$0L‹D$PL9ŃÞ���HëH‰$è����H‹L$HH‹D$PH‹l$8H9Ń²���HéL‹D$0I9Àƒ™���J,ÁL‹E�€=�����ukL‰H‹l$0H9ÅsWHéH‰$è����H‹\$HH‹l$0L‹D$PL9Ås/HëH‹l$@€=�����u H‰+è����HƒÄ`ÃH‰$H‰l$è����ëæè���� è���� H‰$L‰D$è����H‹L$HH‹D$Pé{ÿÿÿè���� è���� è���� è���� è���� è���� ‰éiþÿÿè����é¯ýÿÿ2������|
��*runtime.racefuncenter���¢��,go.string."gcimporter"���Ê��$go.string."byPath"���ô�� go.string."Swap"���š
��"runtime.panicwrap���º
�� runtime.raceread���à
�� runtime.raceread���Ô
��"runtime.racewrite���ž
�� runtime.raceread���Ž�6runtime.writeBarrierEnabled���È
��"runtime.racewrite���Ž�6runtime.writeBarrierEnabled���¤
��(runtime.racefuncexit���Ê
��.runtime.writebarrierptr���Ø
��$runtime.panicindex���æ
��$runtime.panicindex���†
��.runtime.writebarrierptr���®
��$runtime.panicindex���¼
��$runtime.panicindex���Ê
��$runtime.panicindex���Ø
��$runtime.panicindex���æ
��$runtime.panicindex���ô
��$runtime.panicindex��� 
��0runtime.morestack_noctxt���0À��"".autotmp_0616�?,type.*go/types.Package�"".j�_type.int�"".i�Otype.int�"".a�/type."".byPath�"".j� type.int�"".i�type.int�""..this��type.*"".byPath�À¼¿À…�à�à�"�=²:¨1J�Tgclocals·cb395d89503762333b1bfb09ba74eb12�Tgclocals·0b54e40361ced91ab254ee60980e804a���<autogenerated>þ""".(*byPath).Less��à �� eH‹ %(���H‹‰����HD$øH;A†8��Hìˆ���H‹Y H…ÛtH¼$���H9;uH‰#H‹œ$ˆ���H‰$è����H‹œ$���1íH9ëuEH����H‰$HÇD$
���H����H‰\$HÇD$���H����H‰\$ HÇD$(���è���� H‹œ$���H‰$è����H‹œ$���Hƒû�„‰��H‹H‹KH‹kH‰¬$€���H‹„$˜���H‹œ$ ���H‰\$0H‰T$pH‰D$8H‰L$xH9ȃB��HÂH‰$è����H‹\$pH‹l$8L‹D$xL9Ń��HëH‹+1ÛH‰\$PH‰\$XH‰l$@H‰,$è����H‹\$@Hƒû�„ß���H‹+H‰l$PH‹kH‰l$XH‹\$pH‹l$0L‹D$xL9Ń¯���HëH‰$è����H‹\$pH‹l$0L‹D$xL9Ńƒ���HëH‹+1ÛH‰\$`H‰\$hH‰l$HH‰,$è����H‹\$HHƒû�tSH‹ H‹CH‹l$PH‰,$H‹l$XH‰l$H‰L$`H‰L$H‰D$hH‰D$è����H‹\$ Hƒû�œÀˆ„$¨���è����HÄˆ���Éë©è���� è���� ‰éÿÿÿè���� è���� ‰épþÿÿè����éŸýÿÿ$������˜
��*runtime.racefuncenter���Ä��,go.string."gcimporter"���ì��$go.string."byPath"���–�� go.string."Less"���¼
��"runtime.panicwrap���â
�� runtime.raceread��� 
�� runtime.raceread���’
�� runtime.raceread���œ
�� runtime.raceread���Ž
�� runtime.raceread���Š
��"runtime.cmpstring���º
��(runtime.racefuncexit���Ü
��$runtime.panicindex���ê
��$runtime.panicindex���† 
��$runtime.panicindex���” 
��$runtime.panicindex���° 
��0runtime.morestack_noctxt���@�� "".~r0�Otype.string�go/types.pkg·2�,type.*go/types.Package� "".~r0�otype.string�go/types.pkg·2�,type.*go/types.Package�"".j�¯type.int�"".i�Ÿtype.int�"".a�/type."".byPath� "".~r2�0type.bool�"".j� type.int�"".i�type.int�""..this��type.*"".byPath�&‚G�ð�
ð� �KÄ9E9>l�Tgclocals·087344e727b14a841dc6a2833d52f059�Tgclocals·e03eb6e07c571af7ba826bd0586d18e3���<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·229bd19db393bd281f395c6efaac2af1�`��`
����������������������������������������þTgclocals·1abd36e1654e87200ad4422a48699ac9�`��`
������������������3���3���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·ea7e6c41d51eca85f63521ca4c774e18�h��h ������������������@���@��@�@���A������������þTgclocals·16b5bc28602689a646342e9027f59c47�h��h ����������������������������������������þ"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·68d3070b2d4e3a00d7da721bec51863b�Ð��Ð ���+���������������(�������(������(�������)������(������(����D��(�����@�(����@�¨���@�¨������¨���þTgclocals·835313ad7eaea3423cf91daa8b291eac�p��p ������������U���U������U���E���E���E���E���U���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·db874b9fb1c8bb17749ce54ab1a54eda������=���������������������������@��������������@����������0„������<„������0������0������P����@��P������P�������P������P������P�����0P�����0P������0P�����0P������P��d��P���� ��P����€��P�����þTgclocals·efb701d9da05f009b0083abaece05434�Ð��Ð���������;���3���;���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·d8fdd2a55187867c76648dc792366181� �� ��������������þTgclocals·51fa0e13d53d6bad7f86670d3edaeac6� �� �������������þ0Tgo.itab.*go/types.TypeName.go/types.Object�����þTgclocals·cfb2315194821224b40b627df2fad6f7���������������������"���€���€���L��FL��BL��B ��B������R�����������þTgclocals·f761e5e14e87c53d693ec1e896b4a796��������������������������� ��������������������������� ����þ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·e61d629885b848af9a4bcb60cdd07fc0�8��8��� ���������“��€��€���þTgclocals·e190ca397b654b9c495cf95097b66008�8��8��� ���a���a���a���a���á����þTgclocals·6b59c5fad2d8c527de7fb662768ce12c�H��H���������������� �������&���„�þTgclocals·a1bbdca80261f4bde6921b9a8af618a6�H��H����������������������������þ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·e83d5edbb9e7f9a499097d2486040576�P��P�����������à�à�á�Qå�]å�Qá��à��þTgclocals·98525cd17e1782872f945688cda92b40�P��P�������������������������������þ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·6530d31bf68585eb84104783d92146a1�@��@��� ����������T��W�������þTgclocals·bbe2f308595eed0631fb6c42f0ddbda2�@��@�������������������������þ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·661ce063a5f54b47f94d8c3b5780f4f6�@��@�����������x��x��Py��\y��Px���þTgclocals·bbe2f308595eed0631fb6c42f0ddbda2�@��@�������������������������þTgclocals·8eb69aa543d72814242b6afe7a90aa0f�(��(������������������þTgclocals·4a6f49bfbb5d0042a5f508261526f69f�(��(����������������þTgclocals·c55cf99de9cdd8c8202a466952fa1a45� �� ���������������þTgclocals·69076ee43f1cead0792b9f36906b1b56� �� �������������þTgclocals·71a38c6ba2cbba51c765a33bbcab5b26�0��0���������������������þTgclocals·776cf82481464578bcac89d2d7c0039b�0��0�������������������þTgclocals·f6bd6b3389b872033d462029172c8612�����������þTgclocals·b94e96d50a6fb9e88c70f76f35acc310�0��0��������� ��� �������þTgclocals·f93daa914842d19e69633177b8a26a5e�H��H��������������@����������������þTgclocals·c06baa6d11a9fa8d655a4a09cbcf9a6a�H��H������ ���+��� ��� ��� ��� ��� ����þ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·bdc608aff5f4d0f2167b5bd3189f61b8�H��H��� �������0���1���p��|��p���0����þTgclocals·407e37dcde18c01b31ec40e1353bc696�H��H����������������������������þ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·08ea8a267e19ab8c851378c8a3f6ad04�h��h ���������������������������G��ÀG��������þTgclocals·6c66dec7f7e96105b0f464191bb83bce�h��h ����������������������������������������þ0Jgo.itab.*go/types.Array.go/types.Type�����þTgclocals·289a182bb6b46b37938658e30eba002a�H��H��� ����������€��`���a�����������þTgclocals·4b50aff2def05c9f54a34a1adb456647�H��H����������������������������þ0Fgo.itab.*go/types.Map.go/types.Type�����þ&go.string.hdr."map"� �� ������������������go.string."map"���þgo.string."map"���map��þTgclocals·f72e7ab03eb9dd40ba47dc3dd92b6217�H��H��� ����������f���g���a�����������þTgclocals·4b50aff2def05c9f54a34a1adb456647�H��H����������������������������þ:go.string.hdr."name expected"� �� �������� ����������2go.string."name expected"���þ2go.string."name expected"� ��name expected��þTgclocals·9c5baa06207f5ef490979e3f0c196d5d�P��P�����������������������������������þTgclocals·026ec990e1588fb91c86ffc4c3d51043�P��P��������� ��������� ��� ��� ��� ����þTgclocals·c301552ca8937361fc2b11074d410d43�0��0���������������������þTgclocals·e2c4017e93a1e8c44f882a0388d816a3�0��0�������������������þ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·f4273a7366f767853e14f6947af7c408�€��€���1���������������à�&���à�&Àà�.�À�à�&�À�ã�¦�À��à�'�À��à�f�À��à�&�À�à�&�Àà�&�Àà�&�ÀMä�&�À}ä�&�ÀAä�&�Àqä�&�ÀAà�� D�à� D�à� D�à� �à���à�����à��þTgclocals·2d499d7a0ebf29e5b96df9e5b32f1f92�È��È����������������������������������������������������������������������������þ0Lgo.itab.*go/types.Struct.go/types.Type�����þ,go.string.hdr."struct"� �� ������������������$go.string."struct"���þ$go.string."struct"���struct��þTgclocals·b997950d302c63870d2982934ac8f2d6�`��`
�������������…���… �� �����������������þTgclocals·448d96d08a1cc8b9207efcce4344c735�`��`
�������������������������������������þ0Jgo.itab.*go/types.Slice.go/types.Type�����þ$go.string.hdr."·"� �� ������������������go.string."·"���þgo.string."·"���·��þ&go.string.hdr."..."� �� ������������������go.string."..."���þgo.string."..."���...��þTgclocals·e33fe412b9186d31c61753a4bf5f3707�p��p ��� �����������������`��™���›���š��������������þTgclocals·aa1b5890c95ee3e399ed227b2de6fe8f�p��p �������������������������������������������þ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·91222808db837ce349aec3be2dffe86a�@��@����������������� ����������þTgclocals·31f92a926974b64400d8a6c7f0d8e3e3�@��@�������������������������þ`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·04043ebb1d41b2f0d988a322c190b623�H��H��� �������H���@���J��������������þTgclocals·9d4d000519d95b8bec1ffea421f3c98c�H��H����������������������������þ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·6fec2e018350a2122037b263b711c6ae�€��€�������������
��‘��á��å��ä��d�������@���@����������þTgclocals·b39a7371062db2876b7d8ddde30c4620�€��€�������������������������������������������������þ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·f1e09daed0f3b15c071875a254142b5b�8��8������������������������þTgclocals·22d483162ff03d8ae3f68d96ba585844�8��8����������������������þ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·b791f64b1ef2a3841fda9245ed74e550�����������������������À����0��0��������� �� �������D�ÀD������þTgclocals·3bdcb4cf15e66b61355c0a48286e3f3c����������������������������������������������������������þ,go.string.hdr."import"� �� ������������������$go.string."import"���þ$go.string."import"���import��þTgclocals·83ead081cd909acab0dcd88a450c1878� �� ��������������þTgclocals·51fa0e13d53d6bad7f86670d3edaeac6� �� �������������þ"go.string.hdr."-"� �� ������������������go.string."-"���þgo.string."-"���-��þTgclocals·f0fb6d101abe40ef10008a9d07f4c626�(��(������������������þTgclocals·4a6f49bfbb5d0042a5f508261526f69f�(��(����������������þ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·4eb4a12d84c99f6b48b8437a2e47d70d�@��@������������� ���Ì������������þTgclocals·516629c0e8bd5845d1880384cbfb4017�@��@�������������������������þ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·0d78d8b5f860ff35af53e9efe8c05eca�ð��ð���)��������������À����À@À�����@À����ÌCÀ����(À@À����ÀCÀ����À@À���ÀLÀ����ÀLÃ����(ÀLÃ����ÀOÀ����ÌCÀD���ÌCðD���ÌCÀ��� Ì@À����3À����3À����3À����3�À�����À������À�����þTgclocals·8c0603f39cd77a9b4fcbdd49d19d6810�À��À�������������������������������������������������������������������������þ(go.string.hdr."type"� �� ������������������ go.string."type"���þ go.string."type"���
type��þTgclocals·f5a47b46b4f1b5a47d846a213b2ee39c�8��8��� �������������� ���þTgclocals·ea5138d814d46269fcb486a04203da7d�8��8����������������������þ0Jgo.itab.*go/types.Var.go/types.Object�����þ&go.string.hdr."var"� �� ������������������go.string."var"���þgo.string."var"���var��þTgclocals·7dc854177347f40bd87ee094436bd85a�P��P������������Œ ��c��s��q��q�������þTgclocals·a9ea41aae9e32efcc8711d8fabe405fb�P��P�������������������������������þTgclocals·f891aedf0f80c97cb1c7cc75a7fd6349�(��(������������������þTgclocals·fb59fd9ce9376dfcd2105aa0993acf24�(��(����������������þTgclocals·3995f7a5fd637d9605bdb8d7aa636944����������������$���0� �����„���€��ƒ��Â��@��L�L�€L�€ �€���þTgclocals·180915d0f182f66aaf5071a2332a860d����������������������������������������������������������þ0Lgo.itab.*go/types.Func.go/types.Object�����þTgclocals·ecb1720f2f3150a83cd0ad14a9bde684�X��X ��������������E��…��¥��¡��¡��!����þTgclocals·6e25916c194457f163fe7feace7d8c16�X��X ����������������������������������þ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·b54af763d288bd069f044824ac69db22�ð��ð���0����������������� ����������&����>����&������������������ÿ���ÿ��Œ�ÿ�� �ÿ�� ��ÿ�� €�ÿ��€�ÿ�����ÿ�� ��� ����
������������þTgclocals·a37b3a6a0e3e2a6e7071dea3f2e5a827�À��À�������������������������������������������������������������������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·2fccd208efe70893f9ac8d682812ae72�������������þTgclocals·0c8aa8e80191a30eac23f1a218103f16� �� ��������������þTgclocals·3260b5c802f633fd6252c227878dd72a� �� �������������þTgclocals·97a47a3a5d56c27a424c0b832d80d081�0��0��������������������þTgclocals·665da0db10d6ec82b644d9f6aee9e87b�0��0�������������������þ08go.itab."".importError.error�����þTgclocals·3ab80e898e0d17e887d7811d98316634�0��0�����������a��0a���á0��þ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·5c9eb0f77c0cc27c34a1f722e3a2ccf4�@��@��� ����������P��S�������þTgclocals·1d929f2c1c0fe90184352a8189cd0d2c�@��@�������������������������þ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·2c78d3ad9d760b5f66e2e47be684c787� �� ���������� ����þTgclocals·51af24152615272c3d9efc8538f95767� �� �������������þ<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·44750c784da4dd430afdd97fea5c405a� �� ��������������þTgclocals·51af24152615272c3d9efc8538f95767� �� �������������þ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·44750c784da4dd430afdd97fea5c405a� �� ��������������þTgclocals·51af24152615272c3d9efc8538f95767� �� �������������þ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���þ>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���þ"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."*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·2c78d3ad9d760b5f66e2e47be684c787� �� ���������� ����þTgclocals·51af24152615272c3d9efc8538f95767� �� �������������þ<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·2c78d3ad9d760b5f66e2e47be684c787� �� ���������� ����þTgclocals·51af24152615272c3d9efc8538f95767� �� �������������þ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·584c0e3716f3090cbb512e5551f2db1c�0��0���
������������0����þTgclocals·42e7756549fd1f1e78e70fcb9f08dd2b�0��0�������������������þ: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·c55cf99de9cdd8c8202a466952fa1a45� �� ���������������þTgclocals·69076ee43f1cead0792b9f36906b1b56� �� �������������þ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·2c78d3ad9d760b5f66e2e47be684c787� �� ���������� ����þTgclocals·51af24152615272c3d9efc8538f95767� �� �������������þ<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·790e5cc5051fc0affc980ade09e929ec��������������þTgclocals·3f5c1f818fa7055d0400cecd34057162�������������þ(go.string.hdr."Swap"� �� ������������������ go.string."Swap"���þ go.string."Swap"���
Swap��þTgclocals·0b54e40361ced91ab254ee60980e804a�(��(�����������������þTgclocals·cb395d89503762333b1bfb09ba74eb12�(��(����������������þ(go.string.hdr."Less"� �� ������������������ go.string."Less"���þ go.string."Less"���
Less��þTgclocals·e03eb6e07c571af7ba826bd0586d18e3�8��8��� �������@���A���D�������þTgclocals·087344e727b14a841dc6a2833d52f059�8��8����������������������þ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