Home | History | Annotate | Download | only in go
      1 !<arch>
      2 __.PKGDEF       0           0     0     644     9817      `
      3 go object darwin amd64 go1.5.1 X:none
      4 build id "0b839e715c533a35b63c17ad365f8d96ff2c23d9"
      5 
      6 $$
      7 package scanner
      8 	import runtime "runtime"
      9 	import fmt "fmt"
     10 	import strconv "strconv"
     11 	import utf8 "unicode/utf8"
     12 	import io "io"
     13 	import token "go/token"
     14 	import sort "sort"
     15 	import bytes "bytes"
     16 	import unicode "unicode"
     17 	import filepath "path/filepath"
     18 	type @"go/token".Position struct { Filename string; Offset int; Line int; Column int }
     19 	func (@"go/token".pos2 *@"go/token".Position "esc:0x1") IsValid () (? bool) { return @"go/token".pos2.Line > 0x0 }
     20 	func (@"go/token".pos2 @"go/token".Position "esc:0x12") String () (? string)
     21 	type @"".Error struct { Pos @"go/token".Position; Msg string }
     22 	func (@"".e2 @"".Error "esc:0x12") Error () (? string)
     23 	type @"".ErrorList []*@"".Error
     24 	func (@"".p1 *@"".ErrorList "esc:0x9") Add (@"".pos2 @"go/token".Position, @"".msg3 string) { *@"".p1 = append(*@"".p1, (&@"".Error{ Pos:@"".pos2, Msg:@"".msg3 })) }
     25 	func (@"".p2 @"".ErrorList "esc:0x12") Err () (? error) { if len(@"".p2) == 0x0 { return nil }; return @"".p2 }
     26 	func (@"".p2 @"".ErrorList "esc:0x3a") Error () (? string)
     27 	func (@"".p2 @"".ErrorList "esc:0x1") Len () (? int) { return len(@"".p2) }
     28 	func (@"".p2 @"".ErrorList "esc:0x1") Less (@"".i3 int, @"".j4 int) (? bool) {  var @"".e5 *@"go/token".Position; @"".e5 = &@"".p2[@"".i3].Pos;  var @"".f6 *@"go/token".Position; @"".f6 = &@"".p2[@"".j4].Pos; if @"".e5.Filename != @"".f6.Filename { return @"".e5.Filename < @"".f6.Filename }; if @"".e5.Line != @"".f6.Line { return @"".e5.Line < @"".f6.Line }; if @"".e5.Column != @"".f6.Column { return @"".e5.Column < @"".f6.Column }; return @"".p2[@"".i3].Msg < @"".p2[@"".j4].Msg }
     29 	func (@"".p1 *@"".ErrorList) RemoveMultiples ()
     30 	func (@"".p1 *@"".ErrorList "esc:0x1") Reset () { *@"".p1 = (*@"".p1)[0x0:0x0] }
     31 	func (@"".p1 @"".ErrorList) Sort ()
     32 	func (@"".p1 @"".ErrorList "esc:0x9") Swap (@"".i2 int, @"".j3 int) { @"".p1[@"".i2], @"".p1[@"".j3] = @"".p1[@"".j3], @"".p1[@"".i2] }
     33 	type @"io".Writer interface { Write(@"io".p []byte) (@"io".n int, @"io".err error) }
     34 	func @"".PrintError (@"".w1 @"io".Writer, @"".err2 error)
     35 	type @"".ErrorHandler func(@"".pos @"go/token".Position, @"".msg string)
     36 	import sync "sync" // indirect
     37 	type @"sync".Mutex struct { @"sync".state int32; @"sync".sema uint32 }
     38 	func (@"sync".m1 *@"sync".Mutex) Lock ()
     39 	func (@"sync".m1 *@"sync".Mutex) Unlock ()
     40 	type @"sync".Locker interface { Lock(); Unlock() }
     41 	type @"sync".RWMutex struct { @"sync".w @"sync".Mutex; @"sync".writerSem uint32; @"sync".readerSem uint32; @"sync".readerCount int32; @"sync".readerWait int32 }
     42 	func (@"sync".rw1 *@"sync".RWMutex) Lock ()
     43 	func (@"sync".rw1 *@"sync".RWMutex) RLock ()
     44 	func (@"sync".rw2 *@"sync".RWMutex "esc:0x12") RLocker () (? @"sync".Locker) { return (*@"sync".rlocker)(@"sync".rw2) }
     45 	func (@"sync".rw1 *@"sync".RWMutex) RUnlock ()
     46 	func (@"sync".rw1 *@"sync".RWMutex) Unlock ()
     47 	type @"go/token".Pos int
     48 	func (@"go/token".p2 @"go/token".Pos) IsValid () (? bool) { return @"go/token".p2 != @"go/token".Pos(0x0) }
     49 	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 }
     50 	func (@"go/token".s2 *@"go/token".FileSet) AddFile (@"go/token".filename3 string, @"go/token".base4 int, @"go/token".size5 int) (? *@"go/token".File)
     51 	func (@"go/token".s2 *@"go/token".FileSet) Base () (? int)
     52 	func (@"go/token".s2 *@"go/token".FileSet) File (@"go/token".p3 @"go/token".Pos) (@"go/token".f1 *@"go/token".File)
     53 	func (@"go/token".s1 *@"go/token".FileSet) Iterate (@"go/token".f2 func(? *@"go/token".File) (? bool) "esc:0x1")
     54 	func (@"go/token".s2 *@"go/token".FileSet) Position (@"go/token".p3 @"go/token".Pos) (@"go/token".pos1 @"go/token".Position)
     55 	func (@"go/token".s2 *@"go/token".FileSet) PositionFor (@"go/token".p3 @"go/token".Pos, @"go/token".adjusted4 bool) (@"go/token".pos1 @"go/token".Position)
     56 	func (@"go/token".s2 *@"go/token".FileSet) Read (@"go/token".decode3 func(? interface {}) (? error) "esc:0x1") (? error)
     57 	func (@"go/token".s2 *@"go/token".FileSet) Write (@"go/token".encode3 func(? interface {}) (? error) "esc:0x1") (? error)
     58 	func (@"go/token".s2 *@"go/token".FileSet) @"go/token".file (@"go/token".p3 @"go/token".Pos) (? *@"go/token".File)
     59 	type @"go/token".lineInfo struct { Offset int; Filename string; Line int }
     60 	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 }
     61 	func (@"go/token".f1 *@"go/token".File "esc:0x9") AddLine (@"go/token".offset2 int)
     62 	func (@"go/token".f1 *@"go/token".File "esc:0x9") AddLineInfo (@"go/token".offset2 int, @"go/token".filename3 string, @"go/token".line4 int)
     63 	func (@"go/token".f2 *@"go/token".File "esc:0x1") Base () (? int) { return @"go/token".f2.@"go/token".base }
     64 	func (@"go/token".f2 *@"go/token".File "esc:0x1") Line (@"go/token".p3 @"go/token".Pos) (? int)
     65 	func (@"go/token".f2 *@"go/token".File "esc:0x9") LineCount () (? int)
     66 	func (@"go/token".f1 *@"go/token".File "esc:0x9") MergeLine (@"go/token".line2 int)
     67 	func (@"go/token".f2 *@"go/token".File "esc:0x22") Name () (? string) { return @"go/token".f2.@"go/token".name }
     68 	func (@"go/token".f2 *@"go/token".File "esc:0x1") Offset (@"go/token".p3 @"go/token".Pos) (? int)
     69 	func (@"go/token".f2 *@"go/token".File "esc:0x1") Pos (@"go/token".offset3 int) (? @"go/token".Pos)
     70 	func (@"go/token".f2 *@"go/token".File "esc:0x22") Position (@"go/token".p3 @"go/token".Pos) (@"go/token".pos1 @"go/token".Position)
     71 	func (@"go/token".f2 *@"go/token".File "esc:0x22") PositionFor (@"go/token".p3 @"go/token".Pos, @"go/token".adjusted4 bool) (@"go/token".pos1 @"go/token".Position)
     72 	func (@"go/token".f2 *@"go/token".File "esc:0x9") SetLines (@"go/token".lines3 []int) (? bool)
     73 	func (@"go/token".f1 *@"go/token".File "esc:0x9") SetLinesForContent (@"go/token".content2 []byte "esc:0x1")
     74 	func (@"go/token".f2 *@"go/token".File "esc:0x1") Size () (? int) { return @"go/token".f2.@"go/token".size }
     75 	func (@"go/token".f2 *@"go/token".File "esc:0x22") @"go/token".position (@"go/token".p3 @"go/token".Pos, @"go/token".adjusted4 bool) (@"go/token".pos1 @"go/token".Position)
     76 	func (@"go/token".f4 *@"go/token".File "esc:0x22") @"go/token".unpack (@"go/token".offset5 int, @"go/token".adjusted6 bool) (@"go/token".filename1 string, @"go/token".line2 int, @"go/token".column3 int)
     77 	type @"".Mode uint
     78 	type @"go/token".Token int
     79 	func (@"go/token".tok2 @"go/token".Token) IsKeyword () (? bool) { return @"go/token".Token(0x3c) < @"go/token".tok2 && @"go/token".tok2 < @"go/token".Token(0x56) }
     80 	func (@"go/token".tok2 @"go/token".Token) IsLiteral () (? bool) { return @"go/token".Token(0x3) < @"go/token".tok2 && @"go/token".tok2 < @"go/token".Token(0xa) }
     81 	func (@"go/token".tok2 @"go/token".Token) IsOperator () (? bool) { return @"go/token".Token(0xb) < @"go/token".tok2 && @"go/token".tok2 < @"go/token".Token(0x3b) }
     82 	func (@"go/token".op2 @"go/token".Token) Precedence () (? int)
     83 	func (@"go/token".tok2 @"go/token".Token) String () (? string)
     84 	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 }
     85 	func (@"".s1 *@"".Scanner "esc:0x9") Init (@"".file2 *@"go/token".File, @"".src3 []byte, @"".err4 @"".ErrorHandler, @"".mode5 @"".Mode)
     86 	func (@"".s4 *@"".Scanner "esc:0x9") Scan () (@"".pos1 @"go/token".Pos, @"".tok2 @"go/token".Token, @"".lit3 string)
     87 	func (@"".s1 *@"".Scanner "esc:0x9") @"".error (@"".offs2 int, @"".msg3 string)
     88 	func (@"".s2 *@"".Scanner "esc:0x9") @"".findLineEnd () (? bool)
     89 	func (@"".s1 *@"".Scanner "esc:0x9") @"".interpretLineComment (@"".text2 []byte "esc:0x1")
     90 	func (@"".s1 *@"".Scanner "esc:0x9") @"".next ()
     91 	func (@"".s2 *@"".Scanner "esc:0x9") @"".scanComment () (? string)
     92 	func (@"".s2 *@"".Scanner "esc:0x9") @"".scanEscape (@"".quote3 rune) (? bool)
     93 	func (@"".s2 *@"".Scanner "esc:0x9") @"".scanIdentifier () (? string)
     94 	func (@"".s1 *@"".Scanner "esc:0x9") @"".scanMantissa (@"".base2 int)
     95 	func (@"".s3 *@"".Scanner "esc:0x9") @"".scanNumber (@"".seenDecimalPoint4 bool) (? @"go/token".Token, ? string)
     96 	func (@"".s2 *@"".Scanner "esc:0x9") @"".scanRawString () (? string)
     97 	func (@"".s2 *@"".Scanner "esc:0x9") @"".scanRune () (? string)
     98 	func (@"".s2 *@"".Scanner "esc:0x9") @"".scanString () (? string)
     99 	func (@"".s1 *@"".Scanner "esc:0x9") @"".skipWhitespace ()
    100 	func (@"".s2 *@"".Scanner "esc:0x9") @"".switch2 (@"".tok03 @"go/token".Token, @"".tok14 @"go/token".Token) (? @"go/token".Token)
    101 	func (@"".s2 *@"".Scanner "esc:0x9") @"".switch3 (@"".tok03 @"go/token".Token, @"".tok14 @"go/token".Token, @"".ch25 rune, @"".tok26 @"go/token".Token) (? @"go/token".Token)
    102 	func (@"".s2 *@"".Scanner "esc:0x9") @"".switch4 (@"".tok03 @"go/token".Token, @"".tok14 @"go/token".Token, @"".ch25 rune, @"".tok26 @"go/token".Token, @"".tok37 @"go/token".Token) (? @"go/token".Token)
    103 	const @"".ScanComments @"".Mode = 0x1
    104 	func @"".init ()
    105 	type @"sync".rlocker struct { @"sync".w @"sync".Mutex; @"sync".writerSem uint32; @"sync".readerSem uint32; @"sync".readerCount int32; @"sync".readerWait int32 }
    106 	func (@"sync".r1 *@"sync".rlocker) Lock ()
    107 	func (@"sync".r1 *@"sync".rlocker) Unlock ()
    108 
    109 $$
    110 _go_.o          0           0     0     644     173568    `
    111 go object darwin amd64 go1.5.1 X:none
    112 
    113 !
    114 go13ld
    115 fmt.ago/token.aio.asort.abytes.apath/filepath.astrconv.aunicode.aunicode/utf8.a"".Error.ErroreH%H;aH`H\$`H$1H$H$H\$pHuVH\$hH\$HH$H$Hl$HH]H<u*H$H$H$H$H`H\$hHHHL$(HD$0H$HL$PHL$HD$XHD$HH\$HD$ H$H|$(HHHKHOH\$8H$H\$@H$H`
    119 B
    120 *runtime.racefuncenter
    121  runtime.raceread
    122 (runtime.racefuncexit
    123  runtime.duffcopy
    124 0go/token.Position.Stringgo.string.": "
    125 *runtime.concatstring3
    126 (runtime.racefuncexit
    127 0runtime.morestack_noctxt"".autotmp_0000type.stringgo/token.pos2/.type.*go/token.Position"".~r0ptype.string"".etype."".Error((47
    131 * 59zTgclocals90f4f1110e613c00369f3da917ba22a6Tgclocalsad3d78e88c381598810f2e82f373ef66`prebuilts/go/darwin-x86/src/go/scanner/errors.go&"".(*ErrorList).Add
    132 
    133 eH%HD$H;AHH$H$HH$HD$H$H\$hH$H\$pH$H\$xH$H$H$H$HD$HH$HD$(H\$HHl$pHkHl$xHkH$HkH$Hk Hl$h=H+H\$HH$H$(H\$HH$Hk0H$=VHk(H\$HH\$HH$H$H$HHHCHKHH)H}HHH$HT$PHT$HD$HL$`HL$HHD$XHH\$ HT$(HD$0HL$8HHHL$`H9H\$XHT$PHD$@HH$H\$PHl$@HHl$H=u\H+H$H$H$Hl$XHkHl$`HkHl$P=uH+HH$Hl$H$Hl$LC(L$Hl$H$Hl$GV,
    136 X
    137 *runtime.racefuncenterftype."".Errorx
    138 "runtime.newobject
    139 ,runtime.racewriterange6runtime.writeBarrierEnabled
    140 "runtime.racewrite6runtime.writeBarrierEnabled
    141  runtime.raceread"type."".ErrorList
    142 "runtime.growslice
    143 "runtime.racewrite6runtime.writeBarrierEnabled
    144 "runtime.racewrite6runtime.writeBarrierEnabled
    145 (runtime.racefuncexit	
    146 .runtime.writebarrierptr	
    147 .runtime.writebarrierptr	
    148 $runtime.panicslice
    149 
    150 .runtime.writebarrierptr
    151 
    152 .runtime.writebarrierptr
    153 
    154 0runtime.morestack_noctxt"".autotmp_0006type.int"".autotmp_0005"type."".ErrorList"".autotmp_0004O,type.go/token.Position"".autotmp_0003type.*"".Error"".autotmp_0002type.*"".Error"".msg`type.string"".pos,type.go/token.Position"".p$type.*"".ErrorListhRX,+sW00&-Tgclocalsa84b5821355a66ea2f76ce4d3da3b8deTgclocalsd556b1128a75a6acc2da55546c9016eb`prebuilts/go/darwin-x86/src/go/scanner/errors.go*"".(*ErrorList).ReseteH%H;avIHH\$H$H\$H$H\$H$H\$HkHCH
    159 :
    160 *runtime.racefuncenterV
    161 "runtime.racewriter
    162  runtime.raceread
    163 (runtime.racefuncexit
    164 0runtime.morestack_noctxt"".p$type.*"".ErrorListD`\`
    165 DTgclocals87d20ce1b58390b294df80b886db78bfTgclocals33cdeccccebe80329f1fdbee7f5874cb`prebuilts/go/darwin-x86/src/go/scanner/errors.go "".ErrorList.LenxeH%H;av&HH\$H$H\$H\$(H
    167 :
    168 *runtime.racefuncenterX
    169 (runtime.racefuncexitl
    170 0runtime.morestack_noctxt@"".~r00type.int"".p"type."".ErrorList!@b@
    173 $Tgclocals2fccd208efe70893f9ac8d682812ae72Tgclocals33cdeccccebe80329f1fdbee7f5874cb`prebuilts/go/darwin-x86/src/go/scanner/errors.go""".ErrorList.SwapeH%H;aHH\$H$H\$ Hl$8LD$(L9RHH$HT$ HL$8HD$(H9&HH+Hl$H9
    175 HH$H\$ Hl$@LD$(L9HH$HL$ HD$(Hl$8H9HLD$@I9J,LE=ukLHl$@H9sWHH$H\$ Hl$@LD$(L9s/HHl$=u
H+HH$Hl$H$LD$HL$ HD$({`(
    185 B
    186 *runtime.racefuncenter
    187  runtime.raceread
    188 "runtime.racewrite
    189  runtime.raceread6runtime.writeBarrierEnabled
    190 "runtime.racewrite6runtime.writeBarrierEnabled
    191 (runtime.racefuncexit
    192 .runtime.writebarrierptr
    193 $runtime.panicindex
    194 $runtime.panicindex
    195 .runtime.writebarrierptr
    196 $runtime.panicindex
    197 $runtime.panicindex
    198 $runtime.panicindex
    199 $runtime.panicindex
    200 $runtime.panicindex
    201 $runtime.panicindex
    202 0runtime.morestack_noctxtP0"".autotmp_0008type.*"".Error"".j@type.int"".i0type.int"".p"type."".ErrorList0/0od _14Tgclocals3260b5c802f633fd6252c227878dd72aTgclocals0c8aa8e80191a30eac23f1a218103f16`prebuilts/go/darwin-x86/src/go/scanner/errors.go""".ErrorList.LesseH%H;aYHXH\$XH$H\$`Hl$xLD$hL9(HH$HT$`HL$hHl$xH9HH+HHl$0H$H9HH$H\$`H$LD$hL9HH+H~Hl$(H\$0H$H\$0HUH+Hl$HHkHl$PH\$(H$HT$PH\$(HHHL$8HCHD$@H9Hl$HH,$HT$HL$HD$\$ mH\$0H$H$H\$(H$H$HD$0HXLD$(IhH9tHH$H$H\$(H$H$Hl$0H]LD$(IhH9$HXH$H$ H\$(H$H$ HD$0HX LD$(Ih H9tHH$H$ H\$(H$H$ Hl$0H] LD$(Ih H9$HXH\$`Hl$xLD$hL9IHH$H\$`Hl$xLD$hL9HH+H,$H$(H\$`H$LD$hL9HH$H\$`H$LD$hL9HH+H,$H$(HT$`HD$hHl$xH9H4H.HtqLE(IH$IHHL$H$H9sIH4H.Ht7LE(H|$IHIHHOH\$ H$HXEEH\$0H$H\$(H$Ht$0HH$HNHL$Ht$(H|$HHHNHOH\$ H$HXEzEL
    217 B
    218 *runtime.racefuncenter
    219  runtime.raceread
    220  runtime.raceread
    221  runtime.raceread
    222  runtime.raceread
    223  runtime.eqstring
    224  runtime.raceread
    225  runtime.raceread
    226  runtime.raceread
    227  runtime.raceread
    228 (runtime.racefuncexit
    229  runtime.raceread
    230  runtime.raceread
    231  runtime.raceread
    232  runtime.raceread	
    233 (runtime.racefuncexit
    234 
    235  runtime.raceread
    236 
    237  runtime.raceread
    239  runtime.raceread
    241  runtime.raceread
    243 "runtime.cmpstring
    244 (runtime.racefuncexit
    245 $runtime.panicindex
    246 $runtime.panicindex
    247 $runtime.panicindex
    248 $runtime.panicindex
    249 $runtime.panicindex
    250 $runtime.panicindex
    251  runtime.raceread
    252  runtime.raceread
    253 "runtime.cmpstring
    254 (runtime.racefuncexit
    255 $runtime.panicindex
    256 $runtime.panicindex
    257 $runtime.panicindex
    258 $runtime.panicindex
    259 0runtime.morestack_noctxt`"".autotmp_0010?type.string"".autotmp_0009type.string"".f_.type.*go/token.Position"".eO.type.*go/token.Position"".~r2Ptype.bool"".j@type.int"".i0type.int"".p"type."".ErrorListBN	ZhSO=>
    261 	8>_2 q?.Km@nTgclocals665da0db10d6ec82b644d9f6aee9e87bTgclocals4efb9904f955df940ccfde8ba6a2d2b8`prebuilts/go/darwin-x86/src/go/scanner/errors.go""".ErrorList.SorteH%H;aHPH\$PH$H\$XH\$8H\$`H\$@H\$hH\$HHH$HH\$HH\$H\$8H\$HD$ H\$(HH$HKHL$HPT
    265 B
    266 *runtime.racefuncenter"type."".ErrorList&type.sort.InterfaceFgo.itab."".ErrorList.sort.Interface
    267 runtime.convT2I
    268 sort.Sort
    269 (runtime.racefuncexit
    270 0runtime.morestack_noctxt0"".autotmp_0011/"type."".ErrorList"".p"type."".ErrorList YTgclocals41a13ac73c712c01973b8fe23f62d694Tgclocals2c033e7f4f4a74cc7e9f368d1fec9f60`prebuilts/go/darwin-x86/src/go/scanner/errors.go>"".(*ErrorList).RemoveMultipleseH%HD$H;AHH$H$H$H\$PH1H9,HL$PHD$XH$HL$`HL$1H$H$H$H$H$HD$(H$H$H$HHHCHkH$1H$HD$0H$HHL$8Hl$0H9HD$HH$H\$HH+Hl$@H,$H|$@H8H7Ht$xHOH$HT$hH$H$HD$pH9H4$HL$HT$HD$H|$@\$ H<$H$H|$@H_H$H9utHD$HHL$8HHHL$8Hl$0H9#H$H$H$H$H$Hl$(LCL9wHkHH<$HD$(H\$@HH+H$HkH$HkH$HkH$Hk H$H$H$H$HHCHkH$H$Hl$(H$H9HH$H$HtkHHCHkH$H$Hl$(H$H9s7HHl$@=uH+H\$(HH\$(wH$Hl$GHH$HH\$HH\$HD$I2
    277 X
    278 *runtime.racefuncenterHgo.itab.*"".ErrorList.sort.Interface
    279 sort.Sort
    280  runtime.raceread
    281  runtime.raceread
    282  runtime.raceread
    283  runtime.eqstring
    284  runtime.raceread
    285 "runtime.racewrite
    286  runtime.raceread
    287 (runtime.racefuncexit
    288 $runtime.panicslice
    289 *runtime.racereadrange
    290 
    291  runtime.raceread
    293 "runtime.racewrite6runtime.writeBarrierEnabled
    296 .runtime.writebarrierptr
    298 $runtime.panicindex
    300 $runtime.panicindex
$type.*"".ErrorList&type.sort.InterfaceHgo.itab.*"".ErrorList.sort.Interface
    302  runtime.typ2Itab
    303 0runtime.morestack_noctxt"".autotmp_0021type.string"".autotmp_0020type.string"".autotmp_0018type.**"".Error"".autotmp_0017type.int"".autotmp_0016type.int"".autotmp_0013"type."".ErrorList"".autotmp_0012$type.*"".ErrorList"".etype.*"".Error"".itype.int"".lastO,type.go/token.Position"".p$type.*"".ErrorListd<*	y$A	\
24+`Q
    305 [J"Tgclocals6718fa3ce60556785ebaaf7cd5569edeTgclocalsc3d124c05af582629e9337690d04ff25`prebuilts/go/darwin-x86/src/go/scanner/errors.go$"".ErrorList.ErroreH%HD$H;AHH$H$H$1H$H$Hu(HH$H$	HHH$HH$H$H$vzH+H,$HD$8H$H$vKH6Ht>HHL$8HD$@HL$`H$HD$hH$HHHH\$H1H$H$H$H$H$HHD$xH$HD$pH$H$H$YH$H$H$2HHHH\$pHD$PHHL$X=HKHH$H\$HH\$HD$H\$H\$PH\$ H\$XH\$pHH$H\$pHl$PHH+Hl$X=uoHkHH$HD$H\$pH\$H\$xH\$H$H\$ HL$(HD$0HL$`H$HD$hH$HLCL$Hl$LCL$HL$_8
    315 X
    316 *runtime.racefuncenter*go.string."no errors"
    317 (runtime.racefuncexit
    318  runtime.raceread
    319 *runtime.racereadrange
    320  runtime.duffcopy
    321 "".Error.Error
    322 (runtime.racefuncexit
    323 $runtime.panicindex
    324 $runtime.panicindex
    325 $runtime.panicindex
    326 "runtime.racewrite
    327  runtime.racereadtype.*"".Error6runtime.writeBarrierEnabledtype.int
    328 runtime.convT2E	
    329 "runtime.racewrite	6runtime.writeBarrierEnabled	Fgo.string."%s (and %d more errors)"
    330 
    331 fmt.Sprintf
    333 (runtime.racefuncexit
    335 .runtime.writebarrierptr
    337 .runtime.writebarrierptr
    339 $runtime.panicindex
    341 $runtime.panicindex
    343 0runtime.morestack_noctxtP"".autotmp_0036"type.interface {}"".autotmp_0035?(type.[2]interface {}"".autotmp_0032o&type.[]interface {}"".autotmp_0030type.string"".autotmp_0029type.int"".autotmp_0028type.int"".autotmp_0027type.string"".~r00type.string"".p"type."".ErrorList4XX<J
    345 	
    346 !
H
4+@-zr])-Tgclocalsfcea5854e13229bcceb7809c08ce0403Tgclocals7a3197e6389b5179d6f784d3a29d2137`prebuilts/go/darwin-x86/src/go/scanner/errors.go "".ErrorList.ErreH%H;aHPH\$PH$HL$`1H\$pH\$xHu1H\$pH\$xHPH\$XH\$8HL$@H\$hH\$HHH$HH\$HH\$H\$8H\$HD$ H\$(H\$pH\$0H\$xHP2
    350 B
    351 *runtime.racefuncenter
    352 (runtime.racefuncexit"type."".ErrorListtype.error4go.itab."".ErrorList.error
    353 runtime.convT2I
    354 (runtime.racefuncexit
    355 0runtime.morestack_noctxtP"".autotmp_0040/"type."".ErrorList"".~r00type.error"".p"type."".ErrorList$:q(6h (YTgclocalse55bb8421bd11ab67207204dc5d25e85Tgclocalsfd45189cb370f0bcdca69de18c1d6595`prebuilts/go/darwin-x86/src/go/scanner/errors.go"".PrintErroreH%HD$H;AmH1H$H$H$H$H$H$1H$H$H$HH$H$H\$H$ H\$H$H\$H$\$ H$H$H$H$H$H${H$1H$Hl$PH$HHL$XHl$PH9HD$hH$H\$hH+Hl$`1H$H$H$HH$H$H$H$HL$`HHH$HD$pHHL$x=HKH$H$H$H\$HH\$HD$H$H\$ H$H\$(H$H\$0HD$hHL$XHHHL$XHl$PH9HLCL$HL$^Ht1H$H$H$HH$H$H$H4$H$ H\$H\$H\$pH\$H\$xH$H$H$Hl$pH+Hl$x=ucHkH$H$H$H\$HH\$HD$H$H\$ H$H\$(H$H\$0LCL$Hl$	q&
    361 
    362 *runtime.racefuncenter"type."".ErrorList
    363 $runtime.assertI2T2
    364  runtime.raceread
    365 "runtime.racewritetype.*"".Error6runtime.writeBarrierEnabled go.string."%s\n"
    366 fmt.Fprintf
    367 (runtime.racefuncexit	
    368 .runtime.writebarrierptr
    370 runtime.convI2E
    372 "runtime.racewrite6runtime.writeBarrierEnabled go.string."%s\n"
    376 fmt.Fprintf
    378 .runtime.writebarrierptr
    379 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_0047type.*"".Error"".autotmp_0046type.**"".Error"".autotmp_0045type.int"".autotmp_0044type.int"".autotmp_0043type.*"".Error"".autotmp_0042_"type."".ErrorList"".autotmp_0041/"type."".ErrorList"".list"type."".ErrorList"".err type.error"".wtype.io.Writer:A	K$	6MQZ)l%|
    385 Tgclocals2e1bf46b5fcbe5d44bfd3cc06dee2b85Tgclocals1e5b6da1c5a753c8d625d1b2d05c2b30`prebuilts/go/darwin-x86/src/go/scanner/errors.go$"".(*Scanner).nexteH%H;aH`H\$`H$H\$hH$H$HD$hHh Hl$@H$H$PHD$hHXPHl$@H9H$H$HH\$hH$H$PHD$hHWHhPHhHH$H$@HD$hX@
    387 usH$H$XH\$hH$H$HHD$hHHhHHhXH$H\$hH$H$HHD$hH(H,$HhHHl$HD$hH$H$H\$hH$H$PH\$hHCPHSHK Hk(Hl$XHT$HHL$PH9eHH$HD$hHHPHpHP Hh(Hl$XHt$HHT$PH9$H+HD$0l$,H$H$HHD$hH$HhHHl$HH\$HD$HD$hH$H$PHD$hHhPHl$8H$H$PHD$hHl$8LD$0LHhPH$H$@H\$hl$,k@H`|H$H$PHD$hHhPHl$8H$H$H\$hHl$8LC LK(L9LSI)I)ItM*LT$HL$LD$PLD$LL$XLL$HD$hT$HL$ HL$0T$,uJHuDH$H$HHD$hH$HhHHl$HH\$HD$HD$hH$H$HHD$hHXHHH$H$HHD$hH$HhHHl$HH\$HD$HD$h?H$H$HD$hHh Hl$@H$H$HHD$hHl$@HhHH$H$@HD$hX@
    391 uoH$H$XH\$hH$H$HHD$hHtbHhHHhXH$H\$hH$H$HHD$hH(H,$HhHHl$HD$hH$H$@H\$hC@Z
    392 B
    393 *runtime.racefuncenterh
    394  runtime.raceread
    395  runtime.raceread
    396 "runtime.racewrite
    397  runtime.raceread
    398  runtime.raceread
    399 "runtime.racewrite
    400  runtime.raceread
    401  runtime.raceread
    402  runtime.raceread
    403 0go/token.(*File).AddLine
    404  runtime.raceread
    405  runtime.raceread
    406  runtime.raceread
    407  runtime.racereadBgo.string."illegal character NUL"
    408 &"".(*Scanner).error
    409  runtime.raceread
    410 "runtime.racewrite	
    411 "runtime.racewrite	
    412 (runtime.racefuncexit
    413 
    414  runtime.raceread
    415 
    416  runtime.raceread
    418 .unicode/utf8.DecodeRune
    420  runtime.raceread
Dgo.string."illegal UTF-8 encoding"
    423 &"".(*Scanner).error
    425  runtime.raceread
    426  runtime.racereadFgo.string."illegal byte order mark"
    427 &"".(*Scanner).error
    428 $runtime.panicslice
    429 $runtime.panicindex
    430 $runtime.panicindex
    431  runtime.raceread
    432 "runtime.racewrite
    433  runtime.raceread
    434 "runtime.racewrite
    435  runtime.raceread
    436  runtime.raceread
    437  runtime.raceread
    438 0go/token.(*File).AddLine
    439 "runtime.racewrite
    440 0runtime.morestack_noctxt"".autotmp_0065type.int"".autotmp_0064type.int"".autotmp_0062type.int32"".autotmp_0061type.[]uint8"".autotmp_0060type.int"".autotmp_0059?type.int"".w_type.int"".rgtype.int32"".s type.*"".Scanner	r85F88;
?@%?
    442 -?
*84;1 	Tgclocals87d20ce1b58390b294df80b886db78bfTgclocals790e5cc5051fc0affc980ade09e929ecbprebuilts/go/darwin-x86/src/go/scanner/scanner.go$"".(*Scanner).IniteH%HD$H;AHH$H$H$HD$XH$H$ H\$XH[ H$H9?H$HD$PH$H$ H\$PHk Hl$@H$H\$81H$H$H$H$H$HH$H$H$HH$H\$@H\$HD$H\$H\$pH\$ H\$xH$H$H$Hl$pH+Hl$x=-HkHH$H\$8H\$HD$H\$H\$pH\$ H\$xH$HH$H$Hl$pHH+Hl$x=HkHH$HD$*H$H\$H$H\$H$H\$ H\$(H$H\$0H$HH$H$H\$HD$H\$HH$HKHL$LCL$Hl$MLCL$Hl$+H$H$H$HH$=H+H$1H\$`H\$hHD$HH$H$H\$HH|HKHkHL$`H$Hl$hHl$H\$H$H\$H$H$H$H$H$H$HkH$=HkH$H$H$H$H$Hk H$Hk(H$=HkH$H$H$0H$HSH$='Hk0H$H$H$8H$H$Hh8H$H$@H$@@ H$H$HH$H@HH$H$PH$H@PH$H$XH$H@XH$H$`H$1@h`H$H$hH$H@hH$H$H$H$@H$X@u	H$HLC0L$Hl$LCL$Hl$gLCL$Hl$}H$Hl$4DZ
    451 X
    452 *runtime.racefuncenter
    453  runtime.raceread
    454  runtime.racereadtype.int
    455 runtime.convT2E
    456 "runtime.racewrite6runtime.writeBarrierEnabledtype.int
    457 runtime.convT2E
    458 "runtime.racewrite6runtime.writeBarrierEnabledlgo.string."file size (%d) does not match src len (%d)"
    459 fmt.Sprintftype.string	
    460 runtime.convT2E	
    461 runtime.gopanic	
    462 .runtime.writebarrierptr
    463 
    464 .runtime.writebarrierptr
    465 
    466 "runtime.racewrite6runtime.writeBarrierEnabled
    469  runtime.raceread
    471 &path/filepath.Split
    473 "runtime.racewrite6runtime.writeBarrierEnabled
    474 "runtime.racewrite6runtime.writeBarrierEnabled
    475 "runtime.racewrite6runtime.writeBarrierEnabled
    476 "runtime.racewrite
    477 "runtime.racewrite
    478 "runtime.racewrite
    479 "runtime.racewrite
    480 "runtime.racewrite
    481 "runtime.racewrite
    482 "runtime.racewrite
    483 $"".(*Scanner).next
    484  runtime.raceread
    485 $"".(*Scanner).next
    486 (runtime.racefuncexit
    487 .runtime.writebarrierptr
    488 .runtime.writebarrierptr
    489 .runtime.writebarrierptr
    490 .runtime.writebarrierptr
    491 0runtime.morestack_noctxtp""".autotmp_0081"type.interface {}"".autotmp_0080"type.interface {}"".autotmp_0079?(type.[2]interface {}"".autotmp_0076o&type.[]interface {}"".autotmp_0075type.string"".autotmp_0074type.string"".autotmp_0073type.int"".autotmp_0072type.int"".~r0type.stringgo/token.f2&type.*go/token.Filego/token.f2&type.*go/token.Filego/token.f2&type.*go/token.File"".mode`type."".Mode"".errP(type."".ErrorHandler"".src type.[]uint8"".file&type.*go/token.File"".s type.*"".Scanner
    495 {(#5;OA*	)	F+5%I)j@.4Q/
0CTgclocalsf83e65ca87c7af32aae3a8e16d21e7bcTgclocals05984521bc7b15582c545b5b16d9224cbprebuilts/go/darwin-x86/src/go/scanner/scanner.go&"".(*Scanner).erroreH%H;a{HpH\$pH$H\$xH$H$0HD$xHX01H9H$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$0H\$HH$H\$PH\$H\$XH\$H\$`H\$H\$hH\$ H$H\$(H$H\$0Hl$xHU0HHD$xH$H$hHD$xHhhHl$8H$H$hH\$xHl$8HHkhHph
    499 B
    500 *runtime.racefuncenterh
    501  runtime.raceread
    502  runtime.raceread
    503 (go/token.(*File).Pos
    504  runtime.raceread
    505 2go/token.(*File).Position
    506  runtime.raceread
    507  runtime.raceread
    508 "runtime.racewrite
    509 (runtime.racefuncexit
    510 0runtime.morestack_noctxt@"".autotmp_0084otype.int"".autotmp_0083O,type.go/token.Position"".autotmp_0082_"type.go/token.Pos"".msg type.string"".offstype.int"".s type.*"".Scanner"'@	 \^Tgclocals41989093cd5a47ae97b0d8210e38e6a5Tgclocalsfad3647538fe088c3f63d28bb4a0e2d7bprebuilts/go/darwin-x86/src/go/scanner/scanner.goD"".(*Scanner).interpretLineCommenteH%H$XH;AH(1H$H$H$H$ H$(H$HH$H$8H$H$@H\$H$HH\$HH\$HH\$ HH\$(\$0H\$?H\$XH$HD$HD$X-@(H$8HHH$H$@H\$H$HH\$H$HD$H$HT$ H$HL$(HD$0HHHD$HHH$@L$HH9*L$8H)I)ItMH$L$LL$H$Hl$L$LD$H\$ HH$HKHL$HT$HL$HD$ H$H$HQHT$@HBHH$HHl$HL$HL9XH9OL$8H)I)ItML$L$H$Hl$L$LD$HT$HL$ HD$(H$H$HT$H$HL$H$HD$HL$ H$HD$(H$HH$HD$H|$HT$H$H$H$H|$`H$H5Ht$pHHT$hHD$xH9;H9+H9H$H<$H$HD$Ht$HD$\$ H<51H$H$H$H$ H$HH$H$H$H$H$0H$H$H$0HPHkH$H\$Hl$H-H,$H$HH$H$H$HHkH$=H+H$H$H$H\$H$H\$HL$HD$ H$H$H$@H\$PH$0H$H$0H$H$XH$0H(H,$HXXHl$PHHH\$H$H\$H$H\$H\$@H\$ H(H$Hl$Q11CJ
    523 
    524 *runtime.racefuncenter"".prefix
    525  runtime.raceread"".prefix"".prefix "".prefix
    526 bytes.HasPrefix
    527 ,runtime.racewriterange""".statictmp_0103
    528 bytes.LastIndex
    529 2runtime.slicebytetostring
    530 strconv.Atoi"".prefix
    531  runtime.raceread"".prefix
    532 
    533 bytes.TrimSpace
    535 2runtime.slicebytetostring
    537 &path/filepath.Cleango.string."/"
    539  runtime.eqstring
    540 "runtime.racewrite
    541  runtime.racereadtype.string
    542 (runtime.typedmemmove
    543 "runtime.racewrite6runtime.writeBarrierEnabled
    544 $path/filepath.Join
    545  runtime.raceread
    546  runtime.raceread
    547 8go/token.(*File).AddLineInfo
    548 (runtime.racefuncexit
    549 .runtime.writebarrierptr
    550 $runtime.panicslice
    551 $runtime.panicslice
    552 $runtime.panicslice
    553 0runtime.morestack_noctxt@6"".autotmp_0110?type.[2]string"".autotmp_0107type.[]string"".autotmp_0106type.bool"".autotmp_0104type.*[1]uint8"".autotmp_0102type.[]uint8"".autotmp_0101type.int"".autotmp_0100type.string"".autotmp_0099type.string"".autotmp_0097type.int"".autotmp_0096type.int"".autotmp_0095type.string"".autotmp_0094otype.[]uint8"".autotmp_0093type.[]uint8"".autotmp_0092type.int"".autotmp_0090type.int"".autotmp_0089type.[]uint8"".autotmp_0088type.int"".autotmp_0086type.[1]uint8"strings.prefix3type.stringstrings.s2type.string*path/filepath.path2type.string"".filenametype.string"".errtype.error"".linetype.int"".itype.int"".texttype.[]uint8"".s type.*"".Scanner"
    555 SXD~$!
4Pom8b+Tgclocalsa68b09a48716afad7ca7a02fe6add474Tgclocals1e38d679f33eabe7ce7a90f378829aa6bprebuilts/go/darwin-x86/src/go/scanner/scanner.go2"".(*Scanner).scanCommenteH%H;aHxH\$xH$1H$H$H$H$H$HH$HXHHH\$8D$3H$H$@H$X@/JH$H$H$H$@H$X@
    559 tLH$H$@H$X@|.H$H$@H$X@
uD$3H$H$H$XH$H]XHl$8H9H$H$H$HH$HhHHl$@H$H$H$Hl$8LD$@LN(M9LL9CLVI)I)ItM*H4$LT$`LT$LD$hLD$LL$pLL$H$H$H$HH$HhHHl$@H$H$H$Hl$8LD$@LK(M9L9LSI)I)ItM*LLL|$3t1HD$HH$HT$PHT$HL$XHL$HD$HT$ HL$(H$HD$HHD$HT$PHT$HL$XHL$H\$ H$H\$(H$HxH$H$H$H$@H$X@|mH$H$@H$i@l$4
uD$3H$H$\$4*uH$H$@H$X@/uH$UH$H\$8H\$HH\$HD$([:
    565 B
    566 *runtime.racefuncenter
    567  runtime.raceread
    568  runtime.raceread
    569 $"".(*Scanner).next
    570  runtime.raceread
    571  runtime.raceread
    572  runtime.raceread
    573 $"".(*Scanner).next
    574  runtime.raceread
    575  runtime.raceread
    576  runtime.raceread
    577 D"".(*Scanner).interpretLineComment
    578  runtime.raceread
    579  runtime.raceread	
    580 "".stripCR
    581 
    582 2runtime.slicebytetostring
    583 
    584 (runtime.racefuncexit
    586 $runtime.panicslice
    588 $runtime.panicslice
    590 $"".(*Scanner).next
    592  runtime.raceread
    594  runtime.raceread
    596 $"".(*Scanner).next
    598  runtime.raceread
    600 $"".(*Scanner).next
Dgo.string."comment not terminated"
    602 &"".(*Scanner).error
    603 0runtime.morestack_noctxt0"".autotmp_0114type.[]uint8"".autotmp_0113type.int"".autotmp_0112/type.[]uint8"".autotmp_0111otype.int"".lit_type.[]uint8
    605 "".chtype.int32"".hasCRtype.bool"".offstype.int"".~r0type.string"".s type.*"".ScannerVU*"	D	(,z1O	+	'	(K 
    609 Tgclocals69076ee43f1cead0792b9f36906b1b56Tgclocalsae0a20890c9ac6bfbea3383f34532babbprebuilts/go/darwin-x86/src/go/scanner/scanner.go2"".(*Scanner).findLineEnd		eH%H;a2H(H\$(H$D$8H\$0H$H$HHD$0HD$HXHHH\$$HHD$H\$0H$H$@HL$0Y@/hH$H$@HL$0Y@/uD$8H(H$HD$0H$H$@HD$0X@|xH$H$@HT$0j@l$$
    613 uD$8H(H$HD$0\$$*uH$H$@HD$0X@/{H$HD$0H$H\$0H$H$@HL$0Y@|YH$H$@HL$0Y@
    615 t>H$H$@HL$0Y@/tD$8H(H$D$8H(H$H$@HL$0Y@*uxD$8H(H(@
    619 B
    620 *runtime.racefuncenterr
    621  runtime.racereadD"".(*Scanner).findLineEnd.func1f
    622 "runtime.deferproc
    623  runtime.raceread
    624  runtime.raceread
    625 &runtime.deferreturn
    626 (runtime.racefuncexit
    627 $"".(*Scanner).next
    628  runtime.raceread
    629  runtime.raceread
    630 &runtime.deferreturn
    631 (runtime.racefuncexit
    632 $"".(*Scanner).next
    633  runtime.raceread
    634 $"".(*Scanner).next
    635 8"".(*Scanner).skipWhitespace
    636  runtime.raceread
    637  runtime.raceread
    638  runtime.raceread
    639 &runtime.deferreturn
    640 (runtime.racefuncexit
    641 $"".(*Scanner).next
    642 &runtime.deferreturn
    643 (runtime.racefuncexit
    644  runtime.raceread
    645 &runtime.deferreturn
    646 (runtime.racefuncexit
    647 &runtime.deferreturn
    648 (runtime.racefuncexit	
    649 0runtime.morestack_noctxt P
    650 "".chtype.int32"".~r0type.bool"".s type.*"".Scanner>POP\OPOP"OP4OPOPRQJ$43	&%(	;
    656 		3('8?@? Tgclocals3f5c1f818fa7055d0400cecd34057162Tgclocals33cdeccccebe80329f1fdbee7f5874cbbprebuilts/go/darwin-x86/src/go/scanner/scanner.go"".isLettereH%H;avnHH\$H$D$a|Az<Hu)=|$\$\$ HD$ D$ A|Z~_y
    661 
    662 :
    663 *runtime.racefuncenter
    664  unicode.IsLetter
    665 (runtime.racefuncexit
    666 0runtime.morestack_noctxt  "".autotmp_0115type.bool"".~r1type.bool
    668 "".chtype.int32 I 3(%.
    669 
    670 tTgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals33cdeccccebe80329f1fdbee7f5874cbbprebuilts/go/darwin-x86/src/go/scanner/scanner.go"".isDigiteH%H;avZHH\$H$D$0|;9u)=|$\$\$ HD$ D$ 1
    672 
    673 :
    674 *runtime.racefuncenter
    675 unicode.IsDigit
    676 (runtime.racefuncexit
    677 0runtime.morestack_noctxt  "".autotmp_0117type.bool"".~r1type.bool
    679 "".chtype.int32 C p(%(
    680 
    681 TTgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals33cdeccccebe80329f1fdbee7f5874cbbprebuilts/go/darwin-x86/src/go/scanner/scanner.go8"".(*Scanner).scanIdentifiereH%H;aVHXH\$XH$1H\$hH\$pH\$`H$H$HH\$`HkHHl$0H\$`H$H$@H\$`k@,$HL$`\$tH$H$H$@H\$`k@,$HL$`\$tH$H$HHD$`HhHHl$8H$H$H\$`Hl$0LD$8LK(M9wbL9w]LSI)I)ItM*H$LT$@LT$LD$HLD$LL$PLL$H\$ H\$hH\$(H\$pHX
    688 B
    689 *runtime.racefuncenter
    690  runtime.raceread
    691  runtime.raceread
    692 "".isLetter
    693 $"".(*Scanner).next
    694  runtime.raceread
    695 "".isDigit
    696  runtime.raceread
    697  runtime.raceread
    698 2runtime.slicebytetostring
    699 (runtime.racefuncexit
    700 $runtime.panicslice
    701 0runtime.morestack_noctxt0
    702 "".autotmp_0122/type.[]uint8"".autotmp_0121?type.int"".offsOtype.int"".~r0type.string"".s type.*"".Scanner*1!2	1	
    704 	 
    706 Tgclocals69076ee43f1cead0792b9f36906b1b56Tgclocalsf56b2291fa344104975cb6587be42b9bbprebuilts/go/darwin-x86/src/go/scanner/scanner.go"".digitValeH%H;aHH\$H$D$0|90HcH\$Ha|fa
    708 HcH\$HA|FA
    709 HcH\$HHD$HQ
    710 B
    711 *runtime.racefuncenter
    712 (runtime.racefuncexit
    713 (runtime.racefuncexit
    714 (runtime.racefuncexit
    715 (runtime.racefuncexit
    716 0runtime.morestack_noctxt "".~r1type.int
    718 "".chtype.int32*2##D
    720 

    724 
    725  Tgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals33cdeccccebe80329f1fdbee7f5874cbbprebuilts/go/darwin-x86/src/go/scanner/scanner.go4"".(*Scanner).scanMantissaeH%H;av^HH\$H$H\$H$H$@H\$k@,$H\$Hl$ H9}H\$H$H
    729 :
    730 *runtime.racefuncenter`
    731  runtime.raceread
    732 "".digitVal
    733 $"".(*Scanner).next
    734 (runtime.racefuncexit
    735 0runtime.morestack_noctxt  "".basetype.int"".s type.*"".Scanner Y @
    736 dTgclocals3f5c1f818fa7055d0400cecd34057162Tgclocals33cdeccccebe80329f1fdbee7f5874cbbprebuilts/go/darwin-x86/src/go/scanner/scanner.go0"".(*Scanner).scanNumbereH%H;aHpH\$pH$1H$H$H\$xH$H$HHL$xHiHHl$HHD$8$HHH\$HHD$8H$HD$
    739 H\$xH$H$@HD$xX@eH$H$@HD$xX@EH$H$@HD$xX@iuHD$8H$HD$xH$H$HHD$xHhHHl$PH$H$H\$xHl$HLD$PLK(M9wuL9wpLSI)I)ItM*H\$8H$H$LT$XLT$LD$`LD$LL$hLL$H\$ H$H\$(H$HpHD$8H$H\$xH$H$@HD$xX@-t7H$H$@HD$xX@+tH$HD$
    741 HD$xH$HD$xH$H$@HD$xX@0]H$H$HHD$xHhHHl$@H$H\$xH$H$@HD$xX@xH$H$@HD$xX@XzD$7H$HD$H\$xH$H$@HD$xX@8H$H$@HD$xX@9H$H$@HD$xX@.H$H$@HD$xX@etsH$H$@HD$xX@EtXH$H$@HD$xX@it=|$7mH$H\$@H\$HH\$HD$HD$x;H$H$@Hl$x]@.HD$8H\$xH$H\$xH$HD$
    743 tD$7H$HD$
    744 HD$xH$H\$xH$HD$H\$xH$H$HHL$@HD$xHXHH)HzH$HL$HH\$HD$HD$xMH$HD$
    745 HD$xV
    746 B
    747 *runtime.racefuncenter
    748  runtime.raceread
    749 4"".(*Scanner).scanMantissa
    750  runtime.raceread
    751  runtime.raceread
    752  runtime.raceread
    753 $"".(*Scanner).next
    754  runtime.raceread
    755  runtime.raceread
    756 2runtime.slicebytetostring
    757 (runtime.racefuncexit
    758 $runtime.panicslice
    759 $"".(*Scanner).next
    760  runtime.raceread
    761  runtime.raceread
    762 4"".(*Scanner).scanMantissa
    763 $"".(*Scanner).next	
    764  runtime.raceread	
    765  runtime.raceread
    766 
    767 $"".(*Scanner).next
    768 
    769  runtime.raceread
    770 
    771  runtime.raceread
    773 4"".(*Scanner).scanMantissa
    775  runtime.raceread
    777  runtime.raceread
    779  runtime.raceread
    781  runtime.raceread
    783  runtime.raceread
    784  runtime.raceread@go.string."illegal octal number"
    785 &"".(*Scanner).error
    786  runtime.raceread
    787 $"".(*Scanner).next
    788 4"".(*Scanner).scanMantissa
    789 4"".(*Scanner).scanMantissa
    790 $"".(*Scanner).next
    791 4"".(*Scanner).scanMantissa
    792  runtime.racereadLgo.string."illegal hexadecimal number"
    793 &"".(*Scanner).error
    794 4"".(*Scanner).scanMantissa
    795 0runtime.morestack_noctxtP"".autotmp_0126/type.[]uint8"".autotmp_0125type.int"".autotmp_0124?type.int&"".seenDecimalDigitqtype.bool"".offs_type.int"".toko&type.go/token.Token"".offsOtype.int"".~r20type.string"".~r1 &type.go/token.Token&"".seenDecimalPointtype.bool"".s type.*"".Scanner	7!		^C			;	a	CC
    801 p-@+	1	.(`1_ 
    803 Tgclocalscfd97ba95bb5326c9855399a9aeae1e4Tgclocalsf56b2291fa344104975cb6587be42b9bbprebuilts/go/darwin-x86/src/go/scanner/scanner.go0"".(*Scanner).scanEscapeeH%HD$H;ARHH$H$H$H$H$HH$HhHHl$HH$H$@H$A@fa\uH$$Hat$9t41z0HD$DD$@D$<HD$PH@H$H$@H$k@,$H$L$DHD$91H$H$H$HH$H$H$HH$HT$H|$\HD$@HD$H\$H\$xH\$ H$H$H$H$Hl$xH+H$=HkHH$HD$(H$H\$H$H\$H$H\$ HL$(HD$0HL$XHD$`H$H$H$@H$X@}HH\$XHD$`H$H$HH$H$HhHHl$H\$XH\$H\$`H\$$HLCL$Hl$	%U\$<\$<H$H$HD$PHHD$PH\$<l$@9w\$<rI\$<s=H$H\$HH\$HH\$HD$-$H$H1HH\$hHD$pH$H$@H$X@}HH\$hHD$pH$H\$HH\$H\$hH\$H\$pH\$$H23}4t\7 5a6X7O7Uu-H$H$HD$DD$@/uu-H$H$HD$DD$@xH$H$HD$DD$@b^fUsrnBr9Wt+v"@D
    812 X
    813 *runtime.racefuncenter
    814  runtime.raceread
    815  runtime.raceread
    816 $"".(*Scanner).next
    817 (runtime.racefuncexit
    818  runtime.raceread
    819 "".digitValtype.int32
    820 runtime.convT2E
    821 "runtime.racewrite6runtime.writeBarrierEnabledhgo.string."illegal character %#U in escape sequence"
    822 fmt.Sprintf	
    823  runtime.raceread	Tgo.string."escape sequence not terminated"
    824 
    825  runtime.raceread
    827 &"".(*Scanner).error
    829 (runtime.racefuncexit
    831 .runtime.writebarrierptr
    833 $"".(*Scanner).next
rgo.string."escape sequence is invalid Unicode code point"
    835 &"".(*Scanner).error
    836 (runtime.racefuncexit
    837 (runtime.racefuncexitFgo.string."unknown escape sequence"
    838  runtime.racereadTgo.string."escape sequence not terminated"
    839 &"".(*Scanner).error
    840 (runtime.racefuncexit
    841 $"".(*Scanner).next
    842 $"".(*Scanner).next
    843 $"".(*Scanner).next
    844 0runtime.morestack_noctxt0"".autotmp_0135o"type.interface {}"".autotmp_0134O(type.[1]interface {}"".autotmp_0131/&type.[]interface {}"".autotmp_0129type.int"".msgtype.string"".xtype.uint32"".msgtype.string"".maxtype.uint32"".basetype.uint32"".ntype.int"".offstype.int"".~r1 type.bool"".quotetype.int32"".s type.*"".ScannerRda'+	TS	&4&<	*
$(Q	'0/!#	 -.4+(i*a'.
    852 L	Tgclocals5a3b3335c77530719461673acf642aaeTgclocalse5ee6781bf6b1fc340cf8211eec77619bprebuilts/go/darwin-x86/src/go/scanner/scanner.go,"".(*Scanner).scanRuneeH%H;aHhH\$hH$1H\$xH$H\$pH$H$HHL$pHYHHH\$8D$3HD$@H$H$@HL$pi@
    855 Zl$4MH$T$4HL$p'|$3t8H\$@Ht-H$H\$8H\$HH\$HD$HL$pH$H$HHD$pHhHHl$HH$H$H\$pHl$8LD$HLK(M9weL9w`LSI)I)ItM*H$LT$PLT$LD$XLD$LL$`LL$H\$ H\$xH\$(H$HhH\$@HH\$@\H$D$'HL$p\$u
    861 D$3|$3H$H\$8H\$HH\$HD$HL$pD$3 
    863 B
    864 *runtime.racefuncenter
    865  runtime.raceread
    866  runtime.raceread
    867 $"".(*Scanner).next@go.string."illegal rune literal"
    868 &"".(*Scanner).error
    869  runtime.raceread
    870  runtime.raceread
    871 2runtime.slicebytetostring
    872 (runtime.racefuncexit
    873 $runtime.panicslice
    874 0"".(*Scanner).scanEscapeNgo.string."rune literal not terminated"
    875 &"".(*Scanner).error
    876 0runtime.morestack_noctxt0"".autotmp_0139/type.[]uint8"".autotmp_0138type.int"".autotmp_0136?type.int
    877 "".chgtype.int32"".nOtype.int"".validitype.bool"".offs_type.int"".~r0type.string"".s type.*"".Scannerb4$		-AB
	 
    881 -"9 
    883 Tgclocals69076ee43f1cead0792b9f36906b1b56Tgclocalsf56b2291fa344104975cb6587be42b9bbprebuilts/go/darwin-x86/src/go/scanner/scanner.go0"".(*Scanner).scanStringeH%H;aH`H\$`H$1H\$pH\$xH\$hH$H$HHl$hH]HHH\$8H\$hH$H$@HL$hi@
    885 l$4H$D$4"H\$hH$H$HHD$hHhHHl$@H$H$H\$hHl$8LD$@LK(M9wbL9w]LSI)I)ItM*H$LT$HLT$LD$PLD$LL$XLL$H\$ H\$pH\$(H\$xH`\H\$hH$D$"H$H\$8H\$HH\$HD$Y
    889 B
    890 *runtime.racefuncenter
    891  runtime.raceread
    892  runtime.raceread
    893 $"".(*Scanner).next
    894  runtime.raceread
    895  runtime.raceread
    896 2runtime.slicebytetostring
    897 (runtime.racefuncexit
    898 $runtime.panicslice
    899 0"".(*Scanner).scanEscapeRgo.string."string literal not terminated"
    900 &"".(*Scanner).error
    901 0runtime.morestack_noctxt0"".autotmp_0141/type.[]uint8"".autotmp_0140?type.int
    903 "".chWtype.int32"".offsOtype.int"".~r0type.string"".s type.*"".ScannerkB1$
	%&		(% 
    907 kTgclocals69076ee43f1cead0792b9f36906b1b56Tgclocalsf56b2291fa344104975cb6587be42b9bbprebuilts/go/darwin-x86/src/go/scanner/scanner.go"".stripCReH%HD$H;AHH$H$1H$H$H$H$HH$HD$HD$Ht$HL$ HD$(Ht$XHL$`HD$h1HT$8H$H$H$H$1HD$xHD$@Hl$pHHL$HHl$@H9HD$PH$Ht$XHT$8H\$P+@l$7@
tJLD$`L9HH$Ht$XHD$8LD$`L9Hl$7@+HHHT$8HD$PHHL$HHHL$HHl$@H9hHl$hH9w7Ht$pH$HT$xH$H$H$H0
    913 X
    914 *runtime.racefuncentertype.[]uint8
    915 "runtime.makeslice
    916  runtime.raceread
    917 "runtime.racewrite
    918 (runtime.racefuncexit
    919 $runtime.panicslice
    920 $runtime.panicindex
    921 $runtime.panicindex
    922 0runtime.morestack_noctxt`"".autotmp_0149otype.*uint8"".autotmp_0148type.int"".autotmp_0147type.int"".autotmp_0146type.[]uint8"".autotmp_0144type.[]uint8"".autotmp_0143/type.[]uint8"".autotmp_0142type.int
    923 "".chtype.uint8"".itype.int"".c_type.[]uint8"".~r10type.[]uint8"".btype.[]uint88J@g?#4	
    928 +
Tgclocals6a5390a59b8d22a13b923714ec7f5cb9Tgclocals17eb84d6decf18bfa7d30b73a13dbee9bprebuilts/go/darwin-x86/src/go/scanner/scanner.go6"".(*Scanner).scanRawStringeH%H;aH`H\$`H$1H\$pH\$xH\$hH$H$HHl$hH]HHH\$8D$3H\$hH$H$@HD$hh@l$4!H$H\$8H\$HH\$HD$!H\$hH$H$HHD$hHhHHl$@H$H$H\$hHl$8LD$@LK(M9L9LSI)I)ItM*LLL|$3t1HT$HH$HL$PHL$HD$XHD$HT$HL$ HD$(H$HT$HHT$HL$PHL$HD$XHD$H\$ H\$pH\$(H\$xH`H$D$4`
D$3*
    933 B
    934 *runtime.racefuncenter
    935  runtime.raceread
    936  runtime.racereadZgo.string."raw string literal not terminated"
    937 &"".(*Scanner).error
    938  runtime.raceread
    939  runtime.raceread
    940 "".stripCR
    941 2runtime.slicebytetostring
    942 (runtime.racefuncexit
    943 $runtime.panicslice
    944 $"".(*Scanner).next
    945 0runtime.morestack_noctxt0"".autotmp_0151?type.int"".lit/type.[]uint8
    947 "".chWtype.int32"".hasCRYtype.bool"".offsOtype.int"".~r0type.string"".s type.*"".ScannerDP21$
(q1I	
		 
    953 DTgclocals69076ee43f1cead0792b9f36906b1b56Tgclocalsf56b2291fa344104975cb6587be42b9bbprebuilts/go/darwin-x86/src/go/scanner/scanner.go8"".(*Scanner).skipWhitespaceeH%H;aHH\$H$H\$H$H$@HD$X@ uH$H$H$@HD$X@	uH$H$@HD$X@
    956 uH$H$`HD$X`uH$H$@HD$X@
uH)
    958 B
    959 *runtime.racefuncenterh
    960  runtime.raceread
    961 $"".(*Scanner).next
    962  runtime.raceread
    963  runtime.raceread
    964  runtime.raceread
    965  runtime.raceread
    966 (runtime.racefuncexit
    967 0runtime.morestack_noctxt"".s type.*"".Scanner4 	7 Tgclocals87d20ce1b58390b294df80b886db78bfTgclocals33cdeccccebe80329f1fdbee7f5874cbbprebuilts/go/darwin-x86/src/go/scanner/scanner.go*"".(*Scanner).switch2eH%H;avcHH\$H$H\$H$H$@HD$X@=uH$H\$ H\$(HH\$H\$(H
    970 :
    971 *runtime.racefuncenter`
    972  runtime.raceread
    973 $"".(*Scanner).next
    974 (runtime.racefuncexit
    975 (runtime.racefuncexit
    976 0runtime.morestack_noctxt@"".~r20&type.go/token.Token"".tok1 &type.go/token.Token"".tok0&type.go/token.Token"".s type.*"".ScannerJ(
    978  	
    979 	
    980 dTgclocals2fccd208efe70893f9ac8d682812ae72Tgclocals33cdeccccebe80329f1fdbee7f5874cbbprebuilts/go/darwin-x86/src/go/scanner/scanner.go*"".(*Scanner).switch3eH%H;aHH\$H$H\$H$H$@HD$X@=uH$H\$ H\$8HH$H$@HD$X@l$(9uH$H\$0H\$8HH\$H\$8HE
    982 B
    983 *runtime.racefuncenterh
    984  runtime.raceread
    985 $"".(*Scanner).next
    986 (runtime.racefuncexit
    987  runtime.raceread
    988 $"".(*Scanner).next
    989 (runtime.racefuncexit
    990 (runtime.racefuncexit
    991 0runtime.morestack_noctxt`"".~r4P&type.go/token.Token"".tok2@&type.go/token.Token"".ch20type.int32"".tok1 &type.go/token.Token"".tok0&type.go/token.Token"".s type.*"".Scanner"J:< 	
    995 	
    998  Tgclocals6432f8c6a0d23fa7bee6c5d96f21a92aTgclocals33cdeccccebe80329f1fdbee7f5874cbbprebuilts/go/darwin-x86/src/go/scanner/scanner.go*"".(*Scanner).switch4eH%H;aHH\$H$H\$H$H$@HD$X@=uH$H\$ H\$@HH$H$@HD$X@l$(9uZH$H\$H$H$@HD$X@=uH$H\$8H\$@HH\$0H\$@HH\$H\$@H
   1001 B
   1002 *runtime.racefuncenterh
   1003  runtime.raceread
   1004 $"".(*Scanner).next
   1005 (runtime.racefuncexit
   1006  runtime.raceread
   1007 $"".(*Scanner).next
   1008  runtime.raceread
   1009 $"".(*Scanner).next
   1010 (runtime.racefuncexit
   1011 (runtime.racefuncexit
   1012 (runtime.racefuncexit
   1013 0runtime.morestack_noctxtp"".~r5`&type.go/token.Token"".tok3P&type.go/token.Token"".tok2@&type.go/token.Token"".ch20type.int32"".tok1 &type.go/token.Token"".tok0&type.go/token.Token"".s type.*"".Scanner*JcP 	
   1016 	 	
   1017 
   1018  Tgclocalsa041240a37ce609efec56707c330d1a4Tgclocals33cdeccccebe80329f1fdbee7f5874cbbprebuilts/go/darwin-x86/src/go/scanner/scanner.go$"".(*Scanner).Scan==eH%HD$H;A>H1H$H$H$H$H$11H$H$H$H$H$H$H$H$H$HH$H(H,$HhHHl$H\$H$D$?H$H$H$@H$k@l$@,$H$L$@\$vH$H$Hl$HT$H$H$H+Hl$XH$HT$`H$HH$HH$HH\$H$H\$H$H\$HD$ \$(\$>HD$PH$H$H\$PH+|$>HH$H=cHuUD$?H$H$8H$HX8HHuH$H$`H$l$?@k`HH=tHAtHEtHPtHoD$?H$r0|L9GD$?H$D$H$HD$Hl$HT$ H$H$H$!H$T$@H$-&b!&H$H$`H$Y`tPH$H$`H$1@k`H$9HH$H$HH$h
   1024 uPH$H$`H$1@k`H$9HH$H$H!u5H$HD$+HD$,H$H\$H${H$H$H+H,$H$H\$H\$H\$H\$@\$D1H$H$H$HH$H$H$HH$H\$DH\$HD$H\$H\$xH\$ H$H$H$H$Hl$xH+H$=HkHH$HD$H$H\$H$H\$H$H\$ HL$(HD$0H$H$H\$HH\$H$HL$H$HD$H$H$H$`H$k`@l$?H$H$Hc\$@H\$H$H\$H$H\$H$LCL$Hl$^"uAD$?H$	H$H$HT$HD$H$H$%u5H$HD$HD$H$H\$H$K&iH$H$@H$X@^uFH$H$H$HD$HD$!H$H\$H$H$HD$HD$D$&HD$ "H$H\$(H$){'uAD$?H$H$H$HT$HD$H$H$M(uH$17)UD$?H$6+*u5H$HD$HD$H$H\$H$+H$HD$HD$D$+HD$ %H$HD$(H$H%D$?w,uH$4a-H$HD$
HD$D$-HD$ &H$HD$(H$H&
D$?>:.H$H$@H$X@0|eH$H$@H$X@9GD$?H$D$H$HD$Hl$HT$ H$H$H$eH$H$@H$Y@.uUH$H$H$H$@H$Y@.H$H$H$0H$5/QH$H$@H$X@/tSH$H$@H$X@*t5H$HD$HD$H$H\$H$gH$H$`H$Y`(H$H$\$	H$H$@H$@@/H$H$H+H,$H$H\$H\$H\$HH$H$H$HH$Hl$HHhHH$H$PH$H$H$HH$Ht[HhHHHhPH$H$`H$1@k`H$9HH$H$HH$HL$HD$HL$hHD$pH$H$H$8H$HY8HHu!H$H$`H$1@h`$H$H\$hH$H\$pH$:H$HD$:HD$/H$H\$H$I<;u,H$9HH$H$<-H$H$@H$X@-u"H$H$H$$H$HD$(HD$-D$<HD$ HD$(H$H\$0H$w=u5H$HD$*HD$'H$H\$H$=>[H$HD$)HD$.D$>HD$ HD$( H$H\$0H$^o[uH$2]uD$?H$7^H$HD$HD$H$H\$H$q{``uAD$?H$	H$H$HT$HD$H$H$&{DH$3|uFH$HD$HD$D$|HD$ #H$H\$(H$}D$?H$8
   1055 |
   1056 *runtime.racefuncenter
   1057 8"".(*Scanner).skipWhitespace
   1058  runtime.raceread
   1059  runtime.raceread
   1060 (go/token.(*File).Pos
   1061  runtime.raceread
   1062 "".isLetter
   1063 8"".(*Scanner).scanIdentifier"go/token.keywords
   1064  runtime.raceread<type.map[string]go/token.Token"go/token.keywords
   1065 4runtime.mapaccess2_faststr
   1066  runtime.raceread
   1067  runtime.raceread
   1068 "runtime.racewrite
   1069 (runtime.racefuncexit
   1070 
   1071 0"".(*Scanner).scanNumber
   1073 $"".(*Scanner).next
   1075  runtime.raceread
   1077 "runtime.racewrite
go.string."\n"
   1080 (runtime.racefuncexit
   1081 "runtime.racewritego.string."\n"
   1082 (runtime.racefuncexit
   1083 *"".(*Scanner).switch2
   1084  runtime.raceread
   1085 .go/token.(*File).Offsettype.int32
   1086 runtime.convT2E
   1087 "runtime.racewrite6runtime.writeBarrierEnabledBgo.string."illegal character %#U"
   1088 fmt.Sprintf
   1089 &"".(*Scanner).error
   1090  runtime.raceread
   1091 "runtime.intstring
   1092 .runtime.writebarrierptr
   1093 0"".(*Scanner).scanString
   1094 *"".(*Scanner).switch2
   1095  runtime.raceread
   1096 $"".(*Scanner).next
   1097 *"".(*Scanner).switch2
   1098 *"".(*Scanner).switch3
   1099 ,"".(*Scanner).scanRune 
   1100 *"".(*Scanner).switch2!
   1101 *"".(*Scanner).switch3#
   1102 *"".(*Scanner).switch3$
   1103  runtime.raceread$
   1104  runtime.raceread%
   1105 0"".(*Scanner).scanNumber&
   1106  runtime.raceread&
   1107 $"".(*Scanner).next'
   1108  runtime.raceread'
   1109 $"".(*Scanner).next(
   1110  runtime.raceread)
   1111  runtime.raceread)
   1112 *"".(*Scanner).switch2*
   1113  runtime.raceread*
   1114 2"".(*Scanner).findLineEnd+
   1115 "runtime.racewrite+
   1116  runtime.raceread,
   1117 .go/token.(*File).Offset,
   1118 "runtime.racewrite-
   1119 "runtime.racewrite-
   1120  runtime.raceread.
   1121 "runtime.racewrite.go.string."\n"/
   1122 (runtime.racefuncexit/
   1123 2"".(*Scanner).scanComment0
   1124  runtime.raceread0
   1125 "runtime.racewrite2
   1126 *"".(*Scanner).switch23go.string.";"3
   1127  runtime.raceread4
   1128 $"".(*Scanner).next5
   1129 *"".(*Scanner).switch46
   1130 *"".(*Scanner).switch27
   1131 *"".(*Scanner).switch49
   1132 *"".(*Scanner).switch2:
   1133 6"".(*Scanner).scanRawString<
   1134 *"".(*Scanner).switch3=
   1135 0runtime.morestack_noctxtPT"".autotmp_0192"type.interface {}"".autotmp_0191o(type.[1]interface {}"".autotmp_0188/&type.[]interface {}"".autotmp_0185(type.*go/token.Token"".autotmp_0184type.string"".autotmp_0183type.int32"".autotmp_0182type.int"".autotmp_0181&type.go/token.Token"".autotmp_0180&type.go/token.Token"".autotmp_0179&type.go/token.Token"".autotmp_0178&type.go/token.Token"".autotmp_0177&type.go/token.Token"".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_0171type.string"".autotmp_0170type.int"".autotmp_0168&type.go/token.Token"".autotmp_0167&type.go/token.Token"".autotmp_0166&type.go/token.Token"".autotmp_0165type.string"".autotmp_0164&type.go/token.Token"".autotmp_0163&type.go/token.Token"".autotmp_0162type.string"".autotmp_0161type.string"".autotmp_0160type.string"".autotmp_0159type.string"".autotmp_0158&type.go/token.Token"".autotmp_0157type.string"".autotmp_0156type.int"".autotmp_0155Otype.string,go/token.is_keyword4type.bool"go/token.ident2type.string"".commenttype.string
   1136 "".chtype.int32"".insertSemitype.bool"".lit0type.string"".tok &type.go/token.Token"".pos"type.go/token.Pos"".s type.*"".ScannerDe	1 	Q!&#$


   1143 
   1144 
   1146 =$	'14'09+E0		8A&"+M	&	0	9vw	9&6	<=ad	*krq	<&0B[='ji,X	0Y&	T}	J0	J&d	0&*+U	A	
   1165 =1V6E=]:,:W
   1166 (i
   1168 +	GB?$rHTgclocalsf2dda63c9a10390c5b215ad5d7ae91ebTgclocals5c56d6271a8bbb6eb725c5899f7356b2bprebuilts/go/darwin-x86/src/go/scanner/scanner.go>"".(*Scanner).findLineEnd.func1eH%H;avHH\$H$H\$H$H$@HD$@@/H$H$HHD$Hl$HhHH$H$PHD$Hl$HHhPH$Hh
   1170 :
   1171 *runtime.racefuncenter`
   1172 "runtime.racewrite
   1173 "runtime.racewrite
   1174 "runtime.racewrite
   1175 $"".(*Scanner).next
   1176 (runtime.racefuncexit
   1177 0runtime.morestack_noctxt "".offstype.int"".s type.*"".Scannerz$
   1178 Tgclocals3f5c1f818fa7055d0400cecd34057162Tgclocals33cdeccccebe80329f1fdbee7f5874cbbprebuilts/go/darwin-x86/src/go/scanner/scanner.go"".initeH%H;aHH\$H$HH$t-HH$u
   1182 HHH$HH$H-2
   1184 B
   1185 *runtime.racefuncenterP"".initdoneb
   1186  runtime.racereadp"".initdone"".initdone
   1187  runtime.raceread"".initdone
   1188 (runtime.racefuncexit
   1189 "runtime.throwinit"".initdone
   1190 "runtime.racewrite"".initdone
   1191 fmt.init
   1192 go/token.init
   1193 io.init
   1194 bytes.init
   1195 $path/filepath.init
   1196 strconv.init
   1197 unicode.init"".initdone
   1198 "runtime.racewrite"".initdone
   1199 (runtime.racefuncexit
   1200 0runtime.morestack_noctxtOa
   1201  Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals33cdeccccebe80329f1fdbee7f5874cbbprebuilts/go/darwin-x86/src/go/scanner/scanner.go&type..hash."".ErroreH%H;aHH\$H$H\$ H$H<$tZH\$(H\$HD$H\$ H$H<$t-H$(HD$(HD$HD$HD$(HD$0H%%^
   1206 B
   1207 *runtime.racefuncenter
   1208 8type..hash.go/token.Position
   1209 runtime.strhash
   1210 (runtime.racefuncexit
   1211 0runtime.morestack_noctxt00"".autotmp_0194type.uintptr"".~r2 type.uintptr"".htype.uintptr"".ptype.*"".Error0n/0* Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb`prebuilts/go/darwin-x86/src/go/scanner/errors.go"type..eq."".Error
   1214 
   1215 eH%H;alHXH\$XH$HD$`HDH\$hH.H\$(HD$0H$H\$0HH+Hl$HHkHl$PH\$(H$HT$PH\$(HHHL$8HCHD$@H9Hl$HH,$HT$HL$HD$\$ wH\$0H$H$H\$(H$H$HD$0HXLD$(IhH96H$H$H\$(H$H$HD$0HXLD$(IhH9H$H$ H\$(H$H$ Hl$0H] LD$(Ih H9H\$`H$H$(H\$`HHk(Hl$8Hk0Hl$@H\$hH$H$(HL$@H\$hHt\HS(HT$HHC0HD$PH9u6Hl$8H,$HL$HT$HD$\$ tD$pHXD$pHXdD$pHX.w$
   1218 B
   1219 *runtime.racefuncenter
   1220  runtime.raceread
   1221  runtime.raceread
   1222  runtime.eqstring
   1223  runtime.raceread
   1224  runtime.raceread
   1225  runtime.raceread
   1226  runtime.raceread
   1227  runtime.raceread
   1228  runtime.raceread
   1229  runtime.raceread
   1230  runtime.raceread
   1231  runtime.eqstring
   1232 (runtime.racefuncexit	
   1233 (runtime.racefuncexit	
   1234 (runtime.racefuncexit
   1235 
   1236 0runtime.morestack_noctxt0"".autotmp_0200type.string"".autotmp_0199type.string"".autotmp_0198?type.string"".autotmp_0197type.string"".autotmp_0196_.type.*go/token.Position"".autotmp_0195O.type.*go/token.Position"".~r2 type.bool"".qtype.*"".Error"".ptype.*"".Error2-$ 1.K4DtTgclocals42e7756549fd1f1e78e70fcb9f08dd2bTgclocals8a4b5b35a8b33164ac11d43d5220088e`prebuilts/go/darwin-x86/src/go/scanner/errors.go""".(*Error).ErroreH%H;aHXHY Ht
H|$`H9;uH#H\$XH$1H\$hH\$pH\$`1H9uEHH$HD$HH\$HD$HH\$ HD$(H\$`H$HD$8Ht$`Ht5HHL$8HD$@HL$HHL$hHD$PHD$pHX
   1241 n
   1242 *runtime.racefuncenter&go.string."scanner""go.string."Error""go.string."Error"
   1243 "runtime.panicwrap
   1244 *runtime.racereadrange
   1245  runtime.duffcopy
   1246 "".Error.Error
   1247 (runtime.racefuncexit
   1248 0runtime.morestack_noctxt0"".autotmp_0201type.string"".~r0type.string""..thistype.*"".Error6Tgclocals69076ee43f1cead0792b9f36906b1b56Tgclocalsc55cf99de9cdd8c8202a466952fa1a45<autogenerated>&"".(*ErrorList).LeneH%H;aHHHY Ht
H|$PH9;uH#H\$HH$H\$P1H9uEHH$HD$HH\$HD$	HH\$ HD$(H\$PH$H\$PHt)H+Hl$0HCHkHl$@HD$8HD$XHH$
   1253 n
   1254 *runtime.racefuncenter&go.string."scanner"*go.string."ErrorList"go.string."Len"
   1255 "runtime.panicwrap
   1256  runtime.raceread
   1257 (runtime.racefuncexit
   1258 0runtime.morestack_noctxt "".p/"type."".ErrorList"".~r0type.int""..this$type.*"".ErrorList6Tgclocals3f5c1f818fa7055d0400cecd34057162Tgclocals790e5cc5051fc0affc980ade09e929ec<autogenerated>("".(*ErrorList).Swap		eH%H;a-H`HY Ht
H|$hH9;uH#H\$`H$H\$h1H9uEHH$HD$HH\$HD$	HH\$ HD$(H\$hH$H\$hHHHKHkHl$XHD$pH\$xH\$0HT$HHD$8HL$PH9RHH$HT$HHL$PHD$8H9&HH+Hl$@H9
   1264 HH$H\$HHl$0LD$PL9HH$HL$HHD$PHl$8H9HLD$0I9J,LE=ukLHl$0H9sWHH$H\$HHl$0LD$PL9s/HHl$@=u
H+H`H$Hl$H$LD$HL$HHD$P{i2
   1274 n
   1275 *runtime.racefuncenter&go.string."scanner"*go.string."ErrorList" go.string."Swap"
   1276 "runtime.panicwrap
   1277  runtime.raceread
   1278  runtime.raceread
   1279 "runtime.racewrite
   1280  runtime.raceread6runtime.writeBarrierEnabled
   1281 "runtime.racewrite6runtime.writeBarrierEnabled
   1282 (runtime.racefuncexit
   1283 .runtime.writebarrierptr
   1284 $runtime.panicindex
   1285 $runtime.panicindex
   1286 .runtime.writebarrierptr
   1287 $runtime.panicindex
   1288 $runtime.panicindex
   1289 $runtime.panicindex
   1290 $runtime.panicindex
   1291 $runtime.panicindex
   1292 $runtime.panicindex	
   1293 0runtime.morestack_noctxt0"".autotmp_0203?type.*"".Error"".j_type.int"".iOtype.int"".p/"type."".ErrorList"".j type.int"".itype.int""..this$type.*"".ErrorList|"6:1ATgclocalscb395d89503762333b1bfb09ba74eb12Tgclocals0b54e40361ced91ab254ee60980e804a<autogenerated>("".(*ErrorList).LesseH%HD$H;AHHY HtH$H9;uH#H$H$H$1H9uEHH$HD$HH\$HD$	HH\$ HD$(H$H$H$HCHHKHkH$H$H$H\$0HT$pHD$8HL$xH9HH$HT$pHL$xHl$8H9HH+HHl$HHl$0H9HH$H\$pHl$0LD$xL9qHH+HXHl$@H\$HH$H\$HH/H+Hl$`HkHl$hH\$@H$HT$hH\$@HHHL$PHCHD$XH9|Hl$`H,$HT$HL$HD$\$ QH\$HH$H$H\$@H$H$HD$HHXLD$@IhH9tMH$H$H\$@H$H$Hl$HH]LD$@IhH9$HH$H$ H\$@H$H$ HD$HHX LD$@Ih H9t>H$H$ H\$@H$H$ Hl$HH] LD$@Ih H9vH\$pHl$8LD$xL92HH$H\$pHl$8LD$xL9HH+H,$H$(H\$pHl$0LD$xL9HH$H\$pHl$0LD$xL9HH+H,$H$(HT$pHD$xHl$8H9svH4H.HtdLE(IH$IHHL$Hl$0H9s?H4H.Ht-LE(H|$IHIHHOH\$ HYEEH\$HH$H\$@H$Ht$HHH$HNHL$Ht$@H|$HHHNHOH\$ HEEAP
   1309 
   1310 *runtime.racefuncenter&go.string."scanner"*go.string."ErrorList" go.string."Less"
   1311 "runtime.panicwrap
   1312  runtime.raceread
   1313  runtime.raceread
   1314  runtime.raceread
   1315  runtime.raceread
   1316  runtime.raceread
   1317  runtime.eqstring
   1318  runtime.raceread
   1319  runtime.raceread	
   1320  runtime.raceread	
   1321  runtime.raceread
   1322 
   1323 (runtime.racefuncexit
   1324 
   1325  runtime.raceread
   1327  runtime.raceread
   1329  runtime.raceread
   1331  runtime.raceread
   1333  runtime.raceread
   1335  runtime.raceread
   1336  runtime.raceread
   1337  runtime.raceread
   1338 "runtime.cmpstring
   1339 $runtime.panicindex
   1340 $runtime.panicindex
   1341 $runtime.panicindex
   1342 $runtime.panicindex
   1343 $runtime.panicindex
   1344 $runtime.panicindex
   1345  runtime.raceread
   1346  runtime.raceread
   1347 "runtime.cmpstring
   1348 $runtime.panicindex
   1349 $runtime.panicindex
   1350 $runtime.panicindex
   1351 $runtime.panicindex
   1352 0runtime.morestack_noctxt@"".autotmp_0209type.bool"".autotmp_0208type.bool"".autotmp_0207type.bool"".autotmp_0205otype.string"".autotmp_0204Otype.string"".f.type.*go/token.Position"".e.type.*go/token.Position"".jtype.int"".itype.int"".p/"type."".ErrorList"".~r20type.bool"".j type.int"".itype.int""..this$type.*"".ErrorList
   1354 
   1355 
   1356 BDI<.KY7	8US
   1357 @	mTgclocals1ae62cce473f17806b5677919601c86fTgclocals437014a9ee1408147fa3c132f11bf09b<autogenerated>("".(*ErrorList).SorteH%H;aH0HY Ht
H|$8H9;uH#H\$0H$H\$81H9uEHH$HD$HH\$HD$	HH\$ HD$(H\$8H$Ht$8HH$HNHL$HNHL$H0/
   1362 n
   1363 *runtime.racefuncenter&go.string."scanner"*go.string."ErrorList" go.string."Sort"
   1364 "runtime.panicwrap
   1365  runtime.raceread
   1366 """.ErrorList.Sort
   1367 (runtime.racefuncexit
   1368 0runtime.morestack_noctxt`""..this$type.*"".ErrorList`_`6Tgclocals87d20ce1b58390b294df80b886db78bfTgclocals33cdeccccebe80329f1fdbee7f5874cb<autogenerated>*"".(*ErrorList).ErroreH%H;aH@HY Ht
H|$HH9;uH#H\$@H$1H\$PH\$XH\$H1H9uEHH$HD$HH\$HD$	HH\$ HD$(H\$HH$Ht$HHH$HNHL$HNHL$HL$HD$ HL$0HL$PHD$8HD$XH@
   1375 n
   1376 *runtime.racefuncenter&go.string."scanner"*go.string."ErrorList""go.string."Error"
   1377 "runtime.panicwrap
   1378  runtime.raceread
   1379 $"".ErrorList.Error
   1380 (runtime.racefuncexit
   1381 0runtime.morestack_noctxt0"".autotmp_0210type.string"".~r0type.string""..this$type.*"".ErrorList6Tgclocals69076ee43f1cead0792b9f36906b1b56Tgclocalsc55cf99de9cdd8c8202a466952fa1a45<autogenerated>&"".(*ErrorList).ErreH%HD$H;AHHY HtH$H9;uH#H$H$1H$H$H$1H9uEHH$HD$HH\$HD$	HH\$ HD$(H$H$H$HH3Ht$XHKHkHl$h1H\$8H\$@HL$`Hu,1HHL$8H$HD$@H$HHt$pHL$xH$HH$HH\$HH\$H\$pH\$HD$ HL$(HD$0HL$HHD$Ps;_
   1385 
   1386 *runtime.racefuncenter&go.string."scanner"*go.string."ErrorList"go.string."Err"
   1387 "runtime.panicwrap
   1388  runtime.raceread
   1389 (runtime.racefuncexit"type."".ErrorListtype.error4go.itab."".ErrorList.error
   1390 runtime.convT2I
   1391 0runtime.morestack_noctxt0"".autotmp_0213type.error"".autotmp_0212/"type."".ErrorList"".~r0type.error"".p_"type."".ErrorList"".~r0type.error""..this$type.*"".ErrorListDU>Tgclocals27f94a2fe0ff5b305b2385471201b6d7Tgclocals235b62117534fd7eb6f5e1b3574af895<autogenerated>4type..hash.[2]interface {}eH%H;aH(H\$(H$HT$81HD$Hl$H9}\HD$ HHHHckRHHH\$0HtEHHH$HD$8HD$HT$HD$ HHl$H9|HT$8HT$@H(C
   1396 
   1397 B
   1398 *runtime.racefuncenter
   1399 (runtime.nilinterhash
   1400 (runtime.racefuncexit
   1401 0runtime.morestack_noctxt0P
   1402 "".autotmp_0216type.int"".autotmp_0215type.int"".~r2 type.uintptr"".htype.uintptr"".p*type.*[2]interface {}POP Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb`prebuilts/go/darwin-x86/src/go/scanner/errors.go0type..eq.[2]interface {}eH%H;a/H`H\$`H$1HD$0Hl$0H9HD$8H\$pHHD$(HHH$HD$(H\$pHHHHH+Hl$PHkHl$XH\$hHHHH$HT$PH\$hHt}Hl$(HHHHKHL$HHD$@H9uLH$HL$HT$Hl$XHl$\$ t%HD$8HHl$0H9(D$xH`D$xH`|2
   1406 B
   1407 *runtime.racefuncenter
   1408  runtime.raceread
   1409  runtime.raceread
   1410 runtime.efaceeq
   1411 (runtime.racefuncexit
   1412 (runtime.racefuncexit
   1413 0runtime.morestack_noctxt0"".autotmp_0220?"type.interface {}"".autotmp_0219"type.interface {}"".autotmp_0218_type.int"".autotmp_0217Otype.int"".iotype.int"".~r2 type.bool"".q*type.*[2]interface {}"".p*type.*[2]interface {}& O_Tgclocals51af24152615272c3d9efc8538f95767Tgclocals2c78d3ad9d760b5f66e2e47be684c787`prebuilts/go/darwin-x86/src/go/scanner/errors.go4type..hash.[1]interface {}eH%H;aH(H\$(H$HT$81HD$Hl$H9}\HD$ HHHHckRHHH\$0HtEHHH$HD$8HD$HT$HD$ HHl$H9|HT$8HT$@H(C
   1416 
   1417 B
   1418 *runtime.racefuncenter
   1419 (runtime.nilinterhash
   1420 (runtime.racefuncexit
   1421 0runtime.morestack_noctxt0P
   1422 "".autotmp_0223type.int"".autotmp_0222type.int"".~r2 type.uintptr"".htype.uintptr"".p*type.*[1]interface {}POP Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb`prebuilts/go/darwin-x86/src/go/scanner/errors.go0type..eq.[1]interface {}eH%H;a/H`H\$`H$1HD$0Hl$0H9HD$8H\$pHHD$(HHH$HD$(H\$pHHHHH+Hl$PHkHl$XH\$hHHHH$HT$PH\$hHt}Hl$(HHHHKHL$HHD$@H9uLH$HL$HT$Hl$XHl$\$ t%HD$8HHl$0H9(D$xH`D$xH`|2
   1426 B
   1427 *runtime.racefuncenter
   1428  runtime.raceread
   1429  runtime.raceread
   1430 runtime.efaceeq
   1431 (runtime.racefuncexit
   1432 (runtime.racefuncexit
   1433 0runtime.morestack_noctxt0"".autotmp_0227?"type.interface {}"".autotmp_0226"type.interface {}"".autotmp_0225_type.int"".autotmp_0224Otype.int"".iotype.int"".~r2 type.bool"".q*type.*[1]interface {}"".p*type.*[1]interface {}& O_Tgclocals51af24152615272c3d9efc8538f95767Tgclocals2c78d3ad9d760b5f66e2e47be684c787`prebuilts/go/darwin-x86/src/go/scanner/errors.go(type..hash.[2]stringeH%H;aH(H\$(H$HT$81HD$Hl$H9}\HD$ HHHHckRHHH\$0HtEHHH$HD$8HD$HT$HD$ HHl$H9|HT$8HT$@H(C
   1436 
   1437 B
   1438 *runtime.racefuncenter
   1439 runtime.strhash
   1440 (runtime.racefuncexit
   1441 0runtime.morestack_noctxt0P
   1442 "".autotmp_0230type.int"".autotmp_0229type.int"".~r2 type.uintptr"".htype.uintptr"".ptype.*[2]stringPOP Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb`prebuilts/go/darwin-x86/src/go/scanner/errors.go$type..eq.[2]stringeH%H;a/H`H\$`H$1HD$0Hl$0H9HD$8H\$hHHD$(HHH$HD$(H\$hHHHHH+Hl$PHkHl$XH\$pHHHH$HT$XH\$pHt}Hl$(HHHHL$@HCHD$HH9uLHl$PH,$HT$HL$HD$\$ t%HD$8HHl$0H9(D$xH`D$xH`|2
   1447 B
   1448 *runtime.racefuncenter
   1449  runtime.raceread
   1450  runtime.raceread
   1451  runtime.eqstring
   1452 (runtime.racefuncexit
   1453 (runtime.racefuncexit
   1454 0runtime.morestack_noctxt0"".autotmp_0234?type.string"".autotmp_0233type.string"".autotmp_0232_type.int"".autotmp_0231Otype.int"".iotype.int"".~r2 type.bool"".qtype.*[2]string"".ptype.*[2]string& O_Tgclocals51af24152615272c3d9efc8538f95767Tgclocals44750c784da4dd430afdd97fea5c405a`prebuilts/go/darwin-x86/src/go/scanner/errors.go(type..hash.[8]stringeH%H;aH(H\$(H$HT$81HD$Hl$H9}\HD$ HHHHckRHHH\$0HtEHHH$HD$8HD$HT$HD$ HHl$H9|HT$8HT$@H(C
   1457 
   1458 B
   1459 *runtime.racefuncenter
   1460 runtime.strhash
   1461 (runtime.racefuncexit
   1462 0runtime.morestack_noctxt0P
   1463 "".autotmp_0237type.int"".autotmp_0236type.int"".~r2 type.uintptr"".htype.uintptr"".ptype.*[8]stringPOP Tgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals33cdeccccebe80329f1fdbee7f5874cb`prebuilts/go/darwin-x86/src/go/scanner/errors.go$type..eq.[8]stringeH%H;a/H`H\$`H$1HD$0Hl$0H9HD$8H\$hHHD$(HHH$HD$(H\$hHHHHH+Hl$PHkHl$XH\$pHHHH$HT$XH\$pHt}Hl$(HHHHL$@HCHD$HH9uLHl$PH,$HT$HL$HD$\$ t%HD$8HHl$0H9(D$xH`D$xH`|2
   1468 B
   1469 *runtime.racefuncenter
   1470  runtime.raceread
   1471  runtime.raceread
   1472  runtime.eqstring
   1473 (runtime.racefuncexit
   1474 (runtime.racefuncexit
   1475 0runtime.morestack_noctxt0"".autotmp_0241?type.string"".autotmp_0240type.string"".autotmp_0239_type.int"".autotmp_0238Otype.int"".iotype.int"".~r2 type.bool"".qtype.*[8]string"".ptype.*[8]string& O_Tgclocals51af24152615272c3d9efc8538f95767Tgclocals44750c784da4dd430afdd97fea5c405a`prebuilts/go/darwin-x86/src/go/scanner/errors.go$go.string.hdr.": "  go.string.": "go.string.": ": Tgclocalsad3d78e88c381598810f2e82f373ef66((Tgclocals90f4f1110e613c00369f3da917ba22a6((	!!Tgclocalsd556b1128a75a6acc2da55546c9016eb88	Tgclocalsa84b5821355a66ea2f76ce4d3da3b8de88CCCCCTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals87d20ce1b58390b294df80b886db78bfTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals2fccd208efe70893f9ac8d682812ae72Tgclocals0c8aa8e80191a30eac23f1a218103f16  Tgclocals3260b5c802f633fd6252c227878dd72a  Tgclocals4efb9904f955df940ccfde8ba6a2d2b800Tgclocals665da0db10d6ec82b644d9f6aee9e87b000Fgo.itab."".ErrorList.sort.InterfaceTgclocals2c033e7f4f4a74cc7e9f368d1fec9f60  Tgclocals41a13ac73c712c01973b8fe23f62d694  0Hgo.itab.*"".ErrorList.sort.InterfaceTgclocalsc3d124c05af582629e9337690d04ff25@@Tgclocals6718fa3ce60556785ebaaf7cd5569ede@@2go.string.hdr."no errors"  	*go.string."no errors"*go.string."no errors" no errorsNgo.string.hdr."%s (and %d more errors)"  Fgo.string."%s (and %d more errors)"Fgo.string."%s (and %d more errors)"00%s (and %d more errors)Tgclocals7a3197e6389b5179d6f784d3a29d2137@@Tgclocalsfcea5854e13229bcceb7809c08ce0403@@		04go.itab."".ErrorList.errorTgclocalsfd45189cb370f0bcdca69de18c1d659500Tgclocalse55bb8421bd11ab67207204dc5d25e8500(go.string.hdr."%s\n"   go.string."%s\n" go.string."%s\n"%s
   1478 Tgclocals1e5b6da1c5a753c8d625d1b2d05c2b30PPTgclocals2e1bf46b5fcbe5d44bfd3cc06dee2b85PPJgo.string.hdr."illegal character NUL"  Bgo.string."illegal character NUL"Bgo.string."illegal character NUL"0,illegal character NULLgo.string.hdr."illegal UTF-8 encoding"  Dgo.string."illegal UTF-8 encoding"Dgo.string."illegal UTF-8 encoding"0.illegal UTF-8 encodingNgo.string.hdr."illegal byte order mark"  Fgo.string."illegal byte order mark"Fgo.string."illegal byte order mark"00illegal byte order markTgclocals790e5cc5051fc0affc980ade09e929ecTgclocals87d20ce1b58390b294df80b886db78bftgo.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)Tgclocals05984521bc7b15582c545b5b16d9224cXX	`Tgclocalsf83e65ca87c7af32aae3a8e16d21e7bcXX	'''''''''Tgclocalsfad3647538fe088c3f63d28bb4a0e2d7  Tgclocals41989093cd5a47ae97b0d8210e38e6a5  "go.string.hdr."/"  go.string."/"go.string."/"/Tgclocals1e38d679f33eabe7ce7a90f378829aa6@@@@@ @ @Tgclocalsa68b09a48716afad7ca7a02fe6add474@@Lgo.string.hdr."comment not terminated"  Dgo.string."comment not terminated"Dgo.string."comment not terminated"0.comment not terminatedTgclocalsae0a20890c9ac6bfbea3383f34532bab  Tgclocals69076ee43f1cead0792b9f36906b1b56  Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals3f5c1f818fa7055d0400cecd34057162Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocalsf56b2291fa344104975cb6587be42b9b  Tgclocals69076ee43f1cead0792b9f36906b1b56  Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals23e8278e2b69a3a75fa59b23c49ed6adTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals3f5c1f818fa7055d0400cecd34057162Tgo.string.hdr."illegal hexadecimal number"  Lgo.string."illegal hexadecimal number"Lgo.string."illegal hexadecimal number"@6illegal hexadecimal numberHgo.string.hdr."illegal octal number"  @go.string."illegal octal number"@go.string."illegal octal number"0*illegal octal numberTgclocalsf56b2291fa344104975cb6587be42b9b  Tgclocalscfd97ba95bb5326c9855399a9aeae1e4  	Ngo.string.hdr."unknown escape sequence"  Fgo.string."unknown escape sequence"Fgo.string."unknown escape sequence"00unknown escape sequence\go.string.hdr."escape sequence not terminated"  Tgo.string."escape sequence not terminated"Tgo.string."escape sequence not terminated"@>escape sequence not terminatedpgo.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 sequencezgo.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 pointTgclocalse5ee6781bf6b1fc340cf8211eec77619@@Tgclocals5a3b3335c77530719461673acf642aae@@Vgo.string.hdr."rune literal not terminated"  Ngo.string."rune literal not terminated"Ngo.string."rune literal not terminated"@8rune literal not terminatedHgo.string.hdr."illegal rune literal"  @go.string."illegal rune literal"@go.string."illegal rune literal"0*illegal rune literalTgclocalsf56b2291fa344104975cb6587be42b9b  Tgclocals69076ee43f1cead0792b9f36906b1b56  Zgo.string.hdr."string literal not terminated"  Rgo.string."string literal not terminated"Rgo.string."string literal not terminated"@<string literal not terminatedTgclocalsf56b2291fa344104975cb6587be42b9b  Tgclocals69076ee43f1cead0792b9f36906b1b56  Tgclocals17eb84d6decf18bfa7d30b73a13dbee9((Tgclocals6a5390a59b8d22a13b923714ec7f5cb9((	bgo.string.hdr."raw string literal not terminated"  !Zgo.string."raw string literal not terminated"Zgo.string."raw string literal not terminated"PDraw string literal not terminatedTgclocalsf56b2291fa344104975cb6587be42b9b  Tgclocals69076ee43f1cead0792b9f36906b1b56  Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals87d20ce1b58390b294df80b886db78bfTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals2fccd208efe70893f9ac8d682812ae72Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals6432f8c6a0d23fa7bee6c5d96f21a92aTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocalsa041240a37ce609efec56707c330d1a4$go.string.hdr."\n"  go.string."\n"go.string."\n"
   1480 "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 %#UTgclocals5c56d6271a8bbb6eb725c5899f7356b2PP		Tgclocalsf2dda63c9a10390c5b215ad5d7ae91ebPP				Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals3f5c1f818fa7055d0400cecd340571620""..gobytes.1//line Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals33cdeccccebe80329f1fdbee7f5874cb,"".prefix0type.[]uint80""..gobytes.1""".statictmp_0103type.[1]uint8:0"".initdonetype.uint8""".Error.Errorf"".Error.Error,"".(*ErrorList).Addf&"".(*ErrorList).Add0"".(*ErrorList).Resetf*"".(*ErrorList).Reset&"".ErrorList.Lenf "".ErrorList.Len("".ErrorList.Swapf""".ErrorList.Swap("".ErrorList.Lessf""".ErrorList.Less("".ErrorList.Sortf""".ErrorList.SortD"".(*ErrorList).RemoveMultiplesf>"".(*ErrorList).RemoveMultiples*"".ErrorList.Errorf$"".ErrorList.Error&"".ErrorList.Errf "".ErrorList.Err "".PrintErrorf"".PrintError*"".(*Scanner).nextf$"".(*Scanner).next*"".(*Scanner).Initf$"".(*Scanner).Init,"".(*Scanner).errorf&"".(*Scanner).errorJ"".(*Scanner).interpretLineCommentfD"".(*Scanner).interpretLineComment8"".(*Scanner).scanCommentf2"".(*Scanner).scanComment8"".(*Scanner).findLineEndf2"".(*Scanner).findLineEnd"".isLetterf"".isLetter"".isDigitf"".isDigit>"".(*Scanner).scanIdentifierf8"".(*Scanner).scanIdentifier"".digitValf"".digitVal:"".(*Scanner).scanMantissaf4"".(*Scanner).scanMantissa6"".(*Scanner).scanNumberf0"".(*Scanner).scanNumber6"".(*Scanner).scanEscapef0"".(*Scanner).scanEscape2"".(*Scanner).scanRunef,"".(*Scanner).scanRune6"".(*Scanner).scanStringf0"".(*Scanner).scanString"".stripCRf"".stripCR<"".(*Scanner).scanRawStringf6"".(*Scanner).scanRawString>"".(*Scanner).skipWhitespacef8"".(*Scanner).skipWhitespace0"".(*Scanner).switch2f*"".(*Scanner).switch20"".(*Scanner).switch3f*"".(*Scanner).switch30"".(*Scanner).switch4f*"".(*Scanner).switch4*"".(*Scanner).Scanf$"".(*Scanner).ScanD"".(*Scanner).findLineEnd.func1f>"".(*Scanner).findLineEnd.func1"".initf"".initTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals8a4b5b35a8b33164ac11d43d5220088e00Tgclocals42e7756549fd1f1e78e70fcb9f08dd2b00.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"ErrorTgclocalsc55cf99de9cdd8c8202a466952fa1a45  Tgclocals69076ee43f1cead0792b9f36906b1b56  Vgo.string.hdr."func(*scanner.Error) string"  Ngo.string."func(*scanner.Error) string"Ngo.string."func(*scanner.Error) string"@8func(*scanner.Error) string6type.func(*"".Error) stringx730 runtime.algarray@"runtime.gcbits.01PVgo.string.hdr."func(*scanner.Error) string"pHgo.weak.type.*func(*"".Error) string"runtime.zerovalue6type.func(*"".Error) string6type.func(*"".Error) stringtype.*"".Errortype.string|go.typelink.func(*scanner.Error) string	func(*"".Error) string6type.func(*"".Error) string:go.string.hdr."func() string"  
2go.string."func() string"2go.string."func() string" func() string$type.func() stringm30 runtime.algarray@"runtime.gcbits.01P:go.string.hdr."func() string"p6go.weak.type.*func() string"runtime.zerovalue$type.func() string$type.func() stringtype.stringNgo.typelink.func() string	func() string$type.func() stringtype.*"".Error	60 runtime.algarray@"runtime.gcbits.01P<go.string.hdr."*scanner.Error"p.go.weak.type.**"".Error"runtime.zerovaluetype."".Error`type.*"".Errortype.*"".Error*go.string.hdr."Error"$type.func() string6type.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"MsgTgo.string.hdr."func(scanner.Error) string"  Lgo.string."func(scanner.Error) string"Lgo.string."func(scanner.Error) string"@6func(scanner.Error) string4type.func("".Error) string30 runtime.algarray@"runtime.gcbits.01PTgo.string.hdr."func(scanner.Error) string"pFgo.weak.type.*func("".Error) string"runtime.zerovalue4type.func("".Error) string4type.func("".Error) stringtype."".Errortype.stringxgo.typelink.func(scanner.Error) string	func("".Error) string4type.func("".Error) string4go.string.hdr."go/scanner"  
   1484 ,go.string."go/scanner",go.string."go/scanner" go/scanner"go.importpath."".  
   1485 ,go.string."go/scanner"type."".Error80](&0$type..alg."".Error@"runtime.gcbits.21P:go.string.hdr."scanner.Error"ptype.*"".Error"runtime.zerovaluetype."".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() string4type.func("".Error) string""".(*Error).Error"".Error.ErrorDgo.string.hdr."*scanner.ErrorList"  <go.string."*scanner.ErrorList"<go.string."*scanner.ErrorList"0&*scanner.ErrorList2go.string.hdr."ErrorList"  	*go.string."ErrorList"*go.string."ErrorList" ErrorList&go.string.hdr."Len"  go.string."Len"go.string."Len"LenTgclocals790e5cc5051fc0affc980ade09e929ecTgclocals3f5c1f818fa7055d0400cecd34057162(go.string.hdr."Swap"   go.string."Swap" go.string."Swap"
   1486 SwapTgclocals0b54e40361ced91ab254ee60980e804a((Tgclocalscb395d89503762333b1bfb09ba74eb12(((go.string.hdr."Less"   go.string."Less" go.string."Less"
   1487 LessTgclocals437014a9ee1408147fa3c132f11bf09b@@	@BCSTgclocals1ae62cce473f17806b5677919601c86f@@(go.string.hdr."Sort"   go.string."Sort" go.string."Sort"
   1488 SortTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals87d20ce1b58390b294df80b886db78bfTgclocalsc55cf99de9cdd8c8202a466952fa1a45  Tgclocals69076ee43f1cead0792b9f36906b1b56  &go.string.hdr."Err"  go.string."Err"go.string."Err"ErrTgclocals235b62117534fd7eb6f5e1b3574af895((
   1489 Tgclocals27f94a2fe0ff5b305b2385471201b6d7((go.string.hdr."func(*scanner.ErrorList, token.Position, string)"  0xgo.string."func(*scanner.ErrorList, token.Position, string)"xgo.string."func(*scanner.ErrorList, token.Position, string)"pbfunc(*scanner.ErrorList, token.Position, string)ftype.func(*"".ErrorList, go/token.Position, string)cV30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*scanner.ErrorList, token.Position, string)"pxgo.weak.type.*func(*"".ErrorList, go/token.Position, string)"runtime.zerovalueftype.func(*"".ErrorList, go/token.Position, string)ftype.func(*"".ErrorList, go/token.Position, string)$type.*"".ErrorList,type.go/token.Positiontype.stringgo.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'30 runtime.algarray@"runtime.gcbits.01P\go.string.hdr."func(*scanner.ErrorList) error"pNgo.weak.type.*func(*"".ErrorList) error"runtime.zerovalue<type.func(*"".ErrorList) error<type.func(*"".ErrorList) error$type.*"".ErrorListtype.errorgo.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?30 runtime.algarray@"runtime.gcbits.01P^go.string.hdr."func(*scanner.ErrorList) string"pPgo.weak.type.*func(*"".ErrorList) string"runtime.zerovalue>type.func(*"".ErrorList) string>type.func(*"".ErrorList) string$type.*"".ErrorListtype.stringgo.typelink.func(*scanner.ErrorList) string	func(*"".ErrorList) string>type.func(*"".ErrorList) stringXgo.string.hdr."func(*scanner.ErrorList) int"  Pgo.string."func(*scanner.ErrorList) int"Pgo.string."func(*scanner.ErrorList) int"@:func(*scanner.ErrorList) int8type.func(*"".ErrorList) intEF"30 runtime.algarray@"runtime.gcbits.01PXgo.string.hdr."func(*scanner.ErrorList) int"pJgo.weak.type.*func(*"".ErrorList) int"runtime.zerovalue8type.func(*"".ErrorList) int8type.func(*"".ErrorList) int$type.*"".ErrorListtype.intgo.typelink.func(*scanner.ErrorList) int	func(*"".ErrorList) int8type.func(*"".ErrorList) intngo.string.hdr."func(*scanner.ErrorList, int, int) bool"  'fgo.string."func(*scanner.ErrorList, int, int) bool"fgo.string."func(*scanner.ErrorList, int, int) bool"PPfunc(*scanner.ErrorList, int, int) boolNtype.func(*"".ErrorList, int, int) bool30 runtime.algarray@"runtime.gcbits.01Pngo.string.hdr."func(*scanner.ErrorList, int, int) bool"p`go.weak.type.*func(*"".ErrorList, int, int) bool"runtime.zerovalueNtype.func(*"".ErrorList, int, int) boolNtype.func(*"".ErrorList, int, int) bool$type.*"".ErrorListtype.inttype.inttype.boolgo.typelink.func(*scanner.ErrorList, int, int) bool	func(*"".ErrorList, int, int) boolNtype.func(*"".ErrorList, int, int) boolPgo.string.hdr."func(*scanner.ErrorList)"  Hgo.string."func(*scanner.ErrorList)"Hgo.string."func(*scanner.ErrorList)"@2func(*scanner.ErrorList)0type.func(*"".ErrorList)vA=-30 runtime.algarray@"runtime.gcbits.01PPgo.string.hdr."func(*scanner.ErrorList)"pBgo.weak.type.*func(*"".ErrorList)"runtime.zerovalue0type.func(*"".ErrorList)0type.func(*"".ErrorList)$type.*"".ErrorListpgo.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)"PFfunc(*scanner.ErrorList, int, int)Dtype.func(*"".ErrorList, int, int)Am30 runtime.algarray@"runtime.gcbits.01Pdgo.string.hdr."func(*scanner.ErrorList, int, int)"pVgo.weak.type.*func(*"".ErrorList, int, int)"runtime.zerovalueDtype.func(*"".ErrorList, int, int)Dtype.func(*"".ErrorList, int, int)$type.*"".ErrorListtype.inttype.intgo.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"AddXgo.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)30 runtime.algarray@"runtime.gcbits.01PXgo.string.hdr."func(token.Position, string)"pZgo.weak.type.*func(go/token.Position, string)"runtime.zerovalueHtype.func(go/token.Position, string)Htype.func(go/token.Position, string),type.go/token.Positiontype.stringgo.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() error30 runtime.algarray@"runtime.gcbits.01P8go.string.hdr."func() error"p4go.weak.type.*func() error"runtime.zerovalue"type.func() error"type.func() errortype.errorJgo.typelink.func() error	func() error"type.func() error4go.string.hdr."func() int"  
   1491 ,go.string."func() int",go.string."func() int" func() inttype.func() int930 runtime.algarray@"runtime.gcbits.01P4go.string.hdr."func() int"p0go.weak.type.*func() int"runtime.zerovaluetype.func() inttype.func() inttype.intBgo.typelink.func() int	func() inttype.func() intFgo.string.hdr."func(int, int) bool"  >go.string."func(int, int) bool">go.string."func(int, int) bool"0(func(int, int) bool0type.func(int, int) bool"30 runtime.algarray@"runtime.gcbits.01PFgo.string.hdr."func(int, int) bool"pBgo.weak.type.*func(int, int) bool"runtime.zerovalue0type.func(int, int) bool0type.func(int, int) booltype.inttype.inttype.boolfgo.typelink.func(int, int) bool	func(int, int) bool0type.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()30 runtime.algarray@"runtime.gcbits.01P,go.string.hdr."func()"p(go.weak.type.*func()"runtime.zerovaluetype.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)%30 runtime.algarray@"runtime.gcbits.01P<go.string.hdr."func(int, int)"p8go.weak.type.*func(int, int)"runtime.zerovalue&type.func(int, int)&type.func(int, int)type.inttype.intRgo.typelink.func(int, int)	func(int, int)&type.func(int, int)$type.*"".ErrorListw6		j0 runtime.algarray@"runtime.gcbits.01PDgo.string.hdr."*scanner.ErrorList"p6go.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() int8type.func(*"".ErrorList) int&"".(*ErrorList).Len&"".(*ErrorList).Len(go.string.hdr."Less"0type.func(int, int) boolNtype.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).SwapBgo.string.hdr."scanner.ErrorList"  :go.string."scanner.ErrorList":go.string."scanner.ErrorList"0$scanner.ErrorListZgo.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) errorF>30 runtime.algarray@"runtime.gcbits.01PZgo.string.hdr."func(scanner.ErrorList) error"pLgo.weak.type.*func("".ErrorList) error"runtime.zerovalue:type.func("".ErrorList) error:type.func("".ErrorList) error"type."".ErrorListtype.errorgo.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) string30 runtime.algarray@"runtime.gcbits.01P\go.string.hdr."func(scanner.ErrorList) string"pNgo.weak.type.*func("".ErrorList) string"runtime.zerovalue<type.func("".ErrorList) string<type.func("".ErrorList) string"type."".ErrorListtype.stringgo.typelink.func(scanner.ErrorList) string	func("".ErrorList) string<type.func("".ErrorList) stringVgo.string.hdr."func(scanner.ErrorList) int"  Ngo.string."func(scanner.ErrorList) int"Ngo.string."func(scanner.ErrorList) int"@8func(scanner.ErrorList) int6type.func("".ErrorList) int30 runtime.algarray@"runtime.gcbits.01PVgo.string.hdr."func(scanner.ErrorList) int"pHgo.weak.type.*func("".ErrorList) int"runtime.zerovalue6type.func("".ErrorList) int6type.func("".ErrorList) int"type."".ErrorListtype.int|go.typelink.func(scanner.ErrorList) int	func("".ErrorList) int6type.func("".ErrorList) intlgo.string.hdr."func(scanner.ErrorList, int, int) bool"  &dgo.string."func(scanner.ErrorList, int, int) bool"dgo.string."func(scanner.ErrorList, int, int) bool"PNfunc(scanner.ErrorList, int, int) boolLtype.func("".ErrorList, int, int) bools%^g30 runtime.algarray@"runtime.gcbits.01Plgo.string.hdr."func(scanner.ErrorList, int, int) bool"p^go.weak.type.*func("".ErrorList, int, int) bool"runtime.zerovalueLtype.func("".ErrorList, int, int) boolLtype.func("".ErrorList, int, int) bool"type."".ErrorListtype.inttype.inttype.boolgo.typelink.func(scanner.ErrorList, int, int) bool	func("".ErrorList, int, int) boolLtype.func("".ErrorList, int, int) boolNgo.string.hdr."func(scanner.ErrorList)"  Fgo.string."func(scanner.ErrorList)"Fgo.string."func(scanner.ErrorList)"00func(scanner.ErrorList).type.func("".ErrorList)30 runtime.algarray@"runtime.gcbits.01PNgo.string.hdr."func(scanner.ErrorList)"p@go.weak.type.*func("".ErrorList)"runtime.zerovalue.type.func("".ErrorList).type.func("".ErrorList)"type."".ErrorListlgo.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)"PDfunc(scanner.ErrorList, int, int)Btype.func("".ErrorList, int, int)Sm30 runtime.algarray@"runtime.gcbits.01Pbgo.string.hdr."func(scanner.ErrorList, int, int)"pTgo.weak.type.*func("".ErrorList, int, int)"runtime.zerovalueBtype.func("".ErrorList, int, int)Btype.func("".ErrorList, int, int)"type."".ErrorListtype.inttype.intgo.typelink.func(scanner.ErrorList, int, int)	func("".ErrorList, int, int)Btype.func("".ErrorList, int, int)"type."".ErrorListP0 runtime.algarray@"runtime.gcbits.01PBgo.string.hdr."scanner.ErrorList"p$type.*"".ErrorList"runtime.zerovaluetype.*"".Error`"type."".ErrorList2go.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() int6type.func("".ErrorList) int&"".(*ErrorList).Len "".ErrorList.Len(go.string.hdr."Less"0type.func(int, int) boolLtype.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.Errortype.**"".Errorv_60 runtime.algarray@"runtime.gcbits.01P>go.string.hdr."**scanner.Error"p0go.weak.type.***"".Error"runtime.zerovaluetype.*"".Error"runtime.gcbits.038go.string.hdr."interface {}"  0go.string."interface {}"0go.string."interface {}" interface {}"type.interface {}W0 runtime.algarray@"runtime.gcbits.03P8go.string.hdr."interface {}"p4go.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.01P<go.string.hdr."[]interface {}"p8go.weak.type.*[]interface {}"runtime.zerovalue"type.interface {}Rgo.typelink.[]interface {}	[]interface {}&type.[]interface {}Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals2c78d3ad9d760b5f66e2e47be684c787  Tgclocals51af24152615272c3d9efc8538f95767  <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 {}  ,Y02type..alg.[2]interface {}@"runtime.gcbits.0fP>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-q60 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*[2]interface {}"p<go.weak.type.**[2]interface {}"runtime.zerovalue(type.[2]interface {}Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals2c78d3ad9d760b5f66e2e47be684c787  Tgclocals51af24152615272c3d9efc8538f95767  <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[02type..alg.[1]interface {}@"runtime.gcbits.03P>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 {}560 runtime.algarray@"runtime.gcbits.01P@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"[]uint8type.[]uint8~.80 runtime.algarray@"runtime.gcbits.01P.go.string.hdr."[]uint8"p*go.weak.type.*[]uint8"runtime.zerovaluetype.uint86go.typelink.[]uint8	[]uint8type.[]uint8Jgo.string.hdr."*scanner.ErrorHandler"  Bgo.string."*scanner.ErrorHandler"Bgo.string."*scanner.ErrorHandler"0,*scanner.ErrorHandler*type.*"".ErrorHandler60 runtime.algarray@"runtime.gcbits.01PJgo.string.hdr."*scanner.ErrorHandler"p<go.weak.type.**"".ErrorHandler"runtime.zerovalue(type."".ErrorHandlerHgo.string.hdr."scanner.ErrorHandler"  @go.string."scanner.ErrorHandler"@go.string."scanner.ErrorHandler"0*scanner.ErrorHandler8go.string.hdr."ErrorHandler"  0go.string."ErrorHandler"0go.string."ErrorHandler" ErrorHandler(type."".ErrorHandler30 runtime.algarray@"runtime.gcbits.01PHgo.string.hdr."scanner.ErrorHandler"p*type.*"".ErrorHandler"runtime.zerovalue(type."".ErrorHandler(type."".ErrorHandler,type.go/token.Positiontype.string`(type."".ErrorHandler8go.string.hdr."ErrorHandler""go.importpath."".(type."".ErrorHandler:go.string.hdr."*scanner.Mode"  
2go.string."*scanner.Mode"2go.string."*scanner.Mode" *scanner.Modetype.*"".Mode60 runtime.algarray@"runtime.gcbits.01P:go.string.hdr."*scanner.Mode"p,go.weak.type.**"".Mode"runtime.zerovaluetype."".Moderuntime.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"
   1507 Modetype."".Mode.0 runtime.algarray@runtime.gcbits.P8go.string.hdr."scanner.Mode"ptype.*"".Mode"runtime.zerovalue`type."".Mode(go.string.hdr."Mode""go.importpath."".type."".Mode"runtime.gcbits.4bK>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"
   1508 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"
   1509 mode$go.string.hdr."ch"  go.string."ch"go.string."ch"ch,go.string.hdr."offset"  $go.string."offset"$go.string."offset"offset0go.string.hdr."rdOffset"  (go.string."rdOffset"(go.string."rdOffset" rdOffset4go.string.hdr."lineOffset"  
   1510 ,go.string."lineOffset",go.string."lineOffset" lineOffset4go.string.hdr."insertSemi"  
   1511 ,go.string."insertSemi",go.string."insertSemi" insertSemi4go.string.hdr."ErrorCount"  
   1512 ,go.string."ErrorCount",go.string."ErrorCount" ErrorCount.go.string.hdr."Scanner"  &go.string."Scanner"&go.string."Scanner"Scannertype."".Scanner		p8	G08@HPX`hT0 runtime.algarray@"runtime.gcbits.4bP>go.string.hdr."scanner.Scanner"p type.*"".Scanner"runtime.zerovaluetype."".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.int0go.string.hdr."rdOffset""go.importpath."".type.int4go.string.hdr."lineOffset""go.importpath."".type.int4go.string.hdr."insertSemi""go.importpath."".type.bool4go.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.Scannergo.string.hdr."func(*scanner.Scanner, *token.File, []uint8, scanner.ErrorHandler, scanner.Mode)"  Pgo.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)kr30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*scanner.Scanner, *token.File, []uint8, scanner.ErrorHandler, scanner.Mode)"pgo.weak.type.*func(*"".Scanner, *go/token.File, []uint8, "".ErrorHandler, "".Mode)"runtime.zerovaluetype.func(*"".Scanner, *go/token.File, []uint8, "".ErrorHandler, "".Mode)type.func(*"".Scanner, *go/token.File, []uint8, "".ErrorHandler, "".Mode) type.*"".Scanner&type.*go/token.Filetype.[]uint8(type."".ErrorHandlertype."".Modego.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)"  7go.string."func(*scanner.Scanner) (token.Pos, token.Token, string)"go.string."func(*scanner.Scanner) (token.Pos, token.Token, string)"ppfunc(*scanner.Scanner) (token.Pos, token.Token, string)ztype.func(*"".Scanner) (go/token.Pos, go/token.Token, string)`Fq30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*scanner.Scanner) (token.Pos, token.Token, string)"pgo.weak.type.*func(*"".Scanner) (go/token.Pos, go/token.Token, string)"runtime.zerovalueztype.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.Tokentype.stringgo.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)"PHfunc(*scanner.Scanner, int, string)Ftype.func(*"".Scanner, int, string)30 runtime.algarray@"runtime.gcbits.01Pfgo.string.hdr."func(*scanner.Scanner, int, string)"pXgo.weak.type.*func(*"".Scanner, int, string)"runtime.zerovalueFtype.func(*"".Scanner, int, string)Ftype.func(*"".Scanner, int, string) type.*"".Scannertype.inttype.stringgo.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) bool6type.func(*"".Scanner) bool*30 runtime.algarray@"runtime.gcbits.01PVgo.string.hdr."func(*scanner.Scanner) bool"pHgo.weak.type.*func(*"".Scanner) bool"runtime.zerovalue6type.func(*"".Scanner) bool6type.func(*"".Scanner) bool type.*"".Scannertype.bool|go.typelink.func(*scanner.Scanner) bool	func(*"".Scanner) bool6type.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)Z30 runtime.algarray@"runtime.gcbits.01P^go.string.hdr."func(*scanner.Scanner, []uint8)"pPgo.weak.type.*func(*"".Scanner, []uint8)"runtime.zerovalue>type.func(*"".Scanner, []uint8)>type.func(*"".Scanner, []uint8) type.*"".Scannertype.[]uint8go.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"30 runtime.algarray@"runtime.gcbits.01PLgo.string.hdr."func(*scanner.Scanner)"p>go.weak.type.*func(*"".Scanner)"runtime.zerovalue,type.func(*"".Scanner),type.func(*"".Scanner) type.*"".Scannerhgo.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$30 runtime.algarray@"runtime.gcbits.01PZgo.string.hdr."func(*scanner.Scanner) string"pLgo.weak.type.*func(*"".Scanner) string"runtime.zerovalue:type.func(*"".Scanner) string:type.func(*"".Scanner) string type.*"".Scannertype.stringgo.typelink.func(*scanner.Scanner) string	func(*"".Scanner) string:type.func(*"".Scanner) stringdgo.string.hdr."func(*scanner.Scanner, int32) bool"  "\go.string."func(*scanner.Scanner, int32) bool"\go.string."func(*scanner.Scanner, int32) bool"PFfunc(*scanner.Scanner, int32) boolDtype.func(*"".Scanner, int32) bool&30 runtime.algarray@"runtime.gcbits.01Pdgo.string.hdr."func(*scanner.Scanner, int32) bool"pVgo.weak.type.*func(*"".Scanner, int32) bool"runtime.zerovalueDtype.func(*"".Scanner, int32) boolDtype.func(*"".Scanner, int32) bool type.*"".Scannertype.int32type.boolgo.typelink.func(*scanner.Scanner, int32) bool	func(*"".Scanner, int32) boolDtype.func(*"".Scanner, int32) boolVgo.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)30 runtime.algarray@"runtime.gcbits.01PVgo.string.hdr."func(*scanner.Scanner, int)"pHgo.weak.type.*func(*"".Scanner, int)"runtime.zerovalue6type.func(*"".Scanner, int)6type.func(*"".Scanner, int) type.*"".Scannertype.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)"pffunc(*scanner.Scanner, bool) (token.Token, string)jtype.func(*"".Scanner, bool) (go/token.Token, string)c*30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*scanner.Scanner, bool) (token.Token, string)"p|go.weak.type.*func(*"".Scanner, bool) (go/token.Token, string)"runtime.zerovaluejtype.func(*"".Scanner, bool) (go/token.Token, string)jtype.func(*"".Scanner, bool) (go/token.Token, string) type.*"".Scannertype.bool&type.go/token.Tokentype.stringgo.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.Tokentype.func(*"".Scanner, go/token.Token, go/token.Token) go/token.TokenqxX30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*scanner.Scanner, token.Token, token.Token) token.Token"pgo.weak.type.*func(*"".Scanner, go/token.Token, go/token.Token) go/token.Token"runtime.zerovaluetype.func(*"".Scanner, go/token.Token, go/token.Token) go/token.Tokentype.func(*"".Scanner, go/token.Token, go/token.Token) go/token.Token type.*"".Scanner&type.go/token.Token&type.go/token.Token&type.go/token.Tokengo.typelink.func(*scanner.Scanner, token.Token, token.Token) token.Token	func(*"".Scanner, go/token.Token, go/token.Token) go/token.Tokentype.func(*"".Scanner, go/token.Token, go/token.Token) go/token.Tokengo.string.hdr."func(*scanner.Scanner, token.Token, token.Token, int32, token.Token) token.Token"  Pgo.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.Tokentype.func(*"".Scanner, go/token.Token, go/token.Token, int32, go/token.Token) go/token.Token;30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*scanner.Scanner, token.Token, token.Token, int32, token.Token) token.Token"pgo.weak.type.*func(*"".Scanner, go/token.Token, go/token.Token, int32, go/token.Token) go/token.Token"runtime.zerovaluetype.func(*"".Scanner, go/token.Token, go/token.Token, int32, go/token.Token) go/token.Tokentype.func(*"".Scanner, go/token.Token, go/token.Token, int32, go/token.Token) go/token.Token type.*"".Scanner&type.go/token.Token&type.go/token.Tokentype.int32&type.go/token.Token&type.go/token.Tokengo.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.Tokentype.func(*"".Scanner, go/token.Token, go/token.Token, int32, go/token.Token) go/token.Tokengo.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.Tokentype.func(*"".Scanner, go/token.Token, go/token.Token, int32, go/token.Token, go/token.Token) go/token.Tokenf30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*scanner.Scanner, token.Token, token.Token, int32, token.Token, token.Token) token.Token"pgo.weak.type.*func(*"".Scanner, go/token.Token, go/token.Token, int32, go/token.Token, go/token.Token) go/token.Token"runtime.zerovaluetype.func(*"".Scanner, go/token.Token, go/token.Token, int32, go/token.Token, go/token.Token) go/token.Tokentype.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.Tokentype.int32&type.go/token.Token&type.go/token.Token&type.go/token.Tokengo.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.Tokentype.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"
   1515 Initgo.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)/j30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(*token.File, []uint8, scanner.ErrorHandler, scanner.Mode)"pgo.weak.type.*func(*go/token.File, []uint8, "".ErrorHandler, "".Mode)"runtime.zerovaluextype.func(*go/token.File, []uint8, "".ErrorHandler, "".Mode)xtype.func(*go/token.File, []uint8, "".ErrorHandler, "".Mode)&type.*go/token.Filetype.[]uint8(type."".ErrorHandlertype."".Modego.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"
   1516 Scanngo.string.hdr."func() (token.Pos, token.Token, string)"  'fgo.string."func() (token.Pos, token.Token, string)"fgo.string."func() (token.Pos, token.Token, string)"PPfunc() (token.Pos, token.Token, string)dtype.func() (go/token.Pos, go/token.Token, string)30 runtime.algarray@"runtime.gcbits.01Pngo.string.hdr."func() (token.Pos, token.Token, string)"pvgo.weak.type.*func() (go/token.Pos, go/token.Token, string)"runtime.zerovaluedtype.func() (go/token.Pos, go/token.Token, string)dtype.func() (go/token.Pos, go/token.Token, string)"type.go/token.Pos&type.go/token.Tokentype.stringgo.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"errorBgo.string.hdr."func(int, string)"  :go.string."func(int, string)":go.string."func(int, string)"0$func(int, string),type.func(int, string)	
   1518 !30 runtime.algarray@"runtime.gcbits.01PBgo.string.hdr."func(int, string)"p>go.weak.type.*func(int, string)"runtime.zerovalue,type.func(int, string),type.func(int, string)type.inttype.string^go.typelink.func(int, string)	func(int, string),type.func(int, string)6go.string.hdr."findLineEnd"  .go.string."findLineEnd".go.string."findLineEnd" findLineEnd6go.string.hdr."func() bool"  .go.string."func() bool".go.string."func() bool" func() bool type.func() boolTx30 runtime.algarray@"runtime.gcbits.01P6go.string.hdr."func() bool"p2go.weak.type.*func() bool"runtime.zerovalue type.func() bool type.func() booltype.boolFgo.typelink.func() bool	func() bool type.func() boolHgo.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){30 runtime.algarray@"runtime.gcbits.01P:go.string.hdr."func([]uint8)"p6go.weak.type.*func([]uint8)"runtime.zerovalue$type.func([]uint8)$type.func([]uint8)type.[]uint8Ngo.typelink.func([]uint8)	func([]uint8)$type.func([]uint8)(go.string.hdr."next"   go.string."next" go.string."next"
   1522 next6go.string.hdr."scanComment"  .go.string."scanComment".go.string."scanComment" scanComment4go.string.hdr."scanEscape"  
   1524 ,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) boolF30 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."func(int32) bool"p<go.weak.type.*func(int32) bool"runtime.zerovalue*type.func(int32) bool*type.func(int32) booltype.int32type.boolZgo.typelink.func(int32) bool	func(int32) bool*type.func(int32) bool<go.string.hdr."scanIdentifier"  4go.string."scanIdentifier"4go.string."scanIdentifier" scanIdentifier8go.string.hdr."scanMantissa"  0go.string."scanMantissa"0go.string."scanMantissa" scanMantissa2go.string.hdr."func(int)"  	*go.string."func(int)"*go.string."func(int)" func(int)type.func(int)30 runtime.algarray@"runtime.gcbits.01P2go.string.hdr."func(int)"p.go.weak.type.*func(int)"runtime.zerovaluetype.func(int)type.func(int)type.int>go.typelink.func(int)	func(int)type.func(int)4go.string.hdr."scanNumber"  
   1526 ,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)"PBfunc(bool) (token.Token, string)Ptype.func(bool) (go/token.Token, string)^H30 runtime.algarray@"runtime.gcbits.01P`go.string.hdr."func(bool) (token.Token, string)"pbgo.weak.type.*func(bool) (go/token.Token, string)"runtime.zerovaluePtype.func(bool) (go/token.Token, string)Ptype.func(bool) (go/token.Token, string)type.bool&type.go/token.Tokentype.stringgo.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" scanRawString0go.string.hdr."scanRune"  (go.string."scanRune"(go.string."scanRune" scanRune4go.string.hdr."scanString"  
   1528 ,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"switch2tgo.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.Tokenptype.func(go/token.Token, go/token.Token) go/token.Token30 runtime.algarray@"runtime.gcbits.01Ptgo.string.hdr."func(token.Token, token.Token) token.Token"pgo.weak.type.*func(go/token.Token, go/token.Token) go/token.Token"runtime.zerovalueptype.func(go/token.Token, go/token.Token) go/token.Tokenptype.func(go/token.Token, go/token.Token) go/token.Token&type.go/token.Token&type.go/token.Token&type.go/token.Tokengo.typelink.func(token.Token, token.Token) token.Token	func(go/token.Token, go/token.Token) go/token.Tokenptype.func(go/token.Token, go/token.Token) go/token.Token.go.string.hdr."switch3"  &go.string."switch3"&go.string."switch3"switch3go.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.Tokentype.func(go/token.Token, go/token.Token, int32, go/token.Token) go/token.Token5[30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(token.Token, token.Token, int32, token.Token) token.Token"pgo.weak.type.*func(go/token.Token, go/token.Token, int32, go/token.Token) go/token.Token"runtime.zerovaluetype.func(go/token.Token, go/token.Token, int32, go/token.Token) go/token.Tokentype.func(go/token.Token, go/token.Token, int32, go/token.Token) go/token.Token&type.go/token.Token&type.go/token.Tokentype.int32&type.go/token.Token&type.go/token.Tokengo.typelink.func(token.Token, token.Token, int32, token.Token) token.Token	func(go/token.Token, go/token.Token, int32, go/token.Token) go/token.Tokentype.func(go/token.Token, go/token.Token, int32, go/token.Token) go/token.Token.go.string.hdr."switch4"  &go.string."switch4"&go.string."switch4"switch4go.string.hdr."func(token.Token, token.Token, int32, token.Token, token.Token) token.Token"  Kgo.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.Tokentype.func(go/token.Token, go/token.Token, int32, go/token.Token, go/token.Token) go/token.TokenD30 runtime.algarray@"runtime.gcbits.01Pgo.string.hdr."func(token.Token, token.Token, int32, token.Token, token.Token) token.Token"pgo.weak.type.*func(go/token.Token, go/token.Token, int32, go/token.Token, go/token.Token) go/token.Token"runtime.zerovaluetype.func(go/token.Token, go/token.Token, int32, go/token.Token, go/token.Token) go/token.Tokentype.func(go/token.Token, go/token.Token, int32, go/token.Token, go/token.Token) go/token.Token&type.go/token.Token&type.go/token.Tokentype.int32&type.go/token.Token&type.go/token.Token&type.go/token.Tokengo.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.Tokentype.func(go/token.Token, go/token.Token, int32, go/token.Token, go/token.Token) go/token.Token type.*"".Scanner60 runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*scanner.Scanner"p2go.weak.type.**"".Scanner"runtime.zerovaluetype."".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).error6go.string.hdr."findLineEnd""go.importpath."". type.func() bool6type.func(*"".Scanner) bool2"".(*Scanner).findLineEnd2"".(*Scanner).findLineEndHgo.string.hdr."interpretLineComment""go.importpath."".$type.func([]uint8)>type.func(*"".Scanner, []uint8)D"".(*Scanner).interpretLineCommentD"".(*Scanner).interpretLineComment(go.string.hdr."next""go.importpath."".type.func(),type.func(*"".Scanner)$"".(*Scanner).next$"".(*Scanner).next6go.string.hdr."scanComment""go.importpath."".$type.func() string:type.func(*"".Scanner) string2"".(*Scanner).scanComment2"".(*Scanner).scanComment4go.string.hdr."scanEscape""go.importpath."".*type.func(int32) boolDtype.func(*"".Scanner, int32) bool0"".(*Scanner).scanEscape0"".(*Scanner).scanEscape<go.string.hdr."scanIdentifier""go.importpath."".$type.func() string:type.func(*"".Scanner) string8"".(*Scanner).scanIdentifier8"".(*Scanner).scanIdentifier8go.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
   1529 0"".(*Scanner).scanNumber
   1530 :go.string.hdr."scanRawString"
   1531 "go.importpath."".
   1532 $type.func() string
   1533 :type.func(*"".Scanner) string
   1534 6"".(*Scanner).scanRawString
   1535 6"".(*Scanner).scanRawString
   1536 0go.string.hdr."scanRune""go.importpath."".$type.func() string:type.func(*"".Scanner) string,"".(*Scanner).scanRune,"".(*Scanner).scanRune4go.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.Tokentype.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.Tokentype.func(*"".Scanner, go/token.Token, go/token.Token, int32, go/token.Token, go/token.Token) go/token.Token*"".(*Scanner).switch4*"".(*Scanner).switch40go.string.hdr."[1]uint8"  (go.string."[1]uint8"(go.string."[1]uint8" [1]uint8type.[1]uint8160@ runtime.algarray@runtime.gcbits.P0go.string.hdr."[1]uint8"p,go.weak.type.*[1]uint8"runtime.zerovaluetype.uint8type.[]uint8:go.typelink.[1]uint8	[1]uint8type.[1]uint82go.string.hdr."*[1]uint8"  	*go.string."*[1]uint8"*go.string."*[1]uint8" *[1]uint8type.*[1]uint8~[60 runtime.algarray@"runtime.gcbits.01P2go.string.hdr."*[1]uint8"p.go.weak.type.**[1]uint8"runtime.zerovaluetype.[1]uint80go.string.hdr."[]string"  (go.string."[]string"(go.string."[]string" []stringtype.[]string
   1562 0 runtime.algarray@"runtime.gcbits.01P0go.string.hdr."[]string"p,go.weak.type.*[]string"runtime.zerovaluetype.string:go.typelink.[]string	[]stringtype.[]stringTgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals44750c784da4dd430afdd97fea5c405a  Tgclocals51af24152615272c3d9efc8538f95767  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.052go.string.hdr."[2]string"  	*go.string."[2]string"*go.string."[2]string" [2]stringtype.[2]string PX0&type..alg.[2]string@"runtime.gcbits.05P2go.string.hdr."[2]string"p.go.weak.type.*[2]string"runtime.zerovaluetype.stringtype.[]string>go.typelink.[2]string	[2]stringtype.[2]string4go.string.hdr."*[2]string"  
   1564 ,go.string."*[2]string",go.string."*[2]string" *[2]stringtype.*[2]stringf<60 runtime.algarray@"runtime.gcbits.01P4go.string.hdr."*[2]string"p0go.weak.type.**[2]string"runtime.zerovaluetype.[2]string0go.string.hdr."[8]uint8"  (go.string."[8]uint8"(go.string."[8]uint8" [8]uint8type.[8]uint8>00 runtime.algarray@runtime.gcbits.P0go.string.hdr."[8]uint8"p,go.weak.type.*[8]uint8"runtime.zerovaluetype.uint8type.[]uint8:go.typelink.[8]uint8	[8]uint8type.[8]uint8Tgclocals33cdeccccebe80329f1fdbee7f5874cbTgclocals0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals44750c784da4dd430afdd97fea5c405a  Tgclocals51af24152615272c3d9efc8538f95767  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.5555UU2go.string.hdr."[8]string"  	*go.string."[8]string"*go.string."[8]string" [8]stringtype.[8]stringxUS>0&type..alg.[8]string@&runtime.gcbits.5555P2go.string.hdr."[8]string"p.go.weak.type.*[8]string"runtime.zerovaluetype.stringtype.[]string>go.typelink.[8]string	[8]stringtype.[8]string:go.string.hdr."[]token.Token"  
2go.string."[]token.Token"2go.string."[]token.Token" []token.Token*type.[]go/token.TokenF?0 runtime.algarray@"runtime.gcbits.01P:go.string.hdr."[]token.Token"p<go.weak.type.*[]go/token.Token"runtime.zerovalue&type.go/token.TokenTgo.typelink.[]token.Token	[]go/token.Token*type.[]go/token.Token type..hashfunc64  @,runtime.memhash_varlentype..eqfunc64  @.runtime.memequal_varlentype..alg64   type..hashfunc64type..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@0type..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.TokenXgo.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.TokenLtype.*map.bucket[string]go/token.Token|60 runtime.algarray@"runtime.gcbits.01P\go.string.hdr."*map.bucket[string]token.Token"p^go.weak.type.**map.bucket[string]go/token.Token"runtime.zerovalueJtype.map.bucket[string]go/token.Token.runtime.gcbits.aaaa0002Zgo.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"
   1570 keys,go.string.hdr."values"  $go.string."values"$go.string."values"values0go.string.hdr."overflow"  (go.string."overflow"(go.string."overflow" overflowJtype.map.bucket[string]go/token.Token@0 runtime.algarray@.runtime.gcbits.aaaa0002PZgo.string.hdr."map.bucket[string]token.Token"p\go.weak.type.*map.bucket[string]go/token.Token"runtime.zerovalueJtype.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.Token0go.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"buckets4go.string.hdr."oldbuckets"  
   1574 ,go.string."oldbuckets",go.string."oldbuckets" oldbuckets2go.string.hdr."nevacuate"  	*go.string."nevacuate"*go.string."nevacuate" nevacuateDtype.map.hdr[string]go/token.Token00d	 (,0 runtime.algarray@"runtime.gcbits.2cPTgo.string.hdr."map.hdr[string]token.Token"pVgo.weak.type.*map.hdr[string]go/token.Token"runtime.zerovalueDtype.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.Token4go.string.hdr."oldbuckets"Ltype.*map.bucket[string]go/token.Token2go.string.hdr."nevacuate"type.uintptr0go.string.hdr."overflow"&type.unsafe.PointerLgo.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.Tokend|50 runtime.algarray@"runtime.gcbits.01PLgo.string.hdr."map[string]token.Token"pNgo.weak.type.*map[string]go/token.Token"runtime.zerovaluetype.string&type.go/token.TokenJtype.map.bucket[string]go/token.TokenDtype.map.hdr[string]go/token.Tokenxgo.typelink.map[string]token.Token	map[string]go/token.Token<type.map[string]go/token.Token4go.string.hdr."*[8]string"  
   1576 ,go.string."*[8]string",go.string."*[8]string" *[8]stringtype.*[8]stringo60 runtime.algarray@"runtime.gcbits.01P4go.string.hdr."*[8]string"p0go.weak.type.**[8]string"runtime.zerovaluetype.[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/utf86go.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"
   1580 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/filepath8go.importpath.path/filepath.  
2go.string."path/filepath",type..hash."".Errorf&type..hash."".Error(type..eq."".Errorf"type..eq."".Error("".(*Error).Errorf""".(*Error).Error,"".(*ErrorList).Lenf&"".(*ErrorList).Len."".(*ErrorList).Swapf("".(*ErrorList).Swap."".(*ErrorList).Lessf("".(*ErrorList).Less."".(*ErrorList).Sortf("".(*ErrorList).Sort0"".(*ErrorList).Errorf*"".(*ErrorList).Error,"".(*ErrorList).Errf&"".(*ErrorList).Err:type..hash.[2]interface {}f4type..hash.[2]interface {}6type..eq.[2]interface {}f0type..eq.[2]interface {}:type..hash.[1]interface {}f4type..hash.[1]interface {}6type..eq.[1]interface {}f0type..eq.[1]interface {}.type..hash.[2]stringf(type..hash.[2]string*type..eq.[2]stringf$type..eq.[2]string.type..hash.[8]stringf(type..hash.[8]string*type..eq.[8]stringf$type..eq.[8]string"runtime.zerovaluego13ld