blob: fe954ab12315e5aca68c60b7a1aca2a678a024c0 [file] [log] [blame]
!<arch>
__.PKGDEF 0 0 0 644 8791 `
go object linux amd64 go1.5.1 X:none
build id "f4305883f0da61d59d425b17c7bcd28172a50a85"
$$
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 269392 `
go object linux 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��€��ädH‹ %����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
������X
��*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�+V%™¦Í9 3o0
M'�Tgclocals·1abd36e1654e87200ad4422a48699ac9�Tgclocals·229bd19db393bd281f395c6efaac2af1���`/tmp/go/src/go/internal/gcimporter/exportdata.goþ""".FindExportData��€#��ì"dH‹ %����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ùÿÿéøúÿÿè����éJ÷ÿÿ€
������^
��*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�~�.vxY5@é
%0T5p=è{0- 5P[ { 0B/<�Tgclocals·16b5bc28602689a646342e9027f59c47�Tgclocals·ea7e6c41d51eca85f63521ca4c774e18���`/tmp/go/src/go/internal/gcimporter/exportdata.goþ"".FindPkg��€#��ê"dH‹ %����H„$¨þÿÿH;A†��HìØ��1ÀH‰„$˜��H‰„$ ��H‰„$¨��H‰„$°��H‹œ$Ø��H‰$è����1Û1Û1ÛH‰œ$��H‰œ$��1ÛH‰œ$���H‰œ$��H‹œ$è��Hƒû�u è����HÄØ��ÃH‹œ$à��H‰œ$��H‹œ$è��H‰œ$��1ÛH‰œ$0��H‰œ$8��L‹Œ$à��L‰Œ$��H‹Œ$è��H‰Œ$��Hƒù…°��L‰ $H‰L$H����H‰\$HÇD$���è����L‹Œ$��H‹Œ$��¶\$ H‰Ø<�…a��Hƒù…P��L‰ $H‰L$H����H‰\$HÇD$���è����L‹Œ$��H‹Œ$��¶\$ H‰Ø<�…��L‰Œ$€���H=����H‰¼$à���HÇÀ���H‰Œ$ˆ���H‰„$è���H9ÁŒÃ��H9ȇ³��H9À…£��L‰Œ$p��L‰ $H‰„$x��H‰D$H‰|$H‰D$è����L‹Œ$��H‹Œ$��¶\$ H‰Ø<�…O��L‰Œ$���H5����H‰´$ð���HÇÀ���H‰Œ$˜���H‰„$ø���H9ÁŒ��H9ȇ��H9À…ñ��L‰Œ$p��L‰ $H‰„$x��H‰D$H‰t$H‰D$è����¶\$ H‰Ø<�„ ��1ÀH‰„$˜��H‰„$ ��H‰„$¨��H‰„$°��H„$˜��Hƒø�„Ò��HDŽ$ˆ�����HDŽ$�����H‰„$€��H‰$è����H‹œ$€��H‹¬$ø��H‰kH‹¬$ð��€=�����…m��H‰+H‹œ$€��HƒÃH‰$è����H‹œ$€��H‹¬$è��HƒÃH‰kH‹¬$à��€=�����…��H‰+H‹œ$€��H‰$H‹œ$ˆ��H‰\$H‹œ$��H‰\$è����H‹T$H‹L$ H‰”$0��H‰”$��H‰Œ$8��H‰Œ$��H����H‰$HÇD$ ���è����H‹����H‰œ$¸��H‹����H‰œ$À��H‹����H‰œ$È��H‹����H‰„$Ð��1ÉHÇD$H���H„$¸��H‰L$@H‹l$HH9é��H‰D$XH‰$è����H‹\$XHƒû�„��H‹ H‹kH‰Œ$p��H‰¬$x��HÇ$����H‹œ$0��H‰\$H‹œ$8��H‰\$H‰Œ$P��H‰L$H‰¬$X��H‰l$ è����H‹L$(H‹D$0H‰Œ$���H‰ $H‰„$��H‰D$è����H‹l$H‹T$H‹L$ H‹D$(H‰¬$@��H‰”$H��H‰„$h��H‰Œ$`��Hƒù�u!H‰$H‹] ÿÓ¶\$€û�u è����HÄØ��ÃH‹D$XH‹L$@HƒÀHÿÁH‰L$@H‹l$HH9éŒäþÿÿ1ÛH‰œ$���H‰œ$��è����HÄØ��ÉéÛþÿÿH‰$H‰l$è����éÛýÿÿH‰$H‰l$è����éƒýÿÿ‰�é'ýÿÿH‹¼$à��H‹Œ$è��H‰¼$ ��H‰¼$°���H‰Œ$(��H5����H‰´$���HÇÀ���H‰Œ$¸���H‰„$��H9ÁŒN��H9ȇ>��H9À….��H‰¼$p��H‰<$H‰„$x��H‰D$H‰t$H‰D$è����¶\$ H‰Ø<�t%H‹œ$à��H‰œ$0��H‹œ$è��H‰œ$8��éTýÿÿH‹œ$à��H‰$H‹œ$è��H‰\$H‹œ$ð��H‰\$H‹œ$ø��H‰\$HÇD$ ���è����H‹D$(H‰D$PH‰$H$¨���è����H‹D$PH‹˜°���Hƒû�u è����HÄØ��ÃH‰$H$¨���è����H‹\$PHƒû�„3��H‹»¨���H‹“°���L ����HÇÀ���1ÛH‰\$`H‰\$hH‰¼$ ���H‰|$pH‰”$¨���L‰Œ$Ð���L‰Œ$À���H‰„$Ø���I‰ÃH‰T$xH‰„$È���H9ÂŒÁ���H‰ÓL)ÛH‰ÕH9Ó‡¨���H)ÝI‰øHƒý�tMH9Å…‹���L‰„$p��L‰$H‰¬$x��H‰l$L‰L$H‰D$è����L‹œ$Ø���H‹¼$ ���H‹”$¨���¶\$ H‰Ø<�t7H‰ÓL)ÛH9Ów%H‰ØH‰ùH‰L$`H‰Œ$0��H‰D$hH‰„$8��é¤ûÿÿè���� H‰ùH‰ÐëÒ1Àë¹è���� 1À뮉éÆþÿÿ1Àéûýÿÿè���� 1Àéíýÿÿ1Àé8úÿÿè���� 1Àé*úÿÿHÇÀ���éúÿÿ1Àé–ùÿÿè���� 1ÀéˆùÿÿHÇÀ���é|ùÿÿ1ÀéäøÿÿHÇÀ���éØøÿÿ1Àé„øÿÿè����éK÷ÿÿX
������¢
��*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���œ��go.string."/"���à
�� runtime.eqstring���Ä
��go/build.Import���ú
�� runtime.raceread���¨
��(runtime.racefuncexit���Ú
�� runtime.raceread���¢��go.string.".a"���ú
�� runtime.eqstring���¬ 
��$runtime.panicslice���Ò 
��$runtime.panicslice���„!
��$runtime.panicslice���®!
��$runtime.panicslice���ð!
��$runtime.panicslice���Ø"
��0runtime.morestack_noctxt���€°��r"".autotmp_0107��type.string�"".autotmp_0106�ÿtype.*string�"".autotmp_0105��type.int�"".autotmp_0104��type.int�"".autotmp_0103�type.[2]string�"".autotmp_0100�¯type.[]string�"".autotmp_0099��type.bool�"".autotmp_0098��type.bool�"".autotmp_0097��type.bool�"".autotmp_0096��type.bool�"".autotmp_0095��type.bool�"".autotmp_0094��type.bool�"".autotmp_0093��type.bool�"".autotmp_0090�?type.[2]string�"".autotmp_0089��type.string�"".autotmp_0088��type.int�"".autotmp_0087��type.int�"".autotmp_0086��type.int�"".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_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�"".autotmp_0065�Ÿtype.int�"strings.prefix·3�¯type.string�strings.s·2�Ïtype.string�*path/filepath.path·2�ïtype.string�"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¯°ð¯°à�À�”JDLK(JG ̃ ¯Kl  $ - %F(41°% \!�^�P;‡ïmœCpSC°ÐY «�Tgclocals·835313ad7eaea3423cf91daa8b291eac�Tgclocals·6c4a411c65835fab77abb1c38389c6e6���`/tmp/go/src/go/internal/gcimporter/gcimporter.goþ"".ImportData��À��®dH‹ %����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Ãè����é©þÿÿ
������B
��*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   �� ae3�Tgclocals·82533b105984cf85b083f66dc669cad3�Tgclocals·3d397740ca3aeef04e4c50b86fffb064���`/tmp/go/src/go/internal/gcimporter/gcimporter.goþ"".Import��À*��º*dH‹ %����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Àé÷ÿÿè����écõÿÿ’
������^
��*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_0153�ï.type.**go/types.Package�"".autotmp_0152��type.*uint8�"".autotmp_0151��$type.*bufio.Reader�"".autotmp_0149�Ïtype.io.Reader�"".autotmp_0148�¯"type.interface {}�"".autotmp_0147�(type.[1]interface {}�"".autotmp_0144�ß&type.[]interface {}�"".autotmp_0143��type.bool�"".autotmp_0142��type.bool�"".autotmp_0141��type.bool�"".autotmp_0140��type.error�"".autotmp_0139��,type.*go/types.Package�"".autotmp_0138��$type.*bufio.Reader�"".autotmp_0137��type.error�"".autotmp_0136�¯"type.bufio.Reader�"".autotmp_0134�ß$type.*bufio.Reader�"".autotmp_0133��type.int�"".autotmp_0132�Ï$type.*bufio.Reader�"".autotmp_0131��type.*os.File�"".autotmp_0130��type.error�"".autotmp_0129�¿type.*os.File�"".autotmp_0127��type.string�"".autotmp_0126��type.error�"".autotmp_0125��type.string�"".autotmp_0124�ïtype.string�"".autotmp_0123��type.string�"".autotmp_0121��type.string�"".autotmp_0120��type.string�"".autotmp_0119��type.int�"".autotmp_0118��type.int�"".autotmp_0117��type.int�"".autotmp_0116�Ïtype.string�"".autotmp_0112�¯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"€ ´ÿ€ ¯ÿ€ ãÿ€ ]ÿ€ îÿ€ Âÿ€ ´ÿ€ p� �Èæ"ZY<O]È8FET·87
³.-="!RÑ9
 °2 µ6\ �”�.K„ïÄ
+h S =,2Wœ$+
-)—,6,. .±-6 !b�Tgclocals·efb701d9da05f009b0083abaece05434�Tgclocals·db874b9fb1c8bb17749ce54ab1a54eda���`/tmp/go/src/go/internal/gcimporter/gcimporter.goþ""".(*parser).init��à
��Ü
dH‹ %����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$è����é)þÿÿ‰é þÿÿ‰%����é•ýÿÿè����éRýÿÿ6
������B
��*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_0163�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–þ)�Tgclocals·1fe70e2002c10bf0ef60be2505f32d60�Tgclocals·0c8aa8e80191a30eac23f1a218103f16���`/tmp/go/src/go/internal/gcimporter/gcimporter.goþ""".(*parser).next�� ��”dH‹ %����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ÿÿÿý·���„'ÿÿÿ븉%����é¹þÿÿè����évþÿÿ
������B
��*runtime.racefuncenter���t
��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_0174��type.int32�"".autotmp_0171�type.string�"".autotmp_0170�'type.int32�"".p��type.*"".parser�°ë¯°��L”F% `
 
  &  �� ®+—�Tgclocals·51fa0e13d53d6bad7f86670d3edaeac6�Tgclocals·d8fdd2a55187867c76648dc792366181���`/tmp/go/src/go/internal/gcimporter/gcimporter.goþ"".declTypeName��À��¶dH‹ %����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
������X
��*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_0189�*type.*go/types.Object�"".autotmp_0187�ÿ.type.*go/types.TypeName�"".autotmp_0186��.type.*go/types.TypeName�"".autotmp_0185��.type.*go/types.TypeName�"".autotmp_0184�ï.type.*go/types.TypeName�"".autotmp_0183�?(type.go/types.Object�"".autotmp_0182�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�+c8i`l==RE0.�Tgclocals·f761e5e14e87c53d693ec1e896b4a796�Tgclocals·cfb2315194821224b40b627df2fad6f7���`/tmp/go/src/go/internal/gcimporter/gcimporter.goþ("".importError.Error��À
��²
dH‹ %����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þÿÿ‰éîýÿÿè����égýÿÿ(
������X
��*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_0199��"type.interface {}�"".autotmp_0198��"type.interface {}�"".autotmp_0197�Ï"type.interface {}�"".autotmp_0196�_(type.[3]interface {}�"".autotmp_0193�&type.[]interface {}�"".autotmp_0192�¯type.string� "".~r0�ptype.string�"".e��&type."".importError�À¦¿ÀZ� �ÚB÷Q�0�+Š"O&D&Z)M�Tgclocals·e190ca397b654b9c495cf95097b66008�Tgclocals·e61d629885b848af9a4bcb60cdd07fc0���`/tmp/go/src/go/internal/gcimporter/gcimporter.goþ$"".(*parser).error��€ ��ü dH‹ %����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$è����éÉýÿÿè����éÂüÿÿ,
������X
��*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_0206�Ÿtype.error�"".autotmp_0205�0type.*errors.errorString�"".autotmp_0204�o&type."".importError�"".autotmp_0203�ÿtype.error�"".autotmp_0202�¿4type.text/scanner.Position�"".autotmp_0201��0type.*errors.errorString�"".autotmp_0200�ßtype.string� "".~r0�ÿtype.error�errors.text·2�ßtype.string�"".s�¿type.string� "".err�"type.interface {}�"".p��type.*"".parser�ð¡�À�$â
q¹•E �*�+INfº
ÍP.�Tgclocals·a1bbdca80261f4bde6921b9a8af618a6�Tgclocals·6b59c5fad2d8c527de7fb662768ce12c���`/tmp/go/src/go/internal/gcimporter/gcimporter.goþ&"".(*parser).errorf�� ��˜dH‹ %����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Ãè����é4ÿÿÿ
������B
��*runtime.racefuncenter���®
��fmt.Sprintf���ä��type.string���œ
��runtime.convT2E���è
��$"".(*parser).error���ò
��(runtime.racefuncexit���†
��0runtime.morestack_noctxt���`��"".autotmp_0209�type.string�"".args�0&type.[]interface {}�"".format�type.string�"".p��type.*"".parser�ª�Ð�ò¦�� m+�Tgclocals·df5f4783eff719379e1915089ee66ed8�Tgclocals·d8fdd2a55187867c76648dc792366181���`/tmp/go/src/go/internal/gcimporter/gcimporter.goþ&"".(*parser).expect��À��ªdH‹ %����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
������T
‚ � runtime.duffzero���v
��*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_0219��"type.interface {}�"".autotmp_0218��"type.interface {}�"".autotmp_0217�"type.interface {}�"".autotmp_0216�_(type.[3]interface {}�"".autotmp_0213�&type.[]interface {}�"".autotmp_0212�ïtype.string�"".autotmp_0211�Ïtype.string�"".autotmp_0210�¯type.string� "".lit�¯type.string� "".~r1� type.string� "".tok�type.int32�"".p��type.*"".parser�Øh�à�2ú.  C.þ'L�<�:fRÅ%I)M)w
[�Tgclocals·98525cd17e1782872f945688cda92b40�Tgclocals·e83d5edbb9e7f9a499097d2486040576���`/tmp/go/src/go/internal/gcimporter/gcimporter.goþ4"".(*parser).expectSpecial��À ��¸ dH‹ %����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_0231��"type.interface {}�"".autotmp_0230�Ï"type.interface {}�"".autotmp_0229�?(type.[2]interface {}�"".autotmp_0226�o&type.[]interface {}�"".autotmp_0225�¯type.string�"".autotmp_0224�type.string�"".autotmp_0223��type.int�"".i�ßtype.int� "".sep�çtype.int32� "".tok�type.string�"".p��type.*"".parser�ФÏÐ\� �NŒA i
–9 �0�Mí"F&j%�Tgclocals·bbe2f308595eed0631fb6c42f0ddbda2�Tgclocals·6530d31bf68585eb84104783d92146a1���`/tmp/go/src/go/internal/gcimporter/gcimporter.goþ4"".(*parser).expectKeyword��à
��Ê
dH‹ %����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$è����éÿÿÿ‰é”þÿÿè����é[ýÿÿ$
������œ
��*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_0240��"type.interface {}�"".autotmp_0239�Ï"type.interface {}�"".autotmp_0238�?(type.[2]interface {}�"".autotmp_0235�o&type.[]interface {}�"".autotmp_0234�¯type.string�"".autotmp_0233�type.string� "".lit�ïtype.string�"".keyword�type.string�"".p��type.*"".parser�еÏÐÛ�°�&¦A0FÆ�,�M_Ÿ"F&j:�Tgclocals·bbe2f308595eed0631fb6c42f0ddbda2�Tgclocals·661ce063a5f54b47f94d8c3b5780f4f6���`/tmp/go/src/go/internal/gcimporter/gcimporter.goþ6"".(*parser).parsePackageId��€��ìdH‹ %����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ƒÄ`ÉëËè����éÊþÿÿ
������B
��*runtime.racefuncenter���†
��&"".(*parser).expect���Ê
��strconv.Unquote���Â
��runtime.convI2E���Ž
��$"".(*parser).error���Ð
�� runtime.raceread���¾
��(runtime.racefuncexit���Ú
��0runtime.morestack_noctxt���0À��
"".autotmp_0241�type.string� "".err�?type.error�
"".id�_type.string� "".~r0�type.string�"".p��type.*"".parser�À¿À�À�0¾ [ 94�� €G7"�Tgclocals·4a6f49bfbb5d0042a5f508261526f69f�Tgclocals·8eb69aa543d72814242b6afe7a90aa0f���`/tmp/go/src/go/internal/gcimporter/gcimporter.goþ:"".(*parser).parsePackageName��€��ädH‹ %����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Ãè����ëŽ
������:
��*runtime.racefuncenter���~
��&"".(*parser).expect���Ä
��(runtime.racefuncexit���Ø
��0runtime.morestack_noctxt���0`��"".autotmp_0244�type.string� "".~r0�type.string�"".p��type.*"".parser�`W_`�€�Ü-4��E�Tgclocals·69076ee43f1cead0792b9f36906b1b56�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���`/tmp/go/src/go/internal/gcimporter/gcimporter.goþ4"".(*parser).parseDotIdent��€��òdH‹ %����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ÿÿÿé¥þÿÿè����éþÿÿ
������B
��*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_0245�type.string� "".sep�Gtype.int32�"".ident�?type.string� "".~r0�type.string�"".p��type.*"".parser�À„¿Àd�€�Læ  *2 
S�"� .sF)bX�Tgclocals·776cf82481464578bcac89d2d7c0039b�Tgclocals·71a38c6ba2cbba51c765a33bbcab5b26���`/tmp/go/src/go/internal/gcimporter/gcimporter.goþ>"".(*parser).parseQualifiedName��€��âdH‹ %����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ë×è����éÿÿÿ
������B
��*runtime.racefuncenter���¦
��&"".(*parser).expect���Â
��6"".(*parser).parsePackageId���–
��&"".(*parser).expect���Â
�� runtime.raceread���ô
��""".(*parser).next���þ
��(runtime.racefuncexit���š
��4"".(*parser).parseDotIdent���Ð
��0runtime.morestack_noctxt���P@��"".autotmp_0248��type.string�"".name�0type.string�
"".id�type.string�"".p��type.*"".parser�@°?@8�€�4Š"& 
�� 28B4�Tgclocals·b94e96d50a6fb9e88c70f76f35acc310�Tgclocals·f6bd6b3389b872033d462029172c8612���`/tmp/go/src/go/internal/gcimporter/gcimporter.goþ&"".(*parser).getPkg�� ��ŽdH‹ %����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ýÿÿè����é9üÿÿ>
������B
��*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_0260��.type.**go/types.Package�"".autotmp_0259�o.type.**go/types.Package�"".autotmp_0258��,type.*go/types.Package�"".autotmp_0257��type.string�"".autotmp_0256�_Btype.map[string]*go/types.Package�"".autotmp_0255�O,type.*go/types.Package�"".autotmp_0254�?type.string�"".autotmp_0253��,type.*go/types.Package�"".autotmp_0252��,type.*go/types.Package�"".autotmp_0251��type.string�"".autotmp_0249�type.string� "".pkg�,type.*go/types.Package� "".~r2�P,type.*go/types.Package�"".name�0type.string�
"".id�type.string�"".p��type.*"".parser�&Ð~ÏÐ÷ÏÐB�Ð�^´*%@$#‡:l)sq �B� l*5R5M<K^_G2�Tgclocals·c06baa6d11a9fa8d655a4a09cbcf9a6a�Tgclocals·f93daa914842d19e69633177b8a26a5e���`/tmp/go/src/go/internal/gcimporter/gcimporter.goþ<"".(*parser).parseExportedName��€��èdH‹ %����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$è����똉éÿÿÿè����é þÿÿ
������p
��*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_0269�"type.interface {}�"".autotmp_0268�o(type.[1]interface {}�"".autotmp_0265�/&type.[]interface {}�"".autotmp_0264�Otype.string�
"".id�¯type.string�"".name� type.string� "".pkg�,type.*go/types.Package�"".p��type.*"".parser�¯1�€�.ê+  56ô �$�7z„"f$�Tgclocals·407e37dcde18c01b31ec40e1353bc696�Tgclocals·bdc608aff5f4d0f2167b5bd3189f61b8���`/tmp/go/src/go/internal/gcimporter/gcimporter.goþ6"".(*parser).parseBasicType��€��þ dH‹ %����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$è����뀉éàþÿÿ‰éÑýÿÿ‰�é­ýÿÿè����éüÿÿ.
������X
��*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_0280�ï*type.*go/types.Object�"".autotmp_0279�¯"type.interface {}�"".autotmp_0278�(type.[1]interface {}�"".autotmp_0275�/&type.[]interface {}�"".autotmp_0274�otype.string�"".autotmp_0273�ß.type.*go/types.TypeName�"".autotmp_0271��type.string�"".autotmp_0270�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�(ðÛïðÐïð4�€�@† 3ÛIUª �<�+UV8W:2š+u'�Tgclocals·6c66dec7f7e96105b0f464191bb83bce�Tgclocals·08ea8a267e19ab8c851378c8a3f6ad04���`/tmp/go/src/go/internal/gcimporter/gcimporter.goþ6"".(*parser).parseArrayType��  ��‚ dH‹ %����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$è����ëƒè����é¿ýÿÿ*
������X
��*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_0287�(type.*go/types.Array�"".autotmp_0286��(type.*go/types.Array�"".autotmp_0285��(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� ÔŸ \�Ð�2žB-+C 7¯K�$�+XUm09�Tgclocals·4b50aff2def05c9f54a34a1adb456647�Tgclocals·289a182bb6b46b37938658e30eba002a���`/tmp/go/src/go/internal/gcimporter/gcimporter.goþ2"".(*parser).parseMapType��€��ìdH‹ %����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$è����é?ÿÿÿè����é
þÿÿ.
������B
��*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_0294�$type.*go/types.Map�"".autotmp_0293��$type.*go/types.Map�"".autotmp_0292��$type.*go/types.Map�"".autotmp_0291��$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�ÐúÏÐn�€�.º4#"Ë  _ �(� €P6O--�Tgclocals·4b50aff2def05c9f54a34a1adb456647�Tgclocals·f72e7ab03eb9dd40ba47dc3dd92b6217���`/tmp/go/src/go/internal/gcimporter/gcimporter.goþ,"".(*parser).parseName��À ��º dH‹ %����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
������B
��*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_0306��.type.**go/types.Package�"".autotmp_0305�O.type.**go/types.Package�"".autotmp_0303�type.string�"".autotmp_0302��,type.*go/types.Package�"".autotmp_0301��,type.*go/types.Package�"".autotmp_0298��,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'Z9G=�Tgclocals·026ec990e1588fb91c86ffc4c3d51043�Tgclocals·9c5baa06207f5ef490979e3f0c196d5d���`/tmp/go/src/go/internal/gcimporter/gcimporter.goþ"".deref��à��ÞdH‹ %����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Ãè����éÿÿÿ
������B
��*runtime.racefuncenter���z��,type.*go/types.Pointer���È
��$runtime.assertI2T2���ž
�� runtime.raceread���ô
��(runtime.racefuncexit���¸
��(runtime.racefuncexit���Ì
��0runtime.morestack_noctxt���@��
"".autotmp_0307�/,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++7�Tgclocals·e2c4017e93a1e8c44f882a0388d816a3�Tgclocals·c301552ca8937361fc2b11074d410d43���`/tmp/go/src/go/internal/gcimporter/gcimporter.goþ."".(*parser).parseField��à%��Ò%dH‹ %����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_0328�$type.*go/types.Var�"".autotmp_0327��$type.*go/types.Var�"".autotmp_0326��"type.interface {}�"".autotmp_0325�Ï"type.interface {}�"".autotmp_0324�?(type.[2]interface {}�"".autotmp_0321�o&type.[]interface {}�"".autotmp_0320�§type.uint32�"".autotmp_0319��type.bool�"".autotmp_0318��$type.go/types.Type�"".autotmp_0317��$type.go/types.Type�"".autotmp_0316�¯type.string�"".autotmp_0314��type.string�"".autotmp_0313��type.string�"".autotmp_0312�ÿ,type.*go/types.Pointer�"".autotmp_0311�$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�"×ö�ð�‚ªN43:+Ä a 0J»§5W
y  7 �†�Z]†8T–g(:Ø+J/}l¡CCš% \ !3˜7�Tgclocals·2d499d7a0ebf29e5b96df9e5b32f1f92�Tgclocals·f4273a7366f767853e14f6947af7c408���`/tmp/go/src/go/internal/gcimporter/gcimporter.goþ8"".(*parser).parseStructType��À��¨dH‹ %����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$ë¯è����é,ûÿÿ@
������X
��*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_0338��type.int�"".autotmp_0337�_(type.[]*go/types.Var�"".autotmp_0336��type.int�"".autotmp_0335��type.[]string�"".autotmp_0334�ï*type.*go/types.Struct�"".autotmp_0333�type.int�"".autotmp_0332�/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� ûŸ E�à �`êB&a ,6‹€y)*7)�D�+fõÚÂHr 
L20"�Tgclocals·448d96d08a1cc8b9207efcce4344c735�Tgclocals·b997950d302c63870d2982934ac8f2d6���`/tmp/go/src/go/internal/gcimporter/gcimporter.goþ6"".(*parser).parseParameter��€��ðdH‹ %����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
������X
��*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_0349�¿$type.*go/types.Var�"".autotmp_0348��$type.*go/types.Var�"".autotmp_0346�¯(type.*go/types.Slice�"".autotmp_0345��(type.*go/types.Slice�"".autotmp_0344��(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�+XÉmi’734;&�Tgclocals·aa1b5890c95ee3e399ed227b2de6fe8f�Tgclocals·e33fe412b9186d31c61753a4bf5f3707���`/tmp/go/src/go/internal/gcimporter/gcimporter.goþ8"".(*parser).parseParameters��à
��Ü
dH‹ %����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Ä€���Ãè����éRýÿÿ(
������N
��*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_0356��type.int�"".autotmp_0355�/(type.[]*go/types.Var�"".autotmp_0354�Otype.string�"".autotmp_0351�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���`/tmp/go/src/go/internal/gcimporter/gcimporter.goþ6"".(*parser).parseSignature�� ��šdH‹ %����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Ãè����é3þÿÿ
������B
��*runtime.racefuncenter���d
��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_0362�(type.*go/types.Tuple�"".autotmp_0361�type.string�"".autotmp_0360��type.bool�"".autotmp_0359��(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���`/tmp/go/src/go/internal/gcimporter/gcimporter.goþ>"".(*parser).parseInterfaceType��À��¦dH‹ %����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$ë¯è����émúÿÿ\
������X
��*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_0378��type.*uint8�"".autotmp_0377��type.int�"".autotmp_0376�/*type.[]*go/types.Func�"".autotmp_0375��&type.*go/types.Func�"".autotmp_0374�ï&type.*go/types.Func�"".autotmp_0373��&type.*go/types.Func�"".autotmp_0371��0type.*go/types.Interface�"".autotmp_0370�ß0type.*go/types.Interface�"".autotmp_0369�Ÿtype.int�"".autotmp_0368��0type.*go/types.Signature�"".autotmp_0367�Ï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�  �f° B&a 2†ÚÙÚÙ…  •w!"7!�\�+Rêl==’Hr4<@0#�Tgclocals·b39a7371062db2876b7d8ddde30c4620�Tgclocals·6fec2e018350a2122037b263b711c6ae���`/tmp/go/src/go/internal/gcimporter/gcimporter.goþ4"".(*parser).parseChanType��€ ��êdH‹ %����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
������B
��*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_0384�O&type.*go/types.Chan�"".autotmp_0383��&type.*go/types.Chan�"".autotmp_0382��&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Ü 1 *&# £H # � � õg-9K�Tgclocals·22d483162ff03d8ae3f68d96ba585844�Tgclocals·f1e09daed0f3b15c071875a254142b5b���`/tmp/go/src/go/internal/gcimporter/gcimporter.goþ,"".(*parser).parseType��€+��ü*dH‹ %����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Ä��Ãè����éBõÿÿ´
������^
��*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_0418��"type.interface {}�"".autotmp_0417�ï"type.interface {}�"".autotmp_0416�?(type.[2]interface {}�"".autotmp_0413�o&type.[]interface {}�"".autotmp_0412��type.*uint8�"".autotmp_0411�¿,type.*go/types.Pointer�"".autotmp_0410��,type.*go/types.Pointer�"".autotmp_0409��type.*uint8�"".autotmp_0408�¯(type.*go/types.Slice�"".autotmp_0407��(type.*go/types.Slice�"".autotmp_0405�Ïtype.string�"".autotmp_0403�¯type.string�"".autotmp_0402��$type.go/types.Type�"".autotmp_0401��$type.go/types.Type�"".autotmp_0400��,type.*go/types.Pointer�"".autotmp_0399��$type.go/types.Type�"".autotmp_0398��$type.go/types.Type�"".autotmp_0397��(type.*go/types.Slice�"".autotmp_0396��$type.go/types.Type�"".autotmp_0394��type.string�"".autotmp_0392��$type.go/types.Type�"".autotmp_0391��$type.go/types.Type�"".autotmp_0390��$type.go/types.Type�"".autotmp_0389�Ÿ0type.*go/types.Signature�"".autotmp_0388��$type.go/types.Type�"".autotmp_0387�$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; �¾�.¿/9J/=/L0<+/=N>;
W0, ª+g/y:/V2 "tW 0$/�Tgclocals·3bdcb4cf15e66b61355c0a48286e3f3c�Tgclocals·b791f64b1ef2a3841fda9245ed74e550���`/tmp/go/src/go/internal/gcimporter/gcimporter.goþ8"".(*parser).parseImportDecl�� ��˜dH‹ %����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Ãè����é4ÿÿÿ
������B
��*runtime.racefuncenter���b��$go.string."import"���ˆ
��4"".(*parser).expectKeyword���¤
��:"".(*parser).parsePackageName���è
��6"".(*parser).parsePackageId���è
��&"".(*parser).getPkg���ò
��(runtime.racefuncexit���†
��0runtime.morestack_noctxt��� ��"".autotmp_0423��type.string�"".autotmp_0422�type.string�"".name�?type.string�"".p��type.*"".parser� ªŸ �Ð� þ
#"S�� S@�Tgclocals·51fa0e13d53d6bad7f86670d3edaeac6�Tgclocals·83ead081cd909acab0dcd88a450c1878���`/tmp/go/src/go/internal/gcimporter/gcimporter.goþ*"".(*parser).parseInt��À��¬dH‹ %����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ÿÿÿè����éêþÿÿ
������B
��*runtime.racefuncenter���ž
�� runtime.raceread���Ð
��""".(*parser).next���ü
��&"".(*parser).expect���ú
��*runtime.concatstring2���¬
��(runtime.racefuncexit���Î��go.string."-"���ü
��""".(*parser).next���š
��0runtime.morestack_noctxt���0°��"".autotmp_0424�type.string�"".s�?type.string� "".~r0�type.string�"".p��type.*"".parser�°Ç¯°A� �8Ž 1 !d �� .n(#�Tgclocals·4a6f49bfbb5d0042a5f508261526f69f�Tgclocals·f0fb6d101abe40ef10008a9d07f4c626���`/tmp/go/src/go/internal/gcimporter/gcimporter.goþ0"".(*parser).parseNumber��€��îdH‹ %����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
������X
��*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_0437��,type.go/constant.Value�"".autotmp_0436��type.string�"".autotmp_0435��,type.go/constant.Value�"".autotmp_0434��,type.go/constant.Value�"".autotmp_0433��,type.go/constant.Value�"".autotmp_0432�ï2type.go/constant.int64Val�"".autotmp_0429��type.string�"".autotmp_0428�_type.string�"".autotmp_0427�?,type.go/constant.Value�"".autotmp_0426�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 + �@�+º5€€ Yc c (�Tgclocals·516629c0e8bd5845d1880384cbfb4017�Tgclocals·4eb4a12d84c99f6b48b8437a2e47d70d���`/tmp/go/src/go/internal/gcimporter/gcimporter.goþ6"".(*parser).parseConstDecl��€A��ì@dH‹ %����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���ú1
��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���ö4��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_0474��type.*uint8�"".autotmp_0473�Ï(type.*go/types.Const�"".autotmp_0472��(type.*go/types.Const�"".autotmp_0471�Ï"type.interface {}�"".autotmp_0470�¯(type.[1]interface {}�"".autotmp_0467�/&type.[]interface {}�"".autotmp_0466��type.*uint8�"".autotmp_0465��type.*uint8�"".autotmp_0464��type.*uint8�"".autotmp_0463��type.*uint8�"".autotmp_0462��type.*uint8�"".autotmp_0460�,type.go/constant.Value�"".autotmp_0459��type.string�"".autotmp_0457�¿type.*uint8�"".autotmp_0456��type.string�"".autotmp_0455��type.string�"".autotmp_0453��(type.*go/types.Const�"".autotmp_0452��type.string�"".autotmp_0451��,type.go/constant.Value�"".autotmp_0450��,type.go/constant.Value�"".autotmp_0448��,type.go/constant.Value�"".autotmp_0447��,type.go/constant.Value�"".autotmp_0446��,type.go/constant.Value�"".autotmp_0445��,type.go/constant.Value�"".autotmp_0444��,type.go/constant.Value�"".autotmp_0443��$type.go/types.Type�"".autotmp_0442�¡0type.go/constant.boolVal�"".autotmp_0441�otype.string�"".autotmp_0439�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�" ò Ÿ «�À �²ü 4‚&5,+0N €s  ä’E €oE1 PJI<DËY |€ƒRSE€j  0 |+69E
#+&€ƒ$%E' Hs�ê�@†3=GrkF‘l==rK'5(0!1?rg14a%š+u#’rû1Ð
N yf3
1K Q@wK $ 16�Tgclocals·8c0603f39cd77a9b4fcbdd49d19d6810�Tgclocals·0d78d8b5f860ff35af53e9efe8c05eca���`/tmp/go/src/go/internal/gcimporter/gcimporter.goþ4"".(*parser).parseTypeDecl��À��ÀdH‹ %����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ÿÿÿ‰�éþþÿÿè����é þÿÿ
������X
��*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_0487�(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ˆ & *%Ð'
� �+BN)M.�Tgclocals·ea5138d814d46269fcb486a04203da7d�Tgclocals·f5a47b46b4f1b5a47d846a213b2ee39c���`/tmp/go/src/go/internal/gcimporter/gcimporter.goþ2"".(*parser).parseVarDecl��  ��’ dH‹ %����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þÿÿ‰éþÿÿè����é·üÿÿ@
������X
��*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_0493�¯$type.*go/types.Var�"".autotmp_0492��$type.*go/types.Var�"".autotmp_0491��$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�+l,b’:7g 50)�Tgclocals·a9ea41aae9e32efcc8711d8fabe405fb�Tgclocals·7dc854177347f40bd87ee094436bd85a���`/tmp/go/src/go/internal/gcimporter/gcimporter.goþ,"".(*parser).parseFunc�� ��ˆdH‹ %����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‰\$ëÆè����éüþÿÿ
������B
��*runtime.racefuncenter���r
��6"".(*parser).parseSignature���²
�� runtime.raceread���ä
��""".(*parser).next���¸
�� runtime.raceread���Š
��""".(*parser).next���¾
��(runtime.racefuncexit���ö
��0runtime.morestack_noctxt���0P�� "".autotmp_0499��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†2�Tgclocals·fb59fd9ce9376dfcd2105aa0993acf24�Tgclocals·f891aedf0f80c97cb1c7cc75a7fd6349���`/tmp/go/src/go/internal/gcimporter/gcimporter.goþ8"".(*parser).parseMethodDecl�� ��ždH‹ %����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
������^
��*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_0511�¿&type.*go/types.Func�"".autotmp_0510��&type.*go/types.Func�"".autotmp_0508��$type.go/types.Type�"".autotmp_0507�$type.go/types.Type�"".autotmp_0506��0type.*go/types.Signature�"".autotmp_0505�¯0type.*go/types.Signature�"".autotmp_0503�Ÿ(type.*go/types.Named�"".autotmp_0502�,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�.M4Œ8y#5%‘l=9:4L�Tgclocals·180915d0f182f66aaf5071a2332a860d�Tgclocals·3995f7a5fd637d9605bdb8d7aa636944���`/tmp/go/src/go/internal/gcimporter/gcimporter.goþ4"".(*parser).parseFuncDecl��  �� dH‹ %����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
������X
��*runtime.racefuncenter���z
��<"".(*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_0522��type.*uint8�"".autotmp_0521�Ÿ&type.*go/types.Func�"".autotmp_0520��&type.*go/types.Func�"".autotmp_0518��&type.*go/types.Func�"".autotmp_0517��0type.*go/types.Signature�"".autotmp_0516�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$€­�<�+O"Œl:7g504!�Tgclocals·6e25916c194457f163fe7feace7d8c16�Tgclocals·ecb1720f2f3150a83cd0ad14a9bde684���`/tmp/go/src/go/internal/gcimporter/gcimporter.goþ,"".(*parser).parseDecl��À ��¼ dH‹ %����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
������B
��*runtime.racefuncenter���n
�� 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_0526�type.string�"".p��type.*"".parser�p°op˜�à�nª(%*‰B8&  BB!@ # �&� šiÖ"3"p�Tgclocals·51fa0e13d53d6bad7f86670d3edaeac6�Tgclocals·d8fdd2a55187867c76648dc792366181���`/tmp/go/src/go/internal/gcimporter/gcimporter.goþ0"".(*parser).parseExport��€*��æ)dH‹ %����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_0551�Ÿtype.int�"".autotmp_0550�0type.[]*go/types.Package�"".autotmp_0549��type.string�"".autotmp_0548��,type.*go/types.Package�"".autotmp_0547��"type.interface {}�"".autotmp_0546�ï(type.[1]interface {}�"".autotmp_0543��&type.[]interface {}�"".autotmp_0542��"type.interface {}�"".autotmp_0541�Ï"type.interface {}�"".autotmp_0540�ÿ(type.[2]interface {}�"".autotmp_0537�ß&type.[]interface {}�"".autotmp_0536��type.string�"".autotmp_0535�¯type."".byPath�"".autotmp_0534�¿Ltype.map.iter[string]*go/types.Package�"".autotmp_0532�type.int�"".autotmp_0531�§type.int32�"".autotmp_0530�¯type.string�"".autotmp_0528�¿,type.*go/types.Package�"".autotmp_0527�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�"°¬ ¯°±�€�¦äTNK&;¬rP Y *Ñˆ$ ˆz(  € í2  �†�`z#±+y 3 @ELabJ"#hHe"²+O/yV�Tgclocals·a37b3a6a0e3e2a6e7071dea3f2e5a827�Tgclocals·b54af763d288bd069f044824ac69db22���`/tmp/go/src/go/internal/gcimporter/gcimporter.goþ"".byPath.Len��€��xdH‹ %����H;av&HƒìH‹\$H‰$è����H‹\$H‰\$(è����HƒÄÃè����ëÄ
������:
��*runtime.racefuncenter���X
��(runtime.racefuncexit���l
��0runtime.morestack_noctxt���@�� "".~r0�0type.int�"".a��type."".byPath�! �@�¼@�
�$�Tgclocals·2fccd208efe70893f9ac8d682812ae72�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���`/tmp/go/src/go/internal/gcimporter/gcimporter.goþ"".byPath.Swap��À��ÀdH‹ %����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$(é{ÿÿÿè���� è���� è���� è���� è���� è���� è����é`þÿÿ(
������B
��*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_0553�,type.*go/types.Package�"".j�@type.int�"".i�0type.int�"".a��type."".byPath�0™/0o� �
¾ �� _¨14�Tgclocals·3260b5c802f633fd6252c227878dd72a�Tgclocals·0c8aa8e80191a30eac23f1a218103f16���`/tmp/go/src/go/internal/gcimporter/gcimporter.goþ"".byPath.Less�� ��šdH‹ %����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Éë®è���� è���� ‰éÿÿÿè���� è���� è����ésþÿÿ
������B
��*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�°Ä¯°4��
À�� ^H8>T�Tgclocals·665da0db10d6ec82b644d9f6aee9e87b�Tgclocals·97a47a3a5d56c27a424c0b832d80d081���`/tmp/go/src/go/internal/gcimporter/gcimporter.goþ&"".ImportData.func1��€ ��€ dH‹ %����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$è���� è����éÀýÿÿ"
������N
ú� runtime.duffzero���p
��*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_0556�Ÿ"type.interface {}�"".autotmp_0555�o&type."".importError�"".autotmp_0554�ÿ"type.interface {}�"".r�ß&type."".importError�"".r�ß"type.interface {}�"".&err��type.*error�ЄÏÐœ�À�6¸+b
~è 
�"�7=#n–”�Tgclocals·5d2b5a2aeff4e4cf961f497a12cc05ae�Tgclocals·3ab80e898e0d17e887d7811d98316634���`/tmp/go/src/go/internal/gcimporter/gcimporter.goþ"".Import.func1��à
��Þ
dH‹ %����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þÿÿè����éQýÿÿ*
������œ
��*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_0567��"type.interface {}�"".autotmp_0566�Ï"type.interface {}�"".autotmp_0565�?(type.[2]interface {}�"".autotmp_0562�o&type.[]interface {}�"".autotmp_0561�¯type.error�"".autotmp_0560�type.string�"".filename� type.string�"".&err�type.*error�"".f��type.*os.File�À¼¿ÀT�°�&¢A&ËI �0�M¿"4C^%'3�Tgclocals·1d929f2c1c0fe90184352a8189cd0d2c�Tgclocals·5c9eb0f77c0cc27c34a1f722e3a2ccf4���`/tmp/go/src/go/internal/gcimporter/gcimporter.goþ."".(*parser).init.func1��À��¾dH‹ %����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ƒÄ@Ãè����éaÿÿÿ
������B
��*runtime.racefuncenter���Š��type.string���Â
��runtime.convT2E���Ž
��$"".(*parser).error���˜
��(runtime.racefuncexit���¬
��"runtime.morestack���0€��"".autotmp_0568�type.string�"".p�/type.*"".parser� "".msg�type.string�€}€ � �
ò �� @&�Tgclocals·9c91d8a91ac42440a3d1507bc8d2e808�Tgclocals·b4fa98b795b1b54ff7448fc4dc1a3c7f���`/tmp/go/src/go/internal/gcimporter/gcimporter.goþ"".init��à��ØdH‹ %����H;a†Ï���HƒìH‹\$H‰$è����H����H‰$è����¶����€û�t-H����H‰$è����¶����€ûu
è����HƒÄÃè���� H����H‰$è����Æ����è����è����è����è����è����è����è����è����è����è����è����è����H����H‰$è����Æ����è����HƒÄÃè����éÿÿÿ<
������B
��*runtime.racefuncenter���P��"".initdone·���b
�� runtime.raceread���p��"".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���`/tmp/go/src/go/internal/gcimporter/gcimporter.goþ4type..hash.[1]interface {}�€��údH‹ %����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ƒÄ(Éë·è����éCÿÿÿ
������B
��*runtime.racefuncenter���€
��(runtime.nilinterhash���Ì
��(runtime.racefuncexit���è
��0runtime.morestack_noctxt���0P��
"".autotmp_0571�type.int�"".autotmp_0570�type.int� "".~r2� type.uintptr�"".h�type.uintptr�"".p��*type.*[1]interface {}�P—OP�À�À� �  �Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���`/tmp/go/src/go/internal/gcimporter/exportdata.goþ0type..eq.[1]interface {}� ��˜dH‹ %����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ÿÿÿè����é´þÿÿ
������B
��*runtime.racefuncenter���¸
�� runtime.raceread���Æ
�� runtime.raceread���ä
��runtime.efaceeq���¸
��(runtime.racefuncexit���Ö
��(runtime.racefuncexit���†
��0runtime.morestack_noctxt���0À��"".autotmp_0575�?"type.interface {}�"".autotmp_0574�"type.interface {}�"".autotmp_0573�_type.int�"".autotmp_0572�Otype.int�"".i�otype.int� "".~r2� type.bool�"".q�*type.*[1]interface {}�"".p��*type.*[1]interface {}�&À¿À¿À�Ð�Ð�� ‚O_�Tgclocals·51af24152615272c3d9efc8538f95767�Tgclocals·2c78d3ad9d760b5f66e2e47be684c787���`/tmp/go/src/go/internal/gcimporter/exportdata.goþ(type..hash.[2]string�€��údH‹ %����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ƒÄ(Éë·è����éCÿÿÿ
������B
��*runtime.racefuncenter���€
��runtime.strhash���Ì
��(runtime.racefuncexit���è
��0runtime.morestack_noctxt���0P��
"".autotmp_0578�type.int�"".autotmp_0577�type.int� "".~r2� type.uintptr�"".h�type.uintptr�"".p��type.*[2]string�P—OP�À�À� �  �Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���`/tmp/go/src/go/internal/gcimporter/exportdata.goþ$type..eq.[2]string� ��˜dH‹ %����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ÿÿÿè����é´þÿÿ
������B
��*runtime.racefuncenter���¸
�� runtime.raceread���Æ
�� runtime.raceread���ä
�� runtime.eqstring���¸
��(runtime.racefuncexit���Ö
��(runtime.racefuncexit���†
��0runtime.morestack_noctxt���0À��"".autotmp_0582�?type.string�"".autotmp_0581�type.string�"".autotmp_0580�_type.int�"".autotmp_0579�Otype.int�"".i�otype.int� "".~r2� type.bool�"".q�type.*[2]string�"".p��type.*[2]string�&À¿À¿À�Ð�Ð�� ‚O_�Tgclocals·51af24152615272c3d9efc8538f95767�Tgclocals·44750c784da4dd430afdd97fea5c405a���`/tmp/go/src/go/internal/gcimporter/exportdata.goþ(type..hash.[8]string�€��údH‹ %����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ƒÄ(Éë·è����éCÿÿÿ
������B
��*runtime.racefuncenter���€
��runtime.strhash���Ì
��(runtime.racefuncexit���è
��0runtime.morestack_noctxt���0P��
"".autotmp_0585�type.int�"".autotmp_0584�type.int� "".~r2� type.uintptr�"".h�type.uintptr�"".p��type.*[8]string�P—OP�À�À� �  �Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���`/tmp/go/src/go/internal/gcimporter/exportdata.goþ$type..eq.[8]string� ��˜dH‹ %����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ÿÿÿè����é´þÿÿ
������B
��*runtime.racefuncenter���¸
�� runtime.raceread���Æ
�� runtime.raceread���ä
�� runtime.eqstring���¸
��(runtime.racefuncexit���Ö
��(runtime.racefuncexit���†
��0runtime.morestack_noctxt���0À��"".autotmp_0589�?type.string�"".autotmp_0588�type.string�"".autotmp_0587�_type.int�"".autotmp_0586�Otype.int�"".i�otype.int� "".~r2� type.bool�"".q�type.*[8]string�"".p��type.*[8]string�&À¿À¿À�Ð�Ð�� ‚O_�Tgclocals·51af24152615272c3d9efc8538f95767�Tgclocals·44750c784da4dd430afdd97fea5c405a���`/tmp/go/src/go/internal/gcimporter/exportdata.goþ4type..hash.[3]interface {}�€��údH‹ %����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ƒÄ(Éë·è����éCÿÿÿ
������B
��*runtime.racefuncenter���€
��(runtime.nilinterhash���Ì
��(runtime.racefuncexit���è
��0runtime.morestack_noctxt���0P��
"".autotmp_0592�type.int�"".autotmp_0591�type.int� "".~r2� type.uintptr�"".h�type.uintptr�"".p��*type.*[3]interface {}�P—OP�À�À� �  �Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���`/tmp/go/src/go/internal/gcimporter/exportdata.goþ0type..eq.[3]interface {}� ��˜dH‹ %����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ÿÿÿè����é´þÿÿ
������B
��*runtime.racefuncenter���¸
�� runtime.raceread���Æ
�� runtime.raceread���ä
��runtime.efaceeq���¸
��(runtime.racefuncexit���Ö
��(runtime.racefuncexit���†
��0runtime.morestack_noctxt���0À��"".autotmp_0596�?"type.interface {}�"".autotmp_0595�"type.interface {}�"".autotmp_0594�_type.int�"".autotmp_0593�Otype.int�"".i�otype.int� "".~r2� type.bool�"".q�*type.*[3]interface {}�"".p��*type.*[3]interface {}�&À¿À¿À�Ð�Ð�� ‚O_�Tgclocals·51af24152615272c3d9efc8538f95767�Tgclocals·2c78d3ad9d760b5f66e2e47be684c787���`/tmp/go/src/go/internal/gcimporter/exportdata.goþ:type..hash.[8]go/types.Object�€��údH‹ %����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ƒÄ(Éë·è����éCÿÿÿ
������B
��*runtime.racefuncenter���€
��"runtime.interhash���Ì
��(runtime.racefuncexit���è
��0runtime.morestack_noctxt���0P��
"".autotmp_0599�type.int�"".autotmp_0598�type.int� "".~r2� type.uintptr�"".h�type.uintptr�"".p��0type.*[8]go/types.Object�P—OP�À�À� �  �Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���`/tmp/go/src/go/internal/gcimporter/exportdata.goþ6type..eq.[8]go/types.Object� ��˜dH‹ %����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ÿÿÿè����é´þÿÿ
������B
��*runtime.racefuncenter���¸
�� runtime.raceread���Æ
�� runtime.raceread���ä
��runtime.ifaceeq���¸
��(runtime.racefuncexit���Ö
��(runtime.racefuncexit���†
��0runtime.morestack_noctxt���0À��"".autotmp_0603�?(type.go/types.Object�"".autotmp_0602�(type.go/types.Object�"".autotmp_0601�_type.int�"".autotmp_0600�Otype.int�"".i�otype.int� "".~r2� type.bool�"".q�0type.*[8]go/types.Object�"".p��0type.*[8]go/types.Object�&À¿À¿À�Ð�Ð�� ‚O_�Tgclocals·51af24152615272c3d9efc8538f95767�Tgclocals·2c78d3ad9d760b5f66e2e47be684c787���`/tmp/go/src/go/internal/gcimporter/exportdata.goþ2type..hash."".importError�à��ÄdH‹ %����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ƒÄÉ%����ëʉ%����ëè����é^ÿÿÿ
������B
��*runtime.racefuncenter���€
��@type..hash.text/scanner.Position���Ò
��"runtime.interhash���ú
��(runtime.racefuncexit���²
��0runtime.morestack_noctxt���00��"".autotmp_0605��type.uintptr� "".~r2� type.uintptr�"".h�type.uintptr�"".p��(type.*"".importError�0n/0*�°�°� � �Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���`/tmp/go/src/go/internal/gcimporter/exportdata.goþ.type..eq."".importError�à
��È
dH‹ %����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Ééþÿÿ‰éßýÿÿ‰é¶ýÿÿ‰�éýÿÿè����é\ýÿÿ$
������B
��*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_0611�type.error�"".autotmp_0610�_type.error�"".autotmp_0609�?type.string�"".autotmp_0608�type.string�"".autotmp_0607�Ÿ6type.*text/scanner.Position�"".autotmp_0606�6type.*text/scanner.Position� "".~r2� type.bool�"".q�(type.*"".importError�"".p��(type.*"".importError�2ð·ïðïðïð2�°�°�&� 7.KÝ:G‚�Tgclocals·42e7756549fd1f1e78e70fcb9f08dd2b�Tgclocals·584c0e3716f3090cbb512e5551f2db1c���`/tmp/go/src/go/internal/gcimporter/exportdata.goþ."".(*importError).Error�€��údH‹ %����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ÉëÇè����éÿÿÿ
������n
��*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_0612�type.string� "".~r0�type.string�""..this��(type.*"".importError�°×¯°�€�€��6¯�Tgclocals·69076ee43f1cead0792b9f36906b1b56�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���<autogenerated>þ4type..hash.[2]interface {}�€��údH‹ %����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ƒÄ(Éë·è����éCÿÿÿ
������B
��*runtime.racefuncenter���€
��(runtime.nilinterhash���Ì
��(runtime.racefuncexit���è
��0runtime.morestack_noctxt���0P��
"".autotmp_0615�type.int�"".autotmp_0614�type.int� "".~r2� type.uintptr�"".h�type.uintptr�"".p��*type.*[2]interface {}�P—OP�À�À� �  �Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���`/tmp/go/src/go/internal/gcimporter/exportdata.goþ0type..eq.[2]interface {}� ��˜dH‹ %����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ÿÿÿè����é´þÿÿ
������B
��*runtime.racefuncenter���¸
�� runtime.raceread���Æ
�� runtime.raceread���ä
��runtime.efaceeq���¸
��(runtime.racefuncexit���Ö
��(runtime.racefuncexit���†
��0runtime.morestack_noctxt���0À��"".autotmp_0619�?"type.interface {}�"".autotmp_0618�"type.interface {}�"".autotmp_0617�_type.int�"".autotmp_0616�Otype.int�"".i�otype.int� "".~r2� type.bool�"".q�*type.*[2]interface {}�"".p��*type.*[2]interface {}�&À¿À¿À�Ð�Ð�� ‚O_�Tgclocals·51af24152615272c3d9efc8538f95767�Tgclocals·2c78d3ad9d760b5f66e2e47be684c787���`/tmp/go/src/go/internal/gcimporter/exportdata.goþ "".(*byPath).Len��À��¸dH‹ %����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ÉëÓè����é$ÿÿÿ
������n
��*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�¶�à�à� �6ª�Tgclocals·3f5c1f818fa7055d0400cecd34057162�Tgclocals·790e5cc5051fc0affc980ade09e929ec���<autogenerated>þ""".(*byPath).Swap��  ��” dH‹ %����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
������n
��*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_0621�?,type.*go/types.Package�"".j�_type.int�"".i�Otype.int�"".a�/type."".byPath�"".j� type.int�"".i�type.int�""..this��type.*"".byPath�À¼¿À|�Ð�Ð�"�6²:¨1A�Tgclocals·cb395d89503762333b1bfb09ba74eb12�Tgclocals·0b54e40361ced91ab254ee60980e804a���<autogenerated>þ""".(*byPath).Less��À ��´ dH‹ %����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�‚>�à�
à� �DÄ9E9>c�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."/"� �� ������������������go.string."/"���þgo.string."/"���/��þ$go.string.hdr.".a"� �� ������������������go.string.".a"���þgo.string.".a"���.a��þTgclocals·6c4a411c65835fab77abb1c38389c6e6�Ð��Ð ���1����������������
�������
������
������@
������
������
�����
������
�����ª�����ª�������ª���þ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