blob: 3ae257c32b307bc19b619a8bca72b84b1dd2f833 [file] [log] [blame]
!<arch>
__.PKGDEF 0 0 0 644 9057 `
go object windows amd64 go1.4.2 X:precisestack
$$
package scanner
import runtime "runtime"
import io "io"
import unicode "unicode"
import filepath "path/filepath"
import strconv "strconv"
import utf8 "unicode/utf8"
import fmt "fmt"
import sort "sort"
import token "go/token"
import bytes "bytes"
type @"go/token".Position struct { Filename string; Offset int; Line int; Column int }
func (@"go/token".pos·2 *@"go/token".Position "esc:0x0") IsValid () (? bool) { return @"go/token".pos·2.Line > 0x0 }
func (@"go/token".pos·2 @"go/token".Position "esc:0x2") String () (? string)
type @"".Error struct { Pos @"go/token".Position; Msg string }
func (@"".e·2 @"".Error "esc:0x2") Error () (? string)
type @"".ErrorList []*@"".Error
func (@"".p·1 *@"".ErrorList) Add (@"".pos·2 @"go/token".Position, @"".msg·3 string) { *@"".p·1 = append(*@"".p·1, (&@"".Error{ Pos:@"".pos·2, Msg:@"".msg·3 })) }
func (@"".p·2 @"".ErrorList "esc:0x2") Err () (? error) { if len(@"".p·2) == 0x0 { return nil }; return @"".p·2 }
func (@"".p·2 @"".ErrorList "esc:0x1") Error () (? string)
func (@"".p·2 @"".ErrorList "esc:0x0") Len () (? int) { return len(@"".p·2) }
func (@"".p·2 @"".ErrorList "esc:0x0") Less (@"".i·3 int, @"".j·4 int) (? bool)
func (@"".p·1 *@"".ErrorList) RemoveMultiples ()
func (@"".p·1 *@"".ErrorList) Reset () { *@"".p·1 = (*@"".p·1)[0x0:0x0] }
func (@"".p·1 @"".ErrorList) Sort ()
func (@"".p·1 @"".ErrorList "esc:0x0") Swap (@"".i·2 int, @"".j·3 int) { @"".p·1[@"".i·2], @"".p·1[@"".j·3] = @"".p·1[@"".j·3], @"".p·1[@"".i·2] }
type @"io".Writer interface { Write(@"io".p []byte) (@"io".n int, @"io".err error) }
func @"".PrintError (@"".w·1 @"io".Writer, @"".err·2 error)
type @"".ErrorHandler func(@"".pos @"go/token".Position, @"".msg string)
import sync "sync" // indirect
type @"sync".Mutex struct { @"sync".state int32; @"sync".sema uint32 }
func (@"sync".m·1 *@"sync".Mutex) Lock ()
func (@"sync".m·1 *@"sync".Mutex) Unlock ()
type @"sync".Locker interface { Lock(); Unlock() }
type @"sync".RWMutex struct { @"sync".w @"sync".Mutex; @"sync".writerSem uint32; @"sync".readerSem uint32; @"sync".readerCount int32; @"sync".readerWait int32 }
func (@"sync".rw·1 *@"sync".RWMutex) Lock ()
func (@"sync".rw·1 *@"sync".RWMutex) RLock ()
func (@"sync".rw·2 *@"sync".RWMutex "esc:0x2") RLocker () (? @"sync".Locker) { return (*@"sync".rlocker)(@"sync".rw·2) }
func (@"sync".rw·1 *@"sync".RWMutex) RUnlock ()
func (@"sync".rw·1 *@"sync".RWMutex) Unlock ()
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/token".FileSet struct { @"go/token".mutex @"sync".RWMutex; @"go/token".base int; @"go/token".files []*@"go/token".File; @"go/token".last *@"go/token".File }
func (@"go/token".s·2 *@"go/token".FileSet) AddFile (@"go/token".filename·3 string, @"go/token".base·4 int, @"go/token".size·5 int) (? *@"go/token".File)
func (@"go/token".s·2 *@"go/token".FileSet) Base () (? int)
func (@"go/token".s·2 *@"go/token".FileSet) File (@"go/token".p·3 @"go/token".Pos) (@"go/token".f·1 *@"go/token".File)
func (@"go/token".s·1 *@"go/token".FileSet) Iterate (@"go/token".f·2 func(? *@"go/token".File) (? bool) "esc:0x0")
func (@"go/token".s·2 *@"go/token".FileSet) Position (@"go/token".p·3 @"go/token".Pos) (@"go/token".pos·1 @"go/token".Position)
func (@"go/token".s·2 *@"go/token".FileSet) PositionFor (@"go/token".p·3 @"go/token".Pos, @"go/token".adjusted·4 bool) (@"go/token".pos·1 @"go/token".Position)
func (@"go/token".s·2 *@"go/token".FileSet) Read (@"go/token".decode·3 func(? interface {}) (? error) "esc:0x0") (? error)
func (@"go/token".s·2 *@"go/token".FileSet) Write (@"go/token".encode·3 func(? interface {}) (? error) "esc:0x0") (? error)
func (@"go/token".s·2 *@"go/token".FileSet) @"go/token".file (@"go/token".p·3 @"go/token".Pos) (? *@"go/token".File)
type @"go/token".lineInfo struct { Offset int; Filename string; Line int }
type @"go/token".File struct { @"go/token".set *@"go/token".FileSet; @"go/token".name string; @"go/token".base int; @"go/token".size int; @"go/token".lines []int; @"go/token".infos []@"go/token".lineInfo }
func (@"go/token".f·1 *@"go/token".File) AddLine (@"go/token".offset·2 int)
func (@"go/token".f·1 *@"go/token".File) AddLineInfo (@"go/token".offset·2 int, @"go/token".filename·3 string, @"go/token".line·4 int)
func (@"go/token".f·2 *@"go/token".File "esc:0x0") Base () (? int) { return @"go/token".f·2.@"go/token".base }
func (@"go/token".f·2 *@"go/token".File "esc:0x0") Line (@"go/token".p·3 @"go/token".Pos) (? int)
func (@"go/token".f·2 *@"go/token".File) LineCount () (? int)
func (@"go/token".f·1 *@"go/token".File) MergeLine (@"go/token".line·2 int)
func (@"go/token".f·2 *@"go/token".File "esc:0x1") Name () (? string) { return @"go/token".f·2.@"go/token".name }
func (@"go/token".f·2 *@"go/token".File "esc:0x0") Offset (@"go/token".p·3 @"go/token".Pos) (? int)
func (@"go/token".f·2 *@"go/token".File "esc:0x0") Pos (@"go/token".offset·3 int) (? @"go/token".Pos)
func (@"go/token".f·2 *@"go/token".File "esc:0x0") Position (@"go/token".p·3 @"go/token".Pos) (@"go/token".pos·1 @"go/token".Position)
func (@"go/token".f·2 *@"go/token".File "esc:0x0") PositionFor (@"go/token".p·3 @"go/token".Pos, @"go/token".adjusted·4 bool) (@"go/token".pos·1 @"go/token".Position)
func (@"go/token".f·2 *@"go/token".File) SetLines (@"go/token".lines·3 []int) (? bool)
func (@"go/token".f·1 *@"go/token".File) SetLinesForContent (@"go/token".content·2 []byte "esc:0x0")
func (@"go/token".f·2 *@"go/token".File "esc:0x0") Size () (? int) { return @"go/token".f·2.@"go/token".size }
func (@"go/token".f·2 *@"go/token".File "esc:0x0") @"go/token".position (@"go/token".p·3 @"go/token".Pos, @"go/token".adjusted·4 bool) (@"go/token".pos·1 @"go/token".Position)
func (@"go/token".f·4 *@"go/token".File "esc:0x1") @"go/token".unpack (@"go/token".offset·5 int, @"go/token".adjusted·6 bool) (@"go/token".filename·1 string, @"go/token".line·2 int, @"go/token".column·3 int)
type @"".Mode uint
type @"go/token".Token int
func (@"go/token".tok·2 @"go/token".Token) IsKeyword () (? bool) { return @"go/token".Token(0x3C) < @"go/token".tok·2 && @"go/token".tok·2 < @"go/token".Token(0x56) }
func (@"go/token".tok·2 @"go/token".Token) IsLiteral () (? bool) { return @"go/token".Token(0x3) < @"go/token".tok·2 && @"go/token".tok·2 < @"go/token".Token(0xA) }
func (@"go/token".tok·2 @"go/token".Token) IsOperator () (? bool) { return @"go/token".Token(0xB) < @"go/token".tok·2 && @"go/token".tok·2 < @"go/token".Token(0x3B) }
func (@"go/token".op·2 @"go/token".Token) Precedence () (? int)
func (@"go/token".tok·2 @"go/token".Token) String () (? string)
type @"".Scanner struct { @"".file *@"go/token".File; @"".dir string; @"".src []byte; @"".err @"".ErrorHandler; @"".mode @"".Mode; @"".ch rune; @"".offset int; @"".rdOffset int; @"".lineOffset int; @"".insertSemi bool; ErrorCount int }
func (@"".s·1 *@"".Scanner) Init (@"".file·2 *@"go/token".File, @"".src·3 []byte, @"".err·4 @"".ErrorHandler, @"".mode·5 @"".Mode)
func (@"".s·4 *@"".Scanner) Scan () (@"".pos·1 @"go/token".Pos, @"".tok·2 @"go/token".Token, @"".lit·3 string)
func (@"".s·1 *@"".Scanner "esc:0x0") @"".error (@"".offs·2 int, @"".msg·3 string)
func (@"".s·2 *@"".Scanner) @"".findLineEnd () (? bool)
func (@"".s·1 *@"".Scanner) @"".interpretLineComment (@"".text·2 []byte "esc:0x0")
func (@"".s·1 *@"".Scanner) @"".next ()
func (@"".s·2 *@"".Scanner) @"".scanComment () (? string)
func (@"".s·2 *@"".Scanner) @"".scanEscape (@"".quote·3 rune) (? bool)
func (@"".s·2 *@"".Scanner) @"".scanIdentifier () (? string)
func (@"".s·1 *@"".Scanner) @"".scanMantissa (@"".base·2 int)
func (@"".s·3 *@"".Scanner) @"".scanNumber (@"".seenDecimalPoint·4 bool) (? @"go/token".Token, ? string)
func (@"".s·2 *@"".Scanner) @"".scanRawString () (? string)
func (@"".s·2 *@"".Scanner) @"".scanRune () (? string)
func (@"".s·2 *@"".Scanner) @"".scanString () (? string)
func (@"".s·1 *@"".Scanner) @"".skipWhitespace ()
func (@"".s·2 *@"".Scanner) @"".switch2 (@"".tok0·3 @"go/token".Token, @"".tok1·4 @"go/token".Token) (? @"go/token".Token)
func (@"".s·2 *@"".Scanner) @"".switch3 (@"".tok0·3 @"go/token".Token, @"".tok1·4 @"go/token".Token, @"".ch2·5 rune, @"".tok2·6 @"go/token".Token) (? @"go/token".Token)
func (@"".s·2 *@"".Scanner) @"".switch4 (@"".tok0·3 @"go/token".Token, @"".tok1·4 @"go/token".Token, @"".ch2·5 rune, @"".tok2·6 @"go/token".Token, @"".tok3·7 @"go/token".Token) (? @"go/token".Token)
const @"".ScanComments @"".Mode = 0x1
func @"".init ()
type @"sync".rlocker struct { @"sync".w @"sync".Mutex; @"sync".writerSem uint32; @"sync".readerSem uint32; @"sync".readerCount int32; @"sync".readerWait int32 }
func (@"sync".r·1 *@"sync".rlocker) Lock ()
func (@"sync".r·1 *@"sync".rlocker) Unlock ()
$$
�_go_.6 0 0 0 644 161977 `
go object windows amd64 go1.4.2 X:precisestack
!
��go13ld
fmt.ago/token.aio.a sort.abytes.apath/filepath.astrconv.aunicode.aunicode/utf8.a�þ"".Error.Error�� ��ŠeH‹ %(���H‹‰����H;awè����ëãHƒìXH‹\$XH‰$è����HDŽ$˜�������HDŽ$ �������H‹\$hHƒû�u[H\$`H‰\$@H‰$Hƒ$è����H‹l$@H‹]Hƒû�¼���1À<�u*H‹œ$ˆ���H‰œ$˜���H‹œ$���H‰œ$ ���è����HƒÄXÃH\$`H,$H‰ïH‰Þè����è����H‹L$(H‹D$0H‰L$HH‰ $H‰D$PH‰D$H����Hl$H‰ïH‰ÞH¥H¥Hœ$ˆ���Hl$ H‰ïH‰ÞH¥H¥è����H‹\$0H‰œ$˜���H‹\$8H‰œ$ ���è����HƒÄXÃHÇÀ���é:ÿÿÿ������.��0runtime.morestack_noctxt���V��*runtime.racefuncenter���Ì�� runtime.raceread���È��(runtime.racefuncexit���úô� runtime.duffcopy���„��0go/token.Position.String���Ì��go.string.": "���¢��*runtime.concatstring3���à��(runtime.racefuncexit���°��"".autotmp_0000�type.string�go/token.pos·2�/.type.*go/token.Position� "".~r0�ptype.string�"".e��type."".Error�(!°‹¯°‹¯°�Ð�(4!  <
*‚��*;>n!�Tgclocals·2105832974a1b77ba2a76db93e8d6381�Tgclocals·fd139652d6b2c96a7f83c7d52c0087ad���<c:/go/src/go/scanner/errors.goþ&"".(*ErrorList).Add��€
��ô eH‹ %(���H‹‰����HD$ØH;Awè����ëÞHì¨���H‹œ$¨���H‰$è����H����H‰$è����H‹D$Hœ$¸���H¬$€���H‰ïH‰Þè����H‰D$HH‰$HÇD$(���è����H����H‰$H‹\$HH‰\$Hƒ|$�„Ì��Hœ$€���H‰\$è����H‹\$HH‰$Hƒ$(è����H‹\$HH‰$Hƒ<$�„‡��Hƒ$(H‹œ$à���H‰\$H‹œ$è���H‰\$è����H‹\$HH‰\$HH‹œ$°���H‰$è����H‹œ$°���Hƒû�„/��H‹H‹KH‹CH‰T$hH‰L$pH‰D$xH‰ÃH)ËHƒû}FH����H‰$H‰T$PH‰T$H‰L$XH‰L$H‰D$`H‰D$HÇD$ ���è����H‹T$(H‹L$0H‹D$8H‰ÎHÿÁH‰L$XH‰D$`H‰T$PH‰t$@HòH‰$è����H‹\$PH‹l$@HëH‰$H‹\$HH‰\$è����H‹\$PH‰\$hH‹\$XH‰\$pH‹\$`H‰\$xH‹œ$°���H‰$è����H‹œ$°���H‰$Hƒ<$�t0H‹\$hH‰\$H‹\$pH‰\$H‹\$xH‰\$è����è����HÄ¨���É%����ëljéÊþÿÿ‰%����émþÿÿ‰%����é(þÿÿ&������8��0runtime.morestack_noctxt���l��*runtime.racefuncenter���z��type."".Error���Œ��"runtime.newobject���Ìô� runtime.duffcopy���ú��,runtime.racewriterange���ˆ��,type.go/token.Position���à��.runtime.writebarrierfat���†��"runtime.racewrite���ö��4runtime.writebarrierstring���¬�� runtime.raceread���ª��"type."".ErrorList���Š��"runtime.growslice���ö��"runtime.racewrite���¸��.runtime.writebarrierptr���–��"runtime.racewrite���‚ ��2runtime.writebarrierslice���Œ ��(runtime.racefuncexit���€Ð��"".autotmp_0008�Ïtype.int�"".autotmp_0007�¯"type."".ErrorList�"".autotmp_0006�"type."".ErrorList�"".autotmp_0005�O,type.go/token.Position�"".autotmp_0004�¿type.*"".Error�"".autotmp_0003��type.*"".Error�"".autotmp_0002��"type."".ErrorList� "".msg�`type.string� "".pos�,type.go/token.Position�"".p��$type.*"".ErrorList�)ШÏÐ.�€�R)¡.�$�5GFø!/6 @�Tgclocals·60a93360a6c9a9fdf89f817fd042c098�Tgclocals·95a863a4602b377df0158616022badfb���<c:/go/src/go/scanner/errors.goþ*"".(*ErrorList).Reset��€��âeH‹ %(���H‹‰����H;awè����ëãHƒì@H‹\$@H‰$è����H‹\$HH‰$è����H‹L$HH‹AH‰D$ Hƒø�rYH‰ $è����H‹D$HH‰$Hƒ<$�t7H‹(H‹D$ 1ÉH‰l$(H‰l$H‰L$0H‰L$H‰D$8H‰D$è����è����HƒÄ@É%����ëÀè���� ������.��0runtime.morestack_noctxt���V��*runtime.racefuncenter���r�� runtime.raceread���¬��"runtime.racewrite���¦��2runtime.writebarrierslice���°��(runtime.racefuncexit���Ö��$runtime.panicslice���€��"".autotmp_0015�?type.uint64�"".p��$type.*"".ErrorList�!€€�À�\À� �*–�Tgclocals·519efd86263089ddb84df3cfe7fd2992�Tgclocals·0528ab8f76149a707fd2f0025c2178a3���<c:/go/src/go/scanner/errors.goþ "".ErrorList.Len�� ��†eH‹ %(���H‹‰����H;awè����ëãHƒìH‹\$H‰$è����H‹\$H‰\$(è����HƒÄÃ������.��0runtime.morestack_noctxt���V��*runtime.racefuncenter���t��(runtime.racefuncexit���@�� "".~r0�0type.int�"".p��"type."".ErrorList�!!�P�bP��*�Tgclocals·b3902157a77db2b708b66596724732a4�Tgclocals·0115f8d53b75c1696444f08ad03251d9���<c:/go/src/go/scanner/errors.goþ""".ErrorList.Swap��€��øeH‹ %(���H‹‰����H;awè����ëãHƒìH‹\$H‰$è����H‹\$ H‹l$8L‹D$(L9Ń.��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éH‰$H‹l$@H9ÅsuHéH‹+H‰l$è����H‹\$ H‹l$@L‹D$(L9ÅsIHëH‰$è����H‹\$ H‹l$@L‹D$(L9Ås!HëH‰$H‹\$H‰\$è����è����HƒÄÃè���� è���� è���� è���� è���� è���� è���� è���� $������.��0runtime.morestack_noctxt���V��*runtime.racefuncenter��� �� runtime.raceread���”��"runtime.racewrite���Þ�� runtime.raceread���Ô��.runtime.writebarrierptr���–��"runtime.racewrite���ì��.runtime.writebarrierptr���ö��(runtime.racefuncexit���Š��$runtime.panicindex���˜��$runtime.panicindex���¦��$runtime.panicindex���´��$runtime.panicindex���Â��$runtime.panicindex���Ð��$runtime.panicindex���Þ��$runtime.panicindex���ì��$runtime.panicindex���P0��"".autotmp_0021�type.*"".Error�"".j�@type.int�"".i�0type.int�"".p��"type."".ErrorList�!0¢/0<�€�d€��*_¬K�Tgclocals·aa3b86c1ca8acadbe172378c24a491bc�Tgclocals·e1ae6533a9e39048ba0735a2264ce16a���<c:/go/src/go/scanner/errors.goþ""".ErrorList.Less��À ��¨ eH‹ %(���H‹‰����H;awè����ëãHƒìXH‹\$XH‰$è����H‹\$`H‹l$xL‹D$hL9ŃÆ��HëH‰$è����H‹T$`H‹L$hH‹l$xH9̓š��HêH‹+Hƒý�„��H‰l$0H‹¬$€���H9̓d��HêH‰$è����H‹\$`H‹¬$€���L‹D$hL9Ń5��HëH‹+Hƒý�„��H‰l$(H‹\$0H‰$è����H‹\$(H‰$è����H‹|$0Hƒÿ�„å��LH<$L‰ÆH¥H¥H‹|$(Hƒÿ�„Á��LH|$L‰ÆH¥H¥è����H‹\$ Hƒû�}Ƅ$ˆ���è����HƒÄXÃH‹\$0H‰$è����H‹\$0Hƒû�„l��H‹+H‰l$HH‹kH‰l$PH‹\$(H‰$è����H‹T$PH‹\$(Hƒû�„2��H‹ H‰L$8H‹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ƒÄXÃH‰$Hƒ$è����H‹\$(H‰$Hƒ$è����H‹D$0H‹XL‹D$(I‹hH9ëuTH‰$Hƒ$ è����H‹\$(H‰$Hƒ$ è����H‹l$0H‹] L‹D$(I‹h H9ë|Ƅ$ˆ����è����HƒÄXÃƄ$ˆ���ëìƄ$ˆ����è����HƒÄXÉéÇþÿÿ‰éþÿÿ‰é8þÿÿ‰éþÿÿ‰E�éÜýÿÿè���� è���� ‰E�éwýÿÿè���� è���� 2������.��0runtime.morestack_noctxt���V��*runtime.racefuncenter��� �� runtime.raceread���¸�� runtime.raceread���¶�� runtime.raceread���Ò�� runtime.raceread���Ò��"runtime.cmpstring���‚��(runtime.racefuncexit���¨�� runtime.raceread���„�� runtime.raceread���š�� runtime.eqstring���Ü�� runtime.raceread���‚�� runtime.raceread���Ê��(runtime.racefuncexit���ð�� runtime.raceread���– �� runtime.raceread���à �� runtime.raceread���†
�� runtime.raceread���Î
��(runtime.racefuncexit���† ��(runtime.racefuncexit���â ��$runtime.panicindex���ð ��$runtime.panicindex���Ž ��$runtime.panicindex���œ ��$runtime.panicindex���`°��"".autotmp_0023�?type.string�"".autotmp_0022�type.string�"".f�_.type.*go/token.Position�"".e�O.type.*go/token.Position� "".~r2�Ptype.bool�"".j�@type.int�"".i�0type.int�"".p��"type."".ErrorList�B!°¨¯°ã¯°¯°¯°T� �\h!"SOg•=  8@ "�2�*q?f.KXoJ0�Tgclocals·ebd64c0fdc829bc6dcd6a1b945ded67b�Tgclocals·076c527e3515bfde5b5ff9b622b64604���<c:/go/src/go/scanner/errors.goþ""".ErrorList.Sort��à��ÂeH‹ %(���H‹‰����H;awè����ëãHƒìHH‹\$HH‰$è����H‹\$PH‰\$0H‹\$XH‰\$8H‹\$`H‰\$@H����H‰$H����H‰\$H����H‰\$H\$0H‰\$è����H\$ H,$H‰ïH‰ÞH¥H¥è����è����HƒÄHÃ������.��0runtime.morestack_noctxt���V��*runtime.racefuncenter��� ��"type."".ErrorList���¶��&type.sort.Interface���Î��Fgo.itab."".ErrorList.sort.Interface���ö��runtime.convT2I���¦��sort.Sort���°��(runtime.racefuncexit���0��"".autotmp_0024�/"type."".ErrorList�"".p��"type."".ErrorList�!�°�˜!{��*P�Tgclocals·d7e8a62d22b1cde6d92b17a55c33fe8f�Tgclocals·61e2515c69061b8fed0e66ece719f936���<c:/go/src/go/scanner/errors.goþ>"".(*ErrorList).RemoveMultiples�� ��†eH‹ %(���H‹‰����HD$H;Awè����ëÞHìð���H‹œ$ð���H‰$è����H‹œ$ø���H‰\$`H‹����1íH9è„8��H‹L$`H‰D$hH‰$H‰L$pH‰L$è����H¼$È���1Àè����HÇD$(����H‹œ$ø���H‰$è����H‹œ$ø���Hƒû�„Ù��H‹H‹CH‹kH‰¬$À���1ÉH‰„$¸���H‰D$@H‰”$°���H‰ÐH‰L$HH‹l$@H9éç���H‰D$XH‰$è����H‹\$XH‹+H‰l$PH‰,$è����H‹|$PHƒÿ�„_��H‹7H‰´$ˆ���H‹OH‹”$È���H‰T$xH‹„$Ð���H‰Œ$���H‰„$€���H9Á…��H‰4$H‰L$H‰T$H‰D$è����H‹|$P¶\$ €û�„ï���H‰<$Hƒ$è����H‹|$PH‹_H‹¬$à���H9ë…Ç���H‹D$XH‹L$HHƒÀHÿÁH‰L$HH‹l$@H9éŒÿÿÿH‹œ$ø���H‰$è����H‹”$ø���H‹JH‹D$(H‰L$8H‰D$0H9ÁrkH‰$è����H‹„$ø���H‰$Hƒ<$�tFH‹(H‹T$0H‹L$8H‰¬$°���H‰l$H‰”$¸���H‰T$H‰Œ$À���H‰L$è����è����HÄð���É%����ë±è���� H‰<$HÇD$(���è����H‹|$PHƒÿ�„à���H/H¼$È���H‰îè����H‹œ$ø���H‹ H‹CH‹kH‰¬$¨���H‰Œ$˜���H‹l$(H‰„$ ���H9э���HéH‰$è����H‹œ$ø���H‰$è����H‹œ$ø���Hƒû�t]H‹ H‹CH‹kH‰¬$¨���H‰Œ$˜���H‹l$(H‰„$ ���H9Ås)HéH‰$H‹\$PH‰\$è����H‹\$(HÿÃH‰\$(éJþÿÿè���� ‰ëŸè���� ‰éÿÿÿ‰éšýÿÿ‰é ýÿÿH����H‰$H����H‰\$H����H‰\$è����H‹D$é–üÿÿ6������8��0runtime.morestack_noctxt���l��*runtime.racefuncenter���”��Hgo.itab.*"".ErrorList.sort.Interface���ä��sort.Sort���‚ì� runtime.duffzero���¶�� runtime.raceread���ö�� runtime.raceread���¢�� runtime.raceread���ê�� runtime.eqstring���¬�� runtime.raceread���Ê�� runtime.raceread���œ��"runtime.racewrite���´ ��2runtime.writebarrierslice���¾ ��(runtime.racefuncexit���ê ��$runtime.panicslice���’
��*runtime.racereadrange���Ö
ô� runtime.duffcopy���â ��"runtime.racewrite���„ �� runtime.raceread���¨ ��.runtime.writebarrierptr���Ö ��$runtime.panicindex���ì ��$runtime.panicindex���¨��$type.*"".ErrorList���¾��&type.sort.Interface���Ö��Hgo.itab.*"".ErrorList.sort.Interface���ê�� runtime.typ2Itab���à��"".autotmp_0036�ÿtype.uint64�"".autotmp_0035�ïtype.uint64�"".autotmp_0034�ïtype.string�"".autotmp_0033�Ïtype.string�"".autotmp_0031�¯type.**"".Error�"".autotmp_0030�ßtype.int�"".autotmp_0029�Ïtype.int�"".autotmp_0026�"type."".ErrorList�"".autotmp_0025�Ÿ$type.*"".ErrorList�"".e�¿type.*"".Error�"".i�type.int�"".last�O,type.go/token.Position�"".p��$type.*"".ErrorList�)àÁßàå�Ð�Z¢)< y­$‹ 4© ?�2�5e`Ô¤
hcJ�Tgclocals·2c09ec81c5cb12328d7183f25bc48833�Tgclocals·7a96a3a2f9fb113c7c5dda4afd218ac5���<c:/go/src/go/scanner/errors.goþ$"".ErrorList.Error��à ��Ü eH‹ %(���H‹‰����HD$ØH;Awè����ëÞHì¨���H‹œ$¨���H‰$è����H‹Œ$¸���HDŽ$È�������HDŽ$Ð�������Hƒù�u+H����H‹+H‰¬$È���H‹kH‰¬$Ð���è����HÄ¨���ÃHƒù…º���H‹œ$°���Hƒù�†¡���H‰$è����H‹œ$°���Hƒ¼$¸����v~H‹+H‰,$HÇD$8���è����H‹œ$°���Hƒ¼$¸����vOH‹3Hƒþ�tBH$H‰ßè����è����H‹L$8H‹D$@H‰L$`H‰Œ$È���H‰D$hH‰„$Ð���è����HÄ¨���Éëºè���� è���� è���� H‰ËHÿËH‰\$HH¼$ˆ���1Àè����Hœ$ˆ���Hƒû�„l��HÇÂ���HÇÁ���H‰T$xH‰Œ$€���H‰\$pH‰$è����H‹œ$°���Hƒ¼$¸����†%��H‰$è����H‹\$pH‰$H‹œ$°���Hƒ¼$¸����†õ���H‹+H����H‰D$PH‰D$H‰l$XH‰l$è����H����H‰$H\$HH‰\$è����H‹\$H‰\$PH‹\$H‰\$XH‹\$pHƒÃH‰$è����H‹\$pHƒÃH‰$H‹\$PH‰\$H‹\$XH‰\$è����H����H,$H‰ïH‰ÞH¥H¥H‹\$pH‰\$H‹\$xH‰\$H‹œ$€���H‰\$ è����H‹L$(H‹D$0H‰L$`H‰Œ$È���H‰D$hH‰„$Ð���è����HÄ¨���Ãè���� è���� ‰éþÿÿ6������8��0runtime.morestack_noctxt���l��*runtime.racefuncenter���Æ��*go.string."no errors"���þ��(runtime.racefuncexit���Ø�� runtime.raceread���¨��*runtime.racereadrange���ø¼� runtime.duffcopy���‚��"".Error.Error���Ô��(runtime.racefuncexit���ö��$runtime.panicindex���„��$runtime.panicindex���’��$runtime.panicindex���Êð� runtime.duffzero���À��"runtime.racewrite���€�� runtime.raceread���Ô��type.*"".Error���†��2runtime.writebarrieriface���”��type.int���º��runtime.convT2E���† ��"runtime.racewrite���Ò ��2runtime.writebarrieriface���à ��Fgo.string."%s (and %d more errors)"���È
��fmt.Sprintf���š ��(runtime.racefuncexit���´ ��$runtime.panicindex��� ��$runtime.panicindex���PÐ��"".autotmp_0054��"type.interface {}�"".autotmp_0052�o&type.[]interface {}�"".autotmp_0050��type.string�"".autotmp_0049�¿type.int�"".autotmp_0048��type.int�"".autotmp_0047�?(type.[2]interface {}�"".autotmp_0046�type.string� "".~r0�0type.string�"".p��"type."".ErrorList�4)ÐaÏЪÏТÏÐ�ð�8ÀZ
” 
!ý �4�5I-~e£&;) �Tgclocals·6088e4bcd9865f9b6f0034180dcf7683�Tgclocals·164b7a06ac40cc9e1e40ab4057fc4530���<c:/go/src/go/scanner/errors.goþ "".ErrorList.Err��À��¢eH‹ %(���H‹‰����H;awè����ëãHƒìHH‹\$HH‰$è����H‹L$XHÇD$h����HÇD$p����Hƒù�uHÇD$h����HÇD$p����è����HƒÄHÃH‹\$PH‰\$0H‰L$8H‹\$`H‰\$@H����H‰$H����H‰\$H����H‰\$H\$0H‰\$è����H‹\$ H‰\$hH‹\$(H‰\$pè����HƒÄHÃ������.��0runtime.morestack_noctxt���V��*runtime.racefuncenter���¾��(runtime.racefuncexit���ˆ��"type."".ErrorList���ž��type.error���¶��4go.itab."".ErrorList.error���Þ��runtime.convT2I�����(runtime.racefuncexit���P��"".autotmp_0061�/"type."".ErrorList� "".~r0�0type.error�"".p��"type."".ErrorList�!Fh�à�$ØF_��*4P�Tgclocals·0bc3ae4557baddd12c0222968cee4501�Tgclocals·b71897ff2424efa568f06019aaf67147���<c:/go/src/go/scanner/errors.goþ"".PrintError��à ��Æ eH‹ %(���H‹‰����HD$¨H;Awè����ëÞHìØ���H‹œ$Ø���H‰$è����H����H‰$H‹œ$ð���H‰\$H‹œ$ø���H‰\$è����H‹´$ð���H‹T$H‰”$���H‹l$ H‰¬$˜���H‹L$(H‰Œ$ ���¶\$0€û�„i��H‰Œ$Ð���1ÉH‰¬$È���H‰l$PH‰”$À���H‰ÐH‰L$XH‹l$PH9é ��H‰D$hH‰$è����H‹D$hH‹(H‰l$`H„$€���HÇ�����HÇ@����H„$€���Hƒø�„é���HÇÂ���HÇÁ���H‰”$°���H‰Œ$¸���H‰„$¨���H‰$è����H‹œ$¨���H‰$H‹L$`H����H‰D$pH‰D$H‰L$xH‰L$è����H‹œ$à���H‰$H‹´$è���H‰t$H5����Hl$H‰ïH¥H¥H‹œ$¨���H‰\$ H‹œ$°���H‰\$(H‹œ$¸���H‰\$0è����H‹D$hH‹L$XHƒÀHÿÁH‰L$XH‹l$PH9éŒàþÿÿè����HÄØ���É�éÿÿÿHƒþ�tæHœ$€���HÇ����HÇC����Hœ$€���Hƒû�„ã���HÇÂ���HÇÁ���H‰œ$¨���H‰”$°���H‰Œ$¸���H‰4$H‹œ$ø���H‰\$è����H‹\$H‰\$pH‹\$H‰\$xH‹œ$¨���H‰$è����H‹œ$¨���H‰$H‹\$pH‰\$H‹\$xH‰\$è����H‹œ$à���H‰$H‹´$è���H‰t$H5����Hl$H‰ïH¥H¥H‹œ$¨���H‰\$ H‹œ$°���H‰\$(H‹œ$¸���H‰\$0è����éÚþÿÿ‰éÿÿÿ"������8��0runtime.morestack_noctxt���l��*runtime.racefuncenter���z��"type."".ErrorList���À��$runtime.assertI2T2���À�� runtime.raceread���Š��"runtime.racewrite���º��type.*"".Error���ì��2runtime.writebarrieriface���¬�� go.string."%s\n"���œ��fmt.Fprintf���î��(runtime.racefuncexit���â ��runtime.convI2E���¬
��"runtime.racewrite���ö
��2runtime.writebarrieriface���¶ �� go.string."%s\n"���¦ ��fmt.Fprintf���@°��"".autotmp_0074��"type.interface {}�"".autotmp_0073��*type.*[1]interface {}�"".autotmp_0072��&type.[]interface {}�"".autotmp_0070�_&type.[]interface {}�"".autotmp_0069�ïtype.*"".Error�"".autotmp_0068�ßtype.**"".Error�"".autotmp_0067�type.int�"".autotmp_0066�ÿtype.int�"".autotmp_0065��(type.[1]interface {}�"".autotmp_0064��type.*"".Error�"".autotmp_0063�¯(type.[1]interface {}�"".autotmp_0062�/"type."".ErrorList�"".list�"type."".ErrorList� "".err� type.error�"".w��type.io.Writer�)°Ù¯°­�°�4î)  gKæ$  �0�5ªe1X)z
%%X�Tgclocals·bd0bcfeea87f6bbcd9605c28f73938c4�Tgclocals·273ea60e0c3d1791bcfa152545eeb243���<c:/go/src/go/scanner/errors.goþ$"".(*Scanner).next�� ��ŽeH‹ %(���H‹‰����H;awè����ëãHƒìpH‹\$pH‰$è����H‹\$xH‰$Hƒ$è����H‹D$xH‹h H‰l$PH‰$Hƒ$Pè����H‹D$xH‹XPH‹l$PH9덭��H‰$Hƒ$Hè����H‹\$xH‰$Hƒ$Pè����H‹D$xHƒø�„v��H‹hPH‰hHH‰$Hƒ$@è����H‹D$x‹X@ƒû
usH‰$Hƒ$Xè����H‹\$xH‰$Hƒ$Hè����H‹D$xHƒø�„��H‹hHH‰hXH‰$è����H‹\$xH‰$Hƒ$Hè����H‹D$xH‹(H‰,$H‹hHH‰l$è����H‹D$xH‰$Hƒ$è����H‹\$xH‰$Hƒ$Pè����H‹\$xH‹CPH‹SH‹K H‹k(H‰l$hH‰T$XH‰L$`H9ȃ„��HH‰$è����H‹D$xH‹HPH‹pH‹P H‹h(H‰l$hH‰t$XH‰T$`H9уC��H¶+HÇD$0���‰l$,ƒý�…¡���H‰$Hƒ$Hè����H‹D$xH‰$H‹xHH‰|$H����H|$H‰ÞH¥H¥è����H‹D$xH‰$Hƒ$Pè����H‹D$xH‹hPH‰l$8H‰$Hƒ$Pè����H‹D$xH‹l$8L‹D$0LÅH‰hPH‰$Hƒ$@è����H‹\$x‹l$,‰k@è����HƒÄpÁý€���|”H‰$Hƒ$è����H‹D$xH‹X(H‰\$HH‰$Hƒ$è����H‹D$xH‹X H‰\$@H‰$Hƒ$Pè����H‹L$xH‹T$@H‹APH9‚��H‹IH‰ÖH‹T$HH)ÆH)ÂHƒú�t H‰ÃHËH‰ÙH‰L$XH‰ $H‰t$`H‰t$H‰T$hH‰T$è����H‹D$x‹L$H‹T$ H‰T$0‰L$,ùýÿ��uHHƒúuBH‰$Hƒ$Hè����H‹D$xH‰$H‹xHH‰|$H����H|$H‰ÞH¥H¥è����H‹D$xéþÿÿùÿþ��…þÿÿH‰$Hƒ$Hè����H‹D$xH‹XHHƒû�Ž`þÿÿH‰$Hƒ$Hè����H‹D$xH‰$H‹xHH‰|$H����H|$H‰ÞH¥H¥è����H‹D$xéþÿÿè���� è���� è���� ‰�éÝüÿÿ‰�éƒüÿÿH‰$Hƒ$è����H‹D$xH‹h H‰l$PH‰$Hƒ$Hè����H‹D$xH‹l$PH‰hHH‰$Hƒ$@è����H‹D$x‹X@ƒû
uoH‰$Hƒ$Xè����H‹\$xH‰$Hƒ$Hè����H‹D$xHƒø�tbH‹hHH‰hXH‰$è����H‹\$xH‰$Hƒ$Hè����H‹D$xH‹(H‰,$H‹hHH‰l$è����H‹D$xH‰$Hƒ$@è����H‹\$xÇC@ÿÿÿÿétýÿÿ‰�ëš\������.��0runtime.morestack_noctxt���V��*runtime.racefuncenter���|�� runtime.raceread���´�� runtime.raceread���þ��"runtime.racewrite���¤�� runtime.raceread���î�� runtime.raceread���¤��"runtime.racewrite���Ê�� runtime.raceread���Š�� runtime.raceread���°�� runtime.raceread���ä��0go/token.(*File).AddLine���Š�� runtime.raceread���°�� runtime.raceread���¤�� runtime.raceread���Ô�� runtime.raceread���†��Bgo.string."illegal character NUL"���¨��&"".(*Scanner).error���Î�� runtime.raceread���† ��"runtime.racewrite���Î ��"runtime.racewrite���ð ��(runtime.racefuncexit���¦
�� runtime.raceread���Þ
�� runtime.raceread���– �� runtime.raceread���Ê ��.unicode/utf8.DecodeRune���° �� runtime.raceread���â ��Dgo.string."illegal UTF-8 encoding"���„��&"".(*Scanner).error���Ì�� runtime.raceread���Ž�� runtime.raceread���À��Fgo.string."illegal byte order mark"���â��&"".(*Scanner).error���€��$runtime.panicslice���Ž��$runtime.panicindex���œ��$runtime.panicindex���Ø�� runtime.raceread�����"runtime.racewrite���È�� runtime.raceread���þ��"runtime.racewrite���¤�� runtime.raceread���Ü�� runtime.raceread���‚�� runtime.raceread���¶��0go/token.(*File).AddLine���Ü��"runtime.racewrite���à��"".autotmp_0088�_type.uint64�"".autotmp_0087�Otype.uint64�"".autotmp_0085��type.int�"".autotmp_0084��type.int�"".autotmp_0083�?type.int�"".w�type.int�"".r�‡type.int32�"".s�� type.*"".Scanner�!àßßà�
�†r!85F88;˜ =@%³=
-=  *84; � �*æ �Tgclocals·519efd86263089ddb84df3cfe7fd2992�Tgclocals·0528ab8f76149a707fd2f0025c2178a3���>c:/go/src/go/scanner/scanner.goþ$"".(*Scanner).Init��À��¨eH‹ %(���H‹‰����HD$¨H;Awè����ëÞHìØ���H‹œ$Ø���H‰$è����H‹„$è���H‰D$XH‰$Hƒ$ è����H‹\$XH‹[ H‹„$ø���H9Äþ��H‹„$è���H‰D$PH‰$Hƒ$ è����H‹\$PH‹k H‰l$@H‹œ$ø���H‰\$8H¼$¸���1Àè����Hœ$¸���Hƒû�„ ��HÇÂ���HÇÁ���H‰œ$ ���H‰”$¨���H‰Œ$°���H����H‰$H\$@H‰\$è����H‹\$H‰œ$€���H‹\$H‰œ$ˆ���H‹œ$ ���H‰$è����H‹œ$ ���H‰$H‹œ$€���H‰\$H‹œ$ˆ���H‰\$è����H����H‰$H\$8H‰\$è����H‹\$H‰œ$€���H‹\$H‰œ$ˆ���H‹œ$ ���HƒÃH‰$è����H‹œ$ ���HƒÃH‰$H‹œ$€���H‰\$H‹œ$ˆ���H‰\$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$ ���H‰\$H‹œ$¨���H‰\$H‹œ$°���H‰\$ è����H‹\$(H‰œ$���H‹\$0H‰œ$˜���H����H‰$Hœ$���H‰\$è����H\$H,$H‰ïH‰ÞH¥H¥è���� ‰éYþÿÿH‹œ$à���H‰$è����H‹œ$à���H‰$Hƒ<$�„³��H‹œ$è���H‰\$è����H‹„$è���HÇD$`����HÇD$h����H‰D$HH‰$Hƒ$è����H‹\$HHƒû�„^��H‹KH‹kH‰L$`H‰ $H‰l$hH‰l$è����H‹L$H‹D$H‹œ$à���H‰$Hƒ<$�„��Hƒ$H‰L$pH‰L$H‰D$xH‰D$è����H‹œ$à���H‰$Hƒ$è����H‹œ$à���H‰$Hƒ$è����H‹œ$à���H‰$Hƒ<$�„¤��Hƒ$H‹œ$ð���H‰\$H‹œ$ø���H‰\$H‹œ$���H‰\$è����H‹œ$à���H‰$Hƒ$0è����H‹œ$à���H‰$Hƒ<$�„:��Hƒ$0H‹œ$��H‰\$è����H‹œ$à���H‰$Hƒ$8è����H‹„$à���H‹¬$��H‰h8H‰$Hƒ$@è����H‹„$à���Ç@@ ���H‰$Hƒ$Hè����H‹„$à���HÇ@H����H‰$Hƒ$Pè����H‹„$à���HÇ@P����H‰$Hƒ$Xè����H‹„$à���HÇ@X����H‰$Hƒ$`è����H‹„$à���1í@ˆh`H‰$Hƒ$hè����H‹„$à���HÇ@h����H‰$è����H‹œ$à���H‰$Hƒ$@è����H‹„$à���‹X@ûÿþ��u H‰$è����è����HÄØ���É%����éºþÿÿ‰%����éPþÿÿ‰%����éãýÿÿ‰é›ýÿÿ‰%����éAýÿÿP������8��0runtime.morestack_noctxt���l��*runtime.racefuncenter���¢�� runtime.raceread���Œ�� runtime.raceread���àð� runtime.duffzero���Þ��type.int���„��runtime.convT2E���Ú��"runtime.racewrite���°��2runtime.writebarrieriface���¾��type.int���ä��runtime.convT2E���Â��"runtime.racewrite��� ��2runtime.writebarrieriface���®��lgo.string."file size (%d) does not match src len (%d)"���¢��fmt.Sprintf���ä��type.string��� ��runtime.convT2E���À ��runtime.gopanic���ô ��"runtime.racewrite���Æ
��.runtime.writebarrierptr���  �� runtime.raceread���þ ��&path/filepath.Split���ü ��4runtime.writebarrierstring���¨ ��"runtime.racewrite���Ô ��"runtime.racewrite���ä��2runtime.writebarrierslice�����"runtime.racewrite���ì��.runtime.writebarrierptr���˜��"runtime.racewrite���Ü��"runtime.racewrite���–��"runtime.racewrite���Ò��"runtime.racewrite���Ž��"runtime.racewrite���Ê��"runtime.racewrite���‚��"runtime.racewrite���´��$"".(*Scanner).next���à�� runtime.raceread���˜��$"".(*Scanner).next���¢��(runtime.racefuncexit���p°��""".autotmp_0107�Ïtype.string�"".autotmp_0106��"type.interface {}�"".autotmp_0105�¯"type.interface {}�"".autotmp_0103�o&type.[]interface {}�"".autotmp_0102�type.string�"".autotmp_0101�¿type.int�"".autotmp_0100�¯type.int�"".autotmp_0099�?(type.[2]interface {}� "".~r0�ïtype.string�go/token.f·2�Ÿ&type.*go/token.File�go/token.f·2�&type.*go/token.File�go/token.f·2�ÿ&type.*go/token.File�"".mode�`type."".Mode� "".err�P(type."".ErrorHandler� "".src� type.[]uint8�"".file�&type.*go/token.File�"".s�� type.*"".Scanner�)°ó ¯°C�à
�dä)(#5þ:±^D* )  �<�55|++I/A72 V/ â�Tgclocals·6b2f4d77dfb06d0e8fbf4110c75c22e7�Tgclocals·6dcbd968a282b21243046c4b37fafccf���>c:/go/src/go/scanner/scanner.goþ&"".(*Scanner).error��À��¼eH‹ %(���H‹‰����H;awè����ëãHƒìpH‹\$pH‰$è����H‹\$xH‰$Hƒ$0è����H‹D$xH‹X01íH9ë„Ã���H‰$è����H‹\$xH‹+H‰,$H‹œ$€���H‰\$è����H‹\$H‰\$@H‹\$xH‰$è����H‹\$xH‹+H‰,$H‹\$@H‰\$è����H\$Hl$HH‰ïH‰Þè����H‹\$xH‰$Hƒ$0è����H\$HH,$H‰ïH‰Þè����H‹œ$ˆ���H‰\$(H‹œ$���H‰\$0H‹l$xH‹U0H‹ÿÓH‹D$xH‰$Hƒ$hè����H‹D$xH‹hhH‰l$8H‰$Hƒ$hè����H‹\$xH‹l$8HÿÅH‰khè����HƒÄpÃ������.��0runtime.morestack_noctxt���V��*runtime.racefuncenter���|�� runtime.raceread���¶�� runtime.raceread���ò��(go/token.(*File).Pos���¢�� runtime.raceread���Ø��2go/token.(*File).Position���‚ô� runtime.duffcopy���¨�� runtime.raceread���Ðô� runtime.duffcopy���¤�
������Æ�� runtime.raceread���þ��"runtime.racewrite���ª��(runtime.racefuncexit���@à�� "".autotmp_0113�otype.int�"".autotmp_0112�O,type.go/token.Position�"".autotmp_0111�_"type.go/token.Pos� "".msg� type.string�"".offs�type.int�"".s�� type.*"".Scanner�!à¼ß�à�”!'Ã@��*©?N�Tgclocals·88b5a6c26ab150d08171ef822f2978f2�Tgclocals·2a4442fd0c0e1838cbaa80c596ee9916���>c:/go/src/go/scanner/scanner.goþD"".(*Scanner).interpretLineComment��à��ÈeH‹ %(���H‹‰����HD$°H;Awè����ëÞHìÐ���H‹œ$Ð���H‰$è����H����H‰$è����H‹œ$à���H‰$H‹œ$è���H‰\$H‹œ$ð���H‰\$H‹����H‰\$H‹����H‰\$ H‹����H‰\$(è����¶\$0€û�„;��H����H‰$è����H\$?H‰\$XH‰$HÇD$���è����H‹D$X¶-����@ˆ(H‹œ$à���HÇÂ���HÇÁ���H‰$H‹œ$è���H‰\$H‹œ$ð���H‰\$H‰„$˜���H‰D$H‰”$ ���H‰T$ H‰Œ$¨���H‰L$(è����H‹D$0Hƒø�Žc��H‰ÃH‰D$HHÿÃH‹´$ð���H‹”$è���H9Ú‚f��H‹Œ$à���H‰×H)ßH‰òH)ÚHƒú�tHËH‰ÙH‰Œ$˜���H‰ $H‰¼$ ���H‰|$H‰”$¨���H‰T$è����H\$H,$H‰ïH‰ÞH¥H¥è����H‹L$H‹D$H‹\$ H‰\$xHƒø�H‰D$p…¹��H‰L$@Hƒù�Žª��H����H‰$è����H‹����H‹´$ð���H‹L$HH9΂��H9Á‚”��H‹”$à���H‰ÏH)ÇH‰ñH)ÁHƒù�t H‰ÃHÓH‰ÚH‰”$˜���H‰$H‰¼$ ���H‰|$H‰Œ$¨���H‰L$è����H‹T$H‹L$ H‹D$(H‰”$˜���H‰$H‰Œ$ ���H‰L$H‰„$¨���H‰D$è����H‹L$H‰L$`H‹D$ H‰D$hHƒø�„T��H‰ $H‰D$è����H‹L$H‹D$H‰L$`H‰ $H‰D$hH‰D$è����¶\$€û�…«��H¼$°���1Àè����Hœ$°���Hƒû�„ƒ��HÇÂ���HÇÁ���H‰”$ˆ���H‰Œ$���H‰œ$€���H‰$è����H‹œ$Ø���H‰$Hƒ$è����H‹œ$€���H‰$H‹¼$Ø���Hƒÿ�„��HoH|$H‰îH¥H¥è����H‹œ$€���HƒÃH‰$è����H‹œ$€���HƒÃH‰$H‹\$`H‰\$H‹\$hH‰\$è����H‹œ$€���H‰$H‹œ$ˆ���H‰\$H‹œ$���H‰\$è����H‹L$H‹D$ H‰L$`H‰D$hH‹œ$è���H‰\$PH‹œ$Ø���H‰$è����H‹œ$Ø���H‰$Hƒ$Xè����H‹„$Ø���H‹(H‰,$H‹XXH‹l$PHëHÿÃH‰\$H‹\$`H‰\$H‹\$hH‰\$H‹\$@H‰\$ è����è����HÄÐ���Ééàþÿÿ‰évþÿÿéfÿÿÿè���� è���� ëÐH������8��0runtime.morestack_noctxt���l��*runtime.racefuncenter���z��"".prefix���Œ�� runtime.raceread���æ��"".prefix���þ�"".prefix���– �"".prefix���ª��bytes.HasPrefix���Ô��""".statictmp_0125���æ��"runtime.racewrite���ž��,runtime.racewriterange���¶��""".statictmp_0125���ü��bytes.LastIndex���ø��2runtime.slicebytetostring���¨��strconv.Atoi���š��"".prefix���¬�� runtime.raceread���º�"".prefix���”
��bytes.TrimSpace���ˆ ��2runtime.slicebytetostring���à ��&path/filepath.Clean���¤ ��&path/filepath.IsAbs���Þ ð� runtime.duffzero���à ��"runtime.racewrite���Œ�� runtime.raceread���ò��4runtime.writebarrierstring���œ��"runtime.racewrite���î��4runtime.writebarrierstring���Ä��$path/filepath.Join���¨�� runtime.raceread���Ô�� runtime.raceread���à��8go/token.(*File).AddLineInfo���ê��(runtime.racefuncexit���ª��$runtime.panicslice���¸��$runtime.panicslice���@ ��("".autotmp_0134�Ÿtype.[]string�"".autotmp_0133��type.uint64�"".autotmp_0132��type.uint64�"".autotmp_0131��type.uint64�"".autotmp_0127��type.int�"".autotmp_0126�ïtype.*[1]uint8�"".autotmp_0124�otype.[]uint8�"".autotmp_0123��type.int�"".autotmp_0122��type.string�"".autotmp_0121�?type.[2]string�"".autotmp_0118��type.[]uint8�"".autotmp_0117��type.int�"".autotmp_0116��type.int�"".autotmp_0115�¡type.[1]uint8�"".filename�ßtype.string� "".err�¿type.error�"".line�Ÿtype.int�"".i�type.int�"".text�type.[]uint8�"".s�� type.*"".Scanner�) — Ÿ /�ð �P¦)~ª¹Í&–z$�0�5™oÔ^‡+2\A�Tgclocals·d177c75c5d21c46b4fd8251cb4d02fed�Tgclocals·af192ab194e8efba9ae810642010c479���>c:/go/src/go/scanner/scanner.goþ2"".(*Scanner).scanComment��€��þeH‹ %(���H‹‰����H;awè����ëãHì€���H‹œ$€���H‰$è����HDŽ$�������HDŽ$˜�������H‹œ$ˆ���H‰$Hƒ$Hè����H‹„$ˆ���H‹XHHÿËH‰\$8ÆD$3�H‰$Hƒ$@è����H‹„$ˆ���‹X@ƒû/…Z��H‰$è����H‹œ$ˆ���H‰$Hƒ$@è����H‹„$ˆ���‹X@ƒû
tLH‰$Hƒ$@è����H‹„$ˆ���‹X@ƒû�|.H‰$Hƒ$@è����H‹„$ˆ���‹X@ƒû uÆD$3H‰$è����ëŽH‰$Hƒ$Xè����H‹¬$ˆ���H‹]XH‹l$8H9ë…£���H‹œ$ˆ���H‰$Hƒ$è����H‹„$ˆ���H‹X(H‰\$HH‰$Hƒ$Hè����H‹|$HH‹Œ$ˆ���H‹QHH‹D$8H9ׂ\��H9‚S��H‰ $H‹IH‰ÖH)ÆH‰úH)ÂHƒú�t H‰ÃHËH‰ÙH‰L$hH‰L$H‰t$pH‰t$H‰T$xH‰T$è����H‹œ$ˆ���H‰$Hƒ$è����H‹„$ˆ���H‹X(H‰\$@H‰$Hƒ$Hè����H‹Œ$ˆ���H‹|$@H‹QHH‹D$8H9ׂ²���H9‚©���H‹IH‰ÖH)ÆH‰úH)ÂHƒú�t H‰ÃHËH‰ÙH‰ÍH‰ñH‰Ð€|$3�t1H‰l$PH‰,$H‰L$XH‰L$H‰D$`H‰D$è����H‹l$H‹L$ H‹D$(H‰l$PH‰,$H‰L$XH‰L$H‰D$`H‰D$è����H‹\$H‰œ$���H‹\$ H‰œ$˜���è����HÄ€���Ãè���� è���� H‰$è����H‹„$ˆ���H‰$Hƒ$@è����H‹„$ˆ���‹X@ƒû�|mH‰$Hƒ$@è����H‹Œ$ˆ���‹i@‰l$4ƒý uÆD$3H‰ $è����H‹„$ˆ���‹\$4ƒû*u¡H‰$Hƒ$@è����H‹„$ˆ���‹X@ƒû/uƒH‰$è����éPþÿÿH‰$H‹t$8H‰t$H5����Hl$H‰ïH¥H¥è����é%þÿÿ:������.��0runtime.morestack_noctxt���b��*runtime.racefuncenter���¾�� runtime.raceread���Œ�� runtime.raceread���Æ��$"".(*Scanner).next���ò�� runtime.raceread���®�� runtime.raceread���ê�� runtime.raceread���¦��$"".(*Scanner).next���Æ�� runtime.raceread���¦�� runtime.raceread���ä�� runtime.raceread���À��D"".(*Scanner).interpretLineComment���ì�� runtime.raceread���ª�� runtime.raceread���œ
��"".stripCR���þ
��2runtime.slicebytetostring���¼ ��(runtime.racefuncexit���Ö ��$runtime.panicslice���ä ��$runtime.panicslice���ú ��$"".(*Scanner).next���¦ �� runtime.raceread���â �� runtime.raceread���¦ ��$"".(*Scanner).next���ä �� runtime.raceread���–��$"".(*Scanner).next���Ê��Dgo.string."comment not terminated"���ì��&"".(*Scanner).error���0€��"".autotmp_0156��type.uint64�"".autotmp_0155��type.uint64�"".autotmp_0154��type.uint64�"".autotmp_0153�type.uint64�"".autotmp_0151�otype.uint64�"".autotmp_0150��type.[]uint8� "".lit�_type.[]uint8�
"".ch�—type.int32�"".hasCR�™type.bool�"".offs�type.int� "".~r0�type.string�"".s�� type.*"".Scanner�$€Åÿ€Ö�À�„Ð$VU*" D  (£,…1I +  ' &��0­ Ö�Tgclocals·521d2fa12a56ba961a59b2852d682dbc�Tgclocals·660c52760819425e2fa6ae9a8a8ae931���>c:/go/src/go/scanner/scanner.goþ2"".(*Scanner).findLineEnd��  ��‚ eH‹ %(���H‹‰����H;awè����ëãHƒì(H‹\$(H‰$è����ÆD$8�HÇD$����HÇD$ ����H\$H‰\$H‰$è����H‹L$H-����H‰)H‰ $Hƒ$è����H‹\$Hl$0H‰kH‹\$0H‰$Hƒ$Hè����H‹l$0H‹]HHÿËH‰$H‹\$Sjè����YYH…À…ò��H‹\$0H‰$Hƒ$@è����H‹l$0‹]@ƒû/…”��H‹\$0H‰$Hƒ$@è����H‹l$0‹]@ƒû/uÆD$8è����è����HƒÄ(ÃH‹\$0H‰$è����H‹\$0H‰$Hƒ$@è����H‹l$0‹]@ƒû�Œ‚���H‹\$0H‰$Hƒ$@è����H‹\$0‹k@‰l$ ƒý
uÆD$8è����è����HƒÄ(ÃH‹\$0H‰$è����‹\$ ƒû*uŒH‹\$0H‰$Hƒ$@è����H‹l$0‹]@ƒû/…hÿÿÿH‹\$0H‰$è����H‹\$0H‰$è����H‹\$0H‰$Hƒ$@è����H‹l$0‹]@ƒû�|hH‹\$0H‰$Hƒ$@è����H‹l$0‹]@ƒû
tHH‹\$0H‰$Hƒ$@è����H‹l$0‹]@ƒû/tÆD$8�è����è����HƒÄ(ÃH‹\$0H‰$è����é]þÿÿÆD$8è����è����HƒÄ(ÃH‹\$0H‰$Hƒ$@è����H‹l$0‹]@ƒû*uéGþÿÿÆD$8�è����è����HƒÄ(Ðè����è����HƒÄ(ÃD������.��0runtime.morestack_noctxt���V��*runtime.racefuncenter���ª��"runtime.racewrite���Â��"".func·001���ä��"runtime.racewrite���¦�� runtime.raceread���à��"runtime.deferproc���œ�� runtime.raceread���ä�� runtime.raceread���”��&runtime.deferreturn���ž��(runtime.racefuncexit���Ä��$"".(*Scanner).next���ê�� runtime.raceread���²�� runtime.raceread���ê��&runtime.deferreturn���ô��(runtime.racefuncexit���š��$"".(*Scanner).next���Ò�� runtime.raceread�����$"".(*Scanner).next���¬��8"".(*Scanner).skipWhitespace���Ò�� runtime.raceread���’�� runtime.raceread���Ò�� runtime.raceread���‚ ��&runtime.deferreturn���Œ ��(runtime.racefuncexit���² ��$"".(*Scanner).next���Ò ��&runtime.deferreturn���Ü ��(runtime.racefuncexit���Œ
�� runtime.raceread���Æ
��&runtime.deferreturn���Ð
��(runtime.racefuncexit���æ
��&runtime.deferreturn���ð
��(runtime.racefuncexit��� P��
"".autotmp_0165�Ttype.struct { F uintptr; A0 **"".Scanner }�"".autotmp_0164�/Vtype.*struct { F uintptr; A0 **"".Scanner }�
"".ch�7type.int32� "".~r0�type.bool�"".s�� type.*"".Scanner�J!PŒaOPjOPËOP'OP9OPO�Ð�–¬!RQ‹$  43$  &%-@ 
 3( ' 8?@?�<�**[;R³/�Tgclocals·77f13e31755c04f01905bb2ef7d54dfd�Tgclocals·125aa73dd785eb99391b8ccfd2294a7d���>c:/go/src/go/scanner/scanner.goþ"".isLetter�� ��–eH‹ %(���H‹‰����H;awè����ëãHƒìH‹\$H‰$è����‹D$ƒøa|@ƒøz;HÇÁ���€ù�u=€���|!‰$è����¶\$€û�tÆD$ è����HƒÄÃÆD$ �ëïƒøA|ƒøZ~»ƒø_t¶1Éë¹
������.��0runtime.morestack_noctxt���V��*runtime.racefuncenter���¨�� unicode.IsLetter���Ð��(runtime.racefuncexit��� ��"".autotmp_0166��type.bool� "".~r1�type.bool�
"".ch��type.int32�! O ��„34
��*=)�Tgclocals·8fbfd1fa76612b3461710f60c9f686b6�Tgclocals·0115f8d53b75c1696444f08ad03251d9���>c:/go/src/go/scanner/scanner.goþ"".isDigit��€��øeH‹ %(���H‹‰����H;awè����ëãHƒìH‹\$H‰$è����‹D$ƒø0|@ƒø9;HÇÁ���€ù�u=€���|!‰$è����¶\$€û�tÆD$ è����HƒÄÃÆD$ �ëï1ÉëÈ
������.��0runtime.morestack_noctxt���V��*runtime.racefuncenter���¨��unicode.IsDigit���Ð��(runtime.racefuncexit��� ��"".autotmp_0168��type.bool� "".~r1�type.bool�
"".ch��type.int32�! O �€�Œ34
��*=�Tgclocals·8fbfd1fa76612b3461710f60c9f686b6�Tgclocals·0115f8d53b75c1696444f08ad03251d9���>c:/go/src/go/scanner/scanner.goþ8"".(*Scanner).scanIdentifier��€��öeH‹ %(���H‹‰����H;awè����ëãHƒìPH‹\$PH‰$è����HÇD$`����HÇD$h����H‹\$XH‰$Hƒ$Hè����H‹\$XH‹kHH‰l$(H‹\$XH‰$Hƒ$@è����H‹\$X‹k@‰,$è����H‹L$X¶\$€û�t H‰ $è����ëÃH‰ $Hƒ$@è����H‹\$X‹k@‰,$è����H‹L$X¶\$€û�tëÆH‰ $Hƒ$è����H‹D$XH‹X(H‰\$0H‰$Hƒ$Hè����H‹L$XH‹|$0H‹QHH‹D$(H9×rdH9Âr_H‹IH‰ÖH)ÆH‰úH)ÂHƒú�t H‰ÃHËH‰ÙH‰L$8H‰ $H‰t$@H‰t$H‰T$HH‰T$è����H‹\$H‰\$`H‹\$ H‰\$hè����HƒÄPÃè���� ������.��0runtime.morestack_noctxt���V��*runtime.racefuncenter��� �� runtime.raceread���â�� runtime.raceread���‚��"".isLetter���²��$"".(*Scanner).next���Ò�� runtime.raceread���ò��"".isDigit���°�� runtime.raceread���è�� runtime.raceread���¤��2runtime.slicebytetostring���Ö��(runtime.racefuncexit���ê��$runtime.panicslice���0 ��"".autotmp_0172�?type.uint64�"".offs�Otype.int� "".~r0�type.string�"".s�� type.*"".Scanner�! ÒŸ  �€�&”!
 !2 1²��*À
 �Tgclocals·521d2fa12a56ba961a59b2852d682dbc�Tgclocals·bfc69a0c89200aaeab2b53343f38a3be���>c:/go/src/go/scanner/scanner.goþ"".digitVal��à��ÞeH‹ %(���H‹‰����H;awè����ëãHƒìH‹\$H‰$è����‹D$ƒø0|ƒø9‰Ãƒë0HcÛH‰\$è����HƒÄÃøa|ƒøf‰ÃƒëaƒÃ
HcÛH‰\$è����HƒÄÃøA|ƒøF‰ÃƒëAƒÃ
HcÛH‰\$è����HƒÄÃHÇD$���è����HƒÄÃ������.��0runtime.morestack_noctxt���V��*runtime.racefuncenter���–��(runtime.racefuncexit���Þ��(runtime.racefuncexit���¦��(runtime.racefuncexit���Ì��(runtime.racefuncexit��� �� "".~r1�type.int�
"".ch��type.int32�&!2##�°�@¤!
  

��* f�Tgclocals·8fbfd1fa76612b3461710f60c9f686b6�Tgclocals·0115f8d53b75c1696444f08ad03251d9���>c:/go/src/go/scanner/scanner.goþ4"".(*Scanner).scanMantissa��€��öeH‹ %(���H‹‰����H;awè����ëãHƒìH‹\$H‰$è����H‹\$H‰$Hƒ$@è����H‹\$‹k@‰,$è����H‹\$H‹l$ H9ë}H‹\$H‰$è����ë¾è����HƒÄÃ������.��0runtime.morestack_noctxt���V��*runtime.racefuncenter���|�� runtime.raceread���œ��"".digitVal���Ö��$"".(*Scanner).next���ä��(runtime.racefuncexit��� ��"".base�type.int�"".s�� type.*"".Scanner�! Y�€�¼!@
�
�*V�Tgclocals·cd30d2bcfdea04ed7c49639580b4bd08�Tgclocals·3280bececceccd33cb74587feedb1f9f���>c:/go/src/go/scanner/scanner.goþ0"".(*Scanner).scanNumber��à��ÎeH‹ %(���H‹‰����H;awè����ëãHƒìhH‹\$hH‰$è����HDŽ$ˆ�������HDŽ$�������H‹\$pH‰$Hƒ$Hè����H‹L$pH‹iHH‰l$8HÇD$0���€|$x�„Ô��H‰ëHÿËH‰\$8HÇD$0���H‰ $HÇD$
���è����H‹\$pH‰$Hƒ$@è����H‹D$p‹X@ƒûe„��H‰$Hƒ$@è����H‹D$p‹X@ƒûE„ò���H‰$Hƒ$@è����H‹D$p‹X@ƒûiuHÇD$0���H‰$è����H‹D$pH‰$Hƒ$è����H‹D$pH‹X(H‰\$HH‰$Hƒ$Hè����H‹L$pH‹|$HH‹QHH‹D$8H9×rwH9ÂrrH‹\$0H‰œ$€���H‹IH‰ÖH)ÆH‰úH)ÂHƒú�t H‰ÃHËH‰ÙH‰L$PH‰ $H‰t$XH‰t$H‰T$`H‰T$è����H‹\$H‰œ$ˆ���H‹\$ H‰œ$���è����HƒÄhÃè���� HÇD$0���H‰$è����H‹\$pH‰$Hƒ$@è����H‹D$p‹X@ƒû-t7H‰$Hƒ$@è����H‹D$p‹X@ƒû+tH‰$HÇD$
���è����H‹D$pé¥þÿÿH‰$è����H‹D$pëÔH‰ $Hƒ$@è����H‹D$p‹X@ƒû0…\��H‰$Hƒ$Hè����H‹D$pH‹hHH‰l$@H‰$è����H‹\$pH‰$Hƒ$@è����H‹D$p‹X@ƒûx„—��H‰$Hƒ$@è����H‹D$p‹X@ƒûX„x��ÆD$/�H‰$HÇD$���è����H‹\$pH‰$Hƒ$@è����H‹D$p‹X@ƒû8„��H‰$Hƒ$@è����H‹D$p‹X@ƒû9„ý���H‰$Hƒ$@è����H‹D$p‹X@ƒû.„Œ���H‰$Hƒ$@è����H‹D$p‹X@ƒûetqH‰$Hƒ$@è����H‹D$p‹X@ƒûEtVH‰$Hƒ$@è����H‹D$p‹X@ƒûit;€|$/�„kýÿÿH‰$H‹t$@H‰t$H5����Hl$H‰ïH¥H¥è����H‹D$pé;ýÿÿH‰$Hƒ$@è����H‹l$p‹]@ƒû.…§üÿÿHÇD$0���H‹\$pH‰$è����H‹\$pH‰$HÇD$
���è����étüÿÿÆD$/H‰$HÇD$
���è����H‹D$péâþÿÿH‰$è����H‹\$pH‰$HÇD$���è����H‹\$pH‰$Hƒ$Hè����H‹L$@H‹D$pH‹XHH)ËHƒûzüÿÿH‰$H‰L$H����Hl$H‰ïH‰ÞH¥H¥è����H‹D$péLüÿÿH‰$HÇD$
���è����H‹D$péõþÿÿV������.��0runtime.morestack_noctxt���V��*runtime.racefuncenter���¬�� runtime.raceread���¼��4"".(*Scanner).scanMantissa���â�� runtime.raceread��� �� runtime.raceread���Þ�� runtime.raceread���œ��$"".(*Scanner).next���Â�� runtime.raceread���ú�� runtime.raceread���Ð��2runtime.slicebytetostring���Ž��(runtime.racefuncexit���¢��$runtime.panicslice���Ê��$"".(*Scanner).next���ð�� runtime.raceread���¦�� runtime.raceread���ä��4"".(*Scanner).scanMantissa���Š ��$"".(*Scanner).next���´ �� runtime.raceread���ò �� runtime.raceread��� 
��$"".(*Scanner).next���Æ
�� runtime.raceread���„ �� runtime.raceread���Ô ��4"".(*Scanner).scanMantissa���ú �� runtime.raceread���¸ �� runtime.raceread���ö �� runtime.raceread���´ �� runtime.raceread���ê �� runtime.raceread��� �� runtime.raceread���ú��@go.string."illegal octal number"���œ��&"".(*Scanner).error���Ì�� runtime.raceread���œ��$"".(*Scanner).next���Ê��4"".(*Scanner).scanMantissa���‚��4"".(*Scanner).scanMantissa���¨��$"".(*Scanner).next���Ö��4"".(*Scanner).scanMantissa���ü�� runtime.raceread���Ò��Lgo.string."illegal hexadecimal number"���ú��&"".(*Scanner).error���²��4"".(*Scanner).scanMantissa���PÐ��"".autotmp_0181�?type.uint64�&"".seenDecimalDigit�qtype.bool�"".offs�Otype.int� "".tok�o&type.go/token.Token�"".offs�_type.int� "".~r2�0type.string� "".~r1� &type.go/token.Token�&"".seenDecimalPoint�type.bool�"".s�� type.*"".Scanner�!ЮÏР�ð �ÆÈ!Œ‹!    ^C À  ; a CC
p +@+ 1 .)`1��*ý
 �Tgclocals·114033e1e2239be2041303de401a5790�Tgclocals·fcd1d08a61205d0019d9048ecb6f50d7���>c:/go/src/go/scanner/scanner.goþ0"".(*Scanner).scanEscape��à��ÌeH‹ %(���H‹‰����HD$ÐH;Awè����ëÞHì°���H‹œ$°���H‰$è����H‹œ$¸���H‰$Hƒ$Hè����H‹„$¸���H‹hHH‰l$HH‰$Hƒ$@è����H‹Œ$¸���‹A@ƒøf°��ƒøa��ƒø\uH‰ $è����Ƅ$È���è����HÄ°���Ãøat݋¬$À���9èt҃ø4•��ƒø1l��ƒø0…Ð��HÇÀ���ÇD$D���ÇD$@ÿ���ÇD$<����H‰D$PHƒø�Ž.��H‰ $Hƒ$@è����H‹œ$¸���‹k@‰,$è����H‹´$¸���‹L$DH‹D$‰À9È‚½��Hœ$ˆ���HÇ����HÇC����Hœ$ˆ���Hƒû�„��HÇÂ���HÇÁ���H‰œ$˜���H‰”$ ���H‰Œ$¨���H����H‰$H‰t$Hƒ|$�„?��HƒD$@è����H‹\$H‰\$xH‹\$H‰œ$€���H‹œ$˜���H‰$è����H‹œ$˜���H‰$H‹\$xH‰\$H‹œ$€���H‰\$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$˜���H‰\$H‹œ$ ���H‰\$H‹œ$¨���H‰\$ è����H‹L$(H‹D$0H‰L$XH‰D$`H‹œ$¸���H‰$Hƒ$@è����H‹„$¸���‹X@ƒû�}H����H‹+H‰l$XH‹kH‰l$`H‰$Hƒ$Hè����H‹„$¸���H‰$H‹hHH‰l$H‹\$XH‰\$H‹\$`H‰\$è����Ƅ$È����è����HÄ°���É%����éµþÿÿ‰élþÿÿ‹\$<¯ÙÉ\$<H‰4$è����H‹Œ$¸���H‹D$PHÿÈH‰D$PHƒø�Òýÿÿ‹\$<‹l$@9ëw‹\$<û�Ø��rG‹\$<û�à��s;H‰ $H‹t$HH‰t$H5����Hl$H‰ïH¥H¥è����Ƅ$È����è����HÄ°���ÃƄ$È���è����HÄ°���Ãø1„'ýÿÿH����H‹+H‰l$hH‹kH‰l$pH‰ $Hƒ$@è����H‹„$¸���‹X@ƒû�}H����H‹+H‰l$hH‹kH‰l$pH‰$H‹\$HH‰\$H‹\$hH‰\$H‹\$pH‰\$è����Ƅ$È����è����HÄ°���Ãø2„”üÿÿƒø3„‹üÿÿƒø4„‚üÿÿéVÿÿÿƒø7 ƒø5„oüÿÿƒø6„füÿÿƒø7„]üÿÿé1ÿÿÿƒøUu-H‰ $è����H‹Œ$¸���HÇÀ���ÇD$D���ÇD$@ÿÿ�é=üÿÿƒøuu-H‰ $è����H‹Œ$¸���HÇÀ���ÇD$D���ÇD$@ÿÿ�é üÿÿƒøx…ÄþÿÿH‰ $è����H‹Œ$¸���HÇÀ���ÇD$D���ÇD$@ÿ���éÕûÿÿƒøb„lûÿÿƒøf„cûÿÿéûÿÿƒørƒøn„Pûÿÿƒør„Gûÿÿéeûÿÿƒøt„9ûÿÿƒøv„0ûÿÿéNûÿÿB������8��0runtime.morestack_noctxt���l��*runtime.racefuncenter���˜�� runtime.raceread���Ö�� runtime.raceread���¬��$"".(*Scanner).next���Æ��(runtime.racefuncexit���¤�� runtime.raceread���Ê��"".digitVal���¬��type.int32���ì��runtime.convT2E���¼��"runtime.racewrite���Œ��2runtime.writebarrieriface���š��hgo.string."illegal character %#U in escape sequence"���Ž ��fmt.Sprintf���â �� runtime.raceread���
��Tgo.string."escape sequence not terminated"���Î
�� runtime.raceread���ª ��&"".(*Scanner).error���Ä ��(runtime.racefuncexit���¦ ��$"".(*Scanner).next���Ö ��rgo.string."escape sequence is invalid Unicode code point"���ø ��&"".(*Scanner).error���’��(runtime.racefuncexit���¼��(runtime.racefuncexit���ì��Fgo.string."unknown escape sequence"���ª�� runtime.raceread���Ø��Tgo.string."escape sequence not terminated"���È��&"".(*Scanner).error���â��(runtime.racefuncexit���˜��$"".(*Scanner).next���ü��$"".(*Scanner).next���è��$"".(*Scanner).next���0à��"".autotmp_0195�o"type.interface {}�"".autotmp_0193�/&type.[]interface {}�"".autotmp_0191��type.int�"".autotmp_0189�O(type.[1]interface {}� "".msg�¯type.string�"".x�çtype.uint32� "".msg�type.string� "".max�ßtype.uint32�"".base�×type.uint32�"".n�¿type.int�"".offs�Ïtype.int� "".~r1� type.bool�"".quote�type.int32�"".s�� type.*"".Scanner�R)à…ßà¾ßà¦ßàßà’ßà³�ð
�‚â)da'+ TS &4›&<  $&Q '0/!#  -8�J�5mo¤((A*d 1vL
O [å�Tgclocals·39acacff843a1354b5b2c6ab8f5fe97e�Tgclocals·f3a8305ce9552c151bb5ff9b20dd3631���>c:/go/src/go/scanner/scanner.goþ,"".(*Scanner).scanRune��à��ÒeH‹ %(���H‹‰����H;awè����ëãHƒì`H‹\$`H‰$è����HÇD$p����HÇD$x����H‹\$hH‰$Hƒ$Hè����H‹L$hH‹YHHÿËH‰\$0ÆD$+HÇD$8����H‰ $Hƒ$@è����H‹L$h‹i@ƒý
„W��‰l$,ƒý�ŒJ��H‰ $è����‹T$,H‹L$hƒú'…ê���€|$+�t6H‹\$8Hƒût+H‰ $H‹t$0H‰t$H5����Hl$H‰ïH¥H¥è����H‹L$hH‰ $Hƒ$è����H‹D$hH‹X(H‰\$@H‰$Hƒ$Hè����H‹L$hH‹|$@H‹QHH‹D$0H9×rdH9Âr_H‹IH‰ÖH)ÆH‰úH)ÂHƒú�t H‰ÃHËH‰ÙH‰L$HH‰ $H‰t$PH‰t$H‰T$XH‰T$è����H‹\$H‰\$pH‹\$ H‰\$xè����HƒÄ`Ãè���� H‹\$8HÿÃH‰\$8ƒú\…¹þÿÿH‰ $ÇD$'���è����H‹L$h¶\$€û�u
ÆD$+�éþÿÿéŠþÿÿ€|$+�„ÆþÿÿH‰ $H‹t$0H‰t$H5����Hl$H‰ïH¥H¥è����H‹L$hÆD$+�é‘þÿÿ ������.��0runtime.morestack_noctxt���V��*runtime.racefuncenter��� �� runtime.raceread���ú�� runtime.raceread���È��$"".(*Scanner).next���º��@go.string."illegal rune literal"���Ü��&"".(*Scanner).error���‚�� runtime.raceread���º�� runtime.raceread���ö��2runtime.slicebytetostring���¨��(runtime.racefuncexit���¼��$runtime.panicslice���Ž��0"".(*Scanner).scanEscape���Š��Ngo.string."rune literal not terminated"���¬��&"".(*Scanner).error���0À��"".autotmp_0201�?type.uint64�
"".ch�gtype.int32�"".n�Otype.int�"".valid�itype.bool�"".offs�_type.int� "".~r0�type.string�"".s�� type.*"".Scanner�!Àû¿À“�°�^Ì!BA$  +­   
 +" ��*é
“�Tgclocals·521d2fa12a56ba961a59b2852d682dbc�Tgclocals·bfc69a0c89200aaeab2b53343f38a3be���>c:/go/src/go/scanner/scanner.goþ0"".(*Scanner).scanString��à��ÚeH‹ %(���H‹‰����H;awè����ëãHƒìXH‹\$XH‰$è����HÇD$h����HÇD$p����H‹\$`H‰$Hƒ$Hè����H‹l$`H‹]HHÿËH‰\$0H‹\$`H‰$Hƒ$@è����H‹L$`‹i@ƒý
„ù���‰l$,ƒý�Œì���H‰ $è����‹D$,ƒø"…²���H‹\$`H‰$Hƒ$è����H‹D$`H‹X(H‰\$8H‰$Hƒ$Hè����H‹L$`H‹|$8H‹QHH‹D$0H9×rdH9Âr_H‹IH‰ÖH)ÆH‰úH)ÂHƒú�t H‰ÃHËH‰ÙH‰L$@H‰ $H‰t$HH‰t$H‰T$PH‰T$è����H‹\$H‰\$hH‹\$ H‰\$pè����HƒÄXÃè���� ƒø\…þþÿÿH‹\$`H‰$ÇD$"���è����éãþÿÿH‰ $H‹t$0H‰t$H5����Hl$H‰ïH¥H¥è����éÿþÿÿ������.��0runtime.morestack_noctxt���V��*runtime.racefuncenter��� �� runtime.raceread���è�� runtime.raceread���¶��$"".(*Scanner).next���ö�� runtime.raceread���®�� runtime.raceread���ê��2runtime.slicebytetostring���œ��(runtime.racefuncexit���°��$runtime.panicslice���ò��0"".(*Scanner).scanEscape���¦��Rgo.string."string literal not terminated"���È��&"".(*Scanner).error���0°��
"".autotmp_0208�?type.uint64�
"".ch�Wtype.int32�"".offs�Otype.int� "".~r0�type.string�"".s�� type.*"".Scanner�!°µ¯°Y�°�>”!&%$  ² &��*£
Y�Tgclocals·521d2fa12a56ba961a59b2852d682dbc�Tgclocals·bfc69a0c89200aaeab2b53343f38a3be���>c:/go/src/go/scanner/scanner.goþ"".stripCR�� ��ˆeH‹ %(���H‹‰����HD$øH;Awè����ëÞHìˆ���H‹œ$ˆ���H‰$è����HDŽ$¨�������HDŽ$°�������HDŽ$¸�������H‹„$˜���H����H‰$H‰D$H‰D$è����H‹t$H‹L$ H‹D$(H‰t$XH‰L$`H‰D$h1ÒH‰T$8H‹¬$���H‹„$˜���H‹œ$ ���H‰œ$€���1ÉH‰D$xH‰D$@H‰l$pH‰èH‰L$HH‹l$@H9鍔���H‰D$PH‰$è����H‹t$XH‹T$8H‹\$P¶+@ˆl$7@€ý tFL‹D$`L9ƒ˜���HH‰$è����H‹t$XH‹D$8L‹D$`L9ÀspH¶l$7@ˆ+H‰ÂHÿÂH‰T$8H‹D$PHÿÀH‹L$HHÿÁH‰L$HH‹l$@H9éŒlÿÿÿH‹L$hH9Ñr%H‰´$¨���H‰”$°���H‰Œ$¸���è����HÄˆ���Ãè���� è���� è���� ������8��0runtime.morestack_noctxt���l��*runtime.racefuncenter���Ò��type.[]uint8���ø��"runtime.makeslice���ì�� runtime.raceread���Ü��"runtime.racewrite���Æ��(runtime.racefuncexit���à��$runtime.panicslice���î��$runtime.panicindex���ü��$runtime.panicindex���`��"".autotmp_0221�otype.*uint8�"".autotmp_0220�type.int�"".autotmp_0219��type.int�"".autotmp_0217��type.[]uint8�"".autotmp_0216�/type.[]uint8�"".autotmp_0215�type.int�
"".ch�¡type.uint8�"".i�Ÿtype.int�"".c�_type.[]uint8� "".~r1�0type.[]uint8�"".b��type.[]uint8�)…!�Ð�4À)$@g ; # 6��5À­ !�Tgclocals·233402e5392efa7d9a9d8f10051f08fc�Tgclocals·8fe0e9f05a1caa6cd510da0f5628c92d���>c:/go/src/go/scanner/scanner.goþ6"".(*Scanner).scanRawString��À��¸eH‹ %(���H‹‰����H;awè����ëãHƒì`H‹\$`H‰$è����HÇD$p����HÇD$x����H‹\$hH‰$Hƒ$Hè����H‹l$hH‹]HHÿËH‰\$8ÆD$3�H‹\$hH‰$Hƒ$@è����H‹D$h‹h@‰l$4ƒý�!��H‰$H‹t$8H‰t$H5����Hl$H‰ïH¥H¥è����H‹\$hH‰$Hƒ$è����H‹D$hH‹X(H‰\$@H‰$Hƒ$Hè����H‹L$hH‹|$@H‹QHH‹D$8H9ׂ©���H9‚ ���H‹IH‰ÖH)ÆH‰úH)ÂHƒú�t H‰ÃHËH‰ÙH‰ÍH‰ñH‰Ð€|$3�t1H‰l$HH‰,$H‰L$PH‰L$H‰D$XH‰D$è����H‹l$H‹L$ H‹D$(H‰l$HH‰,$H‰L$PH‰L$H‰D$XH‰D$è����H‹\$H‰\$pH‹\$ H‰\$xè����HƒÄ`Ãè���� H‰$è����‹D$4ƒø`„ïþÿÿƒø …˜þÿÿÆD$3éŽþÿÿ������.��0runtime.morestack_noctxt���V��*runtime.racefuncenter��� �� runtime.raceread���ò�� runtime.raceread���Æ��Zgo.string."raw string literal not terminated"���è��&"".(*Scanner).error���Ž�� runtime.raceread���Æ�� runtime.raceread���²��"".stripCR���”��2runtime.slicebytetostring���Æ��(runtime.racefuncexit���Ú��$runtime.panicslice���ð��$"".(*Scanner).next���0À��"".autotmp_0229�?type.uint64� "".lit�/type.[]uint8�
"".ch�Wtype.int32�"".hasCR�Ytype.bool�"".offs�Otype.int� "".~r0�type.string�"".s�� type.*"".Scanner�!ÀŠ¿À4�à�LØ!21$ &|1@     ��*ø
4�Tgclocals·521d2fa12a56ba961a59b2852d682dbc�Tgclocals·bfc69a0c89200aaeab2b53343f38a3be���>c:/go/src/go/scanner/scanner.goþ8"".(*Scanner).skipWhitespace��À��®eH‹ %(���H‹‰����H;awè����ëãHƒìH‹\$H‰$è����H‹\$H‰$Hƒ$@è����H‹D$‹X@ƒû u H‰$è����ëÕH‰$Hƒ$@è����H‹D$‹X@ƒû uëØH‰$Hƒ$@è����H‹D$‹X@ƒû
uH‰$Hƒ$`è����H‹D$¶X`€û�uëŸH‰$Hƒ$@è����H‹D$‹X@ƒû uë‚è����HƒÄÃ������.��0runtime.morestack_noctxt���V��*runtime.racefuncenter���|�� runtime.raceread���¨��$"".(*Scanner).next���È�� runtime.raceread���‚�� runtime.raceread���¸�� runtime.raceread���ô�� runtime.raceread���œ��(runtime.racefuncexit�����"".s�� type.*"".Scanner�!µ
�à�0!  7� �*¶�Tgclocals·519efd86263089ddb84df3cfe7fd2992�Tgclocals·3280bececceccd33cb74587feedb1f9f���>c:/go/src/go/scanner/scanner.goþ*"".(*Scanner).switch2��€��€eH‹ %(���H‹‰����H;awè����ëãHƒìH‹\$H‰$è����H‹\$H‰$Hƒ$@è����H‹D$‹X@ƒû=uH‰$è����H‹\$ H‰\$(è����HƒÄÃH‹\$H‰\$(è����HƒÄÃ������.��0runtime.morestack_noctxt���V��*runtime.racefuncenter���|�� runtime.raceread���¨��$"".(*Scanner).next���Æ��(runtime.racefuncexit���î��(runtime.racefuncexit���@�� "".~r2�0&type.go/token.Token�"".tok1� &type.go/token.Token�"".tok0�&type.go/token.Token�"".s�� type.*"".Scanner�!J�€�$¨!
  
��*8�Tgclocals·a11c21977d0c39648c83179d370ce4b8�Tgclocals·0115f8d53b75c1696444f08ad03251d9���>c:/go/src/go/scanner/scanner.goþ*"".(*Scanner).switch3��€��öeH‹ %(���H‹‰����H;awè����ëãHƒìH‹\$H‰$è����H‹\$H‰$Hƒ$@è����H‹D$‹X@ƒû=uH‰$è����H‹\$ H‰\$8è����HƒÄÃH‰$Hƒ$@è����H‹D$‹X@‹l$(9ëuH‰$è����H‹\$0H‰\$8è����HƒÄÃH‹\$H‰\$8è����HƒÄÃ������.��0runtime.morestack_noctxt���V��*runtime.racefuncenter���|�� runtime.raceread���¨��$"".(*Scanner).next���Æ��(runtime.racefuncexit���ì�� runtime.raceread���ž��$"".(*Scanner).next���¼��(runtime.racefuncexit���ä��(runtime.racefuncexit���`�� "".~r4�P&type.go/token.Token�"".tok2�@&type.go/token.Token� "".ch2�0type.int32�"".tok1� &type.go/token.Token�"".tok0�&type.go/token.Token�"".s�� type.*"".Scanner�!J:�À�8¸!  
  
��*8(#�Tgclocals·70d3daffdf749070f7b06adf93601bff�Tgclocals·0115f8d53b75c1696444f08ad03251d9���>c:/go/src/go/scanner/scanner.goþ*"".(*Scanner).switch4��€��ðeH‹ %(���H‹‰����H;awè����ëãHƒìH‹\$H‰$è����H‹\$H‰$Hƒ$@è����H‹D$‹X@ƒû=uH‰$è����H‹\$ H‰\$@è����HƒÄÃH‰$Hƒ$@è����H‹D$‹X@‹l$(9ëuZH‰$è����H‹\$H‰$Hƒ$@è����H‹D$‹X@ƒû=uH‰$è����H‹\$8H‰\$@è����HƒÄÃH‹\$0H‰\$@è����HƒÄÃH‹\$H‰\$@è����HƒÄÃ������.��0runtime.morestack_noctxt���V��*runtime.racefuncenter���|�� runtime.raceread���¨��$"".(*Scanner).next���Æ��(runtime.racefuncexit���ì�� runtime.raceread���ž��$"".(*Scanner).next���Ä�� runtime.raceread���ð��$"".(*Scanner).next���Ž��(runtime.racefuncexit���¶��(runtime.racefuncexit���Þ��(runtime.racefuncexit���p�� "".~r5�`&type.go/token.Token�"".tok3�P&type.go/token.Token�"".tok2�@&type.go/token.Token� "".ch2�0type.int32�"".tok1� &type.go/token.Token�"".tok0�&type.go/token.Token�"".s�� type.*"".Scanner�&!Jc �€�LÐ!  
   

��*8Q:�Tgclocals·af78f3373764169f672253ba76dc9b2b�Tgclocals·0115f8d53b75c1696444f08ad03251d9���>c:/go/src/go/scanner/scanner.goþ$"".(*Scanner).Scan��À<��À<eH‹ %(���H‹‰����HD$ÐH;Awè����ëÞHì°���H‹œ$°���H‰$è����H‹„$¸���HDŽ$Ð�������HDŽ$Ø�������HDŽ$È�������H‰$è����H‹œ$¸���H‰$è����H‹œ$¸���H‰$Hƒ$Hè����H‹„$¸���H‹(H‰,$H‹hHH‰l$è����H‹\$H‰œ$À���ÆD$?�H‹œ$¸���H‰$Hƒ$@è����H‹œ$¸���‹k@‰l$@‰,$è����H‹”$¸���‹L$@¶\$€û�„v��H‰$è����H‹Œ$¸���H‹l$H‹T$H‰¬$Ð���H‰”$Ø���HƒúŽ+��H‰l$XH‰¬$ˆ���H‰T$`H‰”$���H����H‰$è����H����H‰$H‹����H‰\$H‹œ$ˆ���H‰\$H‹œ$���H‰\$è����H‹D$ ¶\$(ˆ\$>H‰D$PH‰$è����H‹Œ$¸���H‹\$PH‹+€|$>�„ˆ���H‰èH‰„$È���Hƒø=cHƒøuUÆD$?H‰ $Hƒ$8è����H‹„$¸���H‹X8HƒãHƒû�uH‰$Hƒ$`è����H‹œ$¸���¶l$?@ˆk`è����HÄ°���ÃHƒø=t¥ë¨HƒøAtHƒøEt—HƒøPt‘ë”HÇÀ���éoÿÿÿÆD$?HDŽ$È������érÿÿÿƒù0|Lƒù9GÆD$?H‰$ÆD$�è����H‹Œ$¸���H‹\$H‰œ$È���H‹\$H‰œ$Ð���H‹\$ H‰œ$Ø���é!ÿÿÿH‰$è����‹T$@H‹Œ$¸���ƒú-Ü��ƒú&>��ƒú!��ƒúÿ…ƒ���H‰ $Hƒ$`è����H‹Œ$¸���¶Y`€û�tSH‰ $Hƒ$`è����H‹œ$¸���1í@ˆk`HDŽ$È���9���H����H‹+H‰¬$Ð���H‹kH‰¬$Ø���è����HÄ°���ÃHDŽ$È������éeþÿÿƒú
uSH‰ $Hƒ$`è����H‹œ$¸���1í@ˆk`HDŽ$È���9���H����H‹+H‰¬$Ð���H‹kH‰¬$Ø���è����HÄ°���Ãú!u5H‰ $HÇD$+���HÇD$,���è����H‹Œ$¸���H‹\$H‰œ$È���éÓýÿÿúÿþ��„q��H‰ $è����H‹œ$¸���H‹+H‰,$H‹œ$À���H‰\$è����H‹\$H‰\$H‹\$@‰\$DH\$xHÇ����HÇC����H\$xHƒû�„r��HÇÂ���HÇÁ���H‰œ$˜���H‰”$ ���H‰Œ$¨���H����H‰$H\$DH‰\$è����H‹\$H‰\$hH‹\$H‰\$pH‹œ$˜���H‰$è����H‹œ$˜���H‰$H‹\$hH‰\$H‹\$pH‰\$è����H����H,$H‰ïH‰ÞH¥H¥H‹œ$˜���H‰\$H‹œ$ ���H‰\$H‹œ$¨���H‰\$ è����H‹L$(H‹D$0H‹œ$¸���H‰$H‹\$HH‰\$H‰Œ$ˆ���H‰L$H‰„$���H‰D$è����H‹Œ$¸���H‰ $Hƒ$`è����H‹œ$¸���¶k`@ˆl$?HDŽ$È�������Hc\$@H‰$è����H‹Œ$¸���H‹\$H‰œ$Ð���H‹\$H‰œ$Ø���éöûÿÿ‰é‡þÿÿƒú"uAÆD$?HDŽ$È��� ���H‰ $è����H‹Œ$¸���H‹T$H‹D$H‰”$Ð���H‰„$Ø���é©ûÿÿƒú%u5H‰ $HÇD$���HÇD$���è����H‹Œ$¸���H‹\$H‰œ$È���éoûÿÿƒú&…“ýÿÿH‰ $Hƒ$@è����H‹„$¸���‹X@ƒû^uFH‰$è����H‹œ$¸���H‰$HÇD$���HÇD$!���è����H‹Œ$¸���H‹\$H‰œ$È���éûÿÿH‰$HÇD$���HÇD$���ÇD$&���HÇD$ "���è����H‹Œ$¸���H‹\$(H‰œ$È���é¼úÿÿƒú){ƒú'uAÆD$?HDŽ$È������H‰ $è����H‹Œ$¸���H‹T$H‹D$H‰”$Ð���H‰„$Ø���éqúÿÿƒú(uHDŽ$È���1���é[úÿÿƒú)…üÿÿÆD$?HDŽ$È���6���é<úÿÿƒú+˜���ƒú*u5H‰ $HÇD$���HÇD$���è����H‹Œ$¸���H‹\$H‰œ$È���éùùÿÿƒú+…üÿÿH‰ $HÇD$ ���HÇD$���ÇD$+���HÇD$ %���è����H‹Œ$¸���H‹D$(H‰„$È���Hƒø%…¥ùÿÿÆD$?é›ùÿÿƒú,uHDŽ$È���4���é…ùÿÿƒú-…©ûÿÿH‰ $HÇD$ ���HÇD$���ÇD$-���HÇD$ &���è����H‹Œ$¸���H‹D$(H‰„$È���Hƒø&…1ùÿÿÆD$?é'ùÿÿƒú>��ƒú:—��ƒú.…��H‰ $Hƒ$@è����H‹„$¸���‹X@ƒû0|eH‰$Hƒ$@è����H‹„$¸���‹X@ƒû9GÆD$?H‰$ÆD$è����H‹Œ$¸���H‹\$H‰œ$È���H‹\$H‰œ$Ð���H‹\$ H‰œ$Ø���é‰øÿÿH‰$Hƒ$@è����H‹Œ$¸���‹Y@ƒû.uUH‰ $è����H‹œ$¸���H‰$Hƒ$@è����H‹Œ$¸���‹Y@ƒû.…8øÿÿH‰ $è����H‹Œ$¸���HDŽ$È���0���éøÿÿHDŽ$È���5���éøÿÿƒú/…@��H‰ $Hƒ$@è����H‹„$¸���‹X@ƒû/tSH‰$Hƒ$@è����H‹„$¸���‹X@ƒû*t5H‰$HÇD$���HÇD$���è����H‹Œ$¸���H‹\$H‰œ$È���é‹÷ÿÿH‰$Hƒ$`è����H‹Œ$¸���¶Y`€û�„+��H‰ $è����H‹Œ$¸���¶\$€û�„ ��H‰ $Hƒ$@è����H‹„$¸���Ç@@/���H‰$è����H‹œ$¸���H‹+H‰,$H‹œ$À���H‰\$è����H‹\$H‰\$HH‹œ$¸���H‰$Hƒ$Hè����H‹„$¸���H‹l$HH‰hHH‰$Hƒ$Pè����H‹œ$¸���H‰$Hƒ$Hè����H‹„$¸���Hƒø�t^H‹hHHÿÅH‰hPH‰$Hƒ$`è����H‹œ$¸���1í@ˆk`HDŽ$È���9���H����H‹+H‰¬$Ð���H‹kH‰¬$Ø���è����HÄ°���É�ëžH‰ $è����H‹L$H‹D$H‰Œ$Ð���H‰„$Ø���H‹œ$¸���H‰$Hƒ$8è����H‹Œ$¸���H‹Y8HƒãHƒû�u!H‰ $Hƒ$`è����H‹„$¸���1í@ˆh`é?ôÿÿHDŽ$È������é¼õÿÿƒú:…à÷ÿÿH‰ $HÇD$:���HÇD$/���è����H‹Œ$¸���H‹\$H‰œ$È���é~õÿÿƒú<Ì���ƒú;u/HDŽ$È���9���H����H‹+H‰¬$Ð���H‹kH‰¬$Ø���éAõÿÿƒú<…e÷ÿÿH‰ $Hƒ$@è����H‹„$¸���‹X@ƒû-u"H‰$è����H‹Œ$¸���HDŽ$È���$���éøôÿÿH‰$HÇD$(���HÇD$-���ÇD$<���HÇD$ ���HÇD$(���è����H‹Œ$¸���H‹\$0H‰œ$È���é©ôÿÿƒú=u5H‰ $HÇD$*���HÇD$'���è����H‹Œ$¸���H‹\$H‰œ$È���éoôÿÿƒú>…“öÿÿH‰ $HÇD$)���HÇD$.���ÇD$>���HÇD$ ���HÇD$( ���è����H‹Œ$¸���H‹\$0H‰œ$È���éôÿÿƒú^oƒú[uHDŽ$È���2���éüóÿÿƒú]uÆD$?HDŽ$È���7���éáóÿÿƒú^…öÿÿH‰ $HÇD$���HÇD$���è����H‹Œ$¸���H‹\$H‰œ$È���é£óÿÿƒú{`ƒú`uAÆD$?HDŽ$È��� ���H‰ $è����H‹Œ$¸���H‹T$H‹D$H‰”$Ð���H‰„$Ø���éXóÿÿƒú{…|õÿÿHDŽ$È���3���é>óÿÿƒú|uFH‰ $HÇD$���HÇD$���ÇD$|���HÇD$ #���è����H‹Œ$¸���H‹\$(H‰œ$È���éóòÿÿƒú}…õÿÿÆD$?HDŽ$È���8���éÔòÿÿ¨������8��0runtime.morestack_noctxt���l��*runtime.racefuncenter���Ö��8"".(*Scanner).skipWhitespace���ø�� runtime.raceread���¤�� runtime.raceread���Þ��(go/token.(*File).Pos���®�� runtime.raceread���Ü��"".isLetter���¢��8"".(*Scanner).scanIdentifier���¼��"go/token.keywords���Î�� runtime.raceread���Ü��<type.map[string]go/token.Token���ò��"go/token.keywords���º��4runtime.mapaccess2_faststr���ò�� runtime.raceread���ü�� runtime.raceread���Ä��"runtime.racewrite���ð��(runtime.racefuncexit���¶
��0"".(*Scanner).scanNumber���° ��$"".(*Scanner).next���¬ �� runtime.raceread���ê ��"runtime.racewrite���¬ ��go.string."\n"���ä ��(runtime.racefuncexit���¼��"runtime.racewrite���þ��go.string."\n"���¶��(runtime.racefuncexit���†��*"".(*Scanner).switch2���ä�� runtime.raceread���¦��.go/token.(*File).Offset���ê��type.int32�����runtime.convT2E���Ú��"runtime.racewrite���¤��2runtime.writebarrieriface���²��Bgo.string."illegal character %#U"���¦��fmt.Sprintf���¤��&"".(*Scanner).error���Ð�� runtime.raceread���¦��"runtime.intstring���À��0"".(*Scanner).scanString���Î��*"".(*Scanner).switch2���°�� runtime.raceread���â��$"".(*Scanner).next���¨��*"".(*Scanner).switch2���´��*"".(*Scanner).switch3���°��,"".(*Scanner).scanRune���º��*"".(*Scanner).switch2���Ø ��*"".(*Scanner).switch3���À"��*"".(*Scanner).switch3���ä#�� runtime.raceread��� $�� runtime.raceread���æ$��0"".(*Scanner).scanNumber���ê%�� runtime.raceread���œ&��$"".(*Scanner).next���È&�� runtime.raceread���‚'��$"".(*Scanner).next���„(�� runtime.raceread���À(�� runtime.raceread���–)��*"".(*Scanner).switch2���æ)�� runtime.raceread���¢*��2"".(*Scanner).findLineEnd���ê*��"runtime.racewrite���š+�� runtime.raceread���Ü+��.go/token.(*File).Offset���œ,��"runtime.racewrite���Ú,��"runtime.racewrite���†-�� runtime.raceread���Ô-��"runtime.racewrite���–.��go.string."\n"���Î.��(runtime.racefuncexit���ø.��2"".(*Scanner).scanComment���Ø/�� runtime.raceread��� 0��"runtime.racewrite���°1��*"".(*Scanner).switch2���¦2��go.string.";"���Œ3�� runtime.raceread���¾3��$"".(*Scanner).next���Ú4��*"".(*Scanner).switch4���Î5��*"".(*Scanner).switch2���þ6��*"".(*Scanner).switch4���æ8��*"".(*Scanner).switch2���â9��6"".(*Scanner).scanRawString���Æ;��*"".(*Scanner).switch3���Pà��J"".autotmp_0269�"type.interface {}�"".autotmp_0267�/&type.[]interface {}�"".autotmp_0264�¿(type.*go/token.Token�"".autotmp_0263��type.string�"".autotmp_0262�×type.int32�"".autotmp_0261�o(type.[1]interface {}�"".autotmp_0260��type.int�"".autotmp_0259��&type.go/token.Token�"".autotmp_0258��&type.go/token.Token�"".autotmp_0257��&type.go/token.Token�"".autotmp_0256��&type.go/token.Token�"".autotmp_0255��&type.go/token.Token�"".autotmp_0254��&type.go/token.Token�"".autotmp_0253��&type.go/token.Token�"".autotmp_0252��&type.go/token.Token�"".autotmp_0251��&type.go/token.Token�"".autotmp_0250��&type.go/token.Token�"".autotmp_0249��type.string�"".autotmp_0248��type.int�"".autotmp_0246��&type.go/token.Token�"".autotmp_0245��&type.go/token.Token�"".autotmp_0244��&type.go/token.Token�"".autotmp_0243��&type.go/token.Token�"".autotmp_0242��type.string�"".autotmp_0241��type.string�"".autotmp_0240��type.string�"".autotmp_0239��type.string�"".autotmp_0238�Ïtype.int�"".autotmp_0237�Otype.string�,go/token.is_keyword·4�ãtype.bool�"go/token.ident·2�¯type.string�
"".ch�ßtype.int32�"".insertSemi�átype.bool� "".lit�0type.string� "".tok� &type.go/token.Token� "".pos�"type.go/token.Pos�"".s�� type.*"".Scanner�D)àšßà¹ßàhßàËßàí� �Ê® )ÂÁ$ Q!&#š˜$ ¡  

 
=$ *‚ 14*òñÀ0ÿ˜ ñ 0¡šÙ +Eà0á‚  8‡ŒA‹&" +M€ „  ‡& Œ0³ž 9£v w¨ 9­&6 <=ad * kr q¶ <$0Û¼B[=*hg#,ßæ ×X 0Y& T }è  íòJñú0ûö J÷&d ‹Ž ‘ä 0å&* +U”  •A‘˜  ›�º�55l:V6E=>=,=(/–
%%AU +”ñ…•ABLAI(Bò
0 $H™r>�Tgclocals·e4cae135568a8029b2bf2ca06082b4ac�Tgclocals·5125582f1943e65804176b0c19cf08b0���>c:/go/src/go/scanner/scanner.goþ"".func·001��à��ÚeH‹ %(���H‹‰����H;awè����ëãHƒìH‹\$H‰$è����H‹BH‰D$H‰$è����H‹\$H‹+H‰,$Hƒ$@è����H‹D$H‹ÇC@/���H‰$è����H‹\$H‹+H‰,$Hƒ$Hè����H‹D$H‹H‹l$H‰kHH‰$è����H‹\$H‹+H‰,$Hƒ$Pè����H‹D$H‹H‹l$HÿÅH‰kPH‰$è����H‹\$H‹+H‰,$è����è����HƒÄÃ������.��"runtime.morestack���V��*runtime.racefuncenter���z�� runtime.raceread���¦��"runtime.racewrite���Ö�� runtime.raceread���‚��"runtime.racewrite���¶�� runtime.raceread���â��"runtime.racewrite���œ�� runtime.raceread���¾��$"".(*Scanner).next���È��(runtime.racefuncexit��� ��
"".&s�"type.**"".Scanner�"".offs��type.int�! Ë�ð�$²!
 303��*¢�Tgclocals·863e4ec86d5cbd32aad322393b5935dd�Tgclocals·e1ae6533a9e39048ba0735a2264ce16a���>c:/go/src/go/scanner/scanner.goþ"".init��À��¦eH‹ %(���H‹‰����H;awè����ëãHƒìH‹\$H‰$è����H����H‰$è����¶����€û�t-H����H‰$è����¶����€ûu
è����HƒÄÃè���� H����H‰$è����Æ����è����è����è����è����è����è����è����H����H‰$è����Æ����è����HƒÄÃ2������.��0runtime.morestack_noctxt���V��*runtime.racefuncenter���d��"".initdone·���v�� runtime.raceread���„��"".initdone·���œ��"".initdone·���®�� runtime.raceread���¼��"".initdone·���Ð��(runtime.racefuncexit���ä��"runtime.throwinit���ö��"".initdone·���ˆ��"runtime.racewrite���”�"".initdone·��� ��unicode.init���ª��strconv.init���´��$path/filepath.init���¾��bytes.init���È��io.init���Ò��go/token.init���Ü��fmt.init���ê��"".initdone·���ü��"runtime.racewrite���ˆ�"".initdone·���”��(runtime.racefuncexit�������!Oa�à�
ò à� �*¶�Tgclocals·3280bececceccd33cb74587feedb1f9f�Tgclocals·3280bececceccd33cb74587feedb1f9f���>c:/go/src/go/scanner/scanner.goþ&type..hash."".Error�€��èeH‹ %(���H‹‰����H;awè����ëãHƒì H‹\$ H‰$è����H‹\$(H‰$Hƒ<$�tlHÇD$(���H‹\$8H‰\$è����H‹D$H‹\$(H‰$Hƒ<$�t6Hƒ$(HÇD$���H‰D$8H‰D$è����H‹D$H‰D$8H‰D$@è����HƒÄ É%����ëÁ‰%����ë‹ ������.��0runtime.morestack_noctxt���V��*runtime.racefuncenter���¦��8type..hash.go/token.Position���Š��runtime.strhash���²��(runtime.racefuncexit���@@��
"".autotmp_0274��type.uintptr� "".~r3�0type.uintptr�"".h� type.uintptr�"".s�type.uintptr�"".p��type.*"".Error�!@€?@�À�À��*n(�Tgclocals·a11c21977d0c39648c83179d370ce4b8�Tgclocals·0115f8d53b75c1696444f08ad03251d9���<c:/go/src/go/scanner/errors.goþ"type..eq."".Error� 
��’
eH‹ %(���H‹‰����H;awè����ëãHƒìXH‹\$XH‰$è����H‹D$`Hƒø�„D��H‹\$hHƒû�„.��H‰\$(H‰D$0H‰$è����H‹\$0Hƒû�„��H‹+H‰l$HH‹kH‰l$PH‹\$(H‰$è����H‹T$PH‹\$(Hƒû�„Ë��H‹ H‰L$8H‹CH‰D$@H9Â…¢��H‹l$HH‰,$H‰T$H‰L$H‰D$è����¶\$ €û�„w��H‹\$0H‰$Hƒ$è����H‹\$(H‰$Hƒ$è����H‹D$0H‹XL‹D$(I‹hH9ë…6��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$8H‹k0H‰l$@H‹\$hH‰$Hƒ$(è����H‹L$@H‹\$hHƒû�t\H‹S(H‰T$HH‹C0H‰D$PH9Áu6H‹l$8H‰,$H‰L$H‰T$H‰D$è����¶\$ €û�tÆD$xè����HƒÄXÃÆD$x�è����HƒÄXÉ렉édÿÿÿÆD$x�è����HƒÄXÉé.þÿÿ‰éôýÿÿ‰éËýÿÿ‰�éµýÿÿ$������.��0runtime.morestack_noctxt���V��*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.eqstring���ö��(runtime.racefuncexit���” ��(runtime.racefuncexit���È ��(runtime.racefuncexit���@°��"".autotmp_0280��type.string�"".autotmp_0279��type.string�"".autotmp_0278�?type.string�"".autotmp_0277�type.string�"".autotmp_0276�_.type.*go/token.Position�"".autotmp_0275�O.type.*go/token.Position� "".~r3�0type.bool�"".s� type.uintptr�"".q�type.*"".Error�"".p��type.*"".Error�2!°¢¯°¯°¯°#���(�*1.KÚ4DV�Tgclocals·492e9e8cb8c9587b5e321d27a5e308f9�Tgclocals·af87eb8e8214961237dcc1c7a1c1ff5e���<c:/go/src/go/scanner/errors.goþ""".(*Error).Error� ��”eH‹ %(���H‹‰����H;awè����ëãHƒìXH‹Y H…Ût H|$`H9;uH‰#H‹\$XH‰$è����HÇD$h����HÇD$p����H‹\$`1íH9ëuHH����H,$H‰ïH‰ÞH¥H¥H����Hl$H‰ïH‰ÞH¥H¥H����Hl$ H‰ïH‰ÞH¥H¥è���� H‹\$`H‰$HÇD$8���è����H‹t$`Hƒþ�t9H,$H‰ïè����è����H‹L$8H‹D$@H‰L$HH‰L$hH‰D$PH‰D$pè����HƒÄXÉëÃ������.��0runtime.morestack_noctxt���‚��*runtime.racefuncenter���Ì��&go.string."scanner"���ö��"go.string."Error"���¢��"go.string."Error"���Ê��"runtime.panicwrap���ü��*runtime.racereadrange���ª¼� runtime.duffcopy���´��"".Error.Error���ú��(runtime.racefuncexit���0°��"".autotmp_0281�type.string� "".~r0�type.string�""..this��type.*"".Error�!°ä¯°
����@¼�Tgclocals·521d2fa12a56ba961a59b2852d682dbc�Tgclocals·a310211a5d93ca643985188646602d0e���<autogenerated>þ&"".(*ErrorList).Len��À��¾eH‹ %(���H‹‰����H;awè����ëãHƒìHH‹Y H…Ût H|$PH9;uH‰#H‹\$HH‰$è����H‹\$P1íH9ëuHH����H,$H‰ïH‰ÞH¥H¥H����Hl$H‰ïH‰ÞH¥H¥H����Hl$ H‰ïH‰ÞH¥H¥è���� H‹\$PH‰$è����H‹\$PHƒû�t)H‹+H‰l$0H‹CH‹kH‰l$@H‰D$8H‰D$Xè����HƒÄHÉëÓ������.��0runtime.morestack_noctxt���‚��*runtime.racefuncenter���¨��&go.string."scanner"���Ò��*go.string."ErrorList"���þ��go.string."Len"���¦��"runtime.panicwrap���Æ�� runtime.raceread���¤��(runtime.racefuncexit��� ��"".p�/"type."".ErrorList� "".~r0�type.int�""..this��$type.*"".ErrorList�!¹�à�à��@‘�Tgclocals·cf86db206769ec68369d07e260728f65�Tgclocals·bfc69a0c89200aaeab2b53343f38a3be���<autogenerated>þ("".(*ErrorList).Swap��à��ÒeH‹ %(���H‹‰����H;awè����ëãHƒì`H‹Y H…Ût H|$hH9;uH‰#H‹\$`H‰$è����H‹\$h1íH9ëuHH����H,$H‰ïH‰ÞH¥H¥H����Hl$H‰ïH‰ÞH¥H¥H����Hl$ H‰ïH‰ÞH¥H¥è���� H‹\$hH‰$è����H‹\$hHƒû�„l��H‹H‹KH‹kH‰l$XH‹D$pH‹\$xH‰\$0H‰T$HH‰D$8H‰L$PH9ȃ.��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éH‰$H‹l$0H9ÅsuHéH‹+H‰l$è����H‹\$HH‹l$0L‹D$PL9ÅsIHëH‰$è����H‹\$HH‹l$0L‹D$PL9Ås!HëH‰$H‹\$@H‰\$è����è����HƒÄ`Ãè���� è���� è���� è���� è���� è���� è���� è���� ‰éþÿÿ.������.��0runtime.morestack_noctxt���‚��*runtime.racefuncenter���¨��&go.string."scanner"���Ò��*go.string."ErrorList"���þ�� go.string."Swap"���¦��"runtime.panicwrap���Æ�� runtime.raceread���ì�� runtime.raceread���à��"runtime.racewrite���ª�� runtime.raceread��� ��.runtime.writebarrierptr���â��"runtime.racewrite���¸��.runtime.writebarrierptr���Â��(runtime.racefuncexit���Ö��$runtime.panicindex���ä��$runtime.panicindex���ò��$runtime.panicindex���€��$runtime.panicindex���Ž��$runtime.panicindex���œ��$runtime.panicindex���ª��$runtime.panicindex���¸��$runtime.panicindex���0À��"".autotmp_0283�?type.*"".Error�"".j�_type.int�"".i�Otype.int�"".p�/"type."".ErrorList�"".j� type.int�"".i�type.int�""..this��$type.*"".ErrorList�!ÀÈ¿ÀF�°�°��@µ:¬U�Tgclocals·8a25ff9445c966862c64be41b3868e34�Tgclocals·7631dfd4f9ccf7ddc1d31dc466e1b4a8���<autogenerated>þ("".(*ErrorList).Less��à��ÞeH‹ %(���H‹‰����H;awè����ëãHƒì0H‹Y H…Ût H|$8H9;uH‰#H‹\$0H‰$è����H‹\$81íH9ëuHH����H,$H‰ïH‰ÞH¥H¥H����Hl$H‰ïH‰ÞH¥H¥H����Hl$ H‰ïH‰ÞH¥H¥è���� H‹\$8H‰$è����H‹t$8Hƒþ�t9H,$H‰ïH¥H¥H¥H‹\$@H‰\$H‹\$HH‰\$ è����¶\$(ˆ\$Pè����HƒÄ0ÉëÃ������.��0runtime.morestack_noctxt���‚��*runtime.racefuncenter���¨��&go.string."scanner"���Ò��*go.string."ErrorList"���þ�� go.string."Less"���¦��"runtime.panicwrap���Æ�� runtime.raceread���¨��""".ErrorList.Less���Ä��(runtime.racefuncexit���@`�� "".~r2�0type.bool�"".j� type.int�"".i�type.int�""..this��$type.*"".ErrorList�!`É_`�ð�
ð��@¡�Tgclocals·a11c21977d0c39648c83179d370ce4b8�Tgclocals·0115f8d53b75c1696444f08ad03251d9���<autogenerated>þ("".(*ErrorList).Sort��À��¤eH‹ %(���H‹‰����H;awè����ëãHƒì0H‹Y H…Ût H|$8H9;uH‰#H‹\$0H‰$è����H‹\$81íH9ëuHH����H,$H‰ïH‰ÞH¥H¥H����Hl$H‰ïH‰ÞH¥H¥H����Hl$ H‰ïH‰ÞH¥H¥è���� H‹\$8H‰$è����H‹t$8Hƒþ�tH,$H‰ïH¥H¥H¥è����è����HƒÄ0Éëà������.��0runtime.morestack_noctxt���‚��*runtime.racefuncenter���¨��&go.string."scanner"���Ò��*go.string."ErrorList"���þ�� go.string."Sort"���¦��"runtime.panicwrap���Æ�� runtime.raceread���€��""".ErrorList.Sort���Š��(runtime.racefuncexit���`��""..this��$type.*"".ErrorList�!`¬_`�à� à� �@ �Tgclocals·519efd86263089ddb84df3cfe7fd2992�Tgclocals·3280bececceccd33cb74587feedb1f9f���<autogenerated>þ*"".(*ErrorList).Error�� ��„eH‹ %(���H‹‰����H;awè����ëãHƒì@H‹Y H…Ût H|$HH9;uH‰#H‹\$@H‰$è����HÇD$P����HÇD$X����H‹\$H1íH9ëuHH����H,$H‰ïH‰ÞH¥H¥H����Hl$H‰ïH‰ÞH¥H¥H����Hl$ H‰ïH‰ÞH¥H¥è���� H‹\$HH‰$è����H‹t$HHƒþ�t:H,$H‰ïH¥H¥H¥è����H‹L$H‹D$ H‰L$0H‰L$PH‰D$8H‰D$Xè����HƒÄ@ÉëÂ������.��0runtime.morestack_noctxt���‚��*runtime.racefuncenter���Ì��&go.string."scanner"���ö��*go.string."ErrorList"���¢��"go.string."Error"���Ê��"runtime.panicwrap���ê�� runtime.raceread���¤��$"".ErrorList.Error���ê��(runtime.racefuncexit���0€��"".autotmp_0285�type.string� "".~r0�type.string�""..this��$type.*"".ErrorList�!€Ü€����@´�Tgclocals·521d2fa12a56ba961a59b2852d682dbc�Tgclocals·a310211a5d93ca643985188646602d0e���<autogenerated>þ&"".(*ErrorList).Err��À��¶eH‹ %(���H‹‰����H;awè����ëãHì€���H‹Y H…ÛtH¼$ˆ���H9;uH‰#H‹œ$€���H‰$è����HDŽ$�������HDŽ$˜�������H‹œ$ˆ���1íH9ëuHH����H,$H‰ïH‰ÞH¥H¥H����Hl$H‰ïH‰ÞH¥H¥H����Hl$ H‰ïH‰ÞH¥H¥è���� H‹œ$ˆ���H‰$è����H‹œ$ˆ���Hƒû�„´���H‹3H‰t$PH‹KH‹kH‰l$`HÇD$0����HÇD$8����H‰L$XHƒù�u+1É1ÀH‰L$0H‰Œ$���H‰D$8H‰„$˜���è����HÄ€���ÃH‰t$hH‰L$pH‰l$xH����H‰$H����H‰\$H����H‰\$H\$hH‰\$è����H‹L$ H‹D$(H‰L$@H‰D$H낉éEÿÿÿ������.��0runtime.morestack_noctxt���”��*runtime.racefuncenter���ð��&go.string."scanner"���š��*go.string."ErrorList"���Æ��go.string."Err"���î��"runtime.panicwrap���”�� runtime.raceread���â��(runtime.racefuncexit���ž��"type."".ErrorList���´��type.error���Ì��4go.itab."".ErrorList.error���ô��runtime.convT2I���0€�� "".autotmp_0288�type.error�"".autotmp_0287�/"type."".ErrorList� "".~r0�Ÿtype.error�"".p�_"type."".ErrorList� "".~r0�type.error�""..this��$type.*"".ErrorList�$€˜ÿ€c� � ��IçI'�Tgclocals·7f720595ca0b8b6a95aaac2f38eb7b52�Tgclocals·6e74ee2e504eb03b087681c3d8fa8b53���<autogenerated>þ4type..hash.[2]interface {}� ��ŒeH‹ %(���H‹‰����H;awè����ëãHƒì0H‹\$0H‰$è����H‹T$H1ÀHÇD$ ���H‹l$ H9è}eH‰D$(H‰ÅH‰ÐHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$8Hƒû�tNHkíHëH‰$HÇD$���H‰D$HH‰D$è����H‹T$H‹D$(HÿÀH‹l$ H9è|›H‰T$HH‰T$Pè����HƒÄ0Éë®
������.��0runtime.morestack_noctxt���V��*runtime.racefuncenter���¦��(runtime.nilinterhash���ò��(runtime.racefuncexit���@`�� "".autotmp_0291�type.int�"".autotmp_0290�type.int� "".~r3�0type.uintptr�"".h� type.uintptr�"".s�type.uintptr�"".p��*type.*[2]interface {}�!` _`�Ð�Ð��*Ž�Tgclocals·a11c21977d0c39648c83179d370ce4b8�Tgclocals·0115f8d53b75c1696444f08ad03251d9���<c:/go/src/go/scanner/errors.goþ0type..eq.[2]interface {}�À��¬eH‹ %(���H‹‰����H;awè����ëãHƒì`H‹\$`H‰$è����1ÀHÇD$0���H‹l$0H9èÜ���H‰D$8H‹\$pH‰ÅH‰D$(HkíHëH‰$è����H‹D$(H‹\$pHƒû�„Ñ���H‰ÅHkíHëH‹+H‰l$PH‹kH‰l$XH‹\$hH‰ÅHkíHëH‰$è����H‹T$PH‹\$hHƒû�„ƒ���H‹l$(HkíHëH‹H‹KH‰L$HH‰D$@H9ÐuOH‰$H‰L$H‰T$H‹l$XH‰l$è����¶\$ €û�t(H‹D$8HÿÀH‹l$0H9èŒ$ÿÿÿƄ$€���è����HƒÄ`ÃƄ$€����è����HƒÄ`Éévÿÿÿ‰é(ÿÿÿ������.��0runtime.morestack_noctxt���V��*runtime.racefuncenter���Ì�� runtime.raceread���Ú�� runtime.raceread���€��runtime.efaceeq���Ú��(runtime.racefuncexit���þ��(runtime.racefuncexit���@À��"".autotmp_0295�?"type.interface {}�"".autotmp_0294�"type.interface {}�"".autotmp_0293�_type.int�"".autotmp_0292�Otype.int�"".i�otype.int� "".~r3�0type.bool�"".s� type.uintptr�"".q�*type.*[2]interface {}�"".p��*type.*[2]interface {}�&!À”¿À¿À�à�à��*‚S-4�Tgclocals·2bd0058e25364e522f9f24a53d6b8231�Tgclocals·13e5989dfabb82780030343bf65bff4b���<c:/go/src/go/scanner/errors.goþ4type..hash.[1]interface {}� ��ŒeH‹ %(���H‹‰����H;awè����ëãHƒì0H‹\$0H‰$è����H‹T$H1ÀHÇD$ ���H‹l$ H9è}eH‰D$(H‰ÅH‰ÐHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$8Hƒû�tNHkíHëH‰$HÇD$���H‰D$HH‰D$è����H‹T$H‹D$(HÿÀH‹l$ H9è|›H‰T$HH‰T$Pè����HƒÄ0Éë®
������.��0runtime.morestack_noctxt���V��*runtime.racefuncenter���¦��(runtime.nilinterhash���ò��(runtime.racefuncexit���@`�� "".autotmp_0298�type.int�"".autotmp_0297�type.int� "".~r3�0type.uintptr�"".h� type.uintptr�"".s�type.uintptr�"".p��*type.*[1]interface {}�!` _`�Ð�Ð��*Ž�Tgclocals·a11c21977d0c39648c83179d370ce4b8�Tgclocals·0115f8d53b75c1696444f08ad03251d9���<c:/go/src/go/scanner/errors.goþ0type..eq.[1]interface {}�À��¬eH‹ %(���H‹‰����H;awè����ëãHƒì`H‹\$`H‰$è����1ÀHÇD$0���H‹l$0H9èÜ���H‰D$8H‹\$pH‰ÅH‰D$(HkíHëH‰$è����H‹D$(H‹\$pHƒû�„Ñ���H‰ÅHkíHëH‹+H‰l$PH‹kH‰l$XH‹\$hH‰ÅHkíHëH‰$è����H‹T$PH‹\$hHƒû�„ƒ���H‹l$(HkíHëH‹H‹KH‰L$HH‰D$@H9ÐuOH‰$H‰L$H‰T$H‹l$XH‰l$è����¶\$ €û�t(H‹D$8HÿÀH‹l$0H9èŒ$ÿÿÿƄ$€���è����HƒÄ`ÃƄ$€����è����HƒÄ`Éévÿÿÿ‰é(ÿÿÿ������.��0runtime.morestack_noctxt���V��*runtime.racefuncenter���Ì�� runtime.raceread���Ú�� runtime.raceread���€��runtime.efaceeq���Ú��(runtime.racefuncexit���þ��(runtime.racefuncexit���@À��"".autotmp_0302�?"type.interface {}�"".autotmp_0301�"type.interface {}�"".autotmp_0300�_type.int�"".autotmp_0299�Otype.int�"".i�otype.int� "".~r3�0type.bool�"".s� type.uintptr�"".q�*type.*[1]interface {}�"".p��*type.*[1]interface {}�&!À”¿À¿À�à�à��*‚S-4�Tgclocals·2bd0058e25364e522f9f24a53d6b8231�Tgclocals·13e5989dfabb82780030343bf65bff4b���<c:/go/src/go/scanner/errors.goþ(type..hash.[2]string� ��ŒeH‹ %(���H‹‰����H;awè����ëãHƒì0H‹\$0H‰$è����H‹T$H1ÀHÇD$ ���H‹l$ H9è}eH‰D$(H‰ÅH‰ÐHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$8Hƒû�tNHkíHëH‰$HÇD$���H‰D$HH‰D$è����H‹T$H‹D$(HÿÀH‹l$ H9è|›H‰T$HH‰T$Pè����HƒÄ0Éë®
������.��0runtime.morestack_noctxt���V��*runtime.racefuncenter���¦��runtime.strhash���ò��(runtime.racefuncexit���@`�� "".autotmp_0305�type.int�"".autotmp_0304�type.int� "".~r3�0type.uintptr�"".h� type.uintptr�"".s�type.uintptr�"".p��type.*[2]string�!` _`�Ð�Ð��*Ž�Tgclocals·a11c21977d0c39648c83179d370ce4b8�Tgclocals·0115f8d53b75c1696444f08ad03251d9���<c:/go/src/go/scanner/errors.goþ$type..eq.[2]string�À��¬eH‹ %(���H‹‰����H;awè����ëãHƒì`H‹\$`H‰$è����1ÀHÇD$0���H‹l$0H9èÜ���H‰D$8H‹\$hH‰ÅH‰D$(HkíHëH‰$è����H‹D$(H‹\$hHƒû�„Ñ���H‰ÅHkíHëH‹+H‰l$PH‹kH‰l$XH‹\$pH‰ÅHkíHëH‰$è����H‹T$XH‹\$pHƒû�„ƒ���H‹l$(HkíHëH‹ H‰L$@H‹CH‰D$HH9ÂuOH‹l$PH‰,$H‰T$H‰L$H‰D$è����¶\$ €û�t(H‹D$8HÿÀH‹l$0H9èŒ$ÿÿÿƄ$€���è����HƒÄ`ÃƄ$€����è����HƒÄ`Éévÿÿÿ‰é(ÿÿÿ������.��0runtime.morestack_noctxt���V��*runtime.racefuncenter���Ì�� runtime.raceread���Ú�� runtime.raceread���€�� runtime.eqstring���Ú��(runtime.racefuncexit���þ��(runtime.racefuncexit���@À��"".autotmp_0309�?type.string�"".autotmp_0308�type.string�"".autotmp_0307�_type.int�"".autotmp_0306�Otype.int�"".i�otype.int� "".~r3�0type.bool�"".s� type.uintptr�"".q�type.*[2]string�"".p��type.*[2]string�&!À”¿À¿À�à�à��*‚S-4�Tgclocals·2bd0058e25364e522f9f24a53d6b8231�Tgclocals·a8cc63930a774e5693faf789d6200da1���<c:/go/src/go/scanner/errors.goþ(type..hash.[8]string� ��ŒeH‹ %(���H‹‰����H;awè����ëãHƒì0H‹\$0H‰$è����H‹T$H1ÀHÇD$ ���H‹l$ H9è}eH‰D$(H‰ÅH‰ÐHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$8Hƒû�tNHkíHëH‰$HÇD$���H‰D$HH‰D$è����H‹T$H‹D$(HÿÀH‹l$ H9è|›H‰T$HH‰T$Pè����HƒÄ0Éë®
������.��0runtime.morestack_noctxt���V��*runtime.racefuncenter���¦��runtime.strhash���ò��(runtime.racefuncexit���@`�� "".autotmp_0312�type.int�"".autotmp_0311�type.int� "".~r3�0type.uintptr�"".h� type.uintptr�"".s�type.uintptr�"".p��type.*[8]string�!` _`�Ð�Ð��*Ž�Tgclocals·a11c21977d0c39648c83179d370ce4b8�Tgclocals·0115f8d53b75c1696444f08ad03251d9���<c:/go/src/go/scanner/errors.goþ$type..eq.[8]string�À��¬eH‹ %(���H‹‰����H;awè����ëãHƒì`H‹\$`H‰$è����1ÀHÇD$0���H‹l$0H9èÜ���H‰D$8H‹\$hH‰ÅH‰D$(HkíHëH‰$è����H‹D$(H‹\$hHƒû�„Ñ���H‰ÅHkíHëH‹+H‰l$PH‹kH‰l$XH‹\$pH‰ÅHkíHëH‰$è����H‹T$XH‹\$pHƒû�„ƒ���H‹l$(HkíHëH‹ H‰L$@H‹CH‰D$HH9ÂuOH‹l$PH‰,$H‰T$H‰L$H‰D$è����¶\$ €û�t(H‹D$8HÿÀH‹l$0H9èŒ$ÿÿÿƄ$€���è����HƒÄ`ÃƄ$€����è����HƒÄ`Éévÿÿÿ‰é(ÿÿÿ������.��0runtime.morestack_noctxt���V��*runtime.racefuncenter���Ì�� runtime.raceread���Ú�� runtime.raceread���€�� runtime.eqstring���Ú��(runtime.racefuncexit���þ��(runtime.racefuncexit���@À��"".autotmp_0316�?type.string�"".autotmp_0315�type.string�"".autotmp_0314�_type.int�"".autotmp_0313�Otype.int�"".i�otype.int� "".~r3�0type.bool�"".s� type.uintptr�"".q�type.*[8]string�"".p��type.*[8]string�&!À”¿À¿À�à�à��*‚S-4�Tgclocals·2bd0058e25364e522f9f24a53d6b8231�Tgclocals·a8cc63930a774e5693faf789d6200da1���<c:/go/src/go/scanner/errors.goþgo.string.": "�0��&���������������: �� �go.string.": "���þTgclocals·fd139652d6b2c96a7f83c7d52c0087ad�(��(������������������þTgclocals·2105832974a1b77ba2a76db93e8d6381�(��(������R ��R ��R‰���þTgclocals·95a863a4602b377df0158616022badfb�@��@����������€T����
����������þTgclocals·60a93360a6c9a9fdf89f817fd042c098�@��@������J%��J%��J%��J%��J%��J%���þTgclocals·0528ab8f76149a707fd2f0025c2178a3��������������þTgclocals·519efd86263089ddb84df3cfe7fd2992�������������þTgclocals·0115f8d53b75c1696444f08ad03251d9�����������þTgclocals·b3902157a77db2b708b66596724732a4� �� ���������B����þTgclocals·e1ae6533a9e39048ba0735a2264ce16a� �� ��������������þTgclocals·aa3b86c1ca8acadbe172378c24a491bc� �� ���
���B��B���þTgclocals·076c527e3515bfde5b5ff9b622b64604�8��8��� ����������
�������
���þTgclocals·ebd64c0fdc829bc6dcd6a1b945ded67b�8��8��� ���B��B��B��B��B���þ,Fgo.itab."".ErrorList.sort.Interface�����þTgclocals·61e2515c69061b8fed0e66ece719f936� �� ��������������þTgclocals·d7e8a62d22b1cde6d92b17a55c33fe8f� �� �������������þ,Hgo.itab.*"".ErrorList.sort.Interface�����þTgclocals·7a96a3a2f9fb113c7c5dda4afd218ac5�p��p���(����������� ����������€T�����€T���
��€T���
��������þTgclocals·2c09ec81c5cb12328d7183f25bc48833�@��@�������������������������þ*go.string."no errors"�@��4�������� �������no errors�� �*go.string."no errors"���þFgo.string."%s (and %d more errors)"�P��P���������������%s (and %d more errors)�� �Fgo.string."%s (and %d more errors)"���þTgclocals·164b7a06ac40cc9e1e40ab4057fc4530�@��@���������������Â?��À?�Â?��À?��þTgclocals·6088e4bcd9865f9b6f0034180dcf7683�@��@���
������‚������������‚����þ,4go.itab."".ErrorList.error�����þTgclocals·b71897ff2424efa568f06019aaf67147�0��0���������������������þTgclocals·0bc3ae4557baddd12c0222968cee4501�0��0���
������Â�����Â���þ go.string."%s\n"�0��(���������������%s
�� � go.string."%s\n"���þTgclocals·273ea60e0c3d1791bcfa152545eeb243�P��P�������������
������ð�����þTgclocals·bd0bcfeea87f6bbcd9605c28f73938c4�P��P������»���»���»���»���»���»���»���»����þBgo.string."illegal character NUL"�P��L���������������illegal character NUL�� �Bgo.string."illegal character NUL"���þDgo.string."illegal UTF-8 encoding"�P��N���������������illegal UTF-8 encoding�� �Dgo.string."illegal UTF-8 encoding"���þFgo.string."illegal byte order mark"�P��P���������������illegal byte order mark�� �Fgo.string."illegal byte order mark"���þTgclocals·0528ab8f76149a707fd2f0025c2178a3��������������þTgclocals·519efd86263089ddb84df3cfe7fd2992�������������þlgo.string."file size (%d) does not match src len (%d)"�€��v��������*�������file size (%d) does not match src len (%d)�� �lgo.string."file size (%d) does not match src len (%d)"���þTgclocals·6dcbd968a282b21243046c4b37fafccf������$����������� ����������������€ð����Àƒð������ð�����ð�����������þTgclocals·6b2f4d77dfb06d0e8fbf4110c75c22e7�P��P������*��*��*��*��*��*��*��*���þTgclocals·2a4442fd0c0e1838cbaa80c596ee9916� �� ���
�������R���þTgclocals·88b5a6c26ab150d08171ef822f2978f2� �� ������&���&����þTgclocals·af192ab194e8efba9ae810642010c479�@��@����������������€�€��€�þTgclocals·d177c75c5d21c46b4fd8251cb4d02fed�@��@������
���
���
���
���
���
����þDgo.string."comment not terminated"�P��N���������������comment not terminated�� �Dgo.string."comment not terminated"���þTgclocals·660c52760819425e2fa6ae9a8a8ae931� �� ��� ������������þTgclocals·521d2fa12a56ba961a59b2852d682dbc� �� ���������
����þTgclocals·125aa73dd785eb99391b8ccfd2294a7d�0��0����������&���$���$����þTgclocals·77f13e31755c04f01905bb2ef7d54dfd�0��0�������������������þTgclocals·0115f8d53b75c1696444f08ad03251d9�����������þTgclocals·8fbfd1fa76612b3461710f60c9f686b6� �� �������������þTgclocals·0115f8d53b75c1696444f08ad03251d9�����������þTgclocals·8fbfd1fa76612b3461710f60c9f686b6� �� �������������þTgclocals·bfc69a0c89200aaeab2b53343f38a3be� �� ���������������þTgclocals·521d2fa12a56ba961a59b2852d682dbc� �� ���������
����þTgclocals·0115f8d53b75c1696444f08ad03251d9�����������þTgclocals·8fbfd1fa76612b3461710f60c9f686b6� �� �������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·cd30d2bcfdea04ed7c49639580b4bd08�������������þLgo.string."illegal hexadecimal number"�`��V���������������illegal hexadecimal number�� �Lgo.string."illegal hexadecimal number"���þ@go.string."illegal octal number"�P��J���������������illegal octal number�� �@go.string."illegal octal number"���þTgclocals·fcd1d08a61205d0019d9048ecb6f50d7�(��(�������������������þTgclocals·114033e1e2239be2041303de401a5790�(��(���
���������–����þFgo.string."unknown escape sequence"�P��P���������������unknown escape sequence�� �Fgo.string."unknown escape sequence"���þTgo.string."escape sequence not terminated"�`��^���������������escape sequence not terminated�� �Tgo.string."escape sequence not terminated"���þhgo.string."illegal character %#U in escape sequence"�€��r��������(�������illegal character %#U in escape sequence�� �hgo.string."illegal character %#U in escape sequence"���þrgo.string."escape sequence is invalid Unicode code point"�€��|��������-�������escape sequence is invalid Unicode code point�� �rgo.string."escape sequence is invalid Unicode code point"���þTgclocals·f3a8305ce9552c151bb5ff9b20dd3631�H��H���������������ð��ÿ��ð����� ����þTgclocals·39acacff843a1354b5b2c6ab8f5fe97e�H��H����������������������������þNgo.string."rune literal not terminated"�`��X���������������rune literal not terminated�� �Ngo.string."rune literal not terminated"���þ@go.string."illegal rune literal"�P��J���������������illegal rune literal�� �@go.string."illegal rune literal"���þTgclocals·bfc69a0c89200aaeab2b53343f38a3be� �� ���������������þTgclocals·521d2fa12a56ba961a59b2852d682dbc� �� ���������
����þRgo.string."string literal not terminated"�`��\���������������string literal not terminated�� �Rgo.string."string literal not terminated"���þTgclocals·bfc69a0c89200aaeab2b53343f38a3be� �� ���������������þTgclocals·521d2fa12a56ba961a59b2852d682dbc� �� ���������
����þTgclocals·8fe0e9f05a1caa6cd510da0f5628c92d�(��(����������
��������þTgclocals·233402e5392efa7d9a9d8f10051f08fc�(��(��� ���������‚����þZgo.string."raw string literal not terminated"�p��d��������!�������raw string literal not terminated�� �Zgo.string."raw string literal not terminated"���þTgclocals·bfc69a0c89200aaeab2b53343f38a3be� �� ���������������þTgclocals·521d2fa12a56ba961a59b2852d682dbc� �� ���������
����þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·519efd86263089ddb84df3cfe7fd2992�������������þTgclocals·0115f8d53b75c1696444f08ad03251d9�����������þTgclocals·a11c21977d0c39648c83179d370ce4b8� �� ���������V����þTgclocals·0115f8d53b75c1696444f08ad03251d9�����������þTgclocals·70d3daffdf749070f7b06adf93601bff� �� ��� ���V��V���þTgclocals·0115f8d53b75c1696444f08ad03251d9�����������þTgclocals·af78f3373764169f672253ba76dc9b2b� �� ������V��V���þgo.string."\n"�0��$���������������
�� �go.string."\n"���þgo.string.";"�0��$���������������;�� �go.string.";"���þBgo.string."illegal character %#U"�P��L���������������illegal character %#U�� �Bgo.string."illegal character %#U"���þTgclocals·5125582f1943e65804176b0c19cf08b0�h��h �����������������������€��������������<�À?��<���þTgclocals·e4cae135568a8029b2bf2ca06082b4ac�h��h ���
������’���–������†���†���†����������������þTgclocals·e1ae6533a9e39048ba0735a2264ce16a� �� ��������������þTgclocals·863e4ec86d5cbd32aad322393b5935dd� �� �������������þ,""..gobytes.1����//line �þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þ("".prefix��0type.[]uint8�0�������������������������""..gobytes.1���þ""".statictmp_0125��type.[1]uint8�:�þ,"".initdone·��type.uint8���þ""".Error.Error·f��������������"".Error.Error���þ0runtime.racefuncenter·f��������������*runtime.racefuncenter���þ&runtime.raceread·f�������������� runtime.raceread���þ6go/token.Position.String·f��������������0go/token.Position.String���þ0runtime.concatstring3·f��������������*runtime.concatstring3���þ.runtime.racefuncexit·f��������������(runtime.racefuncexit���þ,runtime.throwreturn·f��������������&runtime.throwreturn���þ,"".(*ErrorList).Add·f��������������&"".(*ErrorList).Add���þ(runtime.newobject·f��������������"runtime.newobject���þ2runtime.racewriterange·f��������������,runtime.racewriterange���þ4runtime.writebarrierfat·f��������������.runtime.writebarrierfat���þ(runtime.racewrite·f��������������"runtime.racewrite���þ:runtime.writebarrierstring·f��������������4runtime.writebarrierstring���þ(runtime.growslice·f��������������"runtime.growslice���þ4runtime.writebarrierptr·f��������������.runtime.writebarrierptr���þ8runtime.writebarrierslice·f��������������2runtime.writebarrierslice���þ0"".(*ErrorList).Reset·f��������������*"".(*ErrorList).Reset���þ*runtime.panicslice·f��������������$runtime.panicslice���þ&"".ErrorList.Len·f�������������� "".ErrorList.Len���þ("".ErrorList.Swap·f��������������""".ErrorList.Swap���þ*runtime.panicindex·f��������������$runtime.panicindex���þ("".ErrorList.Less·f��������������""".ErrorList.Less���þ(runtime.cmpstring·f��������������"runtime.cmpstring���þ&runtime.eqstring·f�������������� runtime.eqstring���þ("".ErrorList.Sort·f��������������""".ErrorList.Sort���þ$runtime.convT2I·f��������������runtime.convT2I���þsort.Sort·f��������������sort.Sort���þD"".(*ErrorList).RemoveMultiples·f��������������>"".(*ErrorList).RemoveMultiples���þ&runtime.typ2Itab·f�������������� runtime.typ2Itab���þ0runtime.racereadrange·f��������������*runtime.racereadrange���þ*"".ErrorList.Error·f��������������$"".ErrorList.Error���þ8runtime.writebarrieriface·f��������������2runtime.writebarrieriface���þ$runtime.convT2E·f��������������runtime.convT2E���þfmt.Sprintf·f��������������fmt.Sprintf���þ&"".ErrorList.Err·f�������������� "".ErrorList.Err���þ "".PrintError·f��������������"".PrintError���þ*runtime.assertI2T2·f��������������$runtime.assertI2T2���þfmt.Fprintf·f��������������fmt.Fprintf���þ$runtime.convI2E·f��������������runtime.convI2E���þ*"".(*Scanner).next·f��������������$"".(*Scanner).next���þ6go/token.(*File).AddLine·f��������������0go/token.(*File).AddLine���þ,"".(*Scanner).error·f��������������&"".(*Scanner).error���þ4unicode/utf8.DecodeRune·f��������������.unicode/utf8.DecodeRune���þ*"".(*Scanner).Init·f��������������$"".(*Scanner).Init���þ$runtime.gopanic·f��������������runtime.gopanic���þ,path/filepath.Split·f��������������&path/filepath.Split���þ.go/token.(*File).Pos·f��������������(go/token.(*File).Pos���þ8go/token.(*File).Position·f��������������2go/token.(*File).Position���þJ"".(*Scanner).interpretLineComment·f��������������D"".(*Scanner).interpretLineComment���þ$bytes.HasPrefix·f��������������bytes.HasPrefix���þ$bytes.LastIndex·f��������������bytes.LastIndex���þ8runtime.slicebytetostring·f��������������2runtime.slicebytetostring���þstrconv.Atoi·f��������������strconv.Atoi���þ$bytes.TrimSpace·f��������������bytes.TrimSpace���þ,path/filepath.Clean·f��������������&path/filepath.Clean���þ,path/filepath.IsAbs·f��������������&path/filepath.IsAbs���þ*path/filepath.Join·f��������������$path/filepath.Join���þ>go/token.(*File).AddLineInfo·f��������������8go/token.(*File).AddLineInfo���þ8"".(*Scanner).scanComment·f��������������2"".(*Scanner).scanComment���þ"".stripCR·f��������������"".stripCR���þ8"".(*Scanner).findLineEnd·f��������������2"".(*Scanner).findLineEnd���þ"".func·001·f��������������"".func·001���þ(runtime.deferproc·f��������������"runtime.deferproc���þ,runtime.deferreturn·f��������������&runtime.deferreturn���þ>"".(*Scanner).skipWhitespace·f��������������8"".(*Scanner).skipWhitespace���þ"".isLetter·f��������������"".isLetter���þ&unicode.IsLetter·f�������������� unicode.IsLetter���þ"".isDigit·f��������������"".isDigit���þ$unicode.IsDigit·f��������������unicode.IsDigit���þ>"".(*Scanner).scanIdentifier·f��������������8"".(*Scanner).scanIdentifier���þ"".digitVal·f��������������"".digitVal���þ:"".(*Scanner).scanMantissa·f��������������4"".(*Scanner).scanMantissa���þ6"".(*Scanner).scanNumber·f��������������0"".(*Scanner).scanNumber���þ6"".(*Scanner).scanEscape·f��������������0"".(*Scanner).scanEscape���þ2"".(*Scanner).scanRune·f��������������,"".(*Scanner).scanRune���þ6"".(*Scanner).scanString·f��������������0"".(*Scanner).scanString���þ(runtime.makeslice·f��������������"runtime.makeslice���þ<"".(*Scanner).scanRawString·f��������������6"".(*Scanner).scanRawString���þ0"".(*Scanner).switch2·f��������������*"".(*Scanner).switch2���þ0"".(*Scanner).switch3·f��������������*"".(*Scanner).switch3���þ0"".(*Scanner).switch4·f��������������*"".(*Scanner).switch4���þ*"".(*Scanner).Scan·f��������������$"".(*Scanner).Scan���þ:runtime.mapaccess2_faststr·f��������������4runtime.mapaccess2_faststr���þ4go/token.(*File).Offset·f��������������.go/token.(*File).Offset���þ(runtime.intstring·f��������������"runtime.intstring���þ"".init·f��������������"".init���þ(runtime.throwinit·f��������������"runtime.throwinit���þunicode.init·f��������������unicode.init���þstrconv.init·f��������������strconv.init���þ*path/filepath.init·f��������������$path/filepath.init���þbytes.init·f��������������bytes.init���þio.init·f��������������io.init���þ go/token.init·f��������������go/token.init���þfmt.init·f��������������fmt.init���þTgclocals·0115f8d53b75c1696444f08ad03251d9�����������þTgclocals·a11c21977d0c39648c83179d370ce4b8� �� ���������V����þTgclocals·af87eb8e8214961237dcc1c7a1c1ff5e�8��8��� �������
���
�� ��������þTgclocals·492e9e8cb8c9587b5e321d27a5e308f9�8��8������������������Z����þ.type..hashfunc."".Error��������������&type..hash."".Error���þ*type..eqfunc."".Error��������������"type..eq."".Error���þ$type..alg."".Error� �� �������������������.type..hashfunc."".Error�����*type..eqfunc."".Error���þbruntime.gcbits.0x88000000000000000000000000000000� �� ˆ����������������þ4go.string."*scanner.Error"�@��>���������������*scanner.Error�� �4go.string."*scanner.Error"���þ&go.string."scanner"�0��0���������������scanner�� �&go.string."scanner"���þ"go.string."Error"�0��,���������������Error�� �"go.string."Error"���þTgclocals·a310211a5d93ca643985188646602d0e� �� ���������������þTgclocals·521d2fa12a56ba961a59b2852d682dbc� �� ���������
����þNgo.string."func(*scanner.Error) string"�`��X���������������func(*scanner.Error) string�� �Ngo.string."func(*scanner.Error) string"���þ6type.func(*"".Error) string� �� �������™x7ï�3���������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Ngo.string."func(*scanner.Error) string"���p��Hgo.weak.type.*func(*"".Error) string���€��"runtime.zerovalue��� €�6type.func(*"".Error) string���А�6type.func(*"".Error) string���€��type.*"".Error�����type.string���þ2go.string."func() string"�@��<�������� �������func() string�� �2go.string."func() string"���þ$type.func() string����������¢mË�3���������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��2go.string."func() string"���p��6go.weak.type.*func() string���€��"runtime.zerovalue��� €�$type.func() string���Ѐ�$type.func() string���€��type.string���þtype.*"".Error��Ð��Ð�������Ëë´ �6������������������������������������������������������������������������������������������������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��4go.string."*scanner.Error"���p��.go.weak.type.**"".Error���€��"runtime.zerovalue�����type."".Error���` �type.*"".Error���Àð�type.*"".Error���ð��"go.string."Error"�����$type.func() string��� ��6type.func(*"".Error) string���°��""".(*Error).Error���À��""".(*Error).Error���þbruntime.gcbits.0x48448484444448000000000000000000� �� HD„„DDH����������þ2go.string."scanner.Error"�@��<�������� �������scanner.Error�� �2go.string."scanner.Error"���þgo.string."Pos"�0��(���������������Pos�� �go.string."Pos"���þgo.string."Msg"�0��(���������������Msg�� �go.string."Msg"���þLgo.string."func(scanner.Error) string"�`��V���������������func(scanner.Error) string�� �Lgo.string."func(scanner.Error) string"���þ4type.func("".Error) string� �� �������ÐÒÂû�3���������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Lgo.string."func(scanner.Error) string"���p��Fgo.weak.type.*func("".Error) string���€��"runtime.zerovalue��� €�4type.func("".Error) string���А�4type.func("".Error) string���€��type."".Error�����type.string���þtype."".Error����8�������ˆ]¶ò�������������������������������������������������������������������������������������������������������������������������������������������������������(���������������������������������������������������������������������������������������������& ��$type..alg."".Error���0��bruntime.gcbits.0x48448484444448000000000000000000���P��2go.string."scanner.Error"���p��type.*"".Error���€��"runtime.zerovalue���À�type."".Error���À��go.string."Pos"���à��,type.go/token.Position�����go.string."Msg"���°��type.string���`à�type."".Error���à��"go.string."Error"���ð��"go.importpath."".���€°�type."".Error���°��"go.string."Error"���Ð��$type.func() string���à��4type.func("".Error) string���ð��""".(*Error).Error���€��"".Error.Error���þ<go.string."*scanner.ErrorList"�P��F���������������*scanner.ErrorList�� �<go.string."*scanner.ErrorList"���þ*go.string."ErrorList"�@��4�������� �������ErrorList�� �*go.string."ErrorList"���þgo.string."Len"�0��(���������������Len�� �go.string."Len"���þTgclocals·bfc69a0c89200aaeab2b53343f38a3be� �� ���������������þTgclocals·cf86db206769ec68369d07e260728f65� �� �������������þ go.string."Swap"�0��*���������������Swap�� � go.string."Swap"���þTgclocals·7631dfd4f9ccf7ddc1d31dc466e1b4a8�(��(�������������
����þTgclocals·8a25ff9445c966862c64be41b3868e34�(��(����������������þ go.string."Less"�0��*���������������Less�� � go.string."Less"���þTgclocals·0115f8d53b75c1696444f08ad03251d9�����������þTgclocals·a11c21977d0c39648c83179d370ce4b8� �� ���������V����þ go.string."Sort"�0��*���������������Sort�� � go.string."Sort"���þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·519efd86263089ddb84df3cfe7fd2992�������������þTgclocals·a310211a5d93ca643985188646602d0e� �� ���������������þTgclocals·521d2fa12a56ba961a59b2852d682dbc� �� ���������
����þgo.string."Err"�0��(���������������Err�� �go.string."Err"���þTgclocals·6e74ee2e504eb03b087681c3d8fa8b53�(��(�����������€�������þTgclocals·7f720595ca0b8b6a95aaac2f38eb7b52�(��(������������.����þxgo.string."func(*scanner.ErrorList, token.Position, string)"���‚��������0�������func(*scanner.ErrorList, token.Position, string)�� �xgo.string."func(*scanner.ErrorList, token.Position, string)"���þftype.func(*"".ErrorList, go/token.Position, string)�°��°�������´çcV�3�������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��xgo.string."func(*scanner.ErrorList, token.Position, string)"���p��xgo.weak.type.*func(*"".ErrorList, go/token.Position, string)���€��"runtime.zerovalue��� €�ftype.func(*"".ErrorList, go/token.Position, string)���а�ftype.func(*"".ErrorList, go/token.Position, string)���€��$type.*"".ErrorList�����,type.go/token.Position��� ��type.string���þTgo.string."func(*scanner.ErrorList) error"�`��^���������������func(*scanner.ErrorList) error�� �Tgo.string."func(*scanner.ErrorList) error"���þ<type.func(*"".ErrorList) error� �� �������ù'�3���������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Tgo.string."func(*scanner.ErrorList) error"���p��Ngo.weak.type.*func(*"".ErrorList) error���€��"runtime.zerovalue��� €�<type.func(*"".ErrorList) error���А�<type.func(*"".ErrorList) error���€��$type.*"".ErrorList�����type.error���þVgo.string."func(*scanner.ErrorList) string"�`��`���������������func(*scanner.ErrorList) string�� �Vgo.string."func(*scanner.ErrorList) string"���þ>type.func(*"".ErrorList) string� �� �������?ê˜Ê�3���������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Vgo.string."func(*scanner.ErrorList) string"���p��Pgo.weak.type.*func(*"".ErrorList) string���€��"runtime.zerovalue��� €�>type.func(*"".ErrorList) string���А�>type.func(*"".ErrorList) string���€��$type.*"".ErrorList�����type.string���þPgo.string."func(*scanner.ErrorList) int"�`��Z���������������func(*scanner.ErrorList) int�� �Pgo.string."func(*scanner.ErrorList) int"���þ8type.func(*"".ErrorList) int� �� �������EF"�3���������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Pgo.string."func(*scanner.ErrorList) int"���p��Jgo.weak.type.*func(*"".ErrorList) int���€��"runtime.zerovalue��� €�8type.func(*"".ErrorList) int���А�8type.func(*"".ErrorList) int���€��$type.*"".ErrorList�����type.int���þfgo.string."func(*scanner.ErrorList, int, int) bool"�p��p��������'�������func(*scanner.ErrorList, int, int) bool�� �fgo.string."func(*scanner.ErrorList, int, int) bool"���þNtype.func(*"".ErrorList, int, int) bool�À��À�������©µ—‰�3�������������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��fgo.string."func(*scanner.ErrorList, int, int) bool"���p��`go.weak.type.*func(*"".ErrorList, int, int) bool���€��"runtime.zerovalue��� €�Ntype.func(*"".ErrorList, int, int) bool���а�Ntype.func(*"".ErrorList, int, int) bool���€��$type.*"".ErrorList�����type.int��� ��type.int���°��type.bool���þHgo.string."func(*scanner.ErrorList)"�`��R���������������func(*scanner.ErrorList)�� �Hgo.string."func(*scanner.ErrorList)"���þ0type.func(*"".ErrorList)����������vA=-�3���������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Hgo.string."func(*scanner.ErrorList)"���p��Bgo.weak.type.*func(*"".ErrorList)���€��"runtime.zerovalue��� €�0type.func(*"".ErrorList)���А�0type.func(*"".ErrorList)���€��$type.*"".ErrorList���þ\go.string."func(*scanner.ErrorList, int, int)"�p��f��������"�������func(*scanner.ErrorList, int, int)�� �\go.string."func(*scanner.ErrorList, int, int)"���þDtype.func(*"".ErrorList, int, int)�°��°�������AmÜÎ�3�������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��\go.string."func(*scanner.ErrorList, int, int)"���p��Vgo.weak.type.*func(*"".ErrorList, int, int)���€��"runtime.zerovalue��� €�Dtype.func(*"".ErrorList, int, int)���а�Dtype.func(*"".ErrorList, int, int)���€��$type.*"".ErrorList�����type.int��� ��type.int���þgo.string."Add"�0��(���������������Add�� �go.string."Add"���þPgo.string."func(token.Position, string)"�`��Z���������������func(token.Position, string)�� �Pgo.string."func(token.Position, string)"���þHtype.func(go/token.Position, string)� �� �������ªƒ�3������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Pgo.string."func(token.Position, string)"���p��Zgo.weak.type.*func(go/token.Position, string)���€��"runtime.zerovalue��� €�Htype.func(go/token.Position, string)���Р�Htype.func(go/token.Position, string)���€��,type.go/token.Position�����type.string���þ0go.string."func() error"�@��:�������� �������func() error�� �0go.string."func() error"���þ"type.func() error����������œ‚Öµ�3���������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��0go.string."func() error"���p��4go.weak.type.*func() error���€��"runtime.zerovalue��� €�"type.func() error���Ѐ�"type.func() error���€��type.error���þ,go.string."func() int"�@��6��������
�������func() int�� �,go.string."func() int"���þtype.func() int����������å†9à�3���������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��,go.string."func() int"���p��0go.weak.type.*func() int���€��"runtime.zerovalue��� €�type.func() int���Ѐ�type.func() int���€��type.int���þ>go.string."func(int, int) bool"�P��H���������������func(int, int) bool�� �>go.string."func(int, int) bool"���þ0type.func(int, int) bool�°��°�������¢"�3������������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��>go.string."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���þ6go.string."RemoveMultiples"�@��@���������������RemoveMultiples�� �6go.string."RemoveMultiples"���þ$go.string."func()"�0��.���������������func()�� �$go.string."func()"���þtype.func()�€��€�������ö¼‚ö�3���������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��$go.string."func()"���p��(go.weak.type.*func()���€��"runtime.zerovalue��� €�type.func()���Ѐ�type.func()���þ"go.string."Reset"�0��,���������������Reset�� �"go.string."Reset"���þ4go.string."func(int, int)"�@��>���������������func(int, int)�� �4go.string."func(int, int)"���þ&type.func(int, int)� �� �������%DŽ�3������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��4go.string."func(int, int)"���p��8go.weak.type.*func(int, int)���€��"runtime.zerovalue��� €�&type.func(int, int)���Р�&type.func(int, int)���€��type.int�����type.int���þ$type.*"".ErrorList��Ð��Ð�������’°w�6���������������������������������������������������������������������������������������� ������� �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������j  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��<go.string."*scanner.ErrorList"���p��6go.weak.type.**"".ErrorList���€��"runtime.zerovalue�����"type."".ErrorList���` �$type.*"".ErrorList���Àð�$type.*"".ErrorList���ð��go.string."Add"�����Htype.func(go/token.Position, string)��� ��ftype.func(*"".ErrorList, go/token.Position, string)���°��&"".(*ErrorList).Add���À��&"".(*ErrorList).Add���Ð��go.string."Err"���ð��"type.func() error���€��<type.func(*"".ErrorList) error�����&"".(*ErrorList).Err��� ��&"".(*ErrorList).Err���°��"go.string."Error"���Ð��$type.func() string���à��>type.func(*"".ErrorList) string���ð��*"".(*ErrorList).Error���€��*"".(*ErrorList).Error�����go.string."Len"���°��type.func() int���À��8type.func(*"".ErrorList) int���Ð��&"".(*ErrorList).Len���à��&"".(*ErrorList).Len���ð�� go.string."Less"�����0type.func(int, int) bool��� ��Ntype.func(*"".ErrorList, int, int) bool���°��("".(*ErrorList).Less���À��("".(*ErrorList).Less���Ð��6go.string."RemoveMultiples"���ð��type.func()���€��0type.func(*"".ErrorList)�����>"".(*ErrorList).RemoveMultiples��� ��>"".(*ErrorList).RemoveMultiples���°��"go.string."Reset"���Ð��type.func()���à��0type.func(*"".ErrorList)���ð��*"".(*ErrorList).Reset���€��*"".(*ErrorList).Reset����� go.string."Sort"���°��type.func()���À��0type.func(*"".ErrorList)���Ð��("".(*ErrorList).Sort���à��("".(*ErrorList).Sort���ð�� go.string."Swap"�����&type.func(int, int)��� ��Dtype.func(*"".ErrorList, int, int)���°��("".(*ErrorList).Swap���À��("".(*ErrorList).Swap���þbruntime.gcbits.0x48844400000000000000000000000000� �� H„D��������������þ:go.string."scanner.ErrorList"�P��D���������������scanner.ErrorList�� �:go.string."scanner.ErrorList"���þRgo.string."func(scanner.ErrorList) error"�`��\���������������func(scanner.ErrorList) error�� �Rgo.string."func(scanner.ErrorList) error"���þ:type.func("".ErrorList) error� �� �������ÍFæ>�3���������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Rgo.string."func(scanner.ErrorList) error"���p��Lgo.weak.type.*func("".ErrorList) error���€��"runtime.zerovalue��� €�:type.func("".ErrorList) error���А�:type.func("".ErrorList) error���€��"type."".ErrorList�����type.error���þTgo.string."func(scanner.ErrorList) string"�`��^���������������func(scanner.ErrorList) string�� �Tgo.string."func(scanner.ErrorList) string"���þ<type.func("".ErrorList) string� �� �������ýʓ´�3���������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Tgo.string."func(scanner.ErrorList) string"���p��Ngo.weak.type.*func("".ErrorList) string���€��"runtime.zerovalue��� €�<type.func("".ErrorList) string���А�<type.func("".ErrorList) string���€��"type."".ErrorList�����type.string���þNgo.string."func(scanner.ErrorList) int"�`��X���������������func(scanner.ErrorList) int�� �Ngo.string."func(scanner.ErrorList) int"���þ6type.func("".ErrorList) int� �� �������‰ø�3���������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Ngo.string."func(scanner.ErrorList) int"���p��Hgo.weak.type.*func("".ErrorList) int���€��"runtime.zerovalue��� €�6type.func("".ErrorList) int���А�6type.func("".ErrorList) int���€��"type."".ErrorList�����type.int���þdgo.string."func(scanner.ErrorList, int, int) bool"�p��n��������&�������func(scanner.ErrorList, int, int) bool�� �dgo.string."func(scanner.ErrorList, int, int) bool"���þLtype.func("".ErrorList, int, int) bool�À��À�������s%^g�3�������������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��dgo.string."func(scanner.ErrorList, int, int) bool"���p��^go.weak.type.*func("".ErrorList, int, int) bool���€��"runtime.zerovalue��� €�Ltype.func("".ErrorList, int, int) bool���а�Ltype.func("".ErrorList, int, int) bool���€��"type."".ErrorList�����type.int��� ��type.int���°��type.bool���þFgo.string."func(scanner.ErrorList)"�P��P���������������func(scanner.ErrorList)�� �Fgo.string."func(scanner.ErrorList)"���þ.type.func("".ErrorList)����������͋Çø�3���������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Fgo.string."func(scanner.ErrorList)"���p��@go.weak.type.*func("".ErrorList)���€��"runtime.zerovalue��� €�.type.func("".ErrorList)���А�.type.func("".ErrorList)���€��"type."".ErrorList���þZgo.string."func(scanner.ErrorList, int, int)"�p��d��������!�������func(scanner.ErrorList, int, int)�� �Zgo.string."func(scanner.ErrorList, int, int)"���þBtype.func("".ErrorList, int, int)�°��°�������Sm…�3�������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Zgo.string."func(scanner.ErrorList, int, int)"���p��Tgo.weak.type.*func("".ErrorList, int, int)���€��"runtime.zerovalue��� €�Btype.func("".ErrorList, int, int)���а�Btype.func("".ErrorList, int, int)���€��"type."".ErrorList�����type.int��� ��type.int���þ"type."".ErrorList��°��°�������¢ÉÃ×�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������P  � runtime.algarray���0��bruntime.gcbits.0x48844400000000000000000000000000���P��:go.string."scanner.ErrorList"���p��$type.*"".ErrorList���€��"runtime.zerovalue�����type.*"".Error���` �"type."".ErrorList��� ��*go.string."ErrorList"���°��"go.importpath."".���Àð�"type."".ErrorList���ð��go.string."Err"�����"type.func() error��� ��:type.func("".ErrorList) error���°��&"".(*ErrorList).Err���À�� "".ErrorList.Err���Ð��"go.string."Error"���ð��$type.func() string���€��<type.func("".ErrorList) string�����*"".(*ErrorList).Error��� ��$"".ErrorList.Error���°��go.string."Len"���Ð��type.func() int���à��6type.func("".ErrorList) int���ð��&"".(*ErrorList).Len���€�� "".ErrorList.Len����� go.string."Less"���°��0type.func(int, int) bool���À��Ltype.func("".ErrorList, int, int) bool���Ð��("".(*ErrorList).Less���à��""".ErrorList.Less���ð�� go.string."Sort"�����type.func()��� ��.type.func("".ErrorList)���°��("".(*ErrorList).Sort���À��""".ErrorList.Sort���Ð�� go.string."Swap"���ð��&type.func(int, int)���€��Btype.func("".ErrorList, int, int)�����("".(*ErrorList).Swap��� ��""".ErrorList.Swap���þ6go.string."**scanner.Error"�@��@���������������**scanner.Error�� �6go.string."**scanner.Error"���þtype.**"".Error� �� �������v_çÎ�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��6go.string."**scanner.Error"���p��0go.weak.type.***"".Error���€��"runtime.zerovalue�����type.*"".Error���þbruntime.gcbits.0xcc000000000000000000000000000000� �� Ì����������������þ0go.string."interface {}"�@��:�������� �������interface {}�� �0go.string."interface {}"���þ"type.interface {}�À��À�������çW ��������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0xcc000000000000000000000000000000���P��0go.string."interface {}"���p��4go.weak.type.*interface {}���€��"runtime.zerovalue���À�"type.interface {}���þ4go.string."[]interface {}"�@��>���������������[]interface {}�� �4go.string."[]interface {}"���þ&type.[]interface {}� �� �������p“ê/�����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x48844400000000000000000000000000���P��4go.string."[]interface {}"���p��8go.weak.type.*[]interface {}���€��"runtime.zerovalue�����"type.interface {}���þRgo.typelink.[]interface {}/[]interface {}��������������&type.[]interface {}���þTgclocals·0115f8d53b75c1696444f08ad03251d9�����������þTgclocals·a11c21977d0c39648c83179d370ce4b8� �� ���������V����þTgclocals·13e5989dfabb82780030343bf65bff4b�(��(����������ð��������þTgclocals·2bd0058e25364e522f9f24a53d6b8231�(��(������������Z����þ<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 {}���þbruntime.gcbits.0xcccc0000000000000000000000000000� �� ÌÌ���������������þ6go.string."[2]interface {}"�@��@���������������[2]interface {}�� �6go.string."[2]interface {}"���þ(type.[2]interface {}�À��À �������,Y¤ñ�������������������������������������������������������������������������������� ��2type..alg.[2]interface {}���0��bruntime.gcbits.0xcccc0000000000000000000000000000���P��6go.string."[2]interface {}"���p��:go.weak.type.*[2]interface {}���€��"runtime.zerovalue�����"type.interface {}��� ��&type.[]interface {}���þVgo.typelink.[2]interface {}/[2]interface {}��������������(type.[2]interface {}���þ8go.string."*[2]interface {}"�P��B���������������*[2]interface {}�� �8go.string."*[2]interface {}"���þ*type.*[2]interface {}� �� �������¾s-q�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��8go.string."*[2]interface {}"���p��<go.weak.type.**[2]interface {}���€��"runtime.zerovalue�����(type.[2]interface {}���þTgclocals·0115f8d53b75c1696444f08ad03251d9�����������þTgclocals·a11c21977d0c39648c83179d370ce4b8� �� ���������V����þTgclocals·13e5989dfabb82780030343bf65bff4b�(��(����������ð��������þTgclocals·2bd0058e25364e522f9f24a53d6b8231�(��(������������Z����þ<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 {}���þ6go.string."[1]interface {}"�@��@���������������[1]interface {}�� �6go.string."[1]interface {}"���þ(type.[1]interface {}�À��À�������P‘[ú�������������������������������������������������������������������������������� ��2type..alg.[1]interface {}���0��bruntime.gcbits.0xcc000000000000000000000000000000���P��6go.string."[1]interface {}"���p��:go.weak.type.*[1]interface {}���€��"runtime.zerovalue�����"type.interface {}��� ��&type.[]interface {}���þVgo.typelink.[1]interface {}/[1]interface {}��������������(type.[1]interface {}���þ8go.string."*[1]interface {}"�P��B���������������*[1]interface {}�� �8go.string."*[1]interface {}"���þ*type.*[1]interface {}� �� �������¿¨5�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��8go.string."*[1]interface {}"���p��<go.weak.type.**[1]interface {}���€��"runtime.zerovalue�����(type.[1]interface {}���þ&go.string."[]uint8"�0��0���������������[]uint8�� �&go.string."[]uint8"���þtype.[]uint8� �� �������ß~.8�����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x48844400000000000000000000000000���P��&go.string."[]uint8"���p��*go.weak.type.*[]uint8���€��"runtime.zerovalue�����type.uint8���þ6go.typelink.[]uint8/[]uint8��������������type.[]uint8���þBgo.string."*scanner.ErrorHandler"�P��L���������������*scanner.ErrorHandler�� �Bgo.string."*scanner.ErrorHandler"���þ*type.*"".ErrorHandler�� �� �������¾ïº�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Bgo.string."*scanner.ErrorHandler"���p��<go.weak.type.**"".ErrorHandler���€��"runtime.zerovalue�����(type."".ErrorHandler���þ@go.string."scanner.ErrorHandler"�P��J���������������scanner.ErrorHandler�� �@go.string."scanner.ErrorHandler"���þ0go.string."ErrorHandler"�@��:�������� �������ErrorHandler�� �0go.string."ErrorHandler"���þ(type."".ErrorHandler��ð��ð�������¤áÅ�3���������������������������������������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��@go.string."scanner.ErrorHandler"���p��*type.*"".ErrorHandler���€��"runtime.zerovalue��� €�(type."".ErrorHandler���Р�(type."".ErrorHandler���€��,type.go/token.Position�����type.string���` �(type."".ErrorHandler��� ��0go.string."ErrorHandler"���°��"go.importpath."".���Àð�(type."".ErrorHandler���þ2go.string."*scanner.Mode"�@��<�������� �������*scanner.Mode�� �2go.string."*scanner.Mode"���þtype.*"".Mode�� �� �������º‚¿¨�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��2go.string."*scanner.Mode"���p��,go.weak.type.**"".Mode���€��"runtime.zerovalue�����type."".Mode���þ^runtime.gcbits.0x000000000000000000000000000000� �� �����������������þ0go.string."scanner.Mode"�@��:�������� �������scanner.Mode�� �0go.string."scanner.Mode"���þ go.string."Mode"�0��*���������������Mode�� � go.string."Mode"���þtype."".Mode��à��à�������ã.é�‡������������������������������������������������������������������������������������������������  � runtime.algarray���0��^runtime.gcbits.0x000000000000000000000000000000���P��0go.string."scanner.Mode"���p��type.*"".Mode���€��"runtime.zerovalue���`�type."".Mode����� go.string."Mode"��� ��"go.importpath."".���°à�type."".Mode���þbruntime.gcbits.0x88844448444444000000000000000000� �� ˆ„DHDDD����������þ6go.string."scanner.Scanner"�@��@���������������scanner.Scanner�� �6go.string."scanner.Scanner"���þ go.string."file"�0��*���������������file�� � go.string."file"���þgo.string."dir"�0��(���������������dir�� �go.string."dir"���þgo.string."src"�0��(���������������src�� �go.string."src"���þgo.string."err"�0��(���������������err�� �go.string."err"���þ go.string."mode"�0��*���������������mode�� � go.string."mode"���þgo.string."ch"�0��&���������������ch�� �go.string."ch"���þ$go.string."offset"�0��.���������������offset�� �$go.string."offset"���þ(go.string."rdOffset"�@��2���������������rdOffset�� �(go.string."rdOffset"���þ,go.string."lineOffset"�@��6��������
�������lineOffset�� �,go.string."lineOffset"���þ,go.string."insertSemi"�@��6��������
�������insertSemi�� �,go.string."insertSemi"���þ,go.string."ErrorCount"�@��6��������
�������ErrorCount�� �,go.string."ErrorCount"���þ&go.string."Scanner"�0��0���������������Scanner�� �&go.string."Scanner"���þtype."".Scanner��€ ��€ p�������àú G����������������������������������������������������������������� ������� �������������������������������������������������������������������������������������������������������������������������������������������������������������0���������������������������������������8���������������������������������������@���������������������������������������H���������������������������������������P���������������������������������������X���������������������������������������`���������������������������������������h�����������������������������������������������T à� runtime.algarray���0��bruntime.gcbits.0x88844448444444000000000000000000���P��6go.string."scanner.Scanner"���p�� type.*"".Scanner���€��"runtime.zerovalue���À�type."".Scanner���À�� go.string."file"���Ð��"go.importpath."".���à��&type.*go/token.File�����go.string."dir"��� ��"go.importpath."".���°��type.string���à��go.string."src"���ð��"go.importpath."".���€��type.[]uint8���°��go.string."err"���À��"go.importpath."".���Ð��(type."".ErrorHandler���€�� go.string."mode"�����"go.importpath."".��� ��type."".Mode���Ð��go.string."ch"���à��"go.importpath."".���ð��type.int32��� ��$go.string."offset"���°��"go.importpath."".���À��type.int���ð��(go.string."rdOffset"���€��"go.importpath."".�����type.int���À��,go.string."lineOffset"���Ð��"go.importpath."".���à��type.int�����,go.string."insertSemi"��� ��"go.importpath."".���°��type.bool���à��,go.string."ErrorCount"���€��type.int���`°�type."".Scanner���°��&go.string."Scanner"���À��"go.importpath."".���Ѐ �type."".Scanner���þ8go.string."*scanner.Scanner"�P��B���������������*scanner.Scanner�� �8go.string."*scanner.Scanner"���þ¸go.string."func(*scanner.Scanner, *token.File, []uint8, scanner.ErrorHandler, scanner.Mode)"�Ð��Â��������P�������func(*scanner.Scanner, *token.File, []uint8, scanner.ErrorHandler, scanner.Mode)�� �¸go.string."func(*scanner.Scanner, *token.File, []uint8, scanner.ErrorHandler, scanner.Mode)"���þ’type.func(*"".Scanner, *go/token.File, []uint8, "".ErrorHandler, "".Mode)�Ð��Ð�������Ùkrì�3������������������������������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��¸go.string."func(*scanner.Scanner, *token.File, []uint8, scanner.ErrorHandler, scanner.Mode)"���p��¤go.weak.type.*func(*"".Scanner, *go/token.File, []uint8, "".ErrorHandler, "".Mode)���€��"runtime.zerovalue��� €�’type.func(*"".Scanner, *go/token.File, []uint8, "".ErrorHandler, "".Mode)���ÐÐ�’type.func(*"".Scanner, *go/token.File, []uint8, "".ErrorHandler, "".Mode)���€�� type.*"".Scanner�����&type.*go/token.File��� ��type.[]uint8���°��(type."".ErrorHandler���À��type."".Mode���þ†go.string."func(*scanner.Scanner) (token.Pos, token.Token, string)"�����������7�������func(*scanner.Scanner) (token.Pos, token.Token, string)�� �†go.string."func(*scanner.Scanner) (token.Pos, token.Token, string)"���þztype.func(*"".Scanner) (go/token.Pos, go/token.Token, string)�À��À�������ù`Fq�3�������������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��†go.string."func(*scanner.Scanner) (token.Pos, token.Token, string)"���p��Œgo.weak.type.*func(*"".Scanner) (go/token.Pos, go/token.Token, string)���€��"runtime.zerovalue��� €�ztype.func(*"".Scanner) (go/token.Pos, go/token.Token, string)���А�ztype.func(*"".Scanner) (go/token.Pos, go/token.Token, string)���€�� type.*"".Scanner�����"type.go/token.Pos��� ��&type.go/token.Token���°��type.string���þ^go.string."func(*scanner.Scanner, int, string)"�p��h��������#�������func(*scanner.Scanner, int, string)�� �^go.string."func(*scanner.Scanner, int, string)"���þFtype.func(*"".Scanner, int, string)�°��°�������ï¸ý�3�������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��^go.string."func(*scanner.Scanner, int, string)"���p��Xgo.weak.type.*func(*"".Scanner, int, string)���€��"runtime.zerovalue��� €�Ftype.func(*"".Scanner, int, string)���а�Ftype.func(*"".Scanner, int, string)���€�� type.*"".Scanner�����type.int��� ��type.string���þNgo.string."func(*scanner.Scanner) bool"�`��X���������������func(*scanner.Scanner) bool�� �Ngo.string."func(*scanner.Scanner) bool"���þ6type.func(*"".Scanner) bool� �� �������¥*‚�3���������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Ngo.string."func(*scanner.Scanner) bool"���p��Hgo.weak.type.*func(*"".Scanner) bool���€��"runtime.zerovalue��� €�6type.func(*"".Scanner) bool���А�6type.func(*"".Scanner) bool���€�� type.*"".Scanner�����type.bool���þVgo.string."func(*scanner.Scanner, []uint8)"�`��`���������������func(*scanner.Scanner, []uint8)�� �Vgo.string."func(*scanner.Scanner, []uint8)"���þ>type.func(*"".Scanner, []uint8)� �� �������¸×Z�3������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Vgo.string."func(*scanner.Scanner, []uint8)"���p��Pgo.weak.type.*func(*"".Scanner, []uint8)���€��"runtime.zerovalue��� €�>type.func(*"".Scanner, []uint8)���Р�>type.func(*"".Scanner, []uint8)���€�� type.*"".Scanner�����type.[]uint8���þDgo.string."func(*scanner.Scanner)"�P��N���������������func(*scanner.Scanner)�� �Dgo.string."func(*scanner.Scanner)"���þ,type.func(*"".Scanner)����������ºE"�3���������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Dgo.string."func(*scanner.Scanner)"���p��>go.weak.type.*func(*"".Scanner)���€��"runtime.zerovalue��� €�,type.func(*"".Scanner)���А�,type.func(*"".Scanner)���€�� type.*"".Scanner���þRgo.string."func(*scanner.Scanner) string"�`��\���������������func(*scanner.Scanner) string�� �Rgo.string."func(*scanner.Scanner) string"���þ:type.func(*"".Scanner) string� �� �������¥ó$�3���������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Rgo.string."func(*scanner.Scanner) string"���p��Lgo.weak.type.*func(*"".Scanner) string���€��"runtime.zerovalue��� €�:type.func(*"".Scanner) string���А�:type.func(*"".Scanner) string���€�� type.*"".Scanner�����type.string���þ\go.string."func(*scanner.Scanner, int32) bool"�p��f��������"�������func(*scanner.Scanner, int32) bool�� �\go.string."func(*scanner.Scanner, int32) bool"���þDtype.func(*"".Scanner, int32) bool�°��°�������¡&Ó´�3������������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��\go.string."func(*scanner.Scanner, int32) bool"���p��Vgo.weak.type.*func(*"".Scanner, int32) bool���€��"runtime.zerovalue��� €�Dtype.func(*"".Scanner, int32) bool���Р�Dtype.func(*"".Scanner, int32) bool���€�� type.*"".Scanner�����type.int32��� ��type.bool���þNgo.string."func(*scanner.Scanner, int)"�`��X���������������func(*scanner.Scanner, int)�� �Ngo.string."func(*scanner.Scanner, int)"���þ6type.func(*"".Scanner, int)� �� �������öãø�3������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Ngo.string."func(*scanner.Scanner, int)"���p��Hgo.weak.type.*func(*"".Scanner, int)���€��"runtime.zerovalue��� €�6type.func(*"".Scanner, int)���Р�6type.func(*"".Scanner, int)���€�� type.*"".Scanner�����type.int���þ|go.string."func(*scanner.Scanner, bool) (token.Token, string)"���†��������2�������func(*scanner.Scanner, bool) (token.Token, string)�� �|go.string."func(*scanner.Scanner, bool) (token.Token, string)"���þjtype.func(*"".Scanner, bool) (go/token.Token, string)�À��À�������c³*±�3�������������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��|go.string."func(*scanner.Scanner, bool) (token.Token, string)"���p��|go.weak.type.*func(*"".Scanner, bool) (go/token.Token, string)���€��"runtime.zerovalue��� €�jtype.func(*"".Scanner, bool) (go/token.Token, string)���Р�jtype.func(*"".Scanner, bool) (go/token.Token, string)���€�� type.*"".Scanner�����type.bool��� ��&type.go/token.Token���°��type.string���þgo.string."func(*scanner.Scanner, token.Token, token.Token) token.Token"� ��š��������<�������func(*scanner.Scanner, token.Token, token.Token) token.Token�� �go.string."func(*scanner.Scanner, token.Token, token.Token) token.Token"���þŠtype.func(*"".Scanner, go/token.Token, go/token.Token) go/token.Token�À��À�������qxX�3�������������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��go.string."func(*scanner.Scanner, token.Token, token.Token) token.Token"���p��œgo.weak.type.*func(*"".Scanner, go/token.Token, go/token.Token) go/token.Token���€��"runtime.zerovalue��� €�Štype.func(*"".Scanner, go/token.Token, go/token.Token) go/token.Token���а�Štype.func(*"".Scanner, go/token.Token, go/token.Token) go/token.Token���€�� type.*"".Scanner�����&type.go/token.Token��� ��&type.go/token.Token���°��&type.go/token.Token���þ¸go.string."func(*scanner.Scanner, token.Token, token.Token, int32, token.Token) token.Token"�Ð��Â��������P�������func(*scanner.Scanner, token.Token, token.Token, int32, token.Token) token.Token�� �¸go.string."func(*scanner.Scanner, token.Token, token.Token, int32, token.Token) token.Token"���þ¸type.func(*"".Scanner, go/token.Token, go/token.Token, int32, go/token.Token) go/token.Token�à��à�������—¥;�3������������������������������������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��¸go.string."func(*scanner.Scanner, token.Token, token.Token, int32, token.Token) token.Token"���p��Êgo.weak.type.*func(*"".Scanner, go/token.Token, go/token.Token, int32, go/token.Token) go/token.Token���€��"runtime.zerovalue��� €�¸type.func(*"".Scanner, go/token.Token, go/token.Token, int32, go/token.Token) go/token.Token���ÐÐ�¸type.func(*"".Scanner, go/token.Token, go/token.Token, int32, go/token.Token) go/token.Token���€�� type.*"".Scanner�����&type.go/token.Token��� ��&type.go/token.Token���°��type.int32���À��&type.go/token.Token���Ð��&type.go/token.Token���þÒgo.string."func(*scanner.Scanner, token.Token, token.Token, int32, token.Token, token.Token) token.Token"�à��Ü��������]�������func(*scanner.Scanner, token.Token, token.Token, int32, token.Token, token.Token) token.Token�� �Ògo.string."func(*scanner.Scanner, token.Token, token.Token, int32, token.Token, token.Token) token.Token"���þØtype.func(*"".Scanner, go/token.Token, go/token.Token, int32, go/token.Token, go/token.Token) go/token.Token�ð��ð�������Âåfç�3�������������������������������������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Ògo.string."func(*scanner.Scanner, token.Token, token.Token, int32, token.Token, token.Token) token.Token"���p��êgo.weak.type.*func(*"".Scanner, go/token.Token, go/token.Token, int32, go/token.Token, go/token.Token) go/token.Token���€��"runtime.zerovalue��� €�Øtype.func(*"".Scanner, go/token.Token, go/token.Token, int32, go/token.Token, go/token.Token) go/token.Token���Ðà�Øtype.func(*"".Scanner, go/token.Token, go/token.Token, int32, go/token.Token, go/token.Token) go/token.Token���€�� type.*"".Scanner�����&type.go/token.Token��� ��&type.go/token.Token���°��type.int32���À��&type.go/token.Token���Ð��&type.go/token.Token���à��&type.go/token.Token���þ go.string."Init"�0��*���������������Init�� � go.string."Init"���þ”go.string."func(*token.File, []uint8, scanner.ErrorHandler, scanner.Mode)"� ��ž��������>�������func(*token.File, []uint8, scanner.ErrorHandler, scanner.Mode)�� �”go.string."func(*token.File, []uint8, scanner.ErrorHandler, scanner.Mode)"���þxtype.func(*go/token.File, []uint8, "".ErrorHandler, "".Mode)�À��À�������/þj�3���������������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��”go.string."func(*token.File, []uint8, scanner.ErrorHandler, scanner.Mode)"���p��Šgo.weak.type.*func(*go/token.File, []uint8, "".ErrorHandler, "".Mode)���€��"runtime.zerovalue��� €�xtype.func(*go/token.File, []uint8, "".ErrorHandler, "".Mode)���ÐÀ�xtype.func(*go/token.File, []uint8, "".ErrorHandler, "".Mode)���€��&type.*go/token.File�����type.[]uint8��� ��(type."".ErrorHandler���°��type."".Mode���þ go.string."Scan"�0��*���������������Scan�� � go.string."Scan"���þfgo.string."func() (token.Pos, token.Token, string)"�p��p��������'�������func() (token.Pos, token.Token, string)�� �fgo.string."func() (token.Pos, token.Token, string)"���þdtype.func() (go/token.Pos, go/token.Token, string)�°��°�������¥úÀ��3�������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��fgo.string."func() (token.Pos, token.Token, string)"���p��vgo.weak.type.*func() (go/token.Pos, go/token.Token, string)���€��"runtime.zerovalue��� €�dtype.func() (go/token.Pos, go/token.Token, string)���Ѐ�dtype.func() (go/token.Pos, go/token.Token, string)���€��"type.go/token.Pos�����&type.go/token.Token��� ��type.string���þ"go.string."error"�0��,���������������error�� �"go.string."error"���þ:go.string."func(int, string)"�P��D���������������func(int, string)�� �:go.string."func(int, string)"���þ,type.func(int, string)� �� �������
!�3������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��:go.string."func(int, string)"���p��>go.weak.type.*func(int, string)���€��"runtime.zerovalue��� €�,type.func(int, string)���Р�,type.func(int, string)���€��type.int�����type.string���þ.go.string."findLineEnd"�@��8�������� �������findLineEnd�� �.go.string."findLineEnd"���þ.go.string."func() bool"�@��8�������� �������func() bool�� �.go.string."func() bool"���þ type.func() bool����������TËx�3���������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��.go.string."func() bool"���p��2go.weak.type.*func() bool���€��"runtime.zerovalue��� €� type.func() bool���Ѐ� type.func() bool���€��type.bool���þ@go.string."interpretLineComment"�P��J���������������interpretLineComment�� �@go.string."interpretLineComment"���þ2go.string."func([]uint8)"�@��<�������� �������func([]uint8)�� �2go.string."func([]uint8)"���þ$type.func([]uint8)����������§{í·�3���������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��2go.string."func([]uint8)"���p��6go.weak.type.*func([]uint8)���€��"runtime.zerovalue��� €�$type.func([]uint8)���А�$type.func([]uint8)���€��type.[]uint8���þ go.string."next"�0��*���������������next�� � go.string."next"���þ.go.string."scanComment"�@��8�������� �������scanComment�� �.go.string."scanComment"���þ,go.string."scanEscape"�@��6��������
�������scanEscape�� �,go.string."scanEscape"���þ8go.string."func(int32) bool"�P��B���������������func(int32) bool�� �8go.string."func(int32) bool"���þ*type.func(int32) bool� �� �������ÅF³�3���������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��8go.string."func(int32) bool"���p��<go.weak.type.*func(int32) bool���€��"runtime.zerovalue��� €�*type.func(int32) bool���А�*type.func(int32) bool���€��type.int32�����type.bool���þ4go.string."scanIdentifier"�@��>���������������scanIdentifier�� �4go.string."scanIdentifier"���þ0go.string."scanMantissa"�@��:�������� �������scanMantissa�� �0go.string."scanMantissa"���þ*go.string."func(int)"�@��4�������� �������func(int)�� �*go.string."func(int)"���þtype.func(int)����������„æñ�3���������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��*go.string."func(int)"���p��.go.weak.type.*func(int)���€��"runtime.zerovalue��� €�type.func(int)���А�type.func(int)���€��type.int���þ,go.string."scanNumber"�@��6��������
�������scanNumber�� �,go.string."scanNumber"���þXgo.string."func(bool) (token.Token, string)"�p��b�������� �������func(bool) (token.Token, string)�� �Xgo.string."func(bool) (token.Token, string)"���þPtype.func(bool) (go/token.Token, string)�°��°�������^’ÕH�3������������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Xgo.string."func(bool) (token.Token, string)"���p��bgo.weak.type.*func(bool) (go/token.Token, string)���€��"runtime.zerovalue��� €�Ptype.func(bool) (go/token.Token, string)���А�Ptype.func(bool) (go/token.Token, string)���€��type.bool�����&type.go/token.Token��� ��type.string���þ2go.string."scanRawString"�@��<�������� �������scanRawString�� �2go.string."scanRawString"���þ(go.string."scanRune"�@��2���������������scanRune�� �(go.string."scanRune"���þ,go.string."scanString"�@��6��������
�������scanString�� �,go.string."scanString"���þ4go.string."skipWhitespace"�@��>���������������skipWhitespace�� �4go.string."skipWhitespace"���þ&go.string."switch2"�0��0���������������switch2�� �&go.string."switch2"���þlgo.string."func(token.Token, token.Token) token.Token"�€��v��������*�������func(token.Token, token.Token) token.Token�� �lgo.string."func(token.Token, token.Token) token.Token"���þptype.func(go/token.Token, go/token.Token) go/token.Token�°��°�������ŸÌÃ�3������������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��lgo.string."func(token.Token, token.Token) token.Token"���p��‚go.weak.type.*func(go/token.Token, go/token.Token) go/token.Token���€��"runtime.zerovalue��� €�ptype.func(go/token.Token, go/token.Token) go/token.Token���Р�ptype.func(go/token.Token, go/token.Token) go/token.Token���€��&type.go/token.Token�����&type.go/token.Token��� ��&type.go/token.Token���þ&go.string."switch3"�0��0���������������switch3�� �&go.string."switch3"���þ”go.string."func(token.Token, token.Token, int32, token.Token) token.Token"� ��ž��������>�������func(token.Token, token.Token, int32, token.Token) token.Token�� �”go.string."func(token.Token, token.Token, int32, token.Token) token.Token"���þžtype.func(go/token.Token, go/token.Token, int32, go/token.Token) go/token.Token�Ð��Ð�������–š5[�3���������������������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��”go.string."func(token.Token, token.Token, int32, token.Token) token.Token"���p��°go.weak.type.*func(go/token.Token, go/token.Token, int32, go/token.Token) go/token.Token���€��"runtime.zerovalue��� €�žtype.func(go/token.Token, go/token.Token, int32, go/token.Token) go/token.Token���ÐÀ�žtype.func(go/token.Token, go/token.Token, int32, go/token.Token) go/token.Token���€��&type.go/token.Token�����&type.go/token.Token��� ��type.int32���°��&type.go/token.Token���À��&type.go/token.Token���þ&go.string."switch4"�0��0���������������switch4�� �&go.string."switch4"���þ®go.string."func(token.Token, token.Token, int32, token.Token, token.Token) token.Token"�À��¸��������K�������func(token.Token, token.Token, int32, token.Token, token.Token) token.Token�� �®go.string."func(token.Token, token.Token, int32, token.Token, token.Token) token.Token"���þ¾type.func(go/token.Token, go/token.Token, int32, go/token.Token, go/token.Token) go/token.Token�à��à�������ÔùD¨�3������������������������������������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��®go.string."func(token.Token, token.Token, int32, token.Token, token.Token) token.Token"���p��Ðgo.weak.type.*func(go/token.Token, go/token.Token, int32, go/token.Token, go/token.Token) go/token.Token���€��"runtime.zerovalue��� €�¾type.func(go/token.Token, go/token.Token, int32, go/token.Token, go/token.Token) go/token.Token���ÐÐ�¾type.func(go/token.Token, go/token.Token, int32, go/token.Token, go/token.Token) go/token.Token���€��&type.go/token.Token�����&type.go/token.Token��� ��type.int32���°��&type.go/token.Token���À��&type.go/token.Token���Ð��&type.go/token.Token���þ type.*"".Scanner��°��°�������뛝�6������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ä  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��8go.string."*scanner.Scanner"���p��2go.weak.type.**"".Scanner���€��"runtime.zerovalue�����type."".Scanner���` � type.*"".Scanner���Àð� type.*"".Scanner���ð�� go.string."Init"�����xtype.func(*go/token.File, []uint8, "".ErrorHandler, "".Mode)��� ��’type.func(*"".Scanner, *go/token.File, []uint8, "".ErrorHandler, "".Mode)���°��$"".(*Scanner).Init���À��$"".(*Scanner).Init���Ð�� go.string."Scan"���ð��dtype.func() (go/token.Pos, go/token.Token, string)���€��ztype.func(*"".Scanner) (go/token.Pos, go/token.Token, string)�����$"".(*Scanner).Scan��� ��$"".(*Scanner).Scan���°��"go.string."error"���À��"go.importpath."".���Ð��,type.func(int, string)���à��Ftype.func(*"".Scanner, int, string)���ð��&"".(*Scanner).error���€��&"".(*Scanner).error�����.go.string."findLineEnd"��� ��"go.importpath."".���°�� type.func() bool���À��6type.func(*"".Scanner) bool���Ð��2"".(*Scanner).findLineEnd���à��2"".(*Scanner).findLineEnd���ð��@go.string."interpretLineComment"���€��"go.importpath."".�����$type.func([]uint8)��� ��>type.func(*"".Scanner, []uint8)���°��D"".(*Scanner).interpretLineComment���À��D"".(*Scanner).interpretLineComment���Ð�� go.string."next"���à��"go.importpath."".���ð��type.func()���€��,type.func(*"".Scanner)�����$"".(*Scanner).next��� ��$"".(*Scanner).next���°��.go.string."scanComment"���À��"go.importpath."".���Ð��$type.func() string���à��:type.func(*"".Scanner) string���ð��2"".(*Scanner).scanComment���€��2"".(*Scanner).scanComment�����,go.string."scanEscape"��� ��"go.importpath."".���°��*type.func(int32) bool���À��Dtype.func(*"".Scanner, int32) bool���Ð��0"".(*Scanner).scanEscape���à��0"".(*Scanner).scanEscape���ð��4go.string."scanIdentifier"���€��"go.importpath."".�����$type.func() string��� ��:type.func(*"".Scanner) string���°��8"".(*Scanner).scanIdentifier���À��8"".(*Scanner).scanIdentifier���Ð��0go.string."scanMantissa"���à��"go.importpath."".���ð��type.func(int)���€ ��6type.func(*"".Scanner, int)��� ��4"".(*Scanner).scanMantissa���  ��4"".(*Scanner).scanMantissa���° ��,go.string."scanNumber"���À ��"go.importpath."".���Ð ��Ptype.func(bool) (go/token.Token, string)���à ��jtype.func(*"".Scanner, bool) (go/token.Token, string)���ð ��0"".(*Scanner).scanNumber���€
��0"".(*Scanner).scanNumber���
��2go.string."scanRawString"��� 
��"go.importpath."".���°
��$type.func() string�����:type.func(*"".Scanner) string���Ð
��6"".(*Scanner).scanRawString���à
��6"".(*Scanner).scanRawString���ð
��(go.string."scanRune"���€ ��"go.importpath."".��� ��$type.func() string���  ��:type.func(*"".Scanner) string���° ��,"".(*Scanner).scanRune���À ��,"".(*Scanner).scanRune���Ð ��,go.string."scanString"���à ��"go.importpath."".���ð ��$type.func() string���€ ��:type.func(*"".Scanner) string��� ��0"".(*Scanner).scanString���  ��0"".(*Scanner).scanString���° ��4go.string."skipWhitespace"���À ��"go.importpath."".���Ð ��type.func()���à ��,type.func(*"".Scanner)���ð ��8"".(*Scanner).skipWhitespace���€ ��8"".(*Scanner).skipWhitespace��� ��&go.string."switch2"���  ��"go.importpath."".���° ��ptype.func(go/token.Token, go/token.Token) go/token.Token���À ��Štype.func(*"".Scanner, go/token.Token, go/token.Token) go/token.Token���Ð ��*"".(*Scanner).switch2���à ��*"".(*Scanner).switch2���ð ��&go.string."switch3"���€��"go.importpath."".�����žtype.func(go/token.Token, go/token.Token, int32, go/token.Token) go/token.Token��� ��¸type.func(*"".Scanner, go/token.Token, go/token.Token, int32, go/token.Token) go/token.Token���°��*"".(*Scanner).switch3���À��*"".(*Scanner).switch3���Ð��&go.string."switch4"���à��"go.importpath."".���ð��¾type.func(go/token.Token, go/token.Token, int32, go/token.Token, go/token.Token) go/token.Token���€��Øtype.func(*"".Scanner, go/token.Token, go/token.Token, int32, go/token.Token, go/token.Token) go/token.Token�����*"".(*Scanner).switch4��� ��*"".(*Scanner).switch4���þ(go.string."[1]uint8"�@��2���������������[1]uint8�� �(go.string."[1]uint8"���þtype.[1]uint8�À��À�������16Ê�‘������������������������������������������������������������������������������� @� runtime.algarray���0��^runtime.gcbits.0x000000000000000000000000000000���P��(go.string."[1]uint8"���p��,go.weak.type.*[1]uint8���€��"runtime.zerovalue�����type.uint8��� ��type.[]uint8���þ:go.typelink.[1]uint8/[1]uint8��������������type.[1]uint8���þ(go.string."[]string"�@��2���������������[]string�� �(go.string."[]string"���þtype.[]string� �� �������Ó¨ó
�����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x48844400000000000000000000000000���P��(go.string."[]string"���p��,go.weak.type.*[]string���€��"runtime.zerovalue�����type.string���þ:go.typelink.[]string/[]string��������������type.[]string���þTgclocals·0115f8d53b75c1696444f08ad03251d9�����������þTgclocals·a11c21977d0c39648c83179d370ce4b8� �� ���������V����þTgclocals·a8cc63930a774e5693faf789d6200da1�(��(���������� ��������þTgclocals·2bd0058e25364e522f9f24a53d6b8231�(��(������������Z����þ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���þbruntime.gcbits.0x48480000000000000000000000000000� �� HH���������������þ*go.string."[2]string"�@��4�������� �������[2]string�� �*go.string."[2]string"���þtype.[2]string�À��À �������PXåé�������������������������������������������������������������������������������� ��&type..alg.[2]string���0��bruntime.gcbits.0x48480000000000000000000000000000���P��*go.string."[2]string"���p��.go.weak.type.*[2]string���€��"runtime.zerovalue�����type.string��� ��type.[]string���þ>go.typelink.[2]string/[2]string��������������type.[2]string���þ*go.string."*[1]uint8"�@��4�������� �������*[1]uint8�� �*go.string."*[1]uint8"���þtype.*[1]uint8� �� �������±˜~[�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��*go.string."*[1]uint8"���p��.go.weak.type.**[1]uint8���€��"runtime.zerovalue�����type.[1]uint8���þ,go.string."*[2]string"�@��6��������
�������*[2]string�� �,go.string."*[2]string"���þtype.*[2]string� �� ������� f<�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��,go.string."*[2]string"���p��0go.weak.type.**[2]string���€��"runtime.zerovalue�����type.[2]string���þ:go.string."**scanner.Scanner"�P��D���������������**scanner.Scanner�� �:go.string."**scanner.Scanner"���þ"type.**"".Scanner� �� �������¸Ï5˜�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��:go.string."**scanner.Scanner"���p��4go.weak.type.***"".Scanner���€��"runtime.zerovalue����� type.*"".Scanner���þbruntime.gcbits.0x84000000000000000000000000000000� �� „����������������þlgo.string."struct { F uintptr; A0 **scanner.Scanner }"�€��v��������*�������struct { F uintptr; A0 **scanner.Scanner }�� �lgo.string."struct { F uintptr; A0 **scanner.Scanner }"���þgo.string."F"�0��$���������������F�� �go.string."F"���þgo.string."A0"�0��&���������������A0�� �go.string."A0"���þTtype.struct { F uintptr; A0 **"".Scanner }�à��à�������>-±Ä�������������������������������������������������������������������������������������������������������������������������������������������������������������� À� runtime.algarray���0��bruntime.gcbits.0x84000000000000000000000000000000���P��lgo.string."struct { F uintptr; A0 **scanner.Scanner }"���p��fgo.weak.type.*struct { F uintptr; A0 **"".Scanner }���€��"runtime.zerovalue���À�Ttype.struct { F uintptr; A0 **"".Scanner }���À��go.string."F"���à��type.uintptr�����go.string."A0"���°��"type.**"".Scanner���þngo.string."*struct { F uintptr; A0 **scanner.Scanner }"�€��x��������+�������*struct { F uintptr; A0 **scanner.Scanner }�� �ngo.string."*struct { F uintptr; A0 **scanner.Scanner }"���þVtype.*struct { F uintptr; A0 **"".Scanner }� �� �������òûÞR�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��ngo.string."*struct { F uintptr; A0 **scanner.Scanner }"���p��hgo.weak.type.**struct { F uintptr; A0 **"".Scanner }���€��"runtime.zerovalue�����Ttype.struct { F uintptr; A0 **"".Scanner }���þTgclocals·0115f8d53b75c1696444f08ad03251d9�����������þTgclocals·a11c21977d0c39648c83179d370ce4b8� �� ���������V����þTgclocals·a8cc63930a774e5693faf789d6200da1�(��(���������� ��������þTgclocals·2bd0058e25364e522f9f24a53d6b8231�(��(������������Z����þ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���þbruntime.gcbits.0x48484848484848480000000000000000� �� HHHHHHHH���������þ*go.string."[8]string"�@��4�������� �������[8]string�� �*go.string."[8]string"���þtype.[8]string�À��À€�������USŒ>���������������������������������������������������������������������������������� ��&type..alg.[8]string���0��bruntime.gcbits.0x48484848484848480000000000000000���P��*go.string."[8]string"���p��.go.weak.type.*[8]string���€��"runtime.zerovalue�����type.string��� ��type.[]string���þ>go.typelink.[8]string/[8]string��������������type.[8]string���þ2go.string."[]token.Token"�@��<�������� �������[]token.Token�� �2go.string."[]token.Token"���þ*type.[]go/token.Token� �� �������F?©ï�����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x48844400000000000000000000000000���P��2go.string."[]token.Token"���p��<go.weak.type.*[]go/token.Token���€��"runtime.zerovalue�����&type.go/token.Token���þTgo.typelink.[]token.Token/[]go/token.Token��������������*type.[]go/token.Token���þ4go.string."[8]token.Token"�@��>���������������[8]token.Token�� �4go.string."[8]token.Token"���þ,type.[8]go/token.Token�À��À@�������«´¤Î���‘������������������������������������������������������������������������������� �� runtime.algarray���0��^runtime.gcbits.0x000000000000000000000000000000���P��4go.string."[8]token.Token"���p��>go.weak.type.*[8]go/token.Token���€��"runtime.zerovalue�����&type.go/token.Token��� ��*type.[]go/token.Token���þXgo.typelink.[8]token.Token/[8]go/token.Token��������������,type.[8]go/token.Token���þTgo.string."*map.bucket[string]token.Token"�`��^���������������*map.bucket[string]token.Token�� �Tgo.string."*map.bucket[string]token.Token"���þLtype.*map.bucket[string]go/token.Token� �� �������›|�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Tgo.string."*map.bucket[string]token.Token"���p��^go.weak.type.**map.bucket[string]go/token.Token���€��"runtime.zerovalue�����Jtype.map.bucket[string]go/token.Token���þbruntime.gcbits.0x84848484848484844444444484000000� �� „„„„„„„„DDDD„����þRgo.string."map.bucket[string]token.Token"�`��\���������������map.bucket[string]token.Token�� �Rgo.string."map.bucket[string]token.Token"���þ go.string."keys"�0��*���������������keys�� � go.string."keys"���þ$go.string."values"�0��.���������������values�� �$go.string."values"���þ(go.string."overflow"�@��2���������������overflow�� �(go.string."overflow"���þJtype.map.bucket[string]go/token.Token�°��°Ð�������ª@ õ��������������������������������������������������������������������������������������������������������������������������������������������������������ˆ���������������������������������������È������� à� runtime.algarray���0��bruntime.gcbits.0x84848484848484844444444484000000���P��Rgo.string."map.bucket[string]token.Token"���p��\go.weak.type.*map.bucket[string]go/token.Token���€��"runtime.zerovalue���À�Jtype.map.bucket[string]go/token.Token���À�� go.string."keys"���à��type.[8]string�����$go.string."values"���°��,type.[8]go/token.Token���à��(go.string."overflow"���€��Ltype.*map.bucket[string]go/token.Token���þbruntime.gcbits.0x44844800000000000000000000000000� �� D„H��������������þLgo.string."map.hdr[string]token.Token"�`��V���������������map.hdr[string]token.Token�� �Lgo.string."map.hdr[string]token.Token"���þ&go.string."buckets"�0��0���������������buckets�� �&go.string."buckets"���þ,go.string."oldbuckets"�@��6��������
�������oldbuckets�� �,go.string."oldbuckets"���þDtype.map.hdr[string]go/token.Token�à��à0�������»d«ö�������������������������������������������������������������������������������������������������������������������������������������������������������� ������� à� runtime.algarray���0��bruntime.gcbits.0x44844800000000000000000000000000���P��Lgo.string."map.hdr[string]token.Token"���p��Vgo.weak.type.*map.hdr[string]go/token.Token���€��"runtime.zerovalue���À�Dtype.map.hdr[string]go/token.Token���À��&go.string."buckets"���à��Ltype.*map.bucket[string]go/token.Token�����,go.string."oldbuckets"���°��Ltype.*map.bucket[string]go/token.Token���þDgo.string."map[string]token.Token"�P��N���������������map[string]token.Token�� �Dgo.string."map[string]token.Token"���þ<type.map[string]go/token.Token�Ü��Ü�������€d|Þ�5������������������������������������������������������������������������������������������Ð� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Dgo.string."map[string]token.Token"���p��Ngo.weak.type.*map[string]go/token.Token���€��"runtime.zerovalue�����type.string��� ��&type.go/token.Token���°��Jtype.map.bucket[string]go/token.Token���À��Dtype.map.hdr[string]go/token.Token���þxgo.typelink.map[string]token.Token/map[string]go/token.Token��������������<type.map[string]go/token.Token���þ,go.string."*[8]string"�@��6��������
�������*[8]string�� �,go.string."*[8]string"���þtype.*[8]string� �� �������­”o�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��,go.string."*[8]string"���p��0go.weak.type.**[8]string���€��"runtime.zerovalue�����type.[8]string���þ&go.string."runtime"�0��0���������������runtime�� �&go.string."runtime"���þ,go.importpath.runtime.� �� ���������������� �&go.string."runtime"���þgo.string."io"�0��&���������������io�� �go.string."io"���þ"go.importpath.io.� �� ���������������� �go.string."io"���þ&go.string."unicode"�0��0���������������unicode�� �&go.string."unicode"���þ,go.importpath.unicode.� �� ���������������� �&go.string."unicode"���þ2go.string."path/filepath"�@��<�������� �������path/filepath�� �2go.string."path/filepath"���þ8go.importpath.path/filepath.� �� �������� �������� �2go.string."path/filepath"���þ&go.string."strconv"�0��0���������������strconv�� �&go.string."strconv"���þ,go.importpath.strconv.� �� ���������������� �&go.string."strconv"���þ0go.string."unicode/utf8"�@��:�������� �������unicode/utf8�� �0go.string."unicode/utf8"���þ6go.importpath.unicode/utf8.� �� �������� �������� �0go.string."unicode/utf8"���þgo.string."fmt"�0��(���������������fmt�� �go.string."fmt"���þ$go.importpath.fmt.� �� ���������������� �go.string."fmt"���þ go.string."sort"�0��*���������������sort�� � go.string."sort"���þ&go.importpath.sort.� �� ���������������� � go.string."sort"���þ(go.string."go/token"�@��2���������������go/token�� �(go.string."go/token"���þ.go.importpath.go/token.� �� ���������������� �(go.string."go/token"���þ"go.string."bytes"�0��,���������������bytes�� �"go.string."bytes"���þ(go.importpath.bytes.� �� ���������������� �"go.string."bytes"���þ,type..hash."".Error·f��������������&type..hash."".Error���þ>type..hash.go/token.Position·f��������������8type..hash.go/token.Position���þ$runtime.strhash·f��������������runtime.strhash���þ(type..eq."".Error·f��������������"type..eq."".Error���þ("".(*Error).Error·f��������������""".(*Error).Error���þ(runtime.panicwrap·f��������������"runtime.panicwrap���þ,"".(*ErrorList).Len·f��������������&"".(*ErrorList).Len���þ."".(*ErrorList).Swap·f��������������("".(*ErrorList).Swap���þ."".(*ErrorList).Less·f��������������("".(*ErrorList).Less���þ."".(*ErrorList).Sort·f��������������("".(*ErrorList).Sort���þ0"".(*ErrorList).Error·f��������������*"".(*ErrorList).Error���þ,"".(*ErrorList).Err·f��������������&"".(*ErrorList).Err���þ:type..hash.[2]interface {}·f��������������4type..hash.[2]interface {}���þ.runtime.nilinterhash·f��������������(runtime.nilinterhash���þ6type..eq.[2]interface {}·f��������������0type..eq.[2]interface {}���þ$runtime.efaceeq·f��������������runtime.efaceeq���þ: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���þ"runtime.zerovalue�����ÿÿgo13ld�