blob: fa96841b313d5034bdd5e363030fb3f856bf5197 [file] [log] [blame]
!<arch>
__.PKGDEF 0 0 0 644 9818 `
go object windows amd64 go1.5.1 X:none
build id "07ffe1a72054bdcd3df4ba73de923de69cce0143"
$$
package scanner
import runtime "runtime"
import fmt "fmt"
import strconv "strconv"
import utf8 "unicode/utf8"
import io "io"
import token "go/token"
import sort "sort"
import bytes "bytes"
import unicode "unicode"
import filepath "path/filepath"
type @"go/token".Position struct { Filename string; Offset int; Line int; Column int }
func (@"go/token".pos·2 *@"go/token".Position "esc:0x1") IsValid () (? bool) { return @"go/token".pos·2.Line > 0x0 }
func (@"go/token".pos·2 @"go/token".Position "esc:0x12") String () (? string)
type @"".Error struct { Pos @"go/token".Position; Msg string }
func (@"".e·2 @"".Error "esc:0x12") Error () (? string)
type @"".ErrorList []*@"".Error
func (@"".p·1 *@"".ErrorList "esc:0x9") 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:0x12") Err () (? error) { if len(@"".p·2) == 0x0 { return nil }; return @"".p·2 }
func (@"".p·2 @"".ErrorList "esc:0x3a") Error () (? string)
func (@"".p·2 @"".ErrorList "esc:0x1") Len () (? int) { return len(@"".p·2) }
func (@"".p·2 @"".ErrorList "esc:0x1") Less (@"".i·3 int, @"".j·4 int) (? bool) { var @"".e·5 *@"go/token".Position; @"".e·5 = &@"".p·2[@"".i·3].Pos; var @"".f·6 *@"go/token".Position; @"".f·6 = &@"".p·2[@"".j·4].Pos; if @"".e·5.Filename != @"".f·6.Filename { return @"".e·5.Filename < @"".f·6.Filename }; if @"".e·5.Line != @"".f·6.Line { return @"".e·5.Line < @"".f·6.Line }; if @"".e·5.Column != @"".f·6.Column { return @"".e·5.Column < @"".f·6.Column }; return @"".p·2[@"".i·3].Msg < @"".p·2[@"".j·4].Msg }
func (@"".p·1 *@"".ErrorList) RemoveMultiples ()
func (@"".p·1 *@"".ErrorList "esc:0x1") Reset () { *@"".p·1 = (*@"".p·1)[0x0:0x0] }
func (@"".p·1 @"".ErrorList) Sort ()
func (@"".p·1 @"".ErrorList "esc:0x9") 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:0x12") 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:0x1")
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:0x1") (? error)
func (@"go/token".s·2 *@"go/token".FileSet) Write (@"go/token".encode·3 func(? interface {}) (? error) "esc:0x1") (? 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 "esc:0x9") AddLine (@"go/token".offset·2 int)
func (@"go/token".f·1 *@"go/token".File "esc:0x9") 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:0x1") Base () (? int) { return @"go/token".f·2.@"go/token".base }
func (@"go/token".f·2 *@"go/token".File "esc:0x1") Line (@"go/token".p·3 @"go/token".Pos) (? int)
func (@"go/token".f·2 *@"go/token".File "esc:0x9") LineCount () (? int)
func (@"go/token".f·1 *@"go/token".File "esc:0x9") MergeLine (@"go/token".line·2 int)
func (@"go/token".f·2 *@"go/token".File "esc:0x22") Name () (? string) { return @"go/token".f·2.@"go/token".name }
func (@"go/token".f·2 *@"go/token".File "esc:0x1") Offset (@"go/token".p·3 @"go/token".Pos) (? int)
func (@"go/token".f·2 *@"go/token".File "esc:0x1") Pos (@"go/token".offset·3 int) (? @"go/token".Pos)
func (@"go/token".f·2 *@"go/token".File "esc:0x22") Position (@"go/token".p·3 @"go/token".Pos) (@"go/token".pos·1 @"go/token".Position)
func (@"go/token".f·2 *@"go/token".File "esc:0x22") 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 "esc:0x9") SetLines (@"go/token".lines·3 []int) (? bool)
func (@"go/token".f·1 *@"go/token".File "esc:0x9") SetLinesForContent (@"go/token".content·2 []byte "esc:0x1")
func (@"go/token".f·2 *@"go/token".File "esc:0x1") Size () (? int) { return @"go/token".f·2.@"go/token".size }
func (@"go/token".f·2 *@"go/token".File "esc:0x22") @"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:0x22") @"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 "esc:0x9") Init (@"".file·2 *@"go/token".File, @"".src·3 []byte, @"".err·4 @"".ErrorHandler, @"".mode·5 @"".Mode)
func (@"".s·4 *@"".Scanner "esc:0x9") Scan () (@"".pos·1 @"go/token".Pos, @"".tok·2 @"go/token".Token, @"".lit·3 string)
func (@"".s·1 *@"".Scanner "esc:0x9") @"".error (@"".offs·2 int, @"".msg·3 string)
func (@"".s·2 *@"".Scanner "esc:0x9") @"".findLineEnd () (? bool)
func (@"".s·1 *@"".Scanner "esc:0x9") @"".interpretLineComment (@"".text·2 []byte "esc:0x1")
func (@"".s·1 *@"".Scanner "esc:0x9") @"".next ()
func (@"".s·2 *@"".Scanner "esc:0x9") @"".scanComment () (? string)
func (@"".s·2 *@"".Scanner "esc:0x9") @"".scanEscape (@"".quote·3 rune) (? bool)
func (@"".s·2 *@"".Scanner "esc:0x9") @"".scanIdentifier () (? string)
func (@"".s·1 *@"".Scanner "esc:0x9") @"".scanMantissa (@"".base·2 int)
func (@"".s·3 *@"".Scanner "esc:0x9") @"".scanNumber (@"".seenDecimalPoint·4 bool) (? @"go/token".Token, ? string)
func (@"".s·2 *@"".Scanner "esc:0x9") @"".scanRawString () (? string)
func (@"".s·2 *@"".Scanner "esc:0x9") @"".scanRune () (? string)
func (@"".s·2 *@"".Scanner "esc:0x9") @"".scanString () (? string)
func (@"".s·1 *@"".Scanner "esc:0x9") @"".skipWhitespace ()
func (@"".s·2 *@"".Scanner "esc:0x9") @"".switch2 (@"".tok0·3 @"go/token".Token, @"".tok1·4 @"go/token".Token) (? @"go/token".Token)
func (@"".s·2 *@"".Scanner "esc:0x9") @"".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 "esc:0x9") @"".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_.o 0 0 0 644 172572 `
go object windows amd64 go1.5.1 X:none
!
��go13ld
fmt.ago/token.aio.a sort.abytes.apath/filepath.astrconv.aunicode.aunicode/utf8.a�þ"".Error.Error��€��úeH‹ %(���H‹‰����H;a†��Hƒì`H‹\$`H‰$è����1ÛH‰œ$ ���H‰œ$¨���H‹\$pHƒû�uVH\$hH‰\$HH‰$Hƒ$è����H‹l$HH‹]Hƒû�ŸÀ<�u*H‹œ$���H‰œ$ ���H‹œ$˜���H‰œ$¨���è����HƒÄ`ÃH\$hH‰çH‰Þè����è����H‹L$(H‹D$0HÇ$����H‰L$PH‰L$H‰D$XH‰D$H����H‰\$HÇD$ ���Hœ$���H|$(H‹ H‰H‹KH‰Oè����H‹\$8H‰œ$ ���H‹\$@H‰œ$¨���è����HƒÄ`Ãè����éÃþÿÿ������P
��*runtime.racefuncenter���º
�� runtime.raceread���¬
��(runtime.racefuncexit���Ö
ô� runtime.duffcopy���à
��0go/token.Position.String���º��go.string.": "���–
��*runtime.concatstring3���Ô
��(runtime.racefuncexit���è
��0runtime.morestack_noctxt���À��"".autotmp_0000�type.string�go/token.pos·2�/.type.*go/token.Position� "".~r0�ptype.string�"".e��type."".Error�(À€¿À“¿À �À�(4  7
*Š ��'59z�Tgclocals·90f4f1110e613c00369f3da917ba22a6�Tgclocals·ad3d78e88c381598810f2e82f373ef66���<c:/go/src/go/scanner/errors.goþ&"".(*ErrorList).Add��€ ��â
eH‹ %(���H‹‰����HD$ðH;A†ˆ��Hì���H‹œ$���H‰$è����H����H‰$è����H‹D$H‹œ$ ���H‰\$hH‹œ$¨���H‰\$pH‹œ$°���H‰\$xH‹œ$¸���H‰œ$€���H‹œ$À���H‰œ$ˆ���H‰D$HH‰$HÇD$(���è����H‹\$HH‹l$pH‰kH‹l$xH‰kH‹¬$€���H‰kH‹¬$ˆ���H‰k H‹l$h€=�����…©��H‰+H‹\$HH‰$Hƒ$(è����H‹\$HH‹¬$Ð���H‰k0H‹¬$È���€=�����…V��H‰k(H‹\$HH‰\$HH‹œ$˜���H‰$è����H‹œ$˜���Hƒû�„��H‹H‹CH‹KH‰ËH)ÃHƒû}HH����H‰$H‰T$PH‰T$H‰D$H‰L$`H‰L$H‰ÃH‰D$XHÿÃH‰\$ è����H‹T$(H‹D$0H‹L$8H‰ÃHÿÃH‰L$`H9ˇ¤���H‰\$XH‰T$PH‰D$@HÂH‰$è����H‹\$PH‹l$@HëH‹l$H€=�����u\H‰+H‹œ$˜���H‰$è����H‹œ$˜���H‹l$XH‰kH‹l$`H‰kH‹l$P€=�����uH‰+è����HÄ���ÃH‰$H‰l$è����ëãH‰$H‰l$è����ë—è���� ‰éÛþÿÿLC(L‰$H‰l$è����é—þÿÿH‰$H‰l$è����éGþÿÿè����éOýÿÿ,������f
��*runtime.racefuncenter���t��type."".Error���†
��"runtime.newobject���Ì
��,runtime.racewriterange���À�6runtime.writeBarrierEnabled���ú
��"runtime.racewrite���¸�6runtime.writeBarrierEnabled���„
�� runtime.raceread���ä��"type."".ErrorList���È
��"runtime.growslice���Æ
��"runtime.racewrite���ø�6runtime.writeBarrierEnabled���¦
��"runtime.racewrite���ð�6runtime.writeBarrierEnabled���† 
��(runtime.racefuncexit���² 
��.runtime.writebarrierptr���Ò 
��.runtime.writebarrierptr���à 
��$runtime.panicslice���–

��.runtime.writebarrierptr���¼

��.runtime.writebarrierptr���Ð

��0runtime.morestack_noctxt���€ ��"".autotmp_0006�Ÿtype.int�"".autotmp_0005�"type."".ErrorList�"".autotmp_0004�O,type.go/token.Position�"".autotmp_0003�type.*"".Error�"".autotmp_0002��type.*"".Error� "".msg�`type.string� "".pos�,type.go/token.Position�"".p��$type.*"".ErrorList�& ¨Ÿ q�À�R&¡X�,�2sWæ00&6�Tgclocals·a84b5821355a66ea2f76ce4d3da3b8de�Tgclocals·d556b1128a75a6acc2da55546c9016eb���<c:/go/src/go/scanner/errors.goþ*"".(*ErrorList).Reset��à��ÌeH‹ %(���H‹‰����H;avIHƒìH‹\$H‰$è����H‹\$H‰$è����H‹\$H‰$è����H‹\$H‹kHÇC����è����HƒÄÃè����ëš ������H
��*runtime.racefuncenter���d
��"runtime.racewrite���€
�� runtime.raceread���¬
��(runtime.racefuncexit�����0runtime.morestack_noctxt�����"".p��$type.*"".ErrorList�D�p�\p�
�#M�Tgclocals·87d20ce1b58390b294df80b886db78bf�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<c:/go/src/go/scanner/errors.goþ "".ErrorList.Len�� ��†eH‹ %(���H‹‰����H;av&HƒìH‹\$H‰$è����H‹\$H‰\$(è����HƒÄÃè����ë½������H
��*runtime.racefuncenter���f
��(runtime.racefuncexit���z
��0runtime.morestack_noctxt���@�� "".~r0�0type.int�"".p��"type."".ErrorList�!�P�bP�
�#-�Tgclocals·2fccd208efe70893f9ac8d682812ae72�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<c:/go/src/go/scanner/errors.goþ""".ErrorList.Swap��à��ÎeH‹ %(���H‹‰����H;a†ƒ��HƒìH‹\$H‰$è����H‹\$ H‹l$8L‹D$(L9ŃR��HëH‰$è����H‹T$ H‹L$8H‹D$(H9Áƒ&��HÊH‹+H‰l$H9Áƒ
��HÊH‰$è����H‹\$ H‹l$@L‹D$(L9ŃÞ���HëH‰$è����H‹L$ H‹D$(H‹l$8H9Ń²���HéL‹D$@I9Àƒ™���J,ÁL‹E�€=�����ukL‰H‹l$@H9ÅsWHéH‰$è����H‹\$ H‹l$@L‹D$(L9Ås/HëH‹l$€=�����u H‰+è����HƒÄÃH‰$H‰l$è����ëæè���� è���� H‰$L‰D$è����H‹L$ H‹D$(é{ÿÿÿè���� è���� è���� è���� è���� è���� è����éYþÿÿ(������P
��*runtime.racefuncenter���š
�� runtime.raceread���Ž
��"runtime.racewrite���Ø
�� runtime.raceread���È�6runtime.writeBarrierEnabled���‚
��"runtime.racewrite���È�6runtime.writeBarrierEnabled���Þ
��(runtime.racefuncexit���„
��.runtime.writebarrierptr���’
��$runtime.panicindex��� 
��$runtime.panicindex�����.runtime.writebarrierptr���è
��$runtime.panicindex���ö
��$runtime.panicindex���„
��$runtime.panicindex���’
��$runtime.panicindex��� 
��$runtime.panicindex���®
��$runtime.panicindex���¼
��0runtime.morestack_noctxt���P0��"".autotmp_0008�type.*"".Error�"".j�@type.int�"".i�0type.int�"".p��"type."".ErrorList�0™/0x�°�d°��'_¨1=�Tgclocals·3260b5c802f633fd6252c227878dd72a�Tgclocals·0c8aa8e80191a30eac23f1a218103f16���<c:/go/src/go/scanner/errors.goþ""".ErrorList.Less��€��úeH‹ %(���H‹‰����H;a†Y��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̓Æ��HêH‰$è����H‹\$`H‹¬$€���L‹D$hL9Ń—��HëH‹+Hƒý�„~��H‰l$(H‹\$0H‰$è����H‹\$0Hƒû�„U��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$è����¶\$ €û�„m��H‹\$0H‰$Hƒ$è����H‹\$(H‰$Hƒ$è����H‹D$0H‹XL‹D$(I‹hH9ëtHH‰$Hƒ$è����H‹\$(H‰$Hƒ$è����H‹l$0H‹]L‹D$(I‹hH9뜄$ˆ���è����HƒÄXÃH‰$Hƒ$ è����H‹\$(H‰$Hƒ$ è����H‹D$0H‹X L‹D$(I‹h H9ëtHH‰$Hƒ$ è����H‹\$(H‰$Hƒ$ è����H‹l$0H‹] L‹D$(I‹h H9뜄$ˆ���è����HƒÄXÃH‹\$`H‹l$xL‹D$hL9ŃI��HëH‰$è����H‹\$`H‹l$xL‹D$hL9Ń��HëH‹+H‰,$Hƒ$(è����H‹\$`H‹¬$€���L‹D$hL9Ńæ���HëH‰$è����H‹\$`H‹¬$€���L‹D$hL9Ń·���HëH‹+H‰,$Hƒ$(è����H‹T$`H‹D$hH‹l$xH9Ńƒ���H4êH‹.Hƒý�tqLE(I‹H‰ $I‹HH‰L$H‹¬$€���H9ÅsIH4êH‹.Hƒý�t7LE(H|$I‹H‰I‹HH‰Oè����H‹\$ Hƒû�œ„$ˆ���è����HƒÄXÉE�ëÄè���� ‰E�ëŠè���� è���� è���� è���� è���� H‹\$0H‰$è����H‹\$(H‰$è����H‹t$0H‹H‰ $H‹NH‰L$H‹t$(H|$H‹H‰H‹NH‰Oè����H‹\$ Hƒû�œ„$ˆ���è����HƒÄXÉéÞüÿÿ‰é¤üÿÿ‰E�ézüÿÿè���� è���� ‰E�éüÿÿè���� è���� è����éƒûÿÿL������P
��*runtime.racefuncenter���š
�� runtime.raceread���²
�� runtime.raceread���°
�� runtime.raceread���Œ
�� runtime.raceread���¢
�� runtime.eqstring���ä
�� runtime.raceread���Š
�� runtime.raceread���Ô
�� runtime.raceread���ú
�� runtime.raceread���¾
��(runtime.racefuncexit���ä
�� runtime.raceread���Š
�� runtime.raceread���Ô
�� runtime.raceread���ú
�� runtime.raceread���¾ 
��(runtime.racefuncexit���’

�� runtime.raceread���ì

�� runtime.raceread���¼ 
�� runtime.raceread���œ 
�� runtime.raceread���ú 
��"runtime.cmpstring���¦
��(runtime.racefuncexit���Ä
��$runtime.panicindex���Ü
��$runtime.panicindex���ê
��$runtime.panicindex���ø
��$runtime.panicindex���†
��$runtime.panicindex���”
��$runtime.panicindex���´
�� runtime.raceread���Ð
�� runtime.raceread���´
��"runtime.cmpstring���à
��(runtime.racefuncexit��� 
��$runtime.panicindex���®
��$runtime.panicindex���Ì
��$runtime.panicindex���Ú
��$runtime.panicindex���è
��0runtime.morestack_noctxt���`°��"".autotmp_0010�?type.string�"".autotmp_0009�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°É¯°¯°³¯°œ¯°G�€ �ZhSO•=>
 8>è_ �2�'q?.KŽmû@g�Tgclocals·665da0db10d6ec82b644d9f6aee9e87b�Tgclocals·4efb9904f955df940ccfde8ba6a2d2b8���<c:/go/src/go/scanner/errors.goþ""".ErrorList.Sort��€��æeH‹ %(���H‹‰����H;a†���HƒìPH‹\$PH‰$è����H‹\$XH‰\$8H‹\$`H‰\$@H‹\$hH‰\$HH����H‰$H����H‰\$H����H‰\$H\$8H‰\$HÇD$ ����è����H\$(H‹ H‰ $H‹KH‰L$è����è����HƒÄPÃè����éMÿÿÿ������P
��*runtime.racefuncenter���š��"type."".ErrorList���°��&type.sort.Interface���È��Fgo.itab."".ErrorList.sort.Interface���‚
��runtime.convT2I���¶
��sort.Sort�����(runtime.racefuncexit���Ô
��0runtime.morestack_noctxt���0 ��"".autotmp_0011�/"type."".ErrorList�"".p��"type."".ErrorList� ŠŸ �À�”†��'Y!�Tgclocals·41a13ac73c712c01973b8fe23f62d694�Tgclocals·2c033e7f4f4a74cc7e9f368d1fec9f60���<c:/go/src/go/scanner/errors.goþ>"".(*ErrorList).RemoveMultiples��€��üeH‹ %(���H‹‰����HD$ H;A†•��Hìà���H‹œ$à���H‰$è����H‹œ$è���H‰\$PH‹����1íH9è„,��H‹L$PH‰D$XH‰$H‰L$`H‰L$è����1ÛH‰œ$¸���H‰œ$À���H‰œ$È���H‰œ$Ð���H‰œ$Ø���HÇD$(����H‹œ$è���H‰$è����H‹œ$è���Hƒû�„²��H‹H‹CH‹kH‰¬$°���1ÉH‰„$¨���H‰D$0H‰”$ ���H‰ÐH‰L$8H‹l$0H9éÝ���H‰D$HH‰$è����H‹\$HH‹+H‰l$@H‰,$è����H‹|$@Hƒÿ�„8��H‹7H‰t$xH‹OH‹”$¸���H‰T$hH‹„$À���H‰Œ$€���H‰D$pH9Á…Ã���H‰4$H‰L$H‰T$H‰D$è����H‹|$@¶\$ €û�„˜���H‰<$Hƒ$è����H‹|$@H‹_H‹¬$Ð���H9ëutH‹D$HH‹L$8HƒÀHÿÁH‰L$8H‹l$0H9éŒ#ÿÿÿH‹œ$è���H‰$è����H‹œ$è���H‰$è����H‹œ$è���H‹l$(L‹CL9ÅwH‰kè����HÄà���Ãè���� H‰<$HÇD$(���è����H‹\$@Hƒû�„��H‹+H‰¬$¸���H‹kH‰¬$À���H‹kH‰¬$È���H‹kH‰¬$Ð���H‹k H‰¬$Ø���H‹œ$è���H‰$è����H‹œ$è���H‹ H‹CH‹kH‰¬$˜���H‰Œ$ˆ���H‹l$(H‰„$���H9ŃŠ���HéH‰$è����H‹œ$è���Hƒû�tkH‹ H‹CH‹kH‰¬$˜���H‰Œ$ˆ���H‹l$(H‰„$���H9Ås7HéH‹l$@€=�����uH‰+H‹\$(HÿÃH‰\$(éwþÿÿH‰$H‰l$è����ëÞè���� ‰ë‘è���� ‰éãþÿÿ‰éÁýÿÿ‰éGýÿÿH����H‰$H����H‰\$H����H‰\$è����H‹D$é¢üÿÿè����éBüÿÿ2������f
��*runtime.racefuncenter���Ž��Hgo.itab.*"".ErrorList.sort.Interface���Þ
��sort.Sort���æ
�� runtime.raceread���¦
�� runtime.raceread���Ò
�� runtime.raceread���Ž
�� runtime.eqstring���Ð
�� runtime.raceread���æ
��"runtime.racewrite���ˆ
�� runtime.raceread���Æ
��(runtime.racefuncexit���à
��$runtime.panicslice���ˆ 
��*runtime.racereadrange���¾

�� runtime.raceread���Ê 
��"runtime.racewrite���Þ �6runtime.writeBarrierEnabled���ª 
��.runtime.writebarrierptr���¸ 
��$runtime.panicindex���Π
��$runtime.panicindex���Š��$type.*"".ErrorList��� ��&type.sort.Interface���¸��Hgo.itab.*"".ErrorList.sort.Interface���Ì
�� runtime.typ2Itab���ê
��0runtime.morestack_noctxt���À��"".autotmp_0021�ïtype.string�"".autotmp_0020�Ïtype.string�"".autotmp_0018�¯type.**"".Error�"".autotmp_0017�ßtype.int�"".autotmp_0016�Ïtype.int�"".autotmp_0013�"type."".ErrorList�"".autotmp_0012�Ÿ$type.*"".ErrorList�"".e�¿type.*"".Error�"".i�ïtype.int�"".last�O,type.go/token.Position�"".p��$type.*"".ErrorList�&Àˆ¿À‘�À�dž&<* y£$A \§ 2 �4�2€`ÊQ
[¶J�Tgclocals·6718fa3ce60556785ebaaf7cd5569ede�Tgclocals·c3d124c05af582629e9337690d04ff25���<c:/go/src/go/scanner/errors.goþ$"".ErrorList.Error��à ��Ò eH‹ %(���H‹‰����HD$ØH;A†���Hì¨���H‹œ$¨���H‰$è����H‹Œ$¸���1ÛH‰œ$È���H‰œ$Ð���Hƒù�u(H����H‰œ$È���HDŽ$Ð��� ���è����HÄ¨���ÃHƒù…¶���H‹œ$°���Hƒù�†���H‰$è����H‹œ$°���Hƒ¼$¸����vzH‹+H‰,$HÇD$8���è����H‹´$°���Hƒ¼$¸����vKH‹6Hƒþ�t>H‰çè����è����H‹L$8H‹D$@H‰L$`H‰Œ$È���H‰D$hH‰„$Ð���è����HÄ¨���Éë¾è���� è���� è���� H‰ËHÿËH‰\$H1ÀH‰„$ˆ���H‰„$���H‰„$˜���H‰„$ ���H„$ˆ���Hƒø�„š��HÇD$x���HDŽ$€������H‰D$pH‰$è����H‹œ$°���Hƒ¼$¸����†Y��H‰$è����H‹œ$°���Hƒ¼$¸����†2��H‹ H����H‰ØH‹\$pH‰D$PH‰H‰L$X€=�����…ï���H‰KH����H‰$H\$HH‰\$HÇD$����è����H‹\$H‰\$PH‹\$ H‰\$XH‹\$pHƒÃH‰$è����H‹\$pH‹l$PHƒÃH‰+H‹l$X€=�����uoH‰kH����H‰$HÇD$���H‹\$pH‰\$H‹\$xH‰\$H‹œ$€���H‰\$ è����H‹L$(H‹D$0H‰L$`H‰Œ$È���H‰D$hH‰„$Ð���è����HÄ¨���ÃLCL‰$H‰l$è����ëLCL‰$H‰L$è����éþþÿÿè���� è���� ‰�é_þÿÿè����é×üÿÿ8������f
��*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.racewrite���ú
�� runtime.raceread���¼��type.*"".Error���ò�6runtime.writeBarrierEnabled���–��type.int���Î
��runtime.convT2E���š 
��"runtime.racewrite���Ò �6runtime.writeBarrierEnabled���î ��Fgo.string."%s (and %d more errors)"���Ô

��fmt.Sprintf���¦ 
��(runtime.racefuncexit���Ú 
��.runtime.writebarrierptr���‚ 
��.runtime.writebarrierptr���– 
��$runtime.panicindex���¤ 
��$runtime.panicindex���À 
��0runtime.morestack_noctxt���PÐ��"".autotmp_0036��"type.interface {}�"".autotmp_0035�?(type.[2]interface {}�"".autotmp_0032�o&type.[]interface {}�"".autotmp_0030��type.string�"".autotmp_0029�¿type.int�"".autotmp_0028��type.int�"".autotmp_0027�type.string� "".~r0�0type.string�"".p��"type."".ErrorList�4&ÐXÏЦÏиÏÐQ�°�<¼Q
 
!“ H �4�2@-zr°])&�Tgclocals·fcea5854e13229bcceb7809c08ce0403�Tgclocals·7a3197e6389b5179d6f784d3a29d2137���<c:/go/src/go/scanner/errors.goþ "".ErrorList.Err��À��ªeH‹ %(���H‹‰����H;a†±���HƒìPH‹\$PH‰$è����H‹L$`1ÛH‰\$pH‰\$xHƒù�u1ÛH‰\$pH‰\$xè����HƒÄPÃH‹\$XH‰\$8H‰L$@H‹\$hH‰\$HH����H‰$H����H‰\$H����H‰\$H\$8H‰\$HÇD$ ����è����H‹\$(H‰\$pH‹\$0H‰\$xè����HƒÄPÃè����é+ÿÿÿ������P
��*runtime.racefuncenter��� 
��(runtime.racefuncexit���ê��"type."".ErrorList���€��type.error���˜��4go.itab."".ErrorList.error���Ò
��runtime.convT2I���„
��(runtime.racefuncexit���˜
��0runtime.morestack_noctxt���P ��"".autotmp_0040�/"type."".ErrorList� "".~r0�0type.error�"".p��"type."".ErrorList�$ :Ÿ qŸ �à�(Ô= h��'(Y�Tgclocals·e55bb8421bd11ab67207204dc5d25e85�Tgclocals·fd45189cb370f0bcdca69de18c1d6595���<c:/go/src/go/scanner/errors.goþ"".PrintError��À��¬eH‹ %(���H‹‰����HD$€H;A†m��Hì���1ÀH‰„$€���H‰„$ˆ���H‰„$���H‰„$˜���H‹œ$���H‰$è����1ÛH‰œ$è���H‰œ$ð���H‰œ$ø���H����H‰$H‹œ$��H‰\$H‹œ$ ��H‰\$Hœ$è���H‰\$è����H‹´$��¶\$ H‹”$è���H‰”$ ���H‹¬$ð���H‰¬$¨���H‹Œ$ø���H‰Œ$°���€û�„{��H‰Œ$à���1ÉH‰¬$Ø���H‰l$PH‰”$Ð���H‰ÐH‰L$XH‹l$PH9é��H‰D$hH‰$è����H‹\$hH‹+H‰l$`1ÀH‰„$���H‰„$˜���H„$���Hƒø�„���HDŽ$À������HDŽ$È������H‰„$¸���H‰$è����H‹L$`H����H‰ØH‹œ$¸���H‰D$pH‰H‰L$x€=�����…���H‰KH‹œ$��H‰$H‹œ$��H‰\$H����H‰\$HÇD$���H‹œ$¸���H‰\$ H‹œ$À���H‰\$(H‹œ$È���H‰\$0è����H‹D$hH‹L$XHƒÀHÿÁH‰L$XH‹l$PH9éŒåþÿÿè����HÄ���ÃLCL‰$H‰L$è����é^ÿÿÿ‰�éùþÿÿHƒþ�tÏ1ÛH‰œ$€���H‰œ$ˆ���Hœ$€���Hƒû�„ð���HDŽ$À������HDŽ$È������H‰œ$¸���H‰4$H‹œ$ ��H‰\$è����H‹\$H‰\$pH‹\$H‰\$xH‹œ$¸���H‰$è����H‹œ$¸���H‹l$pH‰+H‹l$x€=�����ucH‰kH‹œ$��H‰$H‹œ$��H‰\$H����H‰\$HÇD$���H‹œ$¸���H‰\$ H‹œ$À���H‰\$(H‹œ$È���H‰\$0è����éÏþÿÿLCL‰$H‰l$è����덉é ÿÿÿè����éjüÿÿ&������ª
��*runtime.racefuncenter���ì��"type."".ErrorList���Ì
��$runtime.assertI2T2���Þ
�� runtime.raceread���’
��"runtime.racewrite���ª��type.*"".Error���æ�6runtime.writeBarrierEnabled���¼�� go.string."%s\n"���°
��fmt.Fprintf���‚ 
��(runtime.racefuncexit���¶ 
��.runtime.writebarrierptr���Ž 
��runtime.convI2E���Ø 
��"runtime.racewrite���Ž �6runtime.writeBarrierEnabled���Ü �� go.string."%s\n"���Ð 
��fmt.Fprintf���þ 
��.runtime.writebarrierptr���š
��0runtime.morestack_noctxt���@€�� "".autotmp_0056��"type.interface {}�"".autotmp_0055�ÿ(type.[1]interface {}�"".autotmp_0053��*type.*[1]interface {}�"".autotmp_0052��&type.[]interface {}�"".autotmp_0051�ß(type.[1]interface {}�"".autotmp_0048�&type.[]interface {}�"".autotmp_0047�¿type.*"".Error�"".autotmp_0046�¯type.**"".Error�"".autotmp_0045�ßtype.int�"".autotmp_0044�Ïtype.int�"".autotmp_0043��type.*"".Error�"".autotmp_0042�_"type."".ErrorList�"".autotmp_0041�/"type."".ErrorList�"".list�¿"type."".ErrorList� "".err� type.error�"".w��type.io.Writer�&€¦ÿ€Ó� �:êH  —Ká$ › �6�TQ‰Z)l%| 
"�Tgclocals·2e1bf46b5fcbe5d44bfd3cc06dee2b85�Tgclocals·1e5b6da1c5a753c8d625d1b2d05c2b30���<c:/go/src/go/scanner/errors.goþ$"".(*Scanner).next��à��ÞeH‹ %(���H‹‰����H;a†Ë��Hƒì`H‹\$`H‰$è����H‹\$hH‰$Hƒ$è����H‹D$hH‹h H‰l$@H‰$Hƒ$Pè����H‹D$hH‹XPH‹l$@H9덎��H‰$Hƒ$Hè����H‹\$hH‰$Hƒ$Pè����H‹D$hHƒø�„W��H‹hPH‰hHH‰$Hƒ$@è����H‹D$h‹X@ƒû
usH‰$Hƒ$Xè����H‹\$hH‰$Hƒ$Hè����H‹D$hHƒø�„ý��H‹hHH‰hXH‰$è����H‹\$hH‰$Hƒ$Hè����H‹D$hH‹(H‰,$H‹hHH‰l$è����H‹D$hH‰$Hƒ$è����H‹\$hH‰$Hƒ$Pè����H‹\$hH‹CPH‹SH‹K H‹k(H‰l$XH‰T$HH‰L$PH9ȃe��HH‰$è����H‹D$hH‹HPH‹pH‹P H‹h(H‰l$XH‰t$HH‰T$PH9у$��H¶+HÇD$0���‰l$,ƒý�…£���H‰$Hƒ$Hè����H‹D$hH‰$H‹hHH‰l$H����H‰\$HÇD$���è����H‹D$hH‰$Hƒ$Pè����H‹D$hH‹hPH‰l$8H‰$Hƒ$Pè����H‹D$hH‹l$8L‹D$0LÅH‰hPH‰$Hƒ$@è����H‹\$h‹l$,‰k@è����HƒÄ`Áý€���|”H‰$Hƒ$Pè����H‹D$hH‹hPH‰l$8H‰$Hƒ$è����H‹\$hH‹l$8L‹C L‹K(L9Ň��L‹SI)èI)éIƒù�tM*L‰T$HL‰$L‰D$PL‰D$L‰L$XL‰L$è����H‹D$h‹T$H‹L$ H‰L$0‰T$,úýÿ��uJHƒùuDH‰$Hƒ$Hè����H‹D$hH‰$H‹hHH‰l$H����H‰\$HÇD$���è����H‹D$hé°þÿÿúÿþ��…¤þÿÿH‰$Hƒ$Hè����H‹D$hH‹XHHƒû�ŽƒþÿÿH‰$Hƒ$Hè����H‹D$hH‰$H‹hHH‰l$H����H‰\$HÇD$���è����H‹D$hé?þÿÿè���� è���� è���� ‰�éüüÿÿ‰�é¢üÿÿH‰$Hƒ$è����H‹D$hH‹h H‰l$@H‰$Hƒ$Hè����H‹D$hH‹l$@H‰hHH‰$Hƒ$@è����H‹D$h‹X@ƒû
uoH‰$Hƒ$Xè����H‹\$hH‰$Hƒ$Hè����H‹D$hHƒø�tbH‹hHH‰hXH‰$è����H‹\$hH‰$Hƒ$Hè����H‹D$hH‹(H‰,$H‹hHH‰l$è����H‹D$hH‰$Hƒ$@è����H‹\$hÇC@ÿÿÿÿé•ýÿÿ‰�ëšè����éûÿÿZ������P
��*runtime.racefuncenter���v
�� 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���þ 
��.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���Ì
��0runtime.morestack_noctxt���À��"".autotmp_0065��type.int�"".autotmp_0064��type.int�"".autotmp_0062��type.int32�"".autotmp_0061��type.[]uint8�"".autotmp_0060��type.int�"".autotmp_0059�?type.int�"".w�_type.int�"".r�gtype.int32�"".s�� type.*"".Scanner�Àá¿Àð�ð �Šr85F88;˜ ?@%Ž?
-?  *84;1 � �'É �Tgclocals·87d20ce1b58390b294df80b886db78bf�Tgclocals·790e5cc5051fc0affc980ade09e929ec���>c:/go/src/go/scanner/scanner.goþ$"".(*Scanner).Init�� ��†eH‹ %(���H‹‰����HD$¨H;A†š��HìØ���H‹œ$Ø���H‰$è����H‹„$è���H‰D$XH‰$Hƒ$ è����H‹\$XH‹[ H‹„$ø���H9Ä?��H‹„$è���H‰D$PH‰$Hƒ$ è����H‹\$PH‹k H‰l$@H‹œ$ø���H‰\$81ÛH‰œ$¸���H‰œ$À���H‰œ$È���H‰œ$Ð���Hœ$¸���Hƒû�„Î��HDŽ$¨������HDŽ$°������H‰œ$ ���H����H‰$H\$@H‰\$HÇD$����è����H‹\$H‰\$pH‹\$ H‰\$xH‹œ$ ���H‰$è����H‹œ$ ���H‹l$pH‰+H‹l$x€=�����…-��H‰kH����H‰$H\$8H‰\$HÇD$����è����H‹\$H‰\$pH‹\$ H‰\$xH‹œ$ ���HƒÃH‰$è����H‹œ$ ���H‹l$pHƒÃH‰+H‹l$x€=�����… ���H‰kH����H‰$HÇD$*���H‹œ$ ���H‰\$H‹œ$¨���H‰\$H‹œ$°���H‰\$ è����H‹\$(H‰œ$���H‹\$0H‰œ$˜���H����H‰$Hœ$���H‰\$HÇD$����è����H\$H‹ H‰ $H‹KH‰L$è���� LCL‰$H‰l$è����éMÿÿÿLCL‰$H‰l$è����éÀþÿÿ‰é+þÿÿH‹œ$à���H‰$è����H‹œ$à���Hƒû�„ä��H‹¬$è���€=�����…¼��H‰+H‹„$è���1ÛH‰\$`H‰\$hH‰D$HH‰$Hƒ$è����H‹\$HHƒû�„|��H‹KH‹kH‰L$`H‰ $H‰l$hH‰l$è����H‹\$H‰œ$€���H‹\$H‰œ$ˆ���H‹œ$à���H‰$Hƒ$è����H‹œ$à���H‹¬$ˆ���H‰kH‹¬$€���€=�����…ì��H‰kH‹œ$à���H‰$Hƒ$è����H‹œ$à���H‹¬$ø���H‰k H‹¬$���H‰k(H‹¬$ð���€=�����…†��H‰kH‹œ$à���H‰$Hƒ$0è����H‹œ$à���Hƒû�„S��H‹¬$��€=�����…'��H‰k0H‹œ$à���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ÄØ���ÃLC0L‰$H‰l$è����éÆþÿÿ‰é¦þÿÿLCL‰$H‰l$è����égþÿÿLCL‰$H‰l$è����éþÿÿ‰é}ýÿÿH‰$H‰l$è����é4ýÿÿ‰éýÿÿè����é=úÿÿZ������f
��*runtime.racefuncenter���œ
�� runtime.raceread���†
�� runtime.raceread���ò��type.int���ª
��runtime.convT2E���ô
��"runtime.racewrite���ª�6runtime.writeBarrierEnabled���Î��type.int���†
��runtime.convT2E���Ø
��"runtime.racewrite���–�6runtime.writeBarrierEnabled���º��lgo.string."file size (%d) does not match src len (%d)"���¬
��fmt.Sprintf���î��type.string���¬ 
��runtime.convT2E���à 
��runtime.gopanic���ˆ

��.runtime.writebarrierptr���¶

��.runtime.writebarrierptr���ð

��"runtime.racewrite���° �6runtime.writeBarrierEnabled���’ 
�� runtime.raceread���ð 
��&path/filepath.Split���Р
��"runtime.racewrite���”�6runtime.writeBarrierEnabled���Ö
��"runtime.racewrite���²�6runtime.writeBarrierEnabled���ô
��"runtime.racewrite���´�6runtime.writeBarrierEnabled���ö
��"runtime.racewrite���º
��"runtime.racewrite���ô
��"runtime.racewrite���°
��"runtime.racewrite���ì
��"runtime.racewrite���¨
��"runtime.racewrite���à
��"runtime.racewrite���’
��$"".(*Scanner).next���¾
�� runtime.raceread���ö
��$"".(*Scanner).next���€
��(runtime.racefuncexit���´
��.runtime.writebarrierptr���ð
��.runtime.writebarrierptr���ž
��.runtime.writebarrierptr���Ò
��.runtime.writebarrierptr���ô
��0runtime.morestack_noctxt���p°��""".autotmp_0081��"type.interface {}�"".autotmp_0080�Ï"type.interface {}�"".autotmp_0079�?(type.[2]interface {}�"".autotmp_0076�o&type.[]interface {}�"".autotmp_0075�¯type.string�"".autotmp_0074�type.string�"".autotmp_0073�¿type.int�"".autotmp_0072�¯type.int� "".~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�&°¥
¯°„�Ð �„ä&(#5¿;³OA* ) �F�25’%I)j@.4Q/ 0C¦�Tgclocals·f83e65ca87c7af32aae3a8e16d21e7bc�Tgclocals·05984521bc7b15582c545b5b16d9224c���>c:/go/src/go/scanner/scanner.goþ&"".(*Scanner).error��À��¾eH‹ %(���H‹‰����H;a†{��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‰\$HH‹\$H‰\$PH‹\$ H‰\$XH‹\$(H‰\$`H‹\$0H‰\$hH‹\$xH‰$Hƒ$0è����H‹\$HH‰$H‹\$PH‰\$H‹\$XH‰\$H‹\$`H‰\$H‹\$hH‰\$ 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Ãè����éaþÿÿ������P
��*runtime.racefuncenter���v
�� runtime.raceread���°
�� runtime.raceread���ì
��(go/token.(*File).Pos���œ
�� runtime.raceread���Ò
��2go/token.(*File).Position���Ü
�� runtime.raceread���’�������´
�� runtime.raceread���ì
��"runtime.racewrite���˜
��(runtime.racefuncexit���¬
��0runtime.morestack_noctxt���@à�� "".autotmp_0084�otype.int�"".autotmp_0083�O,type.go/token.Position�"".autotmp_0082�_"type.go/token.Pos� "".msg� type.string�"".offs�type.int�"".s�� type.*"".Scanner�àößà � �"”'ý@ ��'Æ\W�Tgclocals·41989093cd5a47ae97b0d8210e38e6a5�Tgclocals·fad3647538fe088c3f63d28bb4a0e2d7���>c:/go/src/go/scanner/scanner.goþD"".(*Scanner).interpretLineComment��à��ÈeH‹ %(���H‹‰����HD$˜H;A†û��Hìè���1ÀH‰„$È���H‰„$Ð���H‰„$Ø���H‰„$à���H‹œ$è���H‰$è����H����H‰$è����H‹œ$ø���H‰$H‹œ$���H‰\$H‹œ$��H‰\$H‹����H‰\$H‹����H‰\$ H‹����H‰\$(è����¶\$0€û�„R��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ƒø�Žw��H‰ÃH‰D$HHÿÃH‹¬$���L‹„$��H9뇍��L‹Œ$ø���H)ÝI)ØIƒø�tM HÇ$����L‰Œ$˜���L‰L$H‰¬$ ���H‰l$L‰„$¨���L‰D$è����H\$ H‹ H‰ $H‹KH‰L$è����H‹T$H‹L$H‹D$ H‰D$xH‰L$pHƒù�…Ê��H‰T$@Hƒú�Ž»��H����H‰$è����H‹����H‹l$HL‹„$��L9ŇÁ��H9뇸��L‹Œ$ø���H)ÝI)ØIƒø�tM L‰Œ$˜���L‰ $H‰¬$ ���H‰l$L‰„$¨���L‰D$è����H‹T$H‹L$ H‹D$(HÇ$����H‰”$°���H‰T$H‰Œ$¸���H‰L$H‰„$À���H‰D$è����H‹L$ H‰L$`H‹D$(H‰D$hHƒø�„g��H‰ $H‰D$è����H‹L$H‹D$H‰L$`H‰ $H‰D$hH‰D$è����¶\$€û�…Ñ��1ÀH‰„$È���H‰„$Ð���H‰„$Ø���H‰„$à���H„$È���Hƒø�„–��HDŽ$ˆ������HDŽ$������H‰„$€���H‰$è����H‹œ$ð���H‰$Hƒ$è����H‹œ$ð���Hƒû�„>��HkH‹œ$€���H‰\$H‰l$H-����H‰,$è����H‹œ$€���HƒÃH‰$è����H‹œ$€���H‹l$hHƒÃH‰kH‹l$`€=�����…É���H‰+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Äè���ÃH‰$H‰l$è����é'ÿÿÿ‰é»þÿÿ‰�écþÿÿéSÿÿÿè���� è���� ë½è����éÜúÿÿF������ª
��*runtime.racefuncenter���¸��"".prefix���Ê
�� runtime.raceread���¤��"".prefix���¼�"".prefix���Ô �"".prefix���è
��bytes.HasPrefix���¼
��,runtime.racewriterange���Ô��""".statictmp_0100���š
��bytes.LastIndex���˜
��2runtime.slicebytetostring���Ì
��strconv.Atoi���¾��"".prefix���Ð
�� runtime.raceread���Þ�"".prefix���¢

��bytes.TrimSpace���¨ 
��2runtime.slicebytetostring���€ 
��&path/filepath.Clean���Ä 
��&path/filepath.IsAbs���š
��"runtime.racewrite���Æ
�� runtime.raceread���¤��type.string���¶
��(runtime.typedmemmove���à
��"runtime.racewrite��� �6runtime.writeBarrierEnabled���Š
��$path/filepath.Join���î
�� runtime.raceread���š
�� runtime.raceread���¦
��8go/token.(*File).AddLineInfo���°
��(runtime.racefuncexit���Ü
��.runtime.writebarrierptr���–
��$runtime.panicslice���¤
��$runtime.panicslice���¶
��0runtime.morestack_noctxt���@Ð��&"".autotmp_0105�?type.[2]string�"".autotmp_0102�Ïtype.[]string�"".autotmp_0101�Ÿtype.*[1]uint8�"".autotmp_0099�Ÿtype.[]uint8�"".autotmp_0098��type.int�"".autotmp_0097��type.string�"".autotmp_0094�otype.[]uint8�"".autotmp_0093��type.[]uint8�"".autotmp_0092��type.int�"".autotmp_0089��type.[]uint8�"".autotmp_0088��type.int�"".autotmp_0087�¯type.int�"".autotmp_0086�Ñtype.[1]uint8�"".filename�type.string� "".err�ïtype.error�"".line�Ïtype.int�"".i�¿type.int�"".text�type.[]uint8�"".s�� type.*"".Scanner�&н ÏÐL�°
�T¦H~š¼Ë&©z$!�4�T‰oÕk¸2\&�Tgclocals·a68b09a48716afad7ca7a02fe6add474�Tgclocals·cdf3efa9b8f77188bbc0ad22bb2b44b3���>c:/go/src/go/scanner/scanner.goþ2"".(*Scanner).scanComment��à��ØeH‹ %(���H‹‰����H;a†ˆ��HƒìxH‹\$xH‰$è����1ÛH‰œ$ˆ���H‰œ$���H‹œ$€���H‰$Hƒ$Hè����H‹„$€���H‹XHHÿËH‰\$8ÆD$3�H‰$Hƒ$@è����H‹„$€���‹X@ƒû/…J��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‹„$€���H‹hHH‰l$@H‰$Hƒ$è����H‹´$€���H‹l$8L‹D$@L‹N(M9ȇL��L9ŇC��L‹VI)èI)éIƒù�tM*H‰4$L‰T$`L‰T$L‰D$hL‰D$L‰L$pL‰L$è����H‹œ$€���H‰$Hƒ$Hè����H‹„$€���H‹hHH‰l$@H‰$Hƒ$è����H‹œ$€���H‹l$8L‹D$@L‹K(M9ȇ­���L9Ҥ���L‹SI)èI)éIƒù�tM*L‰ÂL‰ÉL‰Ð€|$3�t1H‰D$HH‰$H‰T$PH‰T$H‰L$XH‰L$è����H‹D$H‹T$ H‹L$(HÇ$����H‰D$HH‰D$H‰T$PH‰T$H‰L$XH‰L$è����H‹\$ H‰œ$ˆ���H‹\$(H‰œ$���è����HƒÄxÃè���� è���� H‰$è����H‹„$€���H‰$Hƒ$@è����H‹„$€���‹X@ƒû�|mH‰$Hƒ$@è����H‹Œ$€���‹i@‰l$4ƒý uÆD$3H‰ $è����H‹„$€���‹\$4ƒû*u¡H‰$Hƒ$@è����H‹„$€���‹X@ƒû/uƒH‰$è����éUþÿÿH‰$H‹\$8H‰\$H����H‰\$HÇD$���è����é(þÿÿè����éTüÿÿ:������P
��*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���Æ
��0runtime.morestack_noctxt���0ð��"".autotmp_0109��type.[]uint8�"".autotmp_0108��type.int�"".autotmp_0107�/type.[]uint8�"".autotmp_0106�otype.int� "".lit�_type.[]uint8�
"".ch�‡type.int32�"".hasCR�‰type.bool�"".offs�type.int� "".~r0�type.string�"".s�� type.*"".Scanner�ð¬ïðå�°�†ÐVU*" D  (˜,z1O +  ' (K��'š
å�Tgclocals·69076ee43f1cead0792b9f36906b1b56�Tgclocals·ae0a20890c9ac6bfbea3383f34532bab���>c:/go/src/go/scanner/scanner.goþ2"".(*Scanner).findLineEnd��À ��¬ eH‹ %(���H‹‰����H;a†2��Hƒì(H‹\$(H‰$è����ÆD$8�H‹\$0H‰$Hƒ$Hè����H‹D$0H‰D$H‹XHHÿËH‰\$Ç$���H����H‰D$è����ƒø�…Á��H‹\$0H‰$Hƒ$@è����H‹L$0‹Y@ƒû/…h��H‰ $Hƒ$@è����H‹L$0‹Y@ƒû/uÆD$8è����è����HƒÄ(ÃH‰ $è����H‹D$0H‰$Hƒ$@è����H‹D$0‹X@ƒû�|xH‰$Hƒ$@è����H‹T$0‹j@‰l$$ƒý
uÆD$8è����è����HƒÄ(ÃH‰$è����H‹D$0‹\$$ƒû*ušH‰$Hƒ$@è����H‹D$0‹X@ƒû/…{ÿÿÿH‰$è����H‹D$0H‰$è����H‹\$0H‰$Hƒ$@è����H‹L$0‹Y@ƒû�|YH‰ $Hƒ$@è����H‹L$0‹Y@ƒû
t>H‰ $Hƒ$@è����H‹L$0‹Y@ƒû/tÆD$8�è����è����HƒÄ(ÃH‰ $è����é‰þÿÿÆD$8è����è����HƒÄ(ÃH‰ $Hƒ$@è����H‹L$0‹Y@ƒû*uéxþÿÿÆD$8�è����è����HƒÄ(Ðè����è����HƒÄ(Ãè����éªýÿÿ@������P
��*runtime.racefuncenter���€
�� runtime.raceread���È��D"".(*Scanner).findLineEnd.func1·f���Ü
��"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���š 
��0runtime.morestack_noctxt��� P��
"".ch�type.int32� "".~r0�type.bool�"".s�� type.*"".Scanner�>P°OP\OP·OP"OP4OPOP�à�˜¬RQJ$ 43  &%( ;
  3( '8?@?� �'¹�Tgclocals·3f5c1f818fa7055d0400cecd34057162�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���>c:/go/src/go/scanner/scanner.goþ"".isLetter�� ��œeH‹ %(���H‹‰����H;avnHƒìH‹\$H‰$è����‹D$ƒøa|Aƒøz<HÇÁ���€ù�u)=€���|‰$è����¶\$ˆ\$ è����HƒÄÃÆD$ �ëïÆD$ ëèƒøA|ƒøZ~ºƒø_”Áë¹è����érÿÿÿ
������H
��*runtime.racefuncenter���š
�� unicode.IsLetter���¶
��(runtime.racefuncexit���Š
��0runtime.morestack_noctxt��� ��"".autotmp_0110��type.bool� "".~r1�type.bool�
"".ch��type.int32� I ,��(„,.
 �
�#m�Tgclocals·23e8278e2b69a3a75fa59b23c49ed6ad�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���>c:/go/src/go/scanner/scanner.goþ"".isDigit��€��îeH‹ %(���H‹‰����H;avZHƒìH‹\$H‰$è����‹D$ƒø0|;ƒø9žÁ€ù�u)=€���|‰$è����¶\$ˆ\$ è����HƒÄÃÆD$ �ëïÆD$ ëè1ÉëÇè����ë‰
������H
��*runtime.racefuncenter���Ž
��unicode.IsDigit���ª
��(runtime.racefuncexit���â
��0runtime.morestack_noctxt��� ��"".autotmp_0112��type.bool� "".~r1�type.bool�
"".ch��type.int32� C "�€�(Œ,(
�
�#]�Tgclocals·23e8278e2b69a3a75fa59b23c49ed6ad�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���>c:/go/src/go/scanner/scanner.goþ8"".(*Scanner).scanIdentifier��€��ôeH‹ %(���H‹‰����H;a†V��HƒìXH‹\$XH‰$è����1ÛH‰\$hH‰\$pH‹\$`H‰$Hƒ$Hè����H‹\$`H‹kHH‰l$0H‹\$`H‰$Hƒ$@è����H‹\$`‹k@‰,$è����H‹L$`¶\$€û�t H‰ $è����ëÃH‰ $Hƒ$@è����H‹\$`‹k@‰,$è����H‹L$`¶\$€û�tëÆH‰ $Hƒ$Hè����H‹D$`H‹hHH‰l$8H‰$Hƒ$è����H‹\$`H‹l$0L‹D$8L‹K(M9ÈwbL9Åw]L‹SI)èI)éIƒù�tM*HÇ$����L‰T$@L‰T$L‰D$HL‰D$L‰L$PL‰L$è����H‹\$ H‰\$hH‹\$(H‰\$pè����HƒÄXÃè���� è����é†þÿÿ������P
��*runtime.racefuncenter���Ž
�� runtime.raceread���Ð
�� runtime.raceread���ð
��"".isLetter��� 
��$"".(*Scanner).next����� runtime.raceread���à
��"".isDigit���ž
�� runtime.raceread���Ö
�� runtime.raceread���Ž
��2runtime.slicebytetostring�����(runtime.racefuncexit���Ô
��$runtime.panicslice���â
��0runtime.morestack_noctxt���0°��
"".autotmp_0117�/type.[]uint8�"".autotmp_0116�?type.int�"".offs�Otype.int� "".~r0�type.string�"".s�� type.*"".Scanner�°Ê¯°�€�*”8!2 1š 
��'¸
�Tgclocals·69076ee43f1cead0792b9f36906b1b56�Tgclocals·f56b2291fa344104975cb6587be42b9b���>c:/go/src/go/scanner/scanner.goþ"".digitVal��€��ìeH‹ %(���H‹‰����H;a†’���HƒìH‹\$H‰$è����‹D$ƒø0|ƒø9‰Ãƒë0HcÛH‰\$è����HƒÄÃøa|ƒøf‰ÃƒëaƒÃ
HcÛH‰\$è����HƒÄÃøA|ƒøF‰ÃƒëAƒÃ
HcÛH‰\$è����HƒÄÃHÇD$���è����HƒÄÃè����éJÿÿÿ������P
��*runtime.racefuncenter���
��(runtime.racefuncexit���Ø
��(runtime.racefuncexit��� 
��(runtime.racefuncexit���Æ
��(runtime.racefuncexit���Ú
��0runtime.morestack_noctxt��� �� "".~r1�type.int�
"".ch��type.int32�*2##�À�D¤
  

� �'™�Tgclocals·23e8278e2b69a3a75fa59b23c49ed6ad�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���>c:/go/src/go/scanner/scanner.goþ4"".(*Scanner).scanMantissa��€��öeH‹ %(���H‹‰����H;av^HƒìH‹\$H‰$è����H‹\$H‰$Hƒ$@è����H‹\$‹k@‰,$è����H‹\$H‹l$ H9ë}H‹\$H‰$è����ë¾è����HƒÄÃè����ë…������H
��*runtime.racefuncenter���n
�� runtime.raceread���Ž
��"".digitVal���È
��$"".(*Scanner).next���Ö
��(runtime.racefuncexit���ê
��0runtime.morestack_noctxt��� ��"".base�type.int�"".s�� type.*"".Scanner� Y �€�¼@ �
�#]�Tgclocals·3f5c1f818fa7055d0400cecd34057162�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���>c:/go/src/go/scanner/scanner.goþ0"".(*Scanner).scanNumber��à��ÔeH‹ %(���H‹‰����H;a†Æ��HƒìpH‹\$pH‰$è����1ÛH‰œ$���H‰œ$˜���H‹\$xH‰$Hƒ$Hè����H‹L$xH‹iHH‰l$HHÇD$8���€¼$€����„Ò��H‰ëHÿËH‰\$HHÇD$8���H‰ $HÇD$
���è����H‹\$xH‰$Hƒ$@è����H‹D$x‹X@ƒûe„��H‰$Hƒ$@è����H‹D$x‹X@ƒûE„ð���H‰$Hƒ$@è����H‹D$x‹X@ƒûiuHÇD$8���H‰$è����H‹D$xH‰$Hƒ$Hè����H‹D$xH‹hHH‰l$PH‰$Hƒ$è����H‹\$xH‹l$HL‹D$PL‹K(M9ÈwuL9ÅwpL‹SI)èI)éIƒù�tM*H‹\$8H‰œ$ˆ���HÇ$����L‰T$XL‰T$L‰D$`L‰D$L‰L$hL‰L$è����H‹\$ H‰œ$���H‹\$(H‰œ$˜���è����HƒÄpÃè���� HÇD$8���H‰$è����H‹\$xH‰$Hƒ$@è����H‹D$x‹X@ƒû-t7H‰$Hƒ$@è����H‹D$x‹X@ƒû+tH‰$HÇD$
���è����H‹D$xé§þÿÿH‰$è����H‹D$xëÔH‰ $Hƒ$@è����H‹D$x‹X@ƒû0…]��H‰$Hƒ$Hè����H‹D$xH‹hHH‰l$@H‰$è����H‹\$xH‰$Hƒ$@è����H‹D$x‹X@ƒûx„™��H‰$Hƒ$@è����H‹D$x‹X@ƒûX„z��ÆD$7�H‰$HÇD$���è����H‹\$xH‰$Hƒ$@è����H‹D$x‹X@ƒû8„��H‰$Hƒ$@è����H‹D$x‹X@ƒû9„ÿ���H‰$Hƒ$@è����H‹D$x‹X@ƒû.„Ž���H‰$Hƒ$@è����H‹D$x‹X@ƒûetsH‰$Hƒ$@è����H‹D$x‹X@ƒûEtXH‰$Hƒ$@è����H‹D$x‹X@ƒûit=€|$7�„mýÿÿH‰$H‹\$@H‰\$H����H‰\$HÇD$���è����H‹D$xé;ýÿÿH‰$Hƒ$@è����H‹l$x‹]@ƒû.…§üÿÿHÇD$8���H‹\$xH‰$è����H‹\$xH‰$HÇD$
���è����étüÿÿÆD$7H‰$HÇD$
���è����H‹D$xéàþÿÿH‰$è����H‹\$xH‰$HÇD$���è����H‹\$xH‰$Hƒ$Hè����H‹L$@H‹D$xH‹XHH)ËHƒûzüÿÿH‰$H‰L$H����H‰\$HÇD$���è����H‹D$xéMüÿÿH‰$HÇD$
���è����H‹D$xéöþÿÿè����éûÿÿV������P
��*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���Â
��0runtime.morestack_noctxt���Pà��"".autotmp_0121�/type.[]uint8�"".autotmp_0120��type.int�"".autotmp_0119�?type.int�&"".seenDecimalDigit�qtype.bool�"".offs�_type.int� "".tok�o&type.go/token.Token�"".offs�Otype.int� "".~r2�0type.string� "".~r1� &type.go/token.Token�&"".seenDecimalPoint�type.bool�"".s�� type.*"".Scanner�à©ßà¨�ð �ÊÈ>!   ^C ­‹Œ   ; a CC
p -@+ 1 .(`1_��'—
¨�Tgclocals·cfd97ba95bb5326c9855399a9aeae1e4�Tgclocals·f56b2291fa344104975cb6587be42b9b���>c:/go/src/go/scanner/scanner.goþ0"".(*Scanner).scanEscape��€��öeH‹ %(���H‹‰����HD$ÐH;A†R��Hì°���H‹œ$°���H‰$è����H‹œ$¸���H‰$Hƒ$Hè����H‹„$¸���H‹hHH‰l$HH‰$Hƒ$@è����H‹Œ$¸���‹A@ƒøf¾��ƒøaž��ƒø\uH‰ $è����Ƅ$È���è����HÄ°���Ãøat݋¬$À���9èt҃ø4£��ƒø1z��ƒø0…ä��HÇÀ���ÇD$D���ÇD$@ÿ���ÇD$<����H‰D$PHƒø�Ž@��H‰ $Hƒ$@è����H‹œ$¸���‹k@‰,$è����H‹”$¸���‹L$DH‹D$‰À9È‚Ï��1ÛH‰œ$ˆ���H‰œ$���Hœ$ˆ���Hƒû�„¤��HDŽ$ ������HDŽ$¨������H‰œ$˜���H����H‰$H‰T$Hƒ|$�„\��HƒD$@HÇD$����è����H‹\$H‰\$xH‹\$ H‰œ$€���H‹œ$˜���H‰$è����H‹œ$˜���H‹l$xH‰+H‹¬$€���€=�����…ä���H‰kH����H‰$HÇD$(���H‹œ$˜���H‰\$H‹œ$ ���H‰\$H‹œ$¨���H‰\$ è����H‹L$(H‹D$0H‰L$XH‰D$`H‹œ$¸���H‰$Hƒ$@è����H‹„$¸���‹X@ƒû�}H����H‰\$XHÇD$`���H‰$Hƒ$Hè����H‹„$¸���H‰$H‹hHH‰l$H‹\$XH‰\$H‹\$`H‰\$è����Ƅ$È����è����HÄ°���ÃLCL‰$H‰l$è����é ÿÿÿ‰%����é˜þÿÿ‰éUþÿÿ‹\$<¯ÙÉ\$<H‰$è����H‹Œ$¸���H‹D$PHÿÈH‰D$PHƒø�Àýÿÿ‹\$<‹l$@9ëw‹\$<û�Ø��rI‹\$<û�à��s=H‰ $H‹\$HH‰\$H����H‰\$HÇD$-���è����Ƅ$È����è����HÄ°���ÃƄ$È���è����HÄ°���Ãø1„ýÿÿH����H‰\$hHÇD$p���H‰ $Hƒ$@è����H‹„$¸���‹X@ƒû�}H����H‰\$hHÇD$p���H‰$H‹\$HH‰\$H‹\$hH‰\$H‹\$pH‰\$è����Ƅ$È����è����HÄ°���Ãø2„†üÿÿƒø3„}üÿÿƒø4„tüÿÿé\ÿÿÿƒø7 ƒø5„aüÿÿƒø6„Xüÿÿƒø7„Oüÿÿé7ÿÿÿƒøUu-H‰ $è����H‹Œ$¸���HÇÀ���ÇD$D���ÇD$@ÿÿ�é/üÿÿƒøuu-H‰ $è����H‹Œ$¸���HÇÀ���ÇD$D���ÇD$@ÿÿ�éýûÿÿƒøx…ÊþÿÿH‰ $è����H‹Œ$¸���HÇÀ���ÇD$D���ÇD$@ÿ���éÇûÿÿƒøb„^ûÿÿƒøf„Uûÿÿésûÿÿƒørƒøn„Bûÿÿƒør„9ûÿÿéWûÿÿƒøt„+ûÿÿƒøv„"ûÿÿé@ûÿÿè����é…úÿÿD������f
��*runtime.racefuncenter���’
�� runtime.raceread���Ð
�� runtime.raceread���¦
��$"".(*Scanner).next�����(runtime.racefuncexit���ž
�� runtime.raceread���Ä
��"".digitVal�����type.int32���â
��runtime.convT2E���²
��"runtime.racewrite���î�6runtime.writeBarrierEnabled���’��hgo.string."illegal character %#U in escape sequence"���„ 
��fmt.Sprintf���Ø 
�� runtime.raceread���†
��Tgo.string."escape sequence not terminated"���¾

�� runtime.raceread���š 
��&"".(*Scanner).error���´ 
��(runtime.racefuncexit���è 
��.runtime.writebarrierptr���Ä 
��$"".(*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���ä
��0runtime.morestack_noctxt���0à��"".autotmp_0130�o"type.interface {}�"".autotmp_0129�O(type.[1]interface {}�"".autotmp_0126�/&type.[]interface {}�"".autotmp_0124��type.int� "".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/!#  -. �4�2þ(i*a'.Á
L Ò�Tgclocals·5a3b3335c77530719461673acf642aae�Tgclocals·e5ee6781bf6b1fc340cf8211eec77619���>c:/go/src/go/scanner/scanner.goþ,"".(*Scanner).scanRune��€ ��äeH‹ %(���H‹‰����H;a†��HƒìhH‹\$hH‰$è����1ÛH‰\$xH‰œ$€���H‹\$pH‰$Hƒ$Hè����H‹L$pH‹YHHÿËH‰\$8ÆD$3HÇD$@����H‰ $Hƒ$@è����H‹L$p‹i@ƒý
„Z��‰l$4ƒý�ŒM��H‰ $è����‹T$4H‹L$pƒú'…í���€|$3�t8H‹\$@Hƒût-H‰ $H‹\$8H‰\$H����H‰\$HÇD$���è����H‹L$pH‰ $Hƒ$Hè����H‹D$pH‹hHH‰l$HH‰$Hƒ$è����H‹\$pH‹l$8L‹D$HL‹K(M9ÈweL9Åw`L‹SI)èI)éIƒù�tM*HÇ$����L‰T$PL‰T$L‰D$XL‰D$L‰L$`L‰L$è����H‹\$ H‰\$xH‹\$(H‰œ$€���è����HƒÄhÃè���� H‹\$@HÿÃH‰\$@ƒú\…¶þÿÿH‰ $ÇD$'���è����H‹L$p¶\$€û�u
ÆD$3�éŒþÿÿé‡þÿÿ€|$3�„ÃþÿÿH‰ $H‹\$8H‰\$H����H‰\$HÇD$���è����H‹L$pÆD$3�éŒþÿÿè����éÎýÿÿ ������P
��*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���Ò
��0runtime.morestack_noctxt���0��"".autotmp_0134�/type.[]uint8�"".autotmp_0133��type.int�"".autotmp_0131�?type.int�
"".ch�gtype.int32�"".n�Otype.int�"".valid�itype.bool�"".offs�_type.int� "".~r0�type.string�"".s�� type.*"".Scanner�ÐûÏЦ�À�bÌ;$  -AB    
 -"9��'é
¦�Tgclocals·69076ee43f1cead0792b9f36906b1b56�Tgclocals·f56b2291fa344104975cb6587be42b9b���>c:/go/src/go/scanner/scanner.goþ0"".(*Scanner).scanString��à��ÜeH‹ %(���H‹‰����H;a†Š��Hƒì`H‹\$`H‰$è����1ÛH‰\$pH‰\$xH‹\$hH‰$Hƒ$Hè����H‹l$hH‹]HHÿËH‰\$8H‹\$hH‰$Hƒ$@è����H‹L$h‹i@ƒý
„÷���‰l$4ƒý�Œê���H‰ $è����‹D$4ƒø"…°���H‹\$hH‰$Hƒ$Hè����H‹D$hH‹hHH‰l$@H‰$Hƒ$è����H‹\$hH‹l$8L‹D$@L‹K(M9ÈwbL9Åw]L‹SI)èI)éIƒù�tM*HÇ$����L‰T$HL‰T$L‰D$PL‰D$L‰L$XL‰L$è����H‹\$ H‰\$pH‹\$(H‰\$xè����HƒÄ`Ãè���� ƒø\…�ÿÿÿH‹\$hH‰$ÇD$"���è����éåþÿÿH‰ $H‹\$8H‰\$H����H‰\$HÇD$���è����éÿþÿÿè����éRþÿÿ������P
��*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���Ê
��0runtime.morestack_noctxt���0À�� "".autotmp_0136�/type.[]uint8�"".autotmp_0135�?type.int�
"".ch�Wtype.int32�"".offs�Otype.int� "".~r0�type.string�"".s�� type.*"".Scanner�À­¿Àd�°�B”8$  Ÿ%& (% ��'›
d�Tgclocals·69076ee43f1cead0792b9f36906b1b56�Tgclocals·f56b2291fa344104975cb6587be42b9b���>c:/go/src/go/scanner/scanner.goþ"".stripCR��À��®eH‹ %(���H‹‰����HD$øH;A†®��Hìˆ���H‹œ$ˆ���H‰$è����1ÛH‰œ$¨���H‰œ$°���H‰œ$¸���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@€ý tJL‹D$`L9ƒ®���HH‰$è����H‹t$XH‹D$8L‹D$`L9Àƒ‚���H¶l$7@ˆ+H‰ÂHÿÂH‰T$8H‹D$PHÿÀH‹L$HHÿÁH‰L$HH‹l$@H9éŒhÿÿÿH‹l$hH9êw7H‰t$pH‰´$¨���H‰T$xH‰”$°���H‰¬$€���H‰¬$¸���è����HÄˆ���Ãè���� è���� è���� è����é)þÿÿ������f
��*runtime.racefuncenter���¸��type.[]uint8���Þ
��"runtime.makeslice���Ò
�� runtime.raceread���Â
��"runtime.racewrite���Ø
��(runtime.racefuncexit���ò
��$runtime.panicslice���€
��$runtime.panicindex���Ž
��$runtime.panicindex���œ
��0runtime.morestack_noctxt���`��"".autotmp_0144�otype.*uint8�"".autotmp_0143�type.int�"".autotmp_0142��type.int�"".autotmp_0141��type.[]uint8�"".autotmp_0139��type.[]uint8�"".autotmp_0138�/type.[]uint8�"".autotmp_0137�type.int�
"".ch�¡type.uint8�"".i�Ÿtype.int�"".c�_type.[]uint8� "".~r1�0type.[]uint8�"".b��type.[]uint8�&‘(�à�8ÀQ@g ? # 4 ��2¶Ã (�Tgclocals·6a5390a59b8d22a13b923714ec7f5cb9�Tgclocals·17eb84d6decf18bfa7d30b73a13dbee9���>c:/go/src/go/scanner/scanner.goþ6"".(*Scanner).scanRawString��À��ºeH‹ %(���H‹‰����H;a†¹��Hƒì`H‹\$`H‰$è����1ÛH‰\$pH‰\$xH‹\$hH‰$Hƒ$Hè����H‹l$hH‹]HHÿËH‰\$8ÆD$3�H‹\$hH‰$Hƒ$@è����H‹D$h‹h@‰l$4ƒý�!��H‰$H‹\$8H‰\$H����H‰\$HÇD$!���è����H‹\$hH‰$Hƒ$Hè����H‹D$hH‹hHH‰l$@H‰$Hƒ$è����H‹\$hH‹l$8L‹D$@L‹K(M9ȇ§���L9Ňž���L‹SI)èI)éIƒù�tM*L‰ÁL‰ÈL‰Ò€|$3�t1H‰T$HH‰$H‰L$PH‰L$H‰D$XH‰D$è����H‹T$H‹L$ H‹D$(HÇ$����H‰T$HH‰T$H‰L$PH‰L$H‰D$XH‰D$è����H‹\$ H‰\$pH‹\$(H‰\$xè����HƒÄ`Ãè���� H‰$è����‹D$4ƒø`„ñþÿÿƒø …˜þÿÿÆD$3éŽþÿÿè����é#þÿÿ������P
��*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���¨
��0runtime.morestack_noctxt���0À��"".autotmp_0146�?type.int� "".lit�/type.[]uint8�
"".ch�Wtype.int32�"".hasCR�Ytype.bool�"".offs�Otype.int� "".~r0�type.string�"".s�� type.*"".Scanner�À„¿À=�à�PØ21 $ (q1I     ��'ò
=�Tgclocals·69076ee43f1cead0792b9f36906b1b56�Tgclocals·f56b2291fa344104975cb6587be42b9b���>c:/go/src/go/scanner/scanner.goþ8"".(*Scanner).skipWhitespace��À��¼eH‹ %(���H‹‰����H;a†º���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ƒÄÃè����é"ÿÿÿ������P
��*runtime.racefuncenter���v
�� runtime.raceread���¢
��$"".(*Scanner).next���Â
�� runtime.raceread���ü
�� runtime.raceread���²
�� runtime.raceread���î
�� runtime.raceread���–
��(runtime.racefuncexit���ª
��0runtime.morestack_noctxt�����"".s�� type.*"".Scanner�µ �à�4  7 � �'¹�Tgclocals·87d20ce1b58390b294df80b886db78bf�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���>c:/go/src/go/scanner/scanner.goþ*"".(*Scanner).switch2��€��€eH‹ %(���H‹‰����H;avcHƒìH‹\$H‰$è����H‹\$H‰$Hƒ$@è����H‹D$‹X@ƒû=uH‰$è����H‹\$ H‰\$(è����HƒÄÃH‹\$H‰\$(è����HƒÄÃè����ë€������H
��*runtime.racefuncenter���n
�� runtime.raceread���š
��$"".(*Scanner).next���¸
��(runtime.racefuncexit���à
��(runtime.racefuncexit���ô
��0runtime.morestack_noctxt���@�� "".~r2�0&type.go/token.Token�"".tok1� &type.go/token.Token�"".tok0�&type.go/token.Token�"".s�� type.*"".Scanner�J�€�(¨
  
 �
�#]�Tgclocals·2fccd208efe70893f9ac8d682812ae72�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���>c:/go/src/go/scanner/scanner.goþ*"".(*Scanner).switch3�� ��„eH‹ %(���H‹‰����H;a†ž���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ƒÄÃè����é>ÿÿÿ������P
��*runtime.racefuncenter���v
�� runtime.raceread���¢
��$"".(*Scanner).next�����(runtime.racefuncexit���æ
�� runtime.raceread���˜
��$"".(*Scanner).next���¶
��(runtime.racefuncexit���Þ
��(runtime.racefuncexit���ò
��0runtime.morestack_noctxt���`�� "".~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:�Ð�<¸  
  
� �'©�Tgclocals·6432f8c6a0d23fa7bee6c5d96f21a92a�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���>c:/go/src/go/scanner/scanner.goþ*"".(*Scanner).switch4��€��þeH‹ %(���H‹‰����H;a†Û���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ƒÄÃè����éÿÿÿ������P
��*runtime.racefuncenter���v
�� runtime.raceread���¢
��$"".(*Scanner).next�����(runtime.racefuncexit���æ
�� runtime.raceread���˜
��$"".(*Scanner).next���¾
�� runtime.raceread���ê
��$"".(*Scanner).next���ˆ
��(runtime.racefuncexit���°
��(runtime.racefuncexit���Ø
��(runtime.racefuncexit���ì
��0runtime.morestack_noctxt���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 �€�PÐ  
   

 � �'Ù�Tgclocals·a041240a37ce609efec56707c330d1a4�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���>c:/go/src/go/scanner/scanner.goþ$"".(*Scanner).Scan��à=��Î=eH‹ %(���H‹‰����HD$ÀH;A†>��HìÀ���1ÀH‰„$ˆ���H‰„$���H‹œ$À���H‰$è����H‹„$È���1Û1ÛH‰œ$à���H‰œ$è���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‹D$H‹l$H‹T$ H‰„$Ø���H‰¬$à���H‰”$è���é!ÿÿÿH‰$è����‹T$@H‹Œ$È���ƒú-���ƒú&b��ƒú!&��ƒúÿ…€���H‰ $Hƒ$`è����H‹Œ$È���¶Y`€û�tPH‰ $Hƒ$`è����H‹œ$È���1í@ˆk`HDŽ$Ø���9���H����H‰œ$à���HDŽ$è������è����HÄÀ���ÃHDŽ$Ø������éhþÿÿƒú
uPH‰ $Hƒ$`è����H‹œ$È���1í@ˆk`HDŽ$Ø���9���H����H‰œ$à���HDŽ$è������è����HÄÀ���Ãú!u5H‰ $HÇD$+���HÇD$,���è����H‹Œ$È���H‹\$H‰œ$Ø���éÙýÿÿúÿþ��„{��H‰ $è����H‹œ$È���H‹+H‰,$H‹œ$Ð���H‰\$è����H‹\$H‰\$H‹\$@‰\$D1ÛH‰œ$ˆ���H‰œ$���Hœ$ˆ���Hƒû�„›��HDŽ$°������HDŽ$¸������H‰œ$¨���H����H‰$H\$DH‰\$HÇD$����è����H‹\$H‰\$xH‹\$ H‰œ$€���H‹œ$¨���H‰$è����H‹œ$¨���H‹l$xH‰+H‹¬$€���€=�����…ô���H‰kH����H‰$HÇD$���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Ž$Ø�������HÇ$����Hc\$@H‰\$è����H‹Œ$È���H‹\$H‰œ$à���H‹\$H‰œ$è���ééûÿÿLCL‰$H‰l$è����éùþÿÿ‰é^þÿÿƒú"uAÆD$?HDŽ$Ø��� ���H‰ $è����H‹Œ$È���H‹T$H‹D$H‰”$à���H‰„$è���é…ûÿÿƒú%u5H‰ $HÇD$���HÇD$���è����H‹Œ$È���H‹\$H‰œ$Ø���éKûÿÿƒú&…iýÿÿ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‰„$è���éMúÿÿƒú(uHDŽ$Ø���1���é7úÿÿƒú)…UüÿÿÆ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$?éwùÿÿƒú,uHDŽ$Ø���4���éaùÿÿƒú-…ûÿÿH‰ $HÇD$ ���HÇD$���ÇD$-���HÇD$ &���è����H‹Œ$È���H‹D$(H‰„$Ø���Hƒø&… ùÿÿÆD$?éùÿÿƒú>��ƒú:¨��ƒú.…��H‰ $Hƒ$@è����H‹„$È���‹X@ƒû0|eH‰$Hƒ$@è����H‹„$È���‹X@ƒû9GÆD$?H‰$ÆD$è����H‹Œ$È���H‹D$H‹l$H‹T$ H‰„$Ø���H‰¬$à���H‰”$è���éeøÿÿH‰$Hƒ$@è����H‹Œ$È���‹Y@ƒû.uUH‰ $è����H‹œ$È���H‰$Hƒ$@è����H‹Œ$È���‹Y@ƒû.…øÿÿH‰ $è����H‹Œ$È���HDŽ$Ø���0���éò÷ÿÿHDŽ$Ø���5���éá÷ÿÿƒú/…Q��H‰ $Hƒ$@è����H‹„$È���‹X@ƒû/tSH‰$Hƒ$@è����H‹„$È���‹X@ƒû*t5H‰$HÇD$���HÇD$���è����H‹Œ$È���H‹\$H‰œ$Ø���ég÷ÿÿ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‰œ$à���HDŽ$è������è����HÄÀ���É�ë¡H‰ $è����H‹L$H‹D$H‰L$hH‰D$pH‹œ$È���H‰$Hƒ$8è����H‹Œ$È���H‹Y8HƒãHƒû�u!H‰ $Hƒ$`è����H‹„$È���1í@ˆh`é$ôÿÿHDŽ$Ø������H‹\$hH‰œ$à���H‹\$pH‰œ$è���é‡õÿÿƒú:…¥÷ÿÿH‰ $HÇD$:���HÇD$/���è����H‹Œ$È���H‹\$H‰œ$Ø���éIõÿÿƒú<É���ƒú;u,HDŽ$Ø���9���H����H‰œ$à���HDŽ$è������éõÿÿƒú<…-÷ÿÿH‰ $Hƒ$@è����H‹„$È���‹X@ƒû-u"H‰$è����H‹Œ$È���HDŽ$Ø���$���éÆôÿÿH‰$HÇD$(���HÇD$-���ÇD$<���HÇD$ ���HÇD$(���è����H‹Œ$È���H‹\$0H‰œ$Ø���éwôÿÿƒú=u5H‰ $HÇD$*���HÇD$'���è����H‹Œ$È���H‹\$H‰œ$Ø���é=ôÿÿƒú>…[öÿÿ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‰œ$Ø���éqóÿÿƒú{`ƒú`uAÆD$?HDŽ$Ø��� ���H‰ $è����H‹Œ$È���H‹T$H‹D$H‰”$à���H‰„$è���é&óÿÿƒú{…DõÿÿHDŽ$Ø���3���é óÿÿƒú|uFH‰ $HÇD$���HÇD$���ÇD$|���HÇD$ #���è����H‹Œ$È���H‹\$(H‰œ$Ø���éÁòÿÿƒú}…ßôÿÿÆD$?HDŽ$Ø���8���é¢òÿÿè����é™ðÿÿª������Š
��*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���®�6runtime.writeBarrierEnabled���Ò��Bgo.string."illegal character %#U"���Ä
��fmt.Sprintf���Â
��&"".(*Scanner).error���î
�� runtime.raceread���Ö
��"runtime.intstring���È
��.runtime.writebarrierptr���ž
��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���¤0
�� runtime.raceread���ì0
��"runtime.racewrite���°2
��*"".(*Scanner).switch2���¦3��go.string.";"���†4
�� runtime.raceread���¸4
��$"".(*Scanner).next���Ô5
��*"".(*Scanner).switch4���È6
��*"".(*Scanner).switch2���ø7
��*"".(*Scanner).switch4���à9
��*"".(*Scanner).switch2���Ü:
��6"".(*Scanner).scanRawString���À<
��*"".(*Scanner).switch3���¼=
��0runtime.morestack_noctxt���P€��T"".autotmp_0187�"type.interface {}�"".autotmp_0186�o(type.[1]interface {}�"".autotmp_0183�/&type.[]interface {}�"".autotmp_0180�ß(type.*go/token.Token�"".autotmp_0179��type.string�"".autotmp_0178�÷type.int32�"".autotmp_0177��type.int�"".autotmp_0176��&type.go/token.Token�"".autotmp_0175��&type.go/token.Token�"".autotmp_0174��&type.go/token.Token�"".autotmp_0173��&type.go/token.Token�"".autotmp_0172��&type.go/token.Token�"".autotmp_0171��&type.go/token.Token�"".autotmp_0170��&type.go/token.Token�"".autotmp_0169��&type.go/token.Token�"".autotmp_0168��&type.go/token.Token�"".autotmp_0167��&type.go/token.Token�"".autotmp_0166��type.string�"".autotmp_0165��type.int�"".autotmp_0163��&type.go/token.Token�"".autotmp_0162��&type.go/token.Token�"".autotmp_0161��&type.go/token.Token�"".autotmp_0160��type.string�"".autotmp_0159��&type.go/token.Token�"".autotmp_0158��&type.go/token.Token�"".autotmp_0157��type.string�"".autotmp_0156��type.string�"".autotmp_0155��type.string�"".autotmp_0154��type.string�"".autotmp_0153��&type.go/token.Token�"".autotmp_0152��type.string�"".autotmp_0151�ïtype.int�"".autotmp_0150�Otype.string�,go/token.is_keyword·4�ƒtype.bool�"go/token.ident·2�Ïtype.string�"".comment�¯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&€¨ÿ€¶ÿ€eÿ€òÿ€‘�ð�Ò® 8Äà  Q!&#šš$ £  

 
=$ '„ƒ 14'ôóÂ0š û 9£œÛ +Eâ0ã„  8‰ŽA&" +M€ „  ‡& Œ0³ž 9£v w¨ 9­&6 <=ad * kr q¶ <&0ݼB[='ji,ßæ ÙX 0Y& T }ê  ïôJóü0ýø Jù&d ‹Ž ‘æ 0ç&* +U”  •’A“˜  ›�’�D1¦V6E=]:,:Wš
(i Â
+ Gñ…ÖBÀï?$ørQ�Tgclocals·f2dda63c9a10390c5b215ad5d7ae91eb�Tgclocals·5c56d6271a8bbb6eb725c5899f7356b2���>c:/go/src/go/scanner/scanner.goþ>"".(*Scanner).findLineEnd.func1��À��¾eH‹ %(���H‹‰����H;avHƒìH‹\$H‰$è����H‹\$H‰$Hƒ$@è����H‹D$Ç@@/���H‰$Hƒ$Hè����H‹D$H‹l$H‰hHH‰$Hƒ$Pè����H‹D$H‹l$HÿÅH‰hPH‰$è����è����HƒÄÃè����éaÿÿÿ������H
��*runtime.racefuncenter���n
��"runtime.racewrite���¢
��"runtime.racewrite���Ú
��"runtime.racewrite���Ž
��$"".(*Scanner).next���˜
��(runtime.racefuncexit���¬
��0runtime.morestack_noctxt��� ��"".offs�type.int�"".s�� type.*"".Scanner�z � �$²
 �
�#}�Tgclocals·3f5c1f818fa7055d0400cecd34057162�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���>c:/go/src/go/scanner/scanner.goþ"".init��À��´eH‹ %(���H‹‰����H;a†¶���HƒìH‹\$H‰$è����H����H‰$è����¶����€û�t-H����H‰$è����¶����€ûu
è����HƒÄÃè���� H����H‰$è����Æ����è����è����è����è����è����è����è����H����H‰$è����Æ����è����HƒÄÃè����é&ÿÿÿ2������P
��*runtime.racefuncenter���^��"".initdone·���p
�� runtime.raceread���~��"".initdone·���–��"".initdone·���¨
�� runtime.raceread���¶��"".initdone·���Ê
��(runtime.racefuncexit���Þ
��"runtime.throwinit���ð��"".initdone·���‚
��"runtime.racewrite���Ž�"".initdone·���š
��fmt.init���¤
��go/token.init���®
��io.init���¸
��bytes.init���Â
��$path/filepath.init���Ì
��strconv.init���Ö
��unicode.init���ä��"".initdone·���ö
��"runtime.racewrite���‚�"".initdone·���Ž
��(runtime.racefuncexit���¢
��0runtime.morestack_noctxt�������Oa�à�
ô à� �'¹�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���>c:/go/src/go/scanner/scanner.goþ&type..hash."".Error�à��ÒeH‹ %(���H‹‰����H;a†…���HƒìH‹\$H‰$è����H‹\$ H‰$Hƒ<$�tZH‹\$(H‰\$è����H‹D$H‹\$ H‰$Hƒ<$�t-Hƒ$(H‰D$(H‰D$è����H‹D$H‰D$(H‰D$0è����HƒÄÉ%����ëʉ%����ëè����éWÿÿÿ ������P
��*runtime.racefuncenter���Ž
��8type..hash.go/token.Position���à
��runtime.strhash���ˆ
��(runtime.racefuncexit�����0runtime.morestack_noctxt���00��"".autotmp_0189��type.uintptr� "".~r2� type.uintptr�"".h�type.uintptr�"".p��type.*"".Error�0n/0#�°�°� �'‰�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<c:/go/src/go/scanner/errors.goþ"type..eq."".Error� 
�� 
eH‹ %(���H‹‰����H;a†l��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$pè����HƒÄXÃÆD$p�è����HƒÄXÉ렉édÿÿÿÆD$p�è����HƒÄXÉé.þÿÿ‰éôýÿÿ‰éËýÿÿ‰�éµýÿÿè����épýÿÿ$������P
��*runtime.racefuncenter���²
�� runtime.raceread���Ž
�� runtime.raceread���¤
�� runtime.eqstring���æ
�� runtime.raceread���Œ
�� runtime.raceread���Þ
�� runtime.raceread���„
�� runtime.raceread���Ö
�� runtime.raceread���ü
�� runtime.raceread���Ø
�� runtime.raceread����� runtime.raceread���È
�� runtime.eqstring���ð
��(runtime.racefuncexit���Ž 
��(runtime.racefuncexit��� 
��(runtime.racefuncexit���Ž

��0runtime.morestack_noctxt���0°��"".autotmp_0195��type.string�"".autotmp_0194��type.string�"".autotmp_0193�?type.string�"".autotmp_0192�type.string�"".autotmp_0191�_.type.*go/token.Position�"".autotmp_0190�O.type.*go/token.Position� "".~r2� type.bool�"".q�type.*"".Error�"".p��type.*"".Error�2°¢¯°¯°¯°&���$�'1.KÚ4Dm�Tgclocals·42e7756549fd1f1e78e70fcb9f08dd2b�Tgclocals·8a4b5b35a8b33164ac11d43d5220088e���<c:/go/src/go/scanner/errors.goþ""".(*Error).Error� ��ˆeH‹ %(���H‹‰����H;a†à���HƒìXH‹Y H…Ût H|$`H9;uH‰#H‹\$XH‰$è����1ÛH‰\$hH‰\$pH‹\$`1íH9ëuEH����H‰$HÇD$���H����H‰\$HÇD$���H����H‰\$ HÇD$(���è���� H‹\$`H‰$HÇD$8���è����H‹t$`Hƒþ�t5H‰çè����è����H‹L$8H‹D$@H‰L$HH‰L$hH‰D$PH‰D$pè����HƒÄXÉëÇè����éüþÿÿ������|
��*runtime.racefuncenter���º��&go.string."scanner"���â��"go.string."Error"���Œ��"go.string."Error"���²
��"runtime.panicwrap���ä
��*runtime.racereadrange���Š
¼� runtime.duffcopy���”
��"".Error.Error���Ú
��(runtime.racefuncexit���ö
��0runtime.morestack_noctxt���0°��"".autotmp_0196�type.string� "".~r0�type.string�""..this��type.*"".Error�°×¯°����=¯$�Tgclocals·69076ee43f1cead0792b9f36906b1b56�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���<autogenerated>þ&"".(*ErrorList).Len��à��ÆeH‹ %(���H‹‰����H;a†¿���HƒìHH‹Y H…Ût H|$PH9;uH‰#H‹\$HH‰$è����H‹\$P1íH9ëuEH����H‰$HÇD$���H����H‰\$HÇD$ ���H����H‰\$ HÇD$(���è���� H‹\$PH‰$è����H‹\$PHƒû�t)H‹+H‰l$0H‹CH‹kH‰l$@H‰D$8H‰D$Xè����HƒÄHÉëÓè����éÿÿÿ������|
��*runtime.racefuncenter���¢��&go.string."scanner"���Ê��*go.string."ErrorList"���ô��go.string."Len"���š
��"runtime.panicwrap���º
�� runtime.raceread���˜
��(runtime.racefuncexit���´
��0runtime.morestack_noctxt��� ��"".p�/"type."".ErrorList� "".~r0�type.int�""..this��$type.*"".ErrorList�¶�ð�ð� �=³�Tgclocals·3f5c1f818fa7055d0400cecd34057162�Tgclocals·790e5cc5051fc0affc980ade09e929ec���<autogenerated>þ("".(*ErrorList).Swap��À ��¢ eH‹ %(���H‹‰����H;a†-��Hƒì`H‹Y H…Ût H|$hH9;uH‰#H‹\$`H‰$è����H‹\$h1íH9ëuEH����H‰$HÇD$���H����H‰\$HÇD$ ���H����H‰\$ HÇD$(���è���� H‹\$hH‰$è����H‹\$hHƒû�„��H‹H‹KH‹kH‰l$XH‹D$pH‹\$xH‰\$0H‰T$HH‰D$8H‰L$PH9ȃR��HÂH‰$è����H‹T$HH‹L$PH‹D$8H9ȃ&��HÂH‹+H‰l$@H9ȃ
��HÂH‰$è����H‹\$HH‹l$0L‹D$PL9ŃÞ���HëH‰$è����H‹L$HH‹D$PH‹l$8H9Ń²���HéL‹D$0I9Àƒ™���J,ÁL‹E�€=�����ukL‰H‹l$0H9ÅsWHéH‰$è����H‹\$HH‹l$0L‹D$PL9Ås/HëH‹l$@€=�����u H‰+è����HƒÄ`ÃH‰$H‰l$è����ëæè���� è���� H‰$L‰D$è����H‹L$HH‹D$Pé{ÿÿÿè���� è���� è���� è���� è���� è���� ‰éiþÿÿè����é¯ýÿÿ2������|
��*runtime.racefuncenter���¢��&go.string."scanner"���Ê��*go.string."ErrorList"���ô�� go.string."Swap"���š
��"runtime.panicwrap���º
�� runtime.raceread���à
�� runtime.raceread���Ô
��"runtime.racewrite���ž
�� runtime.raceread���Ž�6runtime.writeBarrierEnabled���È
��"runtime.racewrite���Ž�6runtime.writeBarrierEnabled���¤
��(runtime.racefuncexit���Ê
��.runtime.writebarrierptr���Ø
��$runtime.panicindex���æ
��$runtime.panicindex���†
��.runtime.writebarrierptr���®
��$runtime.panicindex���¼
��$runtime.panicindex���Ê
��$runtime.panicindex���Ø
��$runtime.panicindex���æ
��$runtime.panicindex���ô
��$runtime.panicindex��� 
��0runtime.morestack_noctxt���0À��"".autotmp_0198�?type.*"".Error�"".j�_type.int�"".i�Otype.int�"".p�/"type."".ErrorList�"".j� type.int�"".i�type.int�""..this��$type.*"".ErrorList�À¼¿À…�à�à�"�=²:¨1J�Tgclocals·cb395d89503762333b1bfb09ba74eb12�Tgclocals·0b54e40361ced91ab254ee60980e804a���<autogenerated>þ("".(*ErrorList).Less��À��¶eH‹ %(���H‹‰����HD$øH;A†ò��Hìˆ���H‹Y H…ÛtH¼$���H9;uH‰#H‹œ$ˆ���H‰$è����H‹œ$���1íH9ëuEH����H‰$HÇD$���H����H‰\$HÇD$ ���H����H‰\$ HÇD$(���è���� H‹œ$���H‰$è����H‹œ$���Hƒû�„C��H‹H‹KH‹kH‰¬$€���H‹„$˜���H‹œ$ ���H‰\$0H‰T$pH‰D$8H‰L$xH9ȃü��HÂH‰$è����H‹T$pH‹L$xH‹l$8H9̓Ð��HêH‹+Hƒý�„·��H‰l$HH‹l$0H9̓��HêH‰$è����H‹\$pH‹l$0L‹D$xL9Ńq��HëH‹+Hƒý�„X��H‰l$@H‹\$HH‰$è����H‹\$HHƒû�„/��H‹+H‰l$`H‹kH‰l$hH‹\$@H‰$è����H‹T$hH‹\$@Hƒû�„õ��H‹ H‰L$PH‹CH‰D$XH9Â…|��H‹l$`H‰,$H‰T$H‰L$H‰D$è����¶\$ €û�„Q��H‹\$HH‰$Hƒ$è����H‹\$@H‰$Hƒ$è����H‹D$HH‹XL‹D$@I‹hH9ëtMH‰$Hƒ$è����H‹\$@H‰$Hƒ$è����H‹l$HH‹]L‹D$@I‹hH9ëœÀˆ„$¨���è����HÄˆ���ÃH‰$Hƒ$ è����H‹\$@H‰$Hƒ$ è����H‹D$HH‹X L‹D$@I‹h H9ët>H‰$Hƒ$ è����H‹\$@H‰$Hƒ$ è����H‹l$HH‹] L‹D$@I‹h H9ëœÀévÿÿÿH‹\$pH‹l$8L‹D$xL9Ń2��HëH‰$è����H‹\$pH‹l$8L‹D$xL9Ń��HëH‹+H‰,$Hƒ$(è����H‹\$pH‹l$0L‹D$xL9ŃÒ���HëH‰$è����H‹\$pH‹l$0L‹D$xL9Ѧ���HëH‹+H‰,$Hƒ$(è����H‹T$pH‹D$xH‹l$8H9ÅsvH4êH‹.Hƒý�tdLE(I‹H‰ $I‹HH‰L$H‹l$0H9Ås?H4êH‹.Hƒý�t-LE(H|$I‹H‰I‹HH‰Oè����H‹\$ Hƒû�œÀéYþÿÿ‰E�ëÎè���� ‰E�ë—è���� è���� è���� è���� è���� H‹\$HH‰$è����H‹\$@H‰$è����H‹t$HH‹H‰ $H‹NH‰L$H‹t$@H|$H‹H‰H‹NH‰Oè����H‹\$ Hƒû�œÀéÆýÿÿ‰éýÿÿ‰éÊüÿÿ‰E�é üÿÿè���� è���� ‰E�éAüÿÿè���� è���� ‰é¶ûÿÿè����éåúÿÿP������˜
��*runtime.racefuncenter���Ä��&go.string."scanner"���ì��*go.string."ErrorList"���–�� go.string."Less"���¼
��"runtime.panicwrap���â
�� runtime.raceread��� 
�� runtime.raceread���²
�� runtime.raceread���ª
�� runtime.raceread���†
�� runtime.raceread���œ
�� runtime.eqstring���Þ
�� runtime.raceread���„ 
�� runtime.raceread���Π
�� runtime.raceread���ô 
�� runtime.raceread���¼

��(runtime.racefuncexit���è

�� runtime.raceread���Ž 
�� runtime.raceread���Ø 
�� runtime.raceread���þ 
�� runtime.raceread���‚ 
�� runtime.raceread���Ü 
�� runtime.raceread���¦
�� runtime.raceread���€
�� runtime.raceread���Ð
��"runtime.cmpstring���†
��$runtime.panicindex���ž
��$runtime.panicindex���¬
��$runtime.panicindex���º
��$runtime.panicindex���È
��$runtime.panicindex���Ö
��$runtime.panicindex���ö
�� runtime.raceread���’
�� runtime.raceread���ö
��"runtime.cmpstring���Î
��$runtime.panicindex���Ü
��$runtime.panicindex���ú
��$runtime.panicindex���ˆ
��$runtime.panicindex���¤
��0runtime.morestack_noctxt���@��"".autotmp_0204��type.bool�"".autotmp_0203��type.bool�"".autotmp_0202��type.bool�"".autotmp_0200�otype.string�"".autotmp_0199�Otype.string�"".f�.type.*go/token.Position�"".e�.type.*go/token.Position�"".j�¯type.int�"".i�Ÿtype.int�"".p�/"type."".ErrorList� "".~r2�0type.bool�"".j� type.int�"".i�type.int�""..this��$type.*"".ErrorList�&ƒö� 
�
 
�B�KÄI<.KY7 8UçS
@ f�Tgclocals·1ae62cce473f17806b5677919601c86f�Tgclocals·437014a9ee1408147fa3c132f11bf09b���<autogenerated>þ("".(*ErrorList).Sort��À��°eH‹ %(���H‹‰����H;a†´���Hƒì0H‹Y H…Ût H|$8H9;uH‰#H‹\$0H‰$è����H‹\$81íH9ëuEH����H‰$HÇD$���H����H‰\$HÇD$ ���H����H‰\$ HÇD$(���è���� H‹\$8H‰$è����H‹t$8H‹H‰ $H‹NH‰L$H‹NH‰L$è����è����HƒÄ0Ãè����é(ÿÿÿ������|
��*runtime.racefuncenter���¢��&go.string."scanner"���Ê��*go.string."ErrorList"���ô�� go.string."Sort"���š
��"runtime.panicwrap���º
�� runtime.raceread���€
��""".ErrorList.Sort���Š
��(runtime.racefuncexit���ž
��0runtime.morestack_noctxt���`��""..this��$type.*"".ErrorList�`¯_`�à� à� �=£�Tgclocals·87d20ce1b58390b294df80b886db78bf�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ*"".(*ErrorList).Error�� ��„eH‹ %(���H‹‰����H;a†Þ���Hƒì@H‹Y H…Ût H|$HH9;uH‰#H‹\$@H‰$è����1ÛH‰\$PH‰\$XH‹\$H1íH9ëuEH����H‰$HÇD$���H����H‰\$HÇD$ ���H����H‰\$ HÇD$(���è���� H‹\$HH‰$è����H‹t$HH‹H‰ $H‹NH‰L$H‹NH‰L$è����H‹L$H‹D$ H‰L$0H‰L$PH‰D$8H‰D$Xè����HƒÄ@Ãè����éþþÿÿ������|
��*runtime.racefuncenter���º��&go.string."scanner"���â��*go.string."ErrorList"���Œ��"go.string."Error"���²
��"runtime.panicwrap���Ò
�� runtime.raceread���˜
��$"".ErrorList.Error���Þ
��(runtime.racefuncexit���ò
��0runtime.morestack_noctxt���0€��"".autotmp_0205�type.string� "".~r0�type.string�""..this��$type.*"".ErrorList�€Ù€����=±"�Tgclocals·69076ee43f1cead0792b9f36906b1b56�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���<autogenerated>þ&"".(*ErrorList).Err��à��ÐeH‹ %(���H‹‰����HD$øH;A†��Hìˆ���H‹Y H…ÛtH¼$���H9;uH‰#H‹œ$ˆ���H‰$è����1ÛH‰œ$˜���H‰œ$ ���H‹œ$���1íH9ëuEH����H‰$HÇD$���H����H‰\$HÇD$ ���H����H‰\$ HÇD$(���è���� H‹œ$���H‰$è����H‹œ$���Hƒû�„¾���H‹3H‰t$XH‹KH‹kH‰l$h1ÛH‰\$8H‰\$@H‰L$`Hƒù�u,1ÉH‰ÈH‰L$8H‰Œ$˜���H‰D$@H‰„$ ���è����HÄˆ���ÃH‰t$pH‰L$xH‰¬$€���H����H‰$H����H‰\$H����H‰\$H\$pH‰\$HÇD$ ����è����H‹L$(H‹D$0H‰L$HH‰D$Pésÿÿÿ‰é;ÿÿÿè����éXþÿÿ������˜
��*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���¾
��0runtime.morestack_noctxt���0�� "".autotmp_0208�type.error�"".autotmp_0207�/"type."".ErrorList� "".~r0�Ÿtype.error�"".p�_"type."".ErrorList� "".~r0�type.error�""..this��$type.*"".ErrorList�&Š�°�°��KÙU7�Tgclocals·27f94a2fe0ff5b305b2385471201b6d7�Tgclocals·235b62117534fd7eb6f5e1b3574af895���<autogenerated>þ4type..hash.[2]interface {}� ��ˆeH‹ %(���H‹‰����H;a† ���Hƒì(H‹\$(H‰$è����H‹T$81ÀHÇD$���H‹l$H9è}\H‰D$ H‰ÅH‰ÐHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$0Hƒû�tEHÁåHëH‰$H‰D$8H‰D$è����H‹T$H‹D$ HÿÀH‹l$H9è|¤H‰T$8H‰T$@è����HƒÄ(Éë·è����é<ÿÿÿ
������P
��*runtime.racefuncenter���Ž
��(runtime.nilinterhash���Ú
��(runtime.racefuncexit���ö
��0runtime.morestack_noctxt���0P��
"".autotmp_0211�type.int�"".autotmp_0210�type.int� "".~r2� type.uintptr�"".h�type.uintptr�"".p��*type.*[2]interface {}�P—OP�Ð�Ð� �'©�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<c:/go/src/go/scanner/errors.goþ0type..eq.[2]interface {}�À��¦eH‹ %(���H‹‰����H;a†/��Hƒì`H‹\$`H‰$è����1ÀHÇD$0���H‹l$0H9èØ���H‰D$8H‹\$pH‰ÅH‰D$(HÁåHëH‰$è����H‹D$(H‹\$pHƒû�„Ç���H‰ÅHÁåHëH‹+H‰l$PH‹kH‰l$XH‹\$hH‰ÅHÁåHëH‰$è����H‹T$PH‹\$hHƒû�t}H‹l$(HÁåHëH‹H‹KH‰L$HH‰D$@H9ÐuLH‰$H‰L$H‰T$H‹l$XH‰l$è����¶\$ €û�t%H‹D$8HÿÀH‹l$0H9èŒ(ÿÿÿÆD$xè����HƒÄ`ÃÆD$x�è����HƒÄ`Éé|ÿÿÿ‰é2ÿÿÿè����é­þÿÿ������P
��*runtime.racefuncenter���Æ
�� runtime.raceread���Ô
�� runtime.raceread���ò
��runtime.efaceeq���Æ
��(runtime.racefuncexit���ä
��(runtime.racefuncexit���”
��0runtime.morestack_noctxt���0À��"".autotmp_0215�?"type.interface {}�"".autotmp_0214�"type.interface {}�"".autotmp_0213�_type.int�"".autotmp_0212�Otype.int�"".i�otype.int� "".~r2� type.bool�"".q�*type.*[2]interface {}�"".p��*type.*[2]interface {}�&À¿À¿À%�à�à��'‚Oh�Tgclocals·51af24152615272c3d9efc8538f95767�Tgclocals·2c78d3ad9d760b5f66e2e47be684c787���<c:/go/src/go/scanner/errors.goþ4type..hash.[1]interface {}� ��ˆeH‹ %(���H‹‰����H;a† ���Hƒì(H‹\$(H‰$è����H‹T$81ÀHÇD$���H‹l$H9è}\H‰D$ H‰ÅH‰ÐHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$0Hƒû�tEHÁåHëH‰$H‰D$8H‰D$è����H‹T$H‹D$ HÿÀH‹l$H9è|¤H‰T$8H‰T$@è����HƒÄ(Éë·è����é<ÿÿÿ
������P
��*runtime.racefuncenter���Ž
��(runtime.nilinterhash���Ú
��(runtime.racefuncexit���ö
��0runtime.morestack_noctxt���0P��
"".autotmp_0218�type.int�"".autotmp_0217�type.int� "".~r2� type.uintptr�"".h�type.uintptr�"".p��*type.*[1]interface {}�P—OP�Ð�Ð� �'©�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<c:/go/src/go/scanner/errors.goþ0type..eq.[1]interface {}�À��¦eH‹ %(���H‹‰����H;a†/��Hƒì`H‹\$`H‰$è����1ÀHÇD$0���H‹l$0H9èØ���H‰D$8H‹\$pH‰ÅH‰D$(HÁåHëH‰$è����H‹D$(H‹\$pHƒû�„Ç���H‰ÅHÁåHëH‹+H‰l$PH‹kH‰l$XH‹\$hH‰ÅHÁåHëH‰$è����H‹T$PH‹\$hHƒû�t}H‹l$(HÁåHëH‹H‹KH‰L$HH‰D$@H9ÐuLH‰$H‰L$H‰T$H‹l$XH‰l$è����¶\$ €û�t%H‹D$8HÿÀH‹l$0H9èŒ(ÿÿÿÆD$xè����HƒÄ`ÃÆD$x�è����HƒÄ`Éé|ÿÿÿ‰é2ÿÿÿè����é­þÿÿ������P
��*runtime.racefuncenter���Æ
�� runtime.raceread���Ô
�� runtime.raceread���ò
��runtime.efaceeq���Æ
��(runtime.racefuncexit���ä
��(runtime.racefuncexit���”
��0runtime.morestack_noctxt���0À��"".autotmp_0222�?"type.interface {}�"".autotmp_0221�"type.interface {}�"".autotmp_0220�_type.int�"".autotmp_0219�Otype.int�"".i�otype.int� "".~r2� type.bool�"".q�*type.*[1]interface {}�"".p��*type.*[1]interface {}�&À¿À¿À%�à�à��'‚Oh�Tgclocals·51af24152615272c3d9efc8538f95767�Tgclocals·2c78d3ad9d760b5f66e2e47be684c787���<c:/go/src/go/scanner/errors.goþ(type..hash.[2]string� ��ˆeH‹ %(���H‹‰����H;a† ���Hƒì(H‹\$(H‰$è����H‹T$81ÀHÇD$���H‹l$H9è}\H‰D$ H‰ÅH‰ÐHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$0Hƒû�tEHÁåHëH‰$H‰D$8H‰D$è����H‹T$H‹D$ HÿÀH‹l$H9è|¤H‰T$8H‰T$@è����HƒÄ(Éë·è����é<ÿÿÿ
������P
��*runtime.racefuncenter���Ž
��runtime.strhash���Ú
��(runtime.racefuncexit���ö
��0runtime.morestack_noctxt���0P��
"".autotmp_0225�type.int�"".autotmp_0224�type.int� "".~r2� type.uintptr�"".h�type.uintptr�"".p��type.*[2]string�P—OP�Ð�Ð� �'©�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<c:/go/src/go/scanner/errors.goþ$type..eq.[2]string�À��¦eH‹ %(���H‹‰����H;a†/��Hƒì`H‹\$`H‰$è����1ÀHÇD$0���H‹l$0H9èØ���H‰D$8H‹\$hH‰ÅH‰D$(HÁåHëH‰$è����H‹D$(H‹\$hHƒû�„Ç���H‰ÅHÁåHëH‹+H‰l$PH‹kH‰l$XH‹\$pH‰ÅHÁåHëH‰$è����H‹T$XH‹\$pHƒû�t}H‹l$(HÁåHëH‹ H‰L$@H‹CH‰D$HH9ÂuLH‹l$PH‰,$H‰T$H‰L$H‰D$è����¶\$ €û�t%H‹D$8HÿÀH‹l$0H9èŒ(ÿÿÿÆD$xè����HƒÄ`ÃÆD$x�è����HƒÄ`Éé|ÿÿÿ‰é2ÿÿÿè����é­þÿÿ������P
��*runtime.racefuncenter���Æ
�� runtime.raceread���Ô
�� runtime.raceread���ò
�� runtime.eqstring���Æ
��(runtime.racefuncexit���ä
��(runtime.racefuncexit���”
��0runtime.morestack_noctxt���0À��"".autotmp_0229�?type.string�"".autotmp_0228�type.string�"".autotmp_0227�_type.int�"".autotmp_0226�Otype.int�"".i�otype.int� "".~r2� type.bool�"".q�type.*[2]string�"".p��type.*[2]string�&À¿À¿À%�à�à��'‚Oh�Tgclocals·51af24152615272c3d9efc8538f95767�Tgclocals·44750c784da4dd430afdd97fea5c405a���<c:/go/src/go/scanner/errors.goþ(type..hash.[8]string� ��ˆeH‹ %(���H‹‰����H;a† ���Hƒì(H‹\$(H‰$è����H‹T$81ÀHÇD$���H‹l$H9è}\H‰D$ H‰ÅH‰ÐHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$0Hƒû�tEHÁåHëH‰$H‰D$8H‰D$è����H‹T$H‹D$ HÿÀH‹l$H9è|¤H‰T$8H‰T$@è����HƒÄ(Éë·è����é<ÿÿÿ
������P
��*runtime.racefuncenter���Ž
��runtime.strhash���Ú
��(runtime.racefuncexit���ö
��0runtime.morestack_noctxt���0P��
"".autotmp_0232�type.int�"".autotmp_0231�type.int� "".~r2� type.uintptr�"".h�type.uintptr�"".p��type.*[8]string�P—OP�Ð�Ð� �'©�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<c:/go/src/go/scanner/errors.goþ$type..eq.[8]string�À��¦eH‹ %(���H‹‰����H;a†/��Hƒì`H‹\$`H‰$è����1ÀHÇD$0���H‹l$0H9èØ���H‰D$8H‹\$hH‰ÅH‰D$(HÁåHëH‰$è����H‹D$(H‹\$hHƒû�„Ç���H‰ÅHÁåHëH‹+H‰l$PH‹kH‰l$XH‹\$pH‰ÅHÁåHëH‰$è����H‹T$XH‹\$pHƒû�t}H‹l$(HÁåHëH‹ H‰L$@H‹CH‰D$HH9ÂuLH‹l$PH‰,$H‰T$H‰L$H‰D$è����¶\$ €û�t%H‹D$8HÿÀH‹l$0H9èŒ(ÿÿÿÆD$xè����HƒÄ`ÃÆD$x�è����HƒÄ`Éé|ÿÿÿ‰é2ÿÿÿè����é­þÿÿ������P
��*runtime.racefuncenter���Æ
�� runtime.raceread���Ô
�� runtime.raceread���ò
�� runtime.eqstring���Æ
��(runtime.racefuncexit���ä
��(runtime.racefuncexit���”
��0runtime.morestack_noctxt���0À��"".autotmp_0236�?type.string�"".autotmp_0235�type.string�"".autotmp_0234�_type.int�"".autotmp_0233�Otype.int�"".i�otype.int� "".~r2� type.bool�"".q�type.*[8]string�"".p��type.*[8]string�&À¿À¿À%�à�à��'‚Oh�Tgclocals·51af24152615272c3d9efc8538f95767�Tgclocals·44750c784da4dd430afdd97fea5c405a���<c:/go/src/go/scanner/errors.goþ$go.string.hdr.": "� �� ������������������go.string.": "���þgo.string.": "���: ��þTgclocals·ad3d78e88c381598810f2e82f373ef66�(��(������������������þTgclocals·90f4f1110e613c00369f3da917ba22a6�(��(��� ���!���!���¡����þTgclocals·d556b1128a75a6acc2da55546c9016eb�8��8��� ��������������������þTgclocals·a84b5821355a66ea2f76ce4d3da3b8de�8��8������C���C���C���C���C����þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·87d20ce1b58390b294df80b886db78bf�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·2fccd208efe70893f9ac8d682812ae72�������������þTgclocals·0c8aa8e80191a30eac23f1a218103f16� �� ��������������þTgclocals·3260b5c802f633fd6252c227878dd72a� �� �������������þTgclocals·4efb9904f955df940ccfde8ba6a2d2b8�0��0��������������������þTgclocals·665da0db10d6ec82b644d9f6aee9e87b�0��0�������������������þ0Fgo.itab."".ErrorList.sort.Interface�����þTgclocals·2c033e7f4f4a74cc7e9f368d1fec9f60� �� ��������������þTgclocals·41a13ac73c712c01973b8fe23f62d694� �� �������������þ0Hgo.itab.*"".ErrorList.sort.Interface�����þTgclocals·c3d124c05af582629e9337690d04ff25�@��@��������������€��€��€������þTgclocals·6718fa3ce60556785ebaaf7cd5569ede�@��@�������������������������þ2go.string.hdr."no errors"� �� �������� ����������*go.string."no errors"���þ*go.string."no errors"� ��no errors��þNgo.string.hdr."%s (and %d more errors)"� �� ������������������Fgo.string."%s (and %d more errors)"���þFgo.string."%s (and %d more errors)"�0��0%s (and %d more errors)��þTgclocals·7a3197e6389b5179d6f784d3a29d2137�@��@��� �������������€��“��€���þTgclocals·fcea5854e13229bcceb7809c08ce0403�@��@��������� ������������ ����þ04go.itab."".ErrorList.error�����þTgclocals·fd45189cb370f0bcdca69de18c1d6595�0��0���������������������þTgclocals·e55bb8421bd11ab67207204dc5d25e85�0��0�������������������þ(go.string.hdr."%s\n"� �� ������������������ go.string."%s\n"���þ go.string."%s\n"���%s
��þTgclocals·1e5b6da1c5a753c8d625d1b2d05c2b30�P��P����������ð���ð��ò���ó��ò��ð��ü���þTgclocals·2e1bf46b5fcbe5d44bfd3cc06dee2b85�P��P�������������������������������þJgo.string.hdr."illegal character NUL"� �� ������������������Bgo.string."illegal character NUL"���þBgo.string."illegal character NUL"�0��,illegal character NUL��þLgo.string.hdr."illegal UTF-8 encoding"� �� ������������������Dgo.string."illegal UTF-8 encoding"���þDgo.string."illegal UTF-8 encoding"�0��.illegal UTF-8 encoding��þNgo.string.hdr."illegal byte order mark"� �� ������������������Fgo.string."illegal byte order mark"���þFgo.string."illegal byte order mark"�0��0illegal byte order mark��þTgclocals·790e5cc5051fc0affc980ade09e929ec��������������þTgclocals·87d20ce1b58390b294df80b886db78bf�������������þtgo.string.hdr."file size (%d) does not match src len (%d)"� �� ��������*����������lgo.string."file size (%d) does not match src len (%d)"���þlgo.string."file size (%d) does not match src len (%d)"�`��Vfile size (%d) does not match src len (%d)��þTgclocals·05984521bc7b15582c545b5b16d9224c�X��X �����������������È�`È��À��Â����€����þTgclocals·f83e65ca87c7af32aae3a8e16d21e7bc�X��X ������'���'���'���'���'���'���'���'���'����þTgclocals·fad3647538fe088c3f63d28bb4a0e2d7� �� ��������������þTgclocals·41989093cd5a47ae97b0d8210e38e6a5� �� �������������þTgclocals·cdf3efa9b8f77188bbc0ad22bb2b44b3�@��@�����������@�@�@�"@� @��þTgclocals·a68b09a48716afad7ca7a02fe6add474�@��@�������������������������þLgo.string.hdr."comment not terminated"� �� ������������������Dgo.string."comment not terminated"���þDgo.string."comment not terminated"�0��.comment not terminated��þTgclocals·ae0a20890c9ac6bfbea3383f34532bab� �� ���������������þTgclocals·69076ee43f1cead0792b9f36906b1b56� �� �������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·3f5c1f818fa7055d0400cecd34057162�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·23e8278e2b69a3a75fa59b23c49ed6ad��������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·23e8278e2b69a3a75fa59b23c49ed6ad��������������þTgclocals·f56b2291fa344104975cb6587be42b9b� �� ���������������þTgclocals·69076ee43f1cead0792b9f36906b1b56� �� �������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·23e8278e2b69a3a75fa59b23c49ed6ad��������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·3f5c1f818fa7055d0400cecd34057162�������������þTgo.string.hdr."illegal hexadecimal number"� �� ������������������Lgo.string."illegal hexadecimal number"���þLgo.string."illegal hexadecimal number"�@��6illegal hexadecimal number��þHgo.string.hdr."illegal octal number"� �� ������������������@go.string."illegal octal number"���þ@go.string."illegal octal number"�0��*illegal octal number��þTgclocals·f56b2291fa344104975cb6587be42b9b� �� ���������������þTgclocals·cfd97ba95bb5326c9855399a9aeae1e4� �� ��������� ����þNgo.string.hdr."unknown escape sequence"� �� ������������������Fgo.string."unknown escape sequence"���þFgo.string."unknown escape sequence"�0��0unknown escape sequence��þ\go.string.hdr."escape sequence not terminated"� �� ������������������Tgo.string."escape sequence not terminated"���þTgo.string."escape sequence not terminated"�@��>escape sequence not terminated��þpgo.string.hdr."illegal character %#U in escape sequence"� �� ��������(����������hgo.string."illegal character %#U in escape sequence"���þhgo.string."illegal character %#U in escape sequence"�`��Rillegal character %#U in escape sequence��þzgo.string.hdr."escape sequence is invalid Unicode code point"� �� ��������-����������rgo.string."escape sequence is invalid Unicode code point"���þrgo.string."escape sequence is invalid Unicode code point"�`��\escape sequence is invalid Unicode code point��þTgclocals·e5ee6781bf6b1fc340cf8211eec77619�@��@��� �������À��ð��À���Á�������þTgclocals·5a3b3335c77530719461673acf642aae�@��@�������������������������þVgo.string.hdr."rune literal not terminated"� �� ������������������Ngo.string."rune literal not terminated"���þNgo.string."rune literal not terminated"�@��8rune literal not terminated��þHgo.string.hdr."illegal rune literal"� �� ������������������@go.string."illegal rune literal"���þ@go.string."illegal rune literal"�0��*illegal rune literal��þTgclocals·f56b2291fa344104975cb6587be42b9b� �� ���������������þTgclocals·69076ee43f1cead0792b9f36906b1b56� �� �������������þZgo.string.hdr."string literal not terminated"� �� ������������������Rgo.string."string literal not terminated"���þRgo.string."string literal not terminated"�@��<string literal not terminated��þTgclocals·f56b2291fa344104975cb6587be42b9b� �� ���������������þTgclocals·69076ee43f1cead0792b9f36906b1b56� �� �������������þTgclocals·17eb84d6decf18bfa7d30b73a13dbee9�(��(������������������þTgclocals·6a5390a59b8d22a13b923714ec7f5cb9�(��(������������ ����þbgo.string.hdr."raw string literal not terminated"� �� ��������!����������Zgo.string."raw string literal not terminated"���þZgo.string."raw string literal not terminated"�P��Draw string literal not terminated��þTgclocals·f56b2291fa344104975cb6587be42b9b� �� ���������������þTgclocals·69076ee43f1cead0792b9f36906b1b56� �� �������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·87d20ce1b58390b294df80b886db78bf�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·2fccd208efe70893f9ac8d682812ae72�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·6432f8c6a0d23fa7bee6c5d96f21a92a�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·a041240a37ce609efec56707c330d1a4�������������þ$go.string.hdr."\n"� �� ������������������go.string."\n"���þgo.string."\n"���
��þ"go.string.hdr.";"� �� ������������������go.string.";"���þgo.string.";"���;��þJgo.string.hdr."illegal character %#U"� �� ������������������Bgo.string."illegal character %#U"���þBgo.string."illegal character %#U"�0��,illegal character %#U��þTgclocals·5c56d6271a8bbb6eb725c5899f7356b2�P��P����������€��€��€����ˆ��€ ��à ���þTgclocals·f2dda63c9a10390c5b215ad5d7ae91eb�P��P������������ ��� ��� ��� ����������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·3f5c1f818fa7055d0400cecd34057162�������������þ0""..gobytes.1���//line �þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þ,"".prefix��0type.[]uint8�0�������������������������""..gobytes.1���þ""".statictmp_0100��type.[1]uint8�:�þ0"".initdone·��type.uint8���þ""".Error.Error·f��������������"".Error.Error���þ,"".(*ErrorList).Add·f��������������&"".(*ErrorList).Add���þ0"".(*ErrorList).Reset·f��������������*"".(*ErrorList).Reset���þ&"".ErrorList.Len·f�������������� "".ErrorList.Len���þ("".ErrorList.Swap·f��������������""".ErrorList.Swap���þ("".ErrorList.Less·f��������������""".ErrorList.Less���þ("".ErrorList.Sort·f��������������""".ErrorList.Sort���þD"".(*ErrorList).RemoveMultiples·f��������������>"".(*ErrorList).RemoveMultiples���þ*"".ErrorList.Error·f��������������$"".ErrorList.Error���þ&"".ErrorList.Err·f�������������� "".ErrorList.Err���þ "".PrintError·f��������������"".PrintError���þ*"".(*Scanner).next·f��������������$"".(*Scanner).next���þ*"".(*Scanner).Init·f��������������$"".(*Scanner).Init���þ,"".(*Scanner).error·f��������������&"".(*Scanner).error���þJ"".(*Scanner).interpretLineComment·f��������������D"".(*Scanner).interpretLineComment���þ8"".(*Scanner).scanComment·f��������������2"".(*Scanner).scanComment���þ8"".(*Scanner).findLineEnd·f��������������2"".(*Scanner).findLineEnd���þ"".isLetter·f��������������"".isLetter���þ"".isDigit·f��������������"".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���þ"".stripCR·f��������������"".stripCR���þ<"".(*Scanner).scanRawString·f��������������6"".(*Scanner).scanRawString���þ>"".(*Scanner).skipWhitespace·f��������������8"".(*Scanner).skipWhitespace���þ0"".(*Scanner).switch2·f��������������*"".(*Scanner).switch2���þ0"".(*Scanner).switch3·f��������������*"".(*Scanner).switch3���þ0"".(*Scanner).switch4·f��������������*"".(*Scanner).switch4���þ*"".(*Scanner).Scan·f��������������$"".(*Scanner).Scan���þD"".(*Scanner).findLineEnd.func1·f��������������>"".(*Scanner).findLineEnd.func1���þ"".init·f��������������"".init���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·8a4b5b35a8b33164ac11d43d5220088e�0��0��������������������þTgclocals·42e7756549fd1f1e78e70fcb9f08dd2b�0��0�������������������þ.type..hashfunc."".Error��������������&type..hash."".Error���þ*type..eqfunc."".Error��������������"type..eq."".Error���þ$type..alg."".Error� �� �������������������.type..hashfunc."".Error�����*type..eqfunc."".Error���þ"runtime.gcbits.01����þ<go.string.hdr."*scanner.Error"� �� ������������������4go.string."*scanner.Error"���þ4go.string."*scanner.Error"� ��*scanner.Error��þ.go.string.hdr."scanner"� �� ������������������&go.string."scanner"���þ&go.string."scanner"���scanner��þ*go.string.hdr."Error"� �� ������������������"go.string."Error"���þ"go.string."Error"��� Error��þTgclocals·c55cf99de9cdd8c8202a466952fa1a45� �� ���������������þTgclocals·69076ee43f1cead0792b9f36906b1b56� �� �������������þVgo.string.hdr."func(*scanner.Error) string"� �� ������������������Ngo.string."func(*scanner.Error) string"���þNgo.string."func(*scanner.Error) string"�@��8func(*scanner.Error) string��þ6type.func(*"".Error) string� �� ��������������™x7ï�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Vgo.string.hdr."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���þ|go.typelink.func(*scanner.Error) string func(*"".Error) string��������������6type.func(*"".Error) string���þ:go.string.hdr."func() string"� �� �������� ����������2go.string."func() string"���þ2go.string."func() string"� ��func() string��þ$type.func() string�����������������¢mË�3��������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��:go.string.hdr."func() string"���p��6go.weak.type.*func() string���€��"runtime.zerovalue��� €�$type.func() string���Ѐ�$type.func() string���€��type.string���þNgo.typelink.func() string func() string��������������$type.func() string���þtype.*"".Error��Ð��Ð��������������Ëë´ �6����������������������������������������������������������������������������������������������������������������������������������������������0 � runtime.algarray���@��"runtime.gcbits.01���P��<go.string.hdr."*scanner.Error"���p��.go.weak.type.**"".Error���€��"runtime.zerovalue�����type."".Error���` �type.*"".Error���Àð�type.*"".Error���ð��*go.string.hdr."Error"�����$type.func() string��� ��6type.func(*"".Error) string���°��""".(*Error).Error���À��""".(*Error).Error���þ"runtime.gcbits.21���!�þ:go.string.hdr."scanner.Error"� �� �������� ����������2go.string."scanner.Error"���þ2go.string."scanner.Error"� ��scanner.Error��þ&go.string.hdr."Pos"� �� ������������������go.string."Pos"���þgo.string."Pos"���Pos��þ&go.string.hdr."Msg"� �� ������������������go.string."Msg"���þgo.string."Msg"���Msg��þTgo.string.hdr."func(scanner.Error) string"� �� ������������������Lgo.string."func(scanner.Error) string"���þLgo.string."func(scanner.Error) string"�@��6func(scanner.Error) string��þ4type.func("".Error) string� �� ��������������ÐÒÂû�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Tgo.string.hdr."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���þxgo.typelink.func(scanner.Error) string func("".Error) string��������������4type.func("".Error) string���þ4go.string.hdr."go/scanner"� �� ��������
����������,go.string."go/scanner"���þ,go.string."go/scanner"� ��go/scanner��þ"go.importpath."".� �� ��������
����������,go.string."go/scanner"���þtype."".Error����8�������0�������ˆ]¶ò�����������������������������������������������������������������������������������������������������������������������������������������������(���������������������������������������������������������������������������������������������&0��$type..alg."".Error���@��"runtime.gcbits.21���P��:go.string.hdr."scanner.Error"���p��type.*"".Error���€��"runtime.zerovalue���À�type."".Error���À��&go.string.hdr."Pos"���à��,type.go/token.Position�����&go.string.hdr."Msg"���°��type.string���`à�type."".Error���à��*go.string.hdr."Error"���ð��"go.importpath."".���€°�type."".Error���°��*go.string.hdr."Error"���Ð��$type.func() string���à��4type.func("".Error) string���ð��""".(*Error).Error���€��"".Error.Error���þDgo.string.hdr."*scanner.ErrorList"� �� ������������������<go.string."*scanner.ErrorList"���þ<go.string."*scanner.ErrorList"�0��&*scanner.ErrorList��þ2go.string.hdr."ErrorList"� �� �������� ����������*go.string."ErrorList"���þ*go.string."ErrorList"� ��ErrorList��þ&go.string.hdr."Len"� �� ������������������go.string."Len"���þgo.string."Len"���Len��þTgclocals·790e5cc5051fc0affc980ade09e929ec��������������þTgclocals·3f5c1f818fa7055d0400cecd34057162�������������þ(go.string.hdr."Swap"� �� ������������������ go.string."Swap"���þ go.string."Swap"���
Swap��þTgclocals·0b54e40361ced91ab254ee60980e804a�(��(�����������������þTgclocals·cb395d89503762333b1bfb09ba74eb12�(��(����������������þ(go.string.hdr."Less"� �� ������������������ go.string."Less"���þ go.string."Less"���
Less��þTgclocals·437014a9ee1408147fa3c132f11bf09b�@��@��� �������@���B���C���S�������þTgclocals·1ae62cce473f17806b5677919601c86f�@��@�������������������������þ(go.string.hdr."Sort"� �� ������������������ go.string."Sort"���þ go.string."Sort"���
Sort��þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·87d20ce1b58390b294df80b886db78bf�������������þTgclocals·c55cf99de9cdd8c8202a466952fa1a45� �� ���������������þTgclocals·69076ee43f1cead0792b9f36906b1b56� �� �������������þ&go.string.hdr."Err"� �� ������������������go.string."Err"���þgo.string."Err"���Err��þTgclocals·235b62117534fd7eb6f5e1b3574af895�(��(���
�������€��������þTgclocals·27f94a2fe0ff5b305b2385471201b6d7�(��(����������������þ€go.string.hdr."func(*scanner.ErrorList, token.Position, string)"� �� ��������0����������xgo.string."func(*scanner.ErrorList, token.Position, string)"���þxgo.string."func(*scanner.ErrorList, token.Position, string)"�p��bfunc(*scanner.ErrorList, token.Position, string)��þftype.func(*"".ErrorList, go/token.Position, string)�°��°��������������´çcV�3������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��€go.string.hdr."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���þÖgo.typelink.func(*scanner.ErrorList, token.Position, string) func(*"".ErrorList, go/token.Position, string)��������������ftype.func(*"".ErrorList, go/token.Position, string)���þ\go.string.hdr."func(*scanner.ErrorList) error"� �� ������������������Tgo.string."func(*scanner.ErrorList) error"���þTgo.string."func(*scanner.ErrorList) error"�@��>func(*scanner.ErrorList) error��þ<type.func(*"".ErrorList) error� �� ��������������ù'�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��\go.string.hdr."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���þˆgo.typelink.func(*scanner.ErrorList) error func(*"".ErrorList) error��������������<type.func(*"".ErrorList) error���þ^go.string.hdr."func(*scanner.ErrorList) string"� �� ������������������Vgo.string."func(*scanner.ErrorList) string"���þVgo.string."func(*scanner.ErrorList) string"�@��@func(*scanner.ErrorList) string��þ>type.func(*"".ErrorList) string� �� ��������������?ê˜Ê�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��^go.string.hdr."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���þŒgo.typelink.func(*scanner.ErrorList) string func(*"".ErrorList) string��������������>type.func(*"".ErrorList) string���þXgo.string.hdr."func(*scanner.ErrorList) int"� �� ������������������Pgo.string."func(*scanner.ErrorList) int"���þPgo.string."func(*scanner.ErrorList) int"�@��:func(*scanner.ErrorList) int��þ8type.func(*"".ErrorList) int� �� ��������������EF"�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Xgo.string.hdr."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���þ€go.typelink.func(*scanner.ErrorList) int func(*"".ErrorList) int��������������8type.func(*"".ErrorList) int���þngo.string.hdr."func(*scanner.ErrorList, int, int) bool"� �� ��������'����������fgo.string."func(*scanner.ErrorList, int, int) bool"���þfgo.string."func(*scanner.ErrorList, int, int) bool"�P��Pfunc(*scanner.ErrorList, int, int) bool��þNtype.func(*"".ErrorList, int, int) bool�À��À��������������©µ—‰�3������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��ngo.string.hdr."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���þ¬go.typelink.func(*scanner.ErrorList, int, int) bool func(*"".ErrorList, int, int) bool��������������Ntype.func(*"".ErrorList, int, int) bool���þPgo.string.hdr."func(*scanner.ErrorList)"� �� ������������������Hgo.string."func(*scanner.ErrorList)"���þHgo.string."func(*scanner.ErrorList)"�@��2func(*scanner.ErrorList)��þ0type.func(*"".ErrorList)�����������������vA=-�3��������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Pgo.string.hdr."func(*scanner.ErrorList)"���p��Bgo.weak.type.*func(*"".ErrorList)���€��"runtime.zerovalue��� €�0type.func(*"".ErrorList)���А�0type.func(*"".ErrorList)���€��$type.*"".ErrorList���þpgo.typelink.func(*scanner.ErrorList) func(*"".ErrorList)��������������0type.func(*"".ErrorList)���þdgo.string.hdr."func(*scanner.ErrorList, int, int)"� �� ��������"����������\go.string."func(*scanner.ErrorList, int, int)"���þ\go.string."func(*scanner.ErrorList, int, int)"�P��Ffunc(*scanner.ErrorList, int, int)��þDtype.func(*"".ErrorList, int, int)�°��°��������������AmÜÎ�3������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��dgo.string.hdr."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.typelink.func(*scanner.ErrorList, int, int) func(*"".ErrorList, int, int)��������������Dtype.func(*"".ErrorList, int, int)���þ&go.string.hdr."Add"� �� ������������������go.string."Add"���þgo.string."Add"���Add��þXgo.string.hdr."func(token.Position, string)"� �� ������������������Pgo.string."func(token.Position, string)"���þPgo.string."func(token.Position, string)"�@��:func(token.Position, string)��þHtype.func(go/token.Position, string)� �� ��������������ªƒ�3����������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Xgo.string.hdr."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���þgo.typelink.func(token.Position, string) func(go/token.Position, string)��������������Htype.func(go/token.Position, string)���þ8go.string.hdr."func() error"� �� �������� ����������0go.string."func() error"���þ0go.string."func() error"� ��func() error��þ"type.func() error�����������������œ‚Öµ�3��������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��8go.string.hdr."func() error"���p��4go.weak.type.*func() error���€��"runtime.zerovalue��� €�"type.func() error���Ѐ�"type.func() error���€��type.error���þJgo.typelink.func() error func() error��������������"type.func() error���þ4go.string.hdr."func() int"� �� ��������
����������,go.string."func() int"���þ,go.string."func() int"� ��func() int��þtype.func() int�����������������å†9à�3��������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��4go.string.hdr."func() int"���p��0go.weak.type.*func() int���€��"runtime.zerovalue��� €�type.func() int���Ѐ�type.func() int���€��type.int���þBgo.typelink.func() int func() int��������������type.func() int���þFgo.string.hdr."func(int, int) bool"� �� ������������������>go.string."func(int, int) bool"���þ>go.string."func(int, int) bool"�0��(func(int, int) bool��þ0type.func(int, int) bool�°��°��������������¢"�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Fgo.string.hdr."func(int, int) bool"���p��Bgo.weak.type.*func(int, int) bool���€��"runtime.zerovalue��� €�0type.func(int, int) bool���Р�0type.func(int, int) bool���€��type.int�����type.int��� ��type.bool���þfgo.typelink.func(int, int) bool func(int, int) bool��������������0type.func(int, int) bool���þ>go.string.hdr."RemoveMultiples"� �� ������������������6go.string."RemoveMultiples"���þ6go.string."RemoveMultiples"� �� RemoveMultiples��þ,go.string.hdr."func()"� �� ������������������$go.string."func()"���þ$go.string."func()"���func()��þtype.func()�€��€��������������ö¼‚ö�3��������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��,go.string.hdr."func()"���p��(go.weak.type.*func()���€��"runtime.zerovalue��� €�type.func()���Ѐ�type.func()���þ2go.typelink.func() func()��������������type.func()���þ*go.string.hdr."Reset"� �� ������������������"go.string."Reset"���þ"go.string."Reset"��� Reset��þ<go.string.hdr."func(int, int)"� �� ������������������4go.string."func(int, int)"���þ4go.string."func(int, int)"� ��func(int, int)��þ&type.func(int, int)� �� ��������������%DŽ�3����������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��<go.string.hdr."func(int, int)"���p��8go.weak.type.*func(int, int)���€��"runtime.zerovalue��� €�&type.func(int, int)���Р�&type.func(int, int)���€��type.int�����type.int���þRgo.typelink.func(int, int) func(int, int)��������������&type.func(int, int)���þ$type.*"".ErrorList��Ð��Ð��������������’°w�6�������������������������������������������������������������������������������� ������� �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������j0 � runtime.algarray���@��"runtime.gcbits.01���P��Dgo.string.hdr."*scanner.ErrorList"���p��6go.weak.type.**"".ErrorList���€��"runtime.zerovalue�����"type."".ErrorList���` �$type.*"".ErrorList���Àð�$type.*"".ErrorList���ð��&go.string.hdr."Add"�����Htype.func(go/token.Position, string)��� ��ftype.func(*"".ErrorList, go/token.Position, string)���°��&"".(*ErrorList).Add���À��&"".(*ErrorList).Add���Ð��&go.string.hdr."Err"���ð��"type.func() error���€��<type.func(*"".ErrorList) error�����&"".(*ErrorList).Err��� ��&"".(*ErrorList).Err���°��*go.string.hdr."Error"���Ð��$type.func() string���à��>type.func(*"".ErrorList) string���ð��*"".(*ErrorList).Error���€��*"".(*ErrorList).Error�����&go.string.hdr."Len"���°��type.func() int���À��8type.func(*"".ErrorList) int���Ð��&"".(*ErrorList).Len���à��&"".(*ErrorList).Len���ð��(go.string.hdr."Less"�����0type.func(int, int) bool��� ��Ntype.func(*"".ErrorList, int, int) bool���°��("".(*ErrorList).Less���À��("".(*ErrorList).Less���Ð��>go.string.hdr."RemoveMultiples"���ð��type.func()���€��0type.func(*"".ErrorList)�����>"".(*ErrorList).RemoveMultiples��� ��>"".(*ErrorList).RemoveMultiples���°��*go.string.hdr."Reset"���Ð��type.func()���à��0type.func(*"".ErrorList)���ð��*"".(*ErrorList).Reset���€��*"".(*ErrorList).Reset�����(go.string.hdr."Sort"���°��type.func()���À��0type.func(*"".ErrorList)���Ð��("".(*ErrorList).Sort���à��("".(*ErrorList).Sort���ð��(go.string.hdr."Swap"�����&type.func(int, int)��� ��Dtype.func(*"".ErrorList, int, int)���°��("".(*ErrorList).Swap���À��("".(*ErrorList).Swap���þBgo.string.hdr."scanner.ErrorList"� �� ������������������:go.string."scanner.ErrorList"���þ:go.string."scanner.ErrorList"�0��$scanner.ErrorList��þZgo.string.hdr."func(scanner.ErrorList) error"� �� ������������������Rgo.string."func(scanner.ErrorList) error"���þRgo.string."func(scanner.ErrorList) error"�@��<func(scanner.ErrorList) error��þ:type.func("".ErrorList) error� �� ��������������ÍFæ>�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Zgo.string.hdr."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���þ„go.typelink.func(scanner.ErrorList) error func("".ErrorList) error��������������:type.func("".ErrorList) error���þ\go.string.hdr."func(scanner.ErrorList) string"� �� ������������������Tgo.string."func(scanner.ErrorList) string"���þTgo.string."func(scanner.ErrorList) string"�@��>func(scanner.ErrorList) string��þ<type.func("".ErrorList) string� �� ��������������ýʓ´�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��\go.string.hdr."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���þˆgo.typelink.func(scanner.ErrorList) string func("".ErrorList) string��������������<type.func("".ErrorList) string���þVgo.string.hdr."func(scanner.ErrorList) int"� �� ������������������Ngo.string."func(scanner.ErrorList) int"���þNgo.string."func(scanner.ErrorList) int"�@��8func(scanner.ErrorList) int��þ6type.func("".ErrorList) int� �� ��������������‰ø�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Vgo.string.hdr."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���þ|go.typelink.func(scanner.ErrorList) int func("".ErrorList) int��������������6type.func("".ErrorList) int���þlgo.string.hdr."func(scanner.ErrorList, int, int) bool"� �� ��������&����������dgo.string."func(scanner.ErrorList, int, int) bool"���þdgo.string."func(scanner.ErrorList, int, int) bool"�P��Nfunc(scanner.ErrorList, int, int) bool��þLtype.func("".ErrorList, int, int) bool�À��À��������������s%^g�3������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��lgo.string.hdr."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���þ¨go.typelink.func(scanner.ErrorList, int, int) bool func("".ErrorList, int, int) bool��������������Ltype.func("".ErrorList, int, int) bool���þNgo.string.hdr."func(scanner.ErrorList)"� �� ������������������Fgo.string."func(scanner.ErrorList)"���þFgo.string."func(scanner.ErrorList)"�0��0func(scanner.ErrorList)��þ.type.func("".ErrorList)�����������������͋Çø�3��������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Ngo.string.hdr."func(scanner.ErrorList)"���p��@go.weak.type.*func("".ErrorList)���€��"runtime.zerovalue��� €�.type.func("".ErrorList)���А�.type.func("".ErrorList)���€��"type."".ErrorList���þlgo.typelink.func(scanner.ErrorList) func("".ErrorList)��������������.type.func("".ErrorList)���þbgo.string.hdr."func(scanner.ErrorList, int, int)"� �� ��������!����������Zgo.string."func(scanner.ErrorList, int, int)"���þZgo.string."func(scanner.ErrorList, int, int)"�P��Dfunc(scanner.ErrorList, int, int)��þBtype.func("".ErrorList, int, int)�°��°��������������Sm…�3������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��bgo.string.hdr."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���þ”go.typelink.func(scanner.ErrorList, int, int) func("".ErrorList, int, int)��������������Btype.func("".ErrorList, int, int)���þ"type."".ErrorList��°��°��������������¢ÉÃ×�����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������P0 � runtime.algarray���@��"runtime.gcbits.01���P��Bgo.string.hdr."scanner.ErrorList"���p��$type.*"".ErrorList���€��"runtime.zerovalue�����type.*"".Error���` �"type."".ErrorList��� ��2go.string.hdr."ErrorList"���°��"go.importpath."".���Àð�"type."".ErrorList���ð��&go.string.hdr."Err"�����"type.func() error��� ��:type.func("".ErrorList) error���°��&"".(*ErrorList).Err���À�� "".ErrorList.Err���Ð��*go.string.hdr."Error"���ð��$type.func() string���€��<type.func("".ErrorList) string�����*"".(*ErrorList).Error��� ��$"".ErrorList.Error���°��&go.string.hdr."Len"���Ð��type.func() int���à��6type.func("".ErrorList) int���ð��&"".(*ErrorList).Len���€�� "".ErrorList.Len�����(go.string.hdr."Less"���°��0type.func(int, int) bool���À��Ltype.func("".ErrorList, int, int) bool���Ð��("".(*ErrorList).Less���à��""".ErrorList.Less���ð��(go.string.hdr."Sort"�����type.func()��� ��.type.func("".ErrorList)���°��("".(*ErrorList).Sort���À��""".ErrorList.Sort���Ð��(go.string.hdr."Swap"���ð��&type.func(int, int)���€��Btype.func("".ErrorList, int, int)�����("".(*ErrorList).Swap��� ��""".ErrorList.Swap���þ>go.string.hdr."**scanner.Error"� �� ������������������6go.string."**scanner.Error"���þ6go.string."**scanner.Error"� �� **scanner.Error��þtype.**"".Error� �� ��������������v_çÎ�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��>go.string.hdr."**scanner.Error"���p��0go.weak.type.***"".Error���€��"runtime.zerovalue�����type.*"".Error���þ"runtime.gcbits.03����þ8go.string.hdr."interface {}"� �� �������� ����������0go.string."interface {}"���þ0go.string."interface {}"� ��interface {}��þ"type.interface {}�À��À��������������çW ������������������������������������������������������������������������� 0€� runtime.algarray���@��"runtime.gcbits.03���P��8go.string.hdr."interface {}"���p��4go.weak.type.*interface {}���€��"runtime.zerovalue���À�"type.interface {}���þ<go.string.hdr."[]interface {}"� �� ������������������4go.string."[]interface {}"���þ4go.string."[]interface {}"� ��[]interface {}��þ&type.[]interface {}� �� ��������������p“ê/��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��<go.string.hdr."[]interface {}"���p��8go.weak.type.*[]interface {}���€��"runtime.zerovalue�����"type.interface {}���þRgo.typelink.[]interface {} []interface {}��������������&type.[]interface {}���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·2c78d3ad9d760b5f66e2e47be684c787� �� ���������� ����þTgclocals·51af24152615272c3d9efc8538f95767� �� �������������þ<type..hashfunc.[2]interface {}��������������4type..hash.[2]interface {}���þ8type..eqfunc.[2]interface {}��������������0type..eq.[2]interface {}���þ2type..alg.[2]interface {}� �� �������������������<type..hashfunc.[2]interface {}�����8type..eqfunc.[2]interface {}���þ"runtime.gcbits.0f����þ>go.string.hdr."[2]interface {}"� �� ������������������6go.string."[2]interface {}"���þ6go.string."[2]interface {}"� �� [2]interface {}��þ(type.[2]interface {}�À��À ������� �������,Y¤ñ������������������������������������������������������������������������0��2type..alg.[2]interface {}���@��"runtime.gcbits.0f���P��>go.string.hdr."[2]interface {}"���p��:go.weak.type.*[2]interface {}���€��"runtime.zerovalue�����"type.interface {}��� ��&type.[]interface {}���þVgo.typelink.[2]interface {} [2]interface {}��������������(type.[2]interface {}���þ@go.string.hdr."*[2]interface {}"� �� ������������������8go.string."*[2]interface {}"���þ8go.string."*[2]interface {}"�0��"*[2]interface {}��þ*type.*[2]interface {}� �� ��������������¾s-q�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��@go.string.hdr."*[2]interface {}"���p��<go.weak.type.**[2]interface {}���€��"runtime.zerovalue�����(type.[2]interface {}���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·2c78d3ad9d760b5f66e2e47be684c787� �� ���������� ����þTgclocals·51af24152615272c3d9efc8538f95767� �� �������������þ<type..hashfunc.[1]interface {}��������������4type..hash.[1]interface {}���þ8type..eqfunc.[1]interface {}��������������0type..eq.[1]interface {}���þ2type..alg.[1]interface {}� �� �������������������<type..hashfunc.[1]interface {}�����8type..eqfunc.[1]interface {}���þ>go.string.hdr."[1]interface {}"� �� ������������������6go.string."[1]interface {}"���þ6go.string."[1]interface {}"� �� [1]interface {}��þ(type.[1]interface {}�À��À��������������P‘[ú������������������������������������������������������������������������0��2type..alg.[1]interface {}���@��"runtime.gcbits.03���P��>go.string.hdr."[1]interface {}"���p��:go.weak.type.*[1]interface {}���€��"runtime.zerovalue�����"type.interface {}��� ��&type.[]interface {}���þVgo.typelink.[1]interface {} [1]interface {}��������������(type.[1]interface {}���þ@go.string.hdr."*[1]interface {}"� �� ������������������8go.string."*[1]interface {}"���þ8go.string."*[1]interface {}"�0��"*[1]interface {}��þ*type.*[1]interface {}� �� ��������������¿¨5�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��@go.string.hdr."*[1]interface {}"���p��<go.weak.type.**[1]interface {}���€��"runtime.zerovalue�����(type.[1]interface {}���þ.go.string.hdr."[]uint8"� �� ������������������&go.string."[]uint8"���þ&go.string."[]uint8"���[]uint8��þtype.[]uint8� �� ��������������ß~.8��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��.go.string.hdr."[]uint8"���p��*go.weak.type.*[]uint8���€��"runtime.zerovalue�����type.uint8���þ6go.typelink.[]uint8 []uint8��������������type.[]uint8���þJgo.string.hdr."*scanner.ErrorHandler"� �� ������������������Bgo.string."*scanner.ErrorHandler"���þBgo.string."*scanner.ErrorHandler"�0��,*scanner.ErrorHandler��þ*type.*"".ErrorHandler�� �� ��������������¾ïº�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��Jgo.string.hdr."*scanner.ErrorHandler"���p��<go.weak.type.**"".ErrorHandler���€��"runtime.zerovalue�����(type."".ErrorHandler���þHgo.string.hdr."scanner.ErrorHandler"� �� ������������������@go.string."scanner.ErrorHandler"���þ@go.string."scanner.ErrorHandler"�0��*scanner.ErrorHandler��þ8go.string.hdr."ErrorHandler"� �� �������� ����������0go.string."ErrorHandler"���þ0go.string."ErrorHandler"� ��ErrorHandler��þ(type."".ErrorHandler��ð��ð��������������¤áÅ�3��������������������������������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Hgo.string.hdr."scanner.ErrorHandler"���p��*type.*"".ErrorHandler���€��"runtime.zerovalue��� €�(type."".ErrorHandler���Р�(type."".ErrorHandler���€��,type.go/token.Position�����type.string���` �(type."".ErrorHandler��� ��8go.string.hdr."ErrorHandler"���°��"go.importpath."".���Àð�(type."".ErrorHandler���þ:go.string.hdr."*scanner.Mode"� �� �������� ����������2go.string."*scanner.Mode"���þ2go.string."*scanner.Mode"� ��*scanner.Mode��þtype.*"".Mode�� �� ��������������º‚¿¨�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��:go.string.hdr."*scanner.Mode"���p��,go.weak.type.**"".Mode���€��"runtime.zerovalue�����type."".Mode���þruntime.gcbits.������þ8go.string.hdr."scanner.Mode"� �� �������� ����������0go.string."scanner.Mode"���þ0go.string."scanner.Mode"� ��scanner.Mode��þ(go.string.hdr."Mode"� �� ������������������ go.string."Mode"���þ go.string."Mode"���
Mode��þtype."".Mode��à��à���������������ã.é�‡����������������������������������������������������������������������������������������0 � runtime.algarray���@��runtime.gcbits.���P��8go.string.hdr."scanner.Mode"���p��type.*"".Mode���€��"runtime.zerovalue���`�type."".Mode�����(go.string.hdr."Mode"��� ��"go.importpath."".���°à�type."".Mode���þ"runtime.gcbits.4b���K�þ>go.string.hdr."scanner.Scanner"� �� ������������������6go.string."scanner.Scanner"���þ6go.string."scanner.Scanner"� �� scanner.Scanner��þ(go.string.hdr."file"� �� ������������������ go.string."file"���þ go.string."file"���
file��þ&go.string.hdr."dir"� �� ������������������go.string."dir"���þgo.string."dir"���dir��þ&go.string.hdr."src"� �� ������������������go.string."src"���þgo.string."src"���src��þ&go.string.hdr."err"� �� ������������������go.string."err"���þgo.string."err"���err��þ(go.string.hdr."mode"� �� ������������������ go.string."mode"���þ go.string."mode"���
mode��þ$go.string.hdr."ch"� �� ������������������go.string."ch"���þgo.string."ch"���ch��þ,go.string.hdr."offset"� �� ������������������$go.string."offset"���þ$go.string."offset"���offset��þ0go.string.hdr."rdOffset"� �� ������������������(go.string."rdOffset"���þ(go.string."rdOffset"� ��rdOffset��þ4go.string.hdr."lineOffset"� �� ��������
����������,go.string."lineOffset"���þ,go.string."lineOffset"� ��lineOffset��þ4go.string.hdr."insertSemi"� �� ��������
����������,go.string."insertSemi"���þ,go.string."insertSemi"� ��insertSemi��þ4go.string.hdr."ErrorCount"� �� ��������
����������,go.string."ErrorCount"���þ,go.string."ErrorCount"� ��ErrorCount��þ.go.string.hdr."Scanner"� �� ������������������&go.string."Scanner"���þ&go.string."Scanner"���Scanner��þtype."".Scanner��€ ��€ p�������8�������àú G��������������������������������������������������������� ������� �������������������������������������������������������������������������������������������������������������������������������������������������������������0���������������������������������������8���������������������������������������@���������������������������������������H���������������������������������������P���������������������������������������X���������������������������������������`���������������������������������������h�����������������������������������������������T0à� runtime.algarray���@��"runtime.gcbits.4b���P��>go.string.hdr."scanner.Scanner"���p�� type.*"".Scanner���€��"runtime.zerovalue���À�type."".Scanner���À��(go.string.hdr."file"���Ð��"go.importpath."".���à��&type.*go/token.File�����&go.string.hdr."dir"��� ��"go.importpath."".���°��type.string���à��&go.string.hdr."src"���ð��"go.importpath."".���€��type.[]uint8���°��&go.string.hdr."err"���À��"go.importpath."".���Ð��(type."".ErrorHandler���€��(go.string.hdr."mode"�����"go.importpath."".��� ��type."".Mode���Ð��$go.string.hdr."ch"���à��"go.importpath."".���ð��type.int32��� ��,go.string.hdr."offset"���°��"go.importpath."".���À��type.int���ð��0go.string.hdr."rdOffset"���€��"go.importpath."".�����type.int���À��4go.string.hdr."lineOffset"���Ð��"go.importpath."".���à��type.int�����4go.string.hdr."insertSemi"��� ��"go.importpath."".���°��type.bool���à��4go.string.hdr."ErrorCount"���€��type.int���`°�type."".Scanner���°��.go.string.hdr."Scanner"���À��"go.importpath."".���Ѐ �type."".Scanner���þ@go.string.hdr."*scanner.Scanner"� �� ������������������8go.string."*scanner.Scanner"���þ8go.string."*scanner.Scanner"�0��"*scanner.Scanner��þÀgo.string.hdr."func(*scanner.Scanner, *token.File, []uint8, scanner.ErrorHandler, scanner.Mode)"� �� ��������P����������¸go.string."func(*scanner.Scanner, *token.File, []uint8, scanner.ErrorHandler, scanner.Mode)"���þ¸go.string."func(*scanner.Scanner, *token.File, []uint8, scanner.ErrorHandler, scanner.Mode)"�°��¢func(*scanner.Scanner, *token.File, []uint8, scanner.ErrorHandler, scanner.Mode)��þ’type.func(*"".Scanner, *go/token.File, []uint8, "".ErrorHandler, "".Mode)�Ð��Ð��������������Ùkrì�3����������������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Àgo.string.hdr."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.typelink.func(*scanner.Scanner, *token.File, []uint8, scanner.ErrorHandler, scanner.Mode) func(*"".Scanner, *go/token.File, []uint8, "".ErrorHandler, "".Mode)��������������’type.func(*"".Scanner, *go/token.File, []uint8, "".ErrorHandler, "".Mode)���þŽgo.string.hdr."func(*scanner.Scanner) (token.Pos, token.Token, string)"� �� ��������7����������†go.string."func(*scanner.Scanner) (token.Pos, token.Token, string)"���þ†go.string."func(*scanner.Scanner) (token.Pos, token.Token, string)"�p��pfunc(*scanner.Scanner) (token.Pos, token.Token, string)��þztype.func(*"".Scanner) (go/token.Pos, go/token.Token, string)�À��À��������������ù`Fq�3������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Žgo.string.hdr."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.typelink.func(*scanner.Scanner) (token.Pos, token.Token, string) func(*"".Scanner) (go/token.Pos, go/token.Token, string)��������������ztype.func(*"".Scanner) (go/token.Pos, go/token.Token, string)���þfgo.string.hdr."func(*scanner.Scanner, int, string)"� �� ��������#����������^go.string."func(*scanner.Scanner, int, string)"���þ^go.string."func(*scanner.Scanner, int, string)"�P��Hfunc(*scanner.Scanner, int, string)��þFtype.func(*"".Scanner, int, string)�°��°��������������ï¸ý�3������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��fgo.string.hdr."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���þœgo.typelink.func(*scanner.Scanner, int, string) func(*"".Scanner, int, string)��������������Ftype.func(*"".Scanner, int, string)���þVgo.string.hdr."func(*scanner.Scanner) bool"� �� ������������������Ngo.string."func(*scanner.Scanner) bool"���þNgo.string."func(*scanner.Scanner) bool"�@��8func(*scanner.Scanner) bool��þ6type.func(*"".Scanner) bool� �� ��������������¥*‚�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Vgo.string.hdr."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���þ|go.typelink.func(*scanner.Scanner) bool func(*"".Scanner) bool��������������6type.func(*"".Scanner) bool���þ^go.string.hdr."func(*scanner.Scanner, []uint8)"� �� ������������������Vgo.string."func(*scanner.Scanner, []uint8)"���þVgo.string."func(*scanner.Scanner, []uint8)"�@��@func(*scanner.Scanner, []uint8)��þ>type.func(*"".Scanner, []uint8)� �� ��������������¸×Z�3����������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��^go.string.hdr."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���þŒgo.typelink.func(*scanner.Scanner, []uint8) func(*"".Scanner, []uint8)��������������>type.func(*"".Scanner, []uint8)���þLgo.string.hdr."func(*scanner.Scanner)"� �� ������������������Dgo.string."func(*scanner.Scanner)"���þDgo.string."func(*scanner.Scanner)"�0��.func(*scanner.Scanner)��þ,type.func(*"".Scanner)�����������������ºE"�3��������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Lgo.string.hdr."func(*scanner.Scanner)"���p��>go.weak.type.*func(*"".Scanner)���€��"runtime.zerovalue��� €�,type.func(*"".Scanner)���А�,type.func(*"".Scanner)���€�� type.*"".Scanner���þhgo.typelink.func(*scanner.Scanner) func(*"".Scanner)��������������,type.func(*"".Scanner)���þZgo.string.hdr."func(*scanner.Scanner) string"� �� ������������������Rgo.string."func(*scanner.Scanner) string"���þRgo.string."func(*scanner.Scanner) string"�@��<func(*scanner.Scanner) string��þ:type.func(*"".Scanner) string� �� ��������������¥ó$�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Zgo.string.hdr."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.typelink.func(*scanner.Scanner) string func(*"".Scanner) string��������������:type.func(*"".Scanner) string���þdgo.string.hdr."func(*scanner.Scanner, int32) bool"� �� ��������"����������\go.string."func(*scanner.Scanner, int32) bool"���þ\go.string."func(*scanner.Scanner, int32) bool"�P��Ffunc(*scanner.Scanner, int32) bool��þDtype.func(*"".Scanner, int32) bool�°��°��������������¡&Ó´�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��dgo.string.hdr."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���þ˜go.typelink.func(*scanner.Scanner, int32) bool func(*"".Scanner, int32) bool��������������Dtype.func(*"".Scanner, int32) bool���þVgo.string.hdr."func(*scanner.Scanner, int)"� �� ������������������Ngo.string."func(*scanner.Scanner, int)"���þNgo.string."func(*scanner.Scanner, int)"�@��8func(*scanner.Scanner, int)��þ6type.func(*"".Scanner, int)� �� ��������������öãø�3����������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Vgo.string.hdr."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.typelink.func(*scanner.Scanner, int) func(*"".Scanner, int)��������������6type.func(*"".Scanner, int)���þ„go.string.hdr."func(*scanner.Scanner, bool) (token.Token, string)"� �� ��������2����������|go.string."func(*scanner.Scanner, bool) (token.Token, string)"���þ|go.string."func(*scanner.Scanner, bool) (token.Token, string)"�p��ffunc(*scanner.Scanner, bool) (token.Token, string)��þjtype.func(*"".Scanner, bool) (go/token.Token, string)�À��À��������������c³*±�3������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��„go.string.hdr."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.typelink.func(*scanner.Scanner, bool) (token.Token, string) func(*"".Scanner, bool) (go/token.Token, string)��������������jtype.func(*"".Scanner, bool) (go/token.Token, string)���þ˜go.string.hdr."func(*scanner.Scanner, token.Token, token.Token) token.Token"� �� ��������<����������go.string."func(*scanner.Scanner, token.Token, token.Token) token.Token"���þgo.string."func(*scanner.Scanner, token.Token, token.Token) token.Token"�€��zfunc(*scanner.Scanner, token.Token, token.Token) token.Token��þŠtype.func(*"".Scanner, go/token.Token, go/token.Token) go/token.Token�À��À��������������qxX�3������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��˜go.string.hdr."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.typelink.func(*scanner.Scanner, token.Token, token.Token) token.Token func(*"".Scanner, go/token.Token, go/token.Token) go/token.Token��������������Štype.func(*"".Scanner, go/token.Token, go/token.Token) go/token.Token���þÀgo.string.hdr."func(*scanner.Scanner, token.Token, token.Token, int32, token.Token) token.Token"� �� ��������P����������¸go.string."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"�°��¢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����������������������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Àgo.string.hdr."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.typelink.func(*scanner.Scanner, token.Token, token.Token, int32, token.Token) token.Token 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���þÚgo.string.hdr."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"���þÒ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��þØtype.func(*"".Scanner, go/token.Token, go/token.Token, int32, go/token.Token, go/token.Token) go/token.Token�ð��ð��������������Âåfç�3������������������������������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Úgo.string.hdr."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.typelink.func(*scanner.Scanner, token.Token, token.Token, int32, token.Token, token.Token) token.Token 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���þ(go.string.hdr."Init"� �� ������������������ go.string."Init"���þ go.string."Init"���
Init��þœgo.string.hdr."func(*token.File, []uint8, scanner.ErrorHandler, scanner.Mode)"� �� ��������>����������”go.string."func(*token.File, []uint8, scanner.ErrorHandler, scanner.Mode)"���þ”go.string."func(*token.File, []uint8, scanner.ErrorHandler, scanner.Mode)"�€��~func(*token.File, []uint8, scanner.ErrorHandler, scanner.Mode)��þxtype.func(*go/token.File, []uint8, "".ErrorHandler, "".Mode)�À��À��������������/þj�3��������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��œgo.string.hdr."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.typelink.func(*token.File, []uint8, scanner.ErrorHandler, scanner.Mode) func(*go/token.File, []uint8, "".ErrorHandler, "".Mode)��������������xtype.func(*go/token.File, []uint8, "".ErrorHandler, "".Mode)���þ(go.string.hdr."Scan"� �� ������������������ go.string."Scan"���þ go.string."Scan"���
Scan��þngo.string.hdr."func() (token.Pos, token.Token, string)"� �� ��������'����������fgo.string."func() (token.Pos, token.Token, string)"���þfgo.string."func() (token.Pos, token.Token, string)"�P��Pfunc() (token.Pos, token.Token, string)��þdtype.func() (go/token.Pos, go/token.Token, string)�°��°��������������¥úÀ��3������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��ngo.string.hdr."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.typelink.func() (token.Pos, token.Token, string) func() (go/token.Pos, go/token.Token, string)��������������dtype.func() (go/token.Pos, go/token.Token, string)���þ*go.string.hdr."error"� �� ������������������"go.string."error"���þ"go.string."error"��� error��þBgo.string.hdr."func(int, string)"� �� ������������������:go.string."func(int, string)"���þ:go.string."func(int, string)"�0��$func(int, string)��þ,type.func(int, string)� �� ��������������
!�3����������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Bgo.string.hdr."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.typelink.func(int, string) func(int, string)��������������,type.func(int, string)���þ6go.string.hdr."findLineEnd"� �� �������� ����������.go.string."findLineEnd"���þ.go.string."findLineEnd"� ��findLineEnd��þ6go.string.hdr."func() bool"� �� �������� ����������.go.string."func() bool"���þ.go.string."func() bool"� ��func() bool��þ type.func() bool�����������������TËx�3��������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��6go.string.hdr."func() bool"���p��2go.weak.type.*func() bool���€��"runtime.zerovalue��� €� type.func() bool���Ѐ� type.func() bool���€��type.bool���þFgo.typelink.func() bool func() bool�������������� type.func() bool���þHgo.string.hdr."interpretLineComment"� �� ������������������@go.string."interpretLineComment"���þ@go.string."interpretLineComment"�0��*interpretLineComment��þ:go.string.hdr."func([]uint8)"� �� �������� ����������2go.string."func([]uint8)"���þ2go.string."func([]uint8)"� ��func([]uint8)��þ$type.func([]uint8)�����������������§{í·�3��������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��:go.string.hdr."func([]uint8)"���p��6go.weak.type.*func([]uint8)���€��"runtime.zerovalue��� €�$type.func([]uint8)���А�$type.func([]uint8)���€��type.[]uint8���þNgo.typelink.func([]uint8) func([]uint8)��������������$type.func([]uint8)���þ(go.string.hdr."next"� �� ������������������ go.string."next"���þ go.string."next"���
next��þ6go.string.hdr."scanComment"� �� �������� ����������.go.string."scanComment"���þ.go.string."scanComment"� ��scanComment��þ4go.string.hdr."scanEscape"� �� ��������
����������,go.string."scanEscape"���þ,go.string."scanEscape"� ��scanEscape��þ@go.string.hdr."func(int32) bool"� �� ������������������8go.string."func(int32) bool"���þ8go.string."func(int32) bool"�0��"func(int32) bool��þ*type.func(int32) bool� �� ��������������ÅF³�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��@go.string.hdr."func(int32) bool"���p��<go.weak.type.*func(int32) bool���€��"runtime.zerovalue��� €�*type.func(int32) bool���А�*type.func(int32) bool���€��type.int32�����type.bool���þZgo.typelink.func(int32) bool func(int32) bool��������������*type.func(int32) bool���þ<go.string.hdr."scanIdentifier"� �� ������������������4go.string."scanIdentifier"���þ4go.string."scanIdentifier"� ��scanIdentifier��þ8go.string.hdr."scanMantissa"� �� �������� ����������0go.string."scanMantissa"���þ0go.string."scanMantissa"� ��scanMantissa��þ2go.string.hdr."func(int)"� �� �������� ����������*go.string."func(int)"���þ*go.string."func(int)"� ��func(int)��þtype.func(int)�����������������„æñ�3��������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��2go.string.hdr."func(int)"���p��.go.weak.type.*func(int)���€��"runtime.zerovalue��� €�type.func(int)���А�type.func(int)���€��type.int���þ>go.typelink.func(int) func(int)��������������type.func(int)���þ4go.string.hdr."scanNumber"� �� ��������
����������,go.string."scanNumber"���þ,go.string."scanNumber"� ��scanNumber��þ`go.string.hdr."func(bool) (token.Token, string)"� �� �������� ����������Xgo.string."func(bool) (token.Token, string)"���þXgo.string."func(bool) (token.Token, string)"�P��Bfunc(bool) (token.Token, string)��þPtype.func(bool) (go/token.Token, string)�°��°��������������^’ÕH�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��`go.string.hdr."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���þ go.typelink.func(bool) (token.Token, string) func(bool) (go/token.Token, string)��������������Ptype.func(bool) (go/token.Token, string)���þ:go.string.hdr."scanRawString"� �� �������� ����������2go.string."scanRawString"���þ2go.string."scanRawString"� ��scanRawString��þ0go.string.hdr."scanRune"� �� ������������������(go.string."scanRune"���þ(go.string."scanRune"� ��scanRune��þ4go.string.hdr."scanString"� �� ��������
����������,go.string."scanString"���þ,go.string."scanString"� ��scanString��þ<go.string.hdr."skipWhitespace"� �� ������������������4go.string."skipWhitespace"���þ4go.string."skipWhitespace"� ��skipWhitespace��þ.go.string.hdr."switch2"� �� ������������������&go.string."switch2"���þ&go.string."switch2"���switch2��þtgo.string.hdr."func(token.Token, token.Token) token.Token"� �� ��������*����������lgo.string."func(token.Token, token.Token) token.Token"���þlgo.string."func(token.Token, token.Token) token.Token"�`��Vfunc(token.Token, token.Token) token.Token��þptype.func(go/token.Token, go/token.Token) go/token.Token�°��°��������������ŸÌÃ�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��tgo.string.hdr."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.typelink.func(token.Token, token.Token) token.Token func(go/token.Token, go/token.Token) go/token.Token��������������ptype.func(go/token.Token, go/token.Token) go/token.Token���þ.go.string.hdr."switch3"� �� ������������������&go.string."switch3"���þ&go.string."switch3"���switch3��þœgo.string.hdr."func(token.Token, token.Token, int32, token.Token) token.Token"� �� ��������>����������”go.string."func(token.Token, token.Token, int32, token.Token) token.Token"���þ”go.string."func(token.Token, token.Token, int32, token.Token) token.Token"�€��~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��������������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��œgo.string.hdr."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.typelink.func(token.Token, token.Token, int32, token.Token) token.Token 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���þ.go.string.hdr."switch4"� �� ������������������&go.string."switch4"���þ&go.string."switch4"���switch4��þ¶go.string.hdr."func(token.Token, token.Token, int32, token.Token, token.Token) token.Token"� �� ��������K����������®go.string."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"� ��˜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����������������������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��¶go.string.hdr."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���þägo.typelink.func(token.Token, token.Token, int32, token.Token, token.Token) token.Token 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.*"".Scanner��°��°��������������뛝�6����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ä0 � runtime.algarray���@��"runtime.gcbits.01���P��@go.string.hdr."*scanner.Scanner"���p��2go.weak.type.**"".Scanner���€��"runtime.zerovalue�����type."".Scanner���` � type.*"".Scanner���Àð� type.*"".Scanner���ð��(go.string.hdr."Init"�����xtype.func(*go/token.File, []uint8, "".ErrorHandler, "".Mode)��� ��’type.func(*"".Scanner, *go/token.File, []uint8, "".ErrorHandler, "".Mode)���°��$"".(*Scanner).Init���À��$"".(*Scanner).Init���Ð��(go.string.hdr."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.hdr."error"���À��"go.importpath."".���Ð��,type.func(int, string)���à��Ftype.func(*"".Scanner, int, string)���ð��&"".(*Scanner).error���€��&"".(*Scanner).error�����6go.string.hdr."findLineEnd"��� ��"go.importpath."".���°�� type.func() bool���À��6type.func(*"".Scanner) bool���Ð��2"".(*Scanner).findLineEnd���à��2"".(*Scanner).findLineEnd���ð��Hgo.string.hdr."interpretLineComment"���€��"go.importpath."".�����$type.func([]uint8)��� ��>type.func(*"".Scanner, []uint8)���°��D"".(*Scanner).interpretLineComment���À��D"".(*Scanner).interpretLineComment���Ð��(go.string.hdr."next"���à��"go.importpath."".���ð��type.func()���€��,type.func(*"".Scanner)�����$"".(*Scanner).next��� ��$"".(*Scanner).next���°��6go.string.hdr."scanComment"���À��"go.importpath."".���Ð��$type.func() string���à��:type.func(*"".Scanner) string���ð��2"".(*Scanner).scanComment���€��2"".(*Scanner).scanComment�����4go.string.hdr."scanEscape"��� ��"go.importpath."".���°��*type.func(int32) bool���À��Dtype.func(*"".Scanner, int32) bool���Ð��0"".(*Scanner).scanEscape���à��0"".(*Scanner).scanEscape���ð��<go.string.hdr."scanIdentifier"���€��"go.importpath."".�����$type.func() string��� ��:type.func(*"".Scanner) string���°��8"".(*Scanner).scanIdentifier���À��8"".(*Scanner).scanIdentifier���Ð��8go.string.hdr."scanMantissa"���à��"go.importpath."".���ð��type.func(int)���€ ��6type.func(*"".Scanner, int)��� ��4"".(*Scanner).scanMantissa���  ��4"".(*Scanner).scanMantissa���° ��4go.string.hdr."scanNumber"���À ��"go.importpath."".���Ð ��Ptype.func(bool) (go/token.Token, string)���à ��jtype.func(*"".Scanner, bool) (go/token.Token, string)���ð ��0"".(*Scanner).scanNumber���€
��0"".(*Scanner).scanNumber���
��:go.string.hdr."scanRawString"��� 
��"go.importpath."".���°
��$type.func() string�����:type.func(*"".Scanner) string���Ð
��6"".(*Scanner).scanRawString���à
��6"".(*Scanner).scanRawString���ð
��0go.string.hdr."scanRune"���€ ��"go.importpath."".��� ��$type.func() string���  ��:type.func(*"".Scanner) string���° ��,"".(*Scanner).scanRune���À ��,"".(*Scanner).scanRune���Ð ��4go.string.hdr."scanString"���à ��"go.importpath."".���ð ��$type.func() string���€ ��:type.func(*"".Scanner) string��� ��0"".(*Scanner).scanString���  ��0"".(*Scanner).scanString���° ��<go.string.hdr."skipWhitespace"���À ��"go.importpath."".���Ð ��type.func()���à ��,type.func(*"".Scanner)���ð ��8"".(*Scanner).skipWhitespace���€ ��8"".(*Scanner).skipWhitespace��� ��.go.string.hdr."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.hdr."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.hdr."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���þ0go.string.hdr."[1]uint8"� �� ������������������(go.string."[1]uint8"���þ(go.string."[1]uint8"� ��[1]uint8��þtype.[1]uint8�À��À���������������16Ê�‘�����������������������������������������������������������������������0@� runtime.algarray���@��runtime.gcbits.���P��0go.string.hdr."[1]uint8"���p��,go.weak.type.*[1]uint8���€��"runtime.zerovalue�����type.uint8��� ��type.[]uint8���þ:go.typelink.[1]uint8 [1]uint8��������������type.[1]uint8���þ2go.string.hdr."*[1]uint8"� �� �������� ����������*go.string."*[1]uint8"���þ*go.string."*[1]uint8"� ��*[1]uint8��þtype.*[1]uint8� �� ��������������±˜~[�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��2go.string.hdr."*[1]uint8"���p��.go.weak.type.**[1]uint8���€��"runtime.zerovalue�����type.[1]uint8���þ0go.string.hdr."[]string"� �� ������������������(go.string."[]string"���þ(go.string."[]string"� ��[]string��þtype.[]string� �� ��������������Ó¨ó
��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��0go.string.hdr."[]string"���p��,go.weak.type.*[]string���€��"runtime.zerovalue�����type.string���þ:go.typelink.[]string []string��������������type.[]string���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·44750c784da4dd430afdd97fea5c405a� �� ��������������þTgclocals·51af24152615272c3d9efc8538f95767� �� �������������þ0type..hashfunc.[2]string��������������(type..hash.[2]string���þ,type..eqfunc.[2]string��������������$type..eq.[2]string���þ&type..alg.[2]string� �� �������������������0type..hashfunc.[2]string�����,type..eqfunc.[2]string���þ"runtime.gcbits.05����þ2go.string.hdr."[2]string"� �� �������� ����������*go.string."[2]string"���þ*go.string."[2]string"� ��[2]string��þtype.[2]string�À��À ��������������PXåé������������������������������������������������������������������������0��&type..alg.[2]string���@��"runtime.gcbits.05���P��2go.string.hdr."[2]string"���p��.go.weak.type.*[2]string���€��"runtime.zerovalue�����type.string��� ��type.[]string���þ>go.typelink.[2]string [2]string��������������type.[2]string���þ4go.string.hdr."*[2]string"� �� ��������
����������,go.string."*[2]string"���þ,go.string."*[2]string"� ��*[2]string��þtype.*[2]string� �� �������������� f<�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��4go.string.hdr."*[2]string"���p��0go.weak.type.**[2]string���€��"runtime.zerovalue�����type.[2]string���þ0go.string.hdr."[8]uint8"� �� ������������������(go.string."[8]uint8"���þ(go.string."[8]uint8"� ��[8]uint8��þtype.[8]uint8�À��À���������������>ù0´�‘�����������������������������������������������������������������������0 � runtime.algarray���@��runtime.gcbits.���P��0go.string.hdr."[8]uint8"���p��,go.weak.type.*[8]uint8���€��"runtime.zerovalue�����type.uint8��� ��type.[]uint8���þ:go.typelink.[8]uint8 [8]uint8��������������type.[8]uint8���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·44750c784da4dd430afdd97fea5c405a� �� ��������������þTgclocals·51af24152615272c3d9efc8538f95767� �� �������������þ0type..hashfunc.[8]string��������������(type..hash.[8]string���þ,type..eqfunc.[8]string��������������$type..eq.[8]string���þ&type..alg.[8]string� �� �������������������0type..hashfunc.[8]string�����,type..eqfunc.[8]string���þ&runtime.gcbits.5555���UU�þ2go.string.hdr."[8]string"� �� �������� ����������*go.string."[8]string"���þ*go.string."[8]string"� ��[8]string��þtype.[8]string�À��À€�������x�������USŒ>������������������������������������������������������������������������0��&type..alg.[8]string���@��&runtime.gcbits.5555���P��2go.string.hdr."[8]string"���p��.go.weak.type.*[8]string���€��"runtime.zerovalue�����type.string��� ��type.[]string���þ>go.typelink.[8]string [8]string��������������type.[8]string���þ:go.string.hdr."[]token.Token"� �� �������� ����������2go.string."[]token.Token"���þ2go.string."[]token.Token"� ��[]token.Token��þ*type.[]go/token.Token� �� ��������������F?©ï��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��:go.string.hdr."[]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���þ type..hashfunc64� �� ��������@����������,runtime.memhash_varlen���þtype..eqfunc64� �� ��������@����������.runtime.memequal_varlen���þtype..alg64� �� ������������������� type..hashfunc64�����type..eqfunc64���þ<go.string.hdr."[8]token.Token"� �� ������������������4go.string."[8]token.Token"���þ4go.string."[8]token.Token"� ��[8]token.Token��þ,type.[8]go/token.Token�À��À@���������������«´¤Î�‘�����������������������������������������������������������������������0��type..alg64���@��runtime.gcbits.���P��<go.string.hdr."[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���þ\go.string.hdr."*map.bucket[string]token.Token"� �� ������������������Tgo.string."*map.bucket[string]token.Token"���þTgo.string."*map.bucket[string]token.Token"�@��>*map.bucket[string]token.Token��þLtype.*map.bucket[string]go/token.Token� �� ��������������›|�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��\go.string.hdr."*map.bucket[string]token.Token"���p��^go.weak.type.**map.bucket[string]go/token.Token���€��"runtime.zerovalue�����Jtype.map.bucket[string]go/token.Token���þ.runtime.gcbits.aaaa0002���ªª��þZgo.string.hdr."map.bucket[string]token.Token"� �� ������������������Rgo.string."map.bucket[string]token.Token"���þRgo.string."map.bucket[string]token.Token"�@��<map.bucket[string]token.Token��þ.go.string.hdr."topbits"� �� ������������������&go.string."topbits"���þ&go.string."topbits"���topbits��þ(go.string.hdr."keys"� �� ������������������ go.string."keys"���þ go.string."keys"���
keys��þ,go.string.hdr."values"� �� ������������������$go.string."values"���þ$go.string."values"���values��þ0go.string.hdr."overflow"� �� ������������������(go.string."overflow"���þ(go.string."overflow"� ��overflow��þJtype.map.bucket[string]go/token.Token�€��€Ð�������Ð�������ª@ õ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ˆ���������������������������������������È�������0à� runtime.algarray���@��.runtime.gcbits.aaaa0002���P��Zgo.string.hdr."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.hdr."topbits"���à��type.[8]uint8�����(go.string.hdr."keys"���°��type.[8]string���à��,go.string.hdr."values"���€��,type.[8]go/token.Token���°��0go.string.hdr."overflow"���Ð��Ltype.*map.bucket[string]go/token.Token���þ"runtime.gcbits.2c���,�þTgo.string.hdr."map.hdr[string]token.Token"� �� ������������������Lgo.string."map.hdr[string]token.Token"���þLgo.string."map.hdr[string]token.Token"�@��6map.hdr[string]token.Token��þ*go.string.hdr."count"� �� ������������������"go.string."count"���þ"go.string."count"��� count��þ*go.string.hdr."flags"� �� ������������������"go.string."flags"���þ"go.string."flags"��� flags��þ"go.string.hdr."B"� �� ������������������go.string."B"���þgo.string."B"���B��þ*go.string.hdr."hash0"� �� ������������������"go.string."hash0"���þ"go.string."hash0"��� hash0��þ.go.string.hdr."buckets"� �� ������������������&go.string."buckets"���þ&go.string."buckets"���buckets��þ4go.string.hdr."oldbuckets"� �� ��������
����������,go.string."oldbuckets"���þ,go.string."oldbuckets"� ��oldbuckets��þ2go.string.hdr."nevacuate"� �� �������� ����������*go.string."nevacuate"���þ*go.string."nevacuate"� ��nevacuate��þDtype.map.hdr[string]go/token.Token�À��À0�������0�������»d«ö�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� ��������������������������������������� ��������������������������������������������������������������������������������������������������������������������� ���������������������������������������(�������,0à� runtime.algarray���@��"runtime.gcbits.2c���P��Tgo.string.hdr."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.hdr."count"���à��type.int�����*go.string.hdr."flags"���°��type.uint8���à��"go.string.hdr."B"���€��type.uint8���°��*go.string.hdr."hash0"���Ð��type.uint32���€��.go.string.hdr."buckets"��� ��Ltype.*map.bucket[string]go/token.Token���Ð��4go.string.hdr."oldbuckets"���ð��Ltype.*map.bucket[string]go/token.Token��� ��2go.string.hdr."nevacuate"���À��type.uintptr���ð��0go.string.hdr."overflow"�����&type.unsafe.Pointer���þLgo.string.hdr."map[string]token.Token"� �� ������������������Dgo.string."map[string]token.Token"���þDgo.string."map[string]token.Token"�0��.map[string]token.Token��þ<type.map[string]go/token.Token�Þ��Þ��������������€d|Þ�5����������������������������������������������������������������������������������Ð�0€� runtime.algarray���@��"runtime.gcbits.01���P��Lgo.string.hdr."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���þ4go.string.hdr."*[8]string"� �� ��������
����������,go.string."*[8]string"���þ,go.string."*[8]string"� ��*[8]string��þtype.*[8]string� �� ��������������­”o�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��4go.string.hdr."*[8]string"���p��0go.weak.type.**[8]string���€��"runtime.zerovalue�����type.[8]string���þ.go.string.hdr."runtime"� �� ������������������&go.string."runtime"���þ&go.string."runtime"���runtime��þ,go.importpath.runtime.� �� ������������������&go.string."runtime"���þ&go.string.hdr."fmt"� �� ������������������go.string."fmt"���þgo.string."fmt"���fmt��þ$go.importpath.fmt.� �� ������������������go.string."fmt"���þ.go.string.hdr."strconv"� �� ������������������&go.string."strconv"���þ&go.string."strconv"���strconv��þ,go.importpath.strconv.� �� ������������������&go.string."strconv"���þ8go.string.hdr."unicode/utf8"� �� �������� ����������0go.string."unicode/utf8"���þ0go.string."unicode/utf8"� ��unicode/utf8��þ6go.importpath.unicode/utf8.� �� �������� ����������0go.string."unicode/utf8"���þ$go.string.hdr."io"� �� ������������������go.string."io"���þgo.string."io"���io��þ"go.importpath.io.� �� ������������������go.string."io"���þ0go.string.hdr."go/token"� �� ������������������(go.string."go/token"���þ(go.string."go/token"� ��go/token��þ.go.importpath.go/token.� �� ������������������(go.string."go/token"���þ(go.string.hdr."sort"� �� ������������������ go.string."sort"���þ go.string."sort"���
sort��þ&go.importpath.sort.� �� ������������������ go.string."sort"���þ*go.string.hdr."bytes"� �� ������������������"go.string."bytes"���þ"go.string."bytes"��� bytes��þ(go.importpath.bytes.� �� ������������������"go.string."bytes"���þ.go.string.hdr."unicode"� �� ������������������&go.string."unicode"���þ&go.string."unicode"���unicode��þ,go.importpath.unicode.� �� ������������������&go.string."unicode"���þ:go.string.hdr."path/filepath"� �� �������� ����������2go.string."path/filepath"���þ2go.string."path/filepath"� ��path/filepath��þ8go.importpath.path/filepath.� �� �������� ����������2go.string."path/filepath"���þ,type..hash."".Error·f��������������&type..hash."".Error���þ(type..eq."".Error·f��������������"type..eq."".Error���þ("".(*Error).Error·f��������������""".(*Error).Error���þ,"".(*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 {}���þ6type..eq.[2]interface {}·f��������������0type..eq.[2]interface {}���þ: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