blob: 4761d74a02b5e49ebeb06c44f9feb95305cd21b0 [file] [log] [blame]
!<arch>
__.PKGDEF 0 0 0 644 25678 `
go object windows amd64 go1.5.1 X:none
build id "40878820321c7a5357d7f57d4515d7f43841d916"
$$
package os
import unsafe "unsafe"
import runtime "runtime"
import time "time"
import errors "errors"
import syscall "syscall"
import sync "sync"
import atomic "sync/atomic"
import utf16 "unicode/utf16"
import io "io"
import windows "internal/syscall/windows"
import utf8 "unicode/utf8"
type @"syscall".Signal int
func (@"syscall".s·1 @"syscall".Signal) Signal () { }
func (@"syscall".s·2 @"syscall".Signal) String () (? string)
type @"syscall".WaitStatus struct { ExitCode uint32 }
func (@"syscall".w·2 @"syscall".WaitStatus) Continued () (? bool) { return false }
func (@"syscall".w·2 @"syscall".WaitStatus) CoreDump () (? bool) { return false }
func (@"syscall".w·2 @"syscall".WaitStatus) ExitStatus () (? int) { return int(@"syscall".w·2.ExitCode) }
func (@"syscall".w·2 @"syscall".WaitStatus) Exited () (? bool) { return true }
func (@"syscall".w·2 @"syscall".WaitStatus) Signal () (? @"syscall".Signal) { return @"syscall".Signal(-0x1) }
func (@"syscall".w·2 @"syscall".WaitStatus) Signaled () (? bool) { return false }
func (@"syscall".w·2 @"syscall".WaitStatus) StopSignal () (? @"syscall".Signal) { return @"syscall".Signal(-0x1) }
func (@"syscall".w·2 @"syscall".WaitStatus) Stopped () (? bool) { return false }
func (@"syscall".w·2 @"syscall".WaitStatus) TrapCause () (? int) { return -0x1 }
type @"syscall".Filetime struct { LowDateTime uint32; HighDateTime uint32 }
func (@"syscall".ft·2 *@"syscall".Filetime "esc:0x1") Nanoseconds () (? int64) { var @"syscall".nsec·3 int64; ; @"syscall".nsec·3 = int64(@"syscall".ft·2.HighDateTime) << 0x20 + int64(@"syscall".ft·2.LowDateTime); @"syscall".nsec·3 -= 0x19db1ded53e8000; @"syscall".nsec·3 *= 0x64; return @"syscall".nsec·3 }
type @"syscall".Rusage struct { CreationTime @"syscall".Filetime; ExitTime @"syscall".Filetime; KernelTime @"syscall".Filetime; UserTime @"syscall".Filetime }
type @"time".Duration int64
func (@"time".d·2 @"time".Duration) Hours () (? float64) { var @"time".hour·3 @"time".Duration; ; @"time".hour·3 = @"time".d·2 / @"time".Duration(0x34630b8a000); var @"time".nsec·4 @"time".Duration; ; @"time".nsec·4 = @"time".d·2 % @"time".Duration(0x34630b8a000); return float64(@"time".hour·3) + float64(@"time".nsec·4) * 8190022623310637111963488201822504381538623676021880892417778544696899264837610290203272971060556344039023584360473938041055625214280336402169897364226048p-553 }
func (@"time".d·2 @"time".Duration) Minutes () (? float64) { var @"time".min·3 @"time".Duration; ; @"time".min·3 = @"time".d·2 / @"time".Duration(0xdf8475800); var @"time".nsec·4 @"time".Duration; ; @"time".nsec·4 = @"time".d·2 % @"time".Duration(0xdf8475800); return float64(@"time".min·3) + float64(@"time".nsec·4) * 7678146209353722106395056769533233877065564876941352542109479049699919628723768656821910653339403201031675627614471533358284117434246264392176261853609984p-547 }
func (@"time".d·2 @"time".Duration) Nanoseconds () (? int64) { return int64(@"time".d·2) }
func (@"time".d·2 @"time".Duration) Seconds () (? float64) { var @"time".sec·3 @"time".Duration; ; @"time".sec·3 = @"time".d·2 / @"time".Duration(0x3b9aca00); var @"time".nsec·4 @"time".Duration; ; @"time".nsec·4 = @"time".d·2 % @"time".Duration(0x3b9aca00); return float64(@"time".sec·3) + float64(@"time".nsec·4) * 7198262071269114660816079141112770740375861891461678802759824945047098083990024106014198994535558872472104883612039846078596891298747423852523262413111296p-541 }
func (@"time".d·2 @"time".Duration) String () (? string)
type @"".ProcessState struct { @"".pid int; @"".status @"syscall".WaitStatus; @"".rusage *@"syscall".Rusage }
func (@"".p·2 *@"".ProcessState "esc:0x1") Exited () (? bool) { return @"".p·2.@"".exited() }
func (@"".p·2 *@"".ProcessState "esc:0x1") Pid () (? int) { return @"".p·2.@"".pid }
func (@"".p·2 *@"".ProcessState "esc:0x1") String () (? string)
func (@"".p·2 *@"".ProcessState "esc:0x1") Success () (? bool) { return @"".p·2.@"".success() }
func (@"".p·2 *@"".ProcessState "esc:0x1") Sys () (? interface {}) { return @"".p·2.@"".sys() }
func (@"".p·2 *@"".ProcessState "esc:0x22") SysUsage () (? interface {}) { return @"".p·2.@"".sysUsage() }
func (@"".p·2 *@"".ProcessState "esc:0x1") SystemTime () (? @"time".Duration) { return @"".p·2.@"".systemTime() }
func (@"".p·2 *@"".ProcessState "esc:0x1") UserTime () (? @"time".Duration) { return @"".p·2.@"".userTime() }
func (@"".p·2 *@"".ProcessState "esc:0x1") @"".exited () (? bool) { return @"".p·2.@"".status.Exited() }
func (@"".p·2 *@"".ProcessState "esc:0x1") @"".success () (? bool) { return @"".p·2.@"".status.ExitStatus() == 0x0 }
func (@"".p·2 *@"".ProcessState "esc:0x1") @"".sys () (? interface {}) { return @"".p·2.@"".status }
func (@"".p·2 *@"".ProcessState "esc:0x22") @"".sysUsage () (? interface {}) { return @"".p·2.@"".rusage }
func (@"".p·2 *@"".ProcessState "esc:0x1") @"".systemTime () (? @"time".Duration) { return @"".ftToDuration(&@"".p·2.@"".rusage.KernelTime) }
func (@"".p·2 *@"".ProcessState "esc:0x1") @"".userTime () (? @"time".Duration) { return @"".ftToDuration(&@"".p·2.@"".rusage.UserTime) }
type @"".Signal interface { Signal(); String() (? string) }
type @"".Process struct { Pid int; @"".handle uintptr; @"".isdone uint32 }
func (@"".p·2 *@"".Process) Kill () (? error)
func (@"".p·2 *@"".Process) Release () (? error)
func (@"".p·2 *@"".Process) Signal (@"".sig·3 @"".Signal "esc:0x1") (? error)
func (@"".p·3 *@"".Process) Wait () (? *@"".ProcessState, ? error)
func (@"".p·2 *@"".Process) @"".done () (? bool)
func (@"".p·2 *@"".Process) @"".kill () (? error)
func (@"".p·2 *@"".Process) @"".release () (? error)
func (@"".p·1 *@"".Process) @"".setDone ()
func (@"".p·2 *@"".Process) @"".signal (@"".sig·3 @"".Signal "esc:0x1") (? error)
func (@"".p·3 *@"".Process) @"".wait () (@"".ps·1 *@"".ProcessState, @"".err·2 error)
func @"".FindProcess (@"".pid·3 int) (@"".p·1 *@"".Process, @"".err·2 error)
type @"syscall".Handle uintptr
type @"syscall".Win32finddata struct { FileAttributes uint32; CreationTime @"syscall".Filetime; LastAccessTime @"syscall".Filetime; LastWriteTime @"syscall".Filetime; FileSizeHigh uint32; FileSizeLow uint32; Reserved0 uint32; Reserved1 uint32; FileName [259]uint16; AlternateFileName [13]uint16 }
type @"".dirInfo struct { @"".data @"syscall".Win32finddata; @"".needdata bool; @"".path string; @"".isempty bool }
type @"sync".Mutex struct { @"sync".state int32; @"sync".sema uint32 }
func (@"sync".m·1 *@"sync".Mutex) Lock ()
func (@"sync".m·1 *@"sync".Mutex) Unlock ()
type @"".file struct { @"".fd @"syscall".Handle; @"".name string; @"".dirinfo *@"".dirInfo; @"".l @"sync".Mutex; @"".isConsole bool; @"".lastbits []byte; @"".readbuf []rune }
func (@"".file·2 *@"".file) @"".close () (? error)
func (@"".f·2 *@"".file "esc:0x1") @"".isdir () (? bool) { return @"".f·2 != nil && @"".f·2.@"".dirinfo != nil }
type @"time".zone struct { @"time".name string; @"time".offset int; @"time".isDST bool }
type @"time".zoneTrans struct { @"time".when int64; @"time".index uint8; @"time".isstd bool; @"time".isutc bool }
type @"time".Location struct { @"time".name string; @"time".zone []@"time".zone; @"time".tx []@"time".zoneTrans; @"time".cacheStart int64; @"time".cacheEnd int64; @"time".cacheZone *@"time".zone }
func (@"time".l·2 *@"time".Location "esc:0x22") String () (? string)
func (@"time".l·2 *@"time".Location "esc:0x1") @"time".firstZoneUsed () (? bool)
func (@"time".l·2 *@"time".Location "esc:0x12") @"time".get () (? *@"time".Location)
func (@"time".l·6 *@"time".Location "esc:0x32") @"time".lookup (@"time".sec·7 int64) (@"time".name·1 string, @"time".offset·2 int, @"time".isDST·3 bool, @"time".start·4 int64, @"time".end·5 int64)
func (@"time".l·2 *@"time".Location "esc:0x1") @"time".lookupFirstZone () (? int)
func (@"time".l·4 *@"time".Location "esc:0x1") @"time".lookupName (@"time".name·5 string "esc:0x1", @"time".unix·6 int64) (@"time".offset·1 int, @"time".isDST·2 bool, @"time".ok·3 bool)
type @"time".Month int
func (@"time".m·2 @"time".Month) String () (? string) { return @"time".months[@"time".m·2 - @"time".Month(0x1)] }
type @"time".Weekday int
func (@"time".d·2 @"time".Weekday) String () (? string) { return @"time".days[@"time".d·2] }
type @"time".Time struct { @"time".sec int64; @"time".nsec int32; @"time".loc *@"time".Location }
func (@"time".t·2 @"time".Time "esc:0x12") Add (@"time".d·3 @"time".Duration) (? @"time".Time) { @"time".t·2.@"time".sec += int64(@"time".d·3 / @"time".Duration(0x3b9aca00)); var @"time".nsec·4 int32; ; @"time".nsec·4 = int32(@"time".t·2.@"time".nsec) + int32(@"time".d·3 % @"time".Duration(0x3b9aca00)); if @"time".nsec·4 >= 0x3b9aca00 { @"time".t·2.@"time".sec++; @"time".nsec·4 -= 0x3b9aca00 } else { if @"time".nsec·4 < 0x0 { @"time".t·2.@"time".sec--; @"time".nsec·4 += 0x3b9aca00 } }; @"time".t·2.@"time".nsec = @"time".nsec·4; return @"time".t·2 }
func (@"time".t·2 @"time".Time "esc:0x12") AddDate (@"time".years·3 int, @"time".months·4 int, @"time".days·5 int) (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x1") After (@"time".u·3 @"time".Time "esc:0x1") (? bool) { return @"time".t·2.@"time".sec > @"time".u·3.@"time".sec || @"time".t·2.@"time".sec == @"time".u·3.@"time".sec && @"time".t·2.@"time".nsec > @"time".u·3.@"time".nsec }
func (@"time".t·2 @"time".Time "esc:0x9") AppendFormat (@"time".b·3 []byte "esc:0x1a", @"time".layout·4 string "esc:0x9") (? []byte)
func (@"time".t·2 @"time".Time "esc:0x1") Before (@"time".u·3 @"time".Time "esc:0x1") (? bool) { return @"time".t·2.@"time".sec < @"time".u·3.@"time".sec || @"time".t·2.@"time".sec == @"time".u·3.@"time".sec && @"time".t·2.@"time".nsec < @"time".u·3.@"time".nsec }
func (@"time".t·4 @"time".Time "esc:0x1") Clock () (@"time".hour·1 int, @"time".min·2 int, @"time".sec·3 int)
func (@"time".t·4 @"time".Time "esc:0x1") Date () (@"time".year·1 int, @"time".month·2 @"time".Month, @"time".day·3 int)
func (@"time".t·2 @"time".Time "esc:0x1") Day () (? int)
func (@"time".t·2 @"time".Time "esc:0x1") Equal (@"time".u·3 @"time".Time "esc:0x1") (? bool) { return @"time".t·2.@"time".sec == @"time".u·3.@"time".sec && @"time".t·2.@"time".nsec == @"time".u·3.@"time".nsec }
func (@"time".t·2 @"time".Time "esc:0x9") Format (@"time".layout·3 string "esc:0x9") (? string)
func (@"time".t·2 *@"time".Time "esc:0x1") GobDecode (@"time".data·3 []byte "esc:0x1") (? error)
func (@"time".t·3 @"time".Time "esc:0x1") GobEncode () (? []byte, ? error)
func (@"time".t·2 @"time".Time "esc:0x1") Hour () (? int)
func (@"time".t·3 @"time".Time "esc:0x1") ISOWeek () (@"time".year·1 int, @"time".week·2 int)
func (@"time".t·2 @"time".Time "esc:0x12") In (@"time".loc·3 *@"time".Location "esc:0x12") (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x1") IsZero () (? bool) { return @"time".t·2.@"time".sec == 0x0 && @"time".t·2.@"time".nsec == 0x0 }
func (@"time".t·2 @"time".Time "esc:0x12") Local () (? @"time".Time) { @"time".t·2.@"time".loc = @"time".Local; return @"time".t·2 }
func (@"time".t·2 @"time".Time "esc:0x12") Location () (? *@"time".Location) { var @"time".l·3 *@"time".Location; ; @"time".l·3 = @"time".t·2.@"time".loc; if @"time".l·3 == nil { @"time".l·3 = @"time".UTC }; return @"time".l·3 }
func (@"time".t·3 @"time".Time "esc:0x1") MarshalBinary () (? []byte, ? error)
func (@"time".t·3 @"time".Time "esc:0x9") MarshalJSON () (? []byte, ? error)
func (@"time".t·3 @"time".Time "esc:0x9") MarshalText () (? []byte, ? error)
func (@"time".t·2 @"time".Time "esc:0x1") Minute () (? int)
func (@"time".t·2 @"time".Time "esc:0x1") Month () (? @"time".Month)
func (@"time".t·2 @"time".Time "esc:0x1") Nanosecond () (? int) { return int(@"time".t·2.@"time".nsec) }
func (@"time".t·2 @"time".Time "esc:0x12") Round (@"time".d·3 @"time".Duration) (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x1") Second () (? int)
func (@"time".t·2 @"time".Time "esc:0x9") String () (? string)
func (@"time".t·2 @"time".Time "esc:0x1") Sub (@"time".u·3 @"time".Time "esc:0x1") (? @"time".Duration)
func (@"time".t·2 @"time".Time "esc:0x12") Truncate (@"time".d·3 @"time".Duration) (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x12") UTC () (? @"time".Time) { @"time".t·2.@"time".loc = @"time".UTC; return @"time".t·2 }
func (@"time".t·2 @"time".Time "esc:0x1") Unix () (? int64) { return @"time".t·2.@"time".sec + -0xe7791f700 }
func (@"time".t·2 @"time".Time "esc:0x1") UnixNano () (? int64) { return (@"time".t·2.@"time".sec + -0xe7791f700) * 0x3b9aca00 + int64(@"time".t·2.@"time".nsec) }
func (@"time".t·2 *@"time".Time "esc:0x1") UnmarshalBinary (@"time".data·3 []byte "esc:0x1") (? error)
func (@"time".t·2 *@"time".Time "esc:0x1") UnmarshalJSON (@"time".data·3 []byte "esc:0x1") (@"time".err·1 error)
func (@"time".t·2 *@"time".Time "esc:0x1") UnmarshalText (@"time".data·3 []byte "esc:0x1") (@"time".err·1 error)
func (@"time".t·2 @"time".Time "esc:0x1") Weekday () (? @"time".Weekday)
func (@"time".t·2 @"time".Time "esc:0x1") Year () (? int)
func (@"time".t·2 @"time".Time "esc:0x1") YearDay () (? int)
func (@"time".t·3 @"time".Time "esc:0x32") Zone () (@"time".name·1 string, @"time".offset·2 int)
func (@"time".t·2 @"time".Time "esc:0x1") @"time".abs () (? uint64)
func (@"time".t·5 @"time".Time "esc:0x1") @"time".date (@"time".full·6 bool) (@"time".year·1 int, @"time".month·2 @"time".Month, @"time".day·3 int, @"time".yday·4 int)
func (@"time".t·4 @"time".Time "esc:0x32") @"time".locabs () (@"time".name·1 string, @"time".offset·2 int, @"time".abs·3 uint64)
type @"".FileMode uint32
func (@"".m·2 @"".FileMode) IsDir () (? bool) { return @"".m·2 & @"".FileMode(0x80000000) != @"".FileMode(0x0) }
func (@"".m·2 @"".FileMode) IsRegular () (? bool) { return @"".m·2 & @"".FileMode(0x8f000000) == @"".FileMode(0x0) }
func (@"".m·2 @"".FileMode) Perm () (? @"".FileMode) { return @"".m·2 & @"".FileMode(0x1ff) }
func (@"".m·2 @"".FileMode) String () (? string)
type @"".FileInfo interface { IsDir() (? bool); ModTime() (? @"time".Time); Mode() (? @"".FileMode); Name() (? string); Size() (? int64); Sys() (? interface {}) }
type @"".File struct { ? *@"".file }
func (@"".f·2 *@"".File "esc:0x22") Chdir () (? error) { if @"".f·2 == nil { return @"".ErrInvalid }; { var @"".e·3 error; @"".e·3 = @"syscall".Fchdir(@"".f·2.@"".file.@"".fd); if @"".e·3 != nil { return (&@"".PathError{ Op:"chdir", Path:@"".f·2.@"".file.@"".name, Err:@"".e·3 }) }}; return nil }
func (@"".f·2 *@"".File "esc:0x22") Chmod (@"".mode·3 @"".FileMode) (? error)
func (@"".f·2 *@"".File "esc:0x22") Chown (@"".uid·3 int, @"".gid·4 int) (? error) { if @"".f·2 == nil { return @"".ErrInvalid }; { var @"".e·5 error; @"".e·5 = @"syscall".Fchown(@"".f·2.@"".file.@"".fd, @"".uid·3, @"".gid·4); if @"".e·5 != nil { return (&@"".PathError{ Op:"chown", Path:@"".f·2.@"".file.@"".name, Err:@"".e·5 }) }}; return nil }
func (@"".file·2 *@"".File "esc:0x9") Close () (? error)
func (@"".file·2 *@"".File "esc:0x1") Fd () (? uintptr) { if @"".file·2 == nil { return 0xffffffffffffffff }; return uintptr(@"".file·2.@"".file.@"".fd) }
func (@"".f·2 *@"".File "esc:0x32") Name () (? string) { return @"".f·2.@"".file.@"".name }
func (@"".f·3 *@"".File "esc:0x10a") Read (@"".b·4 []byte) (@"".n·1 int, @"".err·2 error)
func (@"".f·3 *@"".File "esc:0x10a") ReadAt (@"".b·4 []byte "esc:0x1", @"".off·5 int64) (@"".n·1 int, @"".err·2 error)
func (@"".f·3 *@"".File "esc:0x102") Readdir (@"".n·4 int) (@"".fi·1 []@"".FileInfo, @"".err·2 error)
func (@"".f·3 *@"".File "esc:0x102") Readdirnames (@"".n·4 int) (@"".names·1 []string, @"".err·2 error)
func (@"".f·3 *@"".File "esc:0x10a") Seek (@"".offset·4 int64, @"".whence·5 int) (@"".ret·1 int64, @"".err·2 error)
func (@"".file·3 *@"".File "esc:0x12a") Stat () (? @"".FileInfo, ? error)
func (@"".f·2 *@"".File "esc:0x1") Sync () (? error)
func (@"".f·2 *@"".File "esc:0x22") Truncate (@"".size·3 int64) (? error)
func (@"".f·3 *@"".File "esc:0x10a") Write (@"".b·4 []byte) (@"".n·1 int, @"".err·2 error)
func (@"".f·3 *@"".File "esc:0x10a") WriteAt (@"".b·4 []byte "esc:0x1", @"".off·5 int64) (@"".n·1 int, @"".err·2 error)
func (@"".f·3 *@"".File "esc:0x10a") WriteString (@"".s·4 string "esc:0x1") (@"".n·1 int, @"".err·2 error)
func (@"".f·3 *@"".File "esc:0x9") @"".pread (@"".b·4 []byte "esc:0x1", @"".off·5 int64) (@"".n·1 int, @"".err·2 error)
func (@"".f·3 *@"".File "esc:0x9") @"".pwrite (@"".b·4 []byte "esc:0x1", @"".off·5 int64) (@"".n·1 int, @"".err·2 error)
func (@"".f·3 *@"".File "esc:0x9") @"".read (@"".b·4 []byte) (@"".n·1 int, @"".err·2 error)
func (@"".f·3 *@"".File "esc:0x9") @"".readConsole (@"".b·4 []byte "esc:0x1") (@"".n·1 int, @"".err·2 error)
func (@"".file·3 *@"".File "esc:0x102") @"".readdir (@"".n·4 int) (@"".fi·1 []@"".FileInfo, @"".err·2 error)
func (@"".file·3 *@"".File "esc:0x102") @"".readdirnames (@"".n·4 int) (@"".names·1 []string, @"".err·2 error)
func (@"".f·3 *@"".File "esc:0x9") @"".seek (@"".offset·4 int64, @"".whence·5 int) (@"".ret·1 int64, @"".err·2 error)
func (@"".f·3 *@"".File "esc:0x9") @"".write (@"".b·4 []byte) (@"".n·1 int, @"".err·2 error)
func (@"".f·3 *@"".File "esc:0x9") @"".writeConsole (@"".b·4 []byte "esc:0x9") (@"".n·1 int, @"".err·2 error)
type @"syscall".SysProcAttr struct { HideWindow bool; CmdLine string; CreationFlags uint32 }
type @"".ProcAttr struct { Dir string; Env []string; Files []*@"".File; Sys *@"syscall".SysProcAttr }
func @"".StartProcess (@"".name·3 string, @"".argv·4 []string "esc:0x1", @"".attr·5 *@"".ProcAttr "esc:0x9") (? *@"".Process, ? error)
func @"".Hostname () (@"".name·1 string, @"".err·2 error)
func @"".Expand (@"".s·2 string, @"".mapping·3 func(? string) (? string) "esc:0x1") (? string)
func @"".ExpandEnv (@"".s·2 string) (? string)
func @"".Getenv (@"".key·2 string "esc:0x1") (? string)
func @"".LookupEnv (@"".key·3 string "esc:0x1") (? string, ? bool)
func @"".Setenv (@"".key·2 string "esc:0x1", @"".value·3 string "esc:0x1") (? error)
func @"".Unsetenv (@"".key·2 string "esc:0x1") (? error)
func @"".Clearenv ()
func @"".Environ () (? []string)
var @"".ErrInvalid error
var @"".ErrPermission error
var @"".ErrExist error
var @"".ErrNotExist error
type @"".PathError struct { Op string; Path string; Err error }
func (@"".e·2 *@"".PathError "esc:0x9") Error () (? string)
type @"".SyscallError struct { Syscall string; Err error }
func (@"".e·2 *@"".SyscallError "esc:0x9") Error () (? string)
func @"".NewSyscallError (@"".syscall·2 string, @"".err·3 error) (? error) { if @"".err·3 == nil { return nil }; return (&@"".SyscallError{ Syscall:@"".syscall·2, Err:@"".err·3 }) }
func @"".IsExist (@"".err·2 error "esc:0x1") (? bool)
func @"".IsNotExist (@"".err·2 error "esc:0x1") (? bool)
func @"".IsPermission (@"".err·2 error "esc:0x1") (? bool)
func @"".Getpid () (? int)
func @"".Getppid () (? int)
var @"".Interrupt @"".Signal
var @"".Kill @"".Signal
var @"".Stdin *@"".File
var @"".Stdout *@"".File
var @"".Stderr *@"".File
const @"".O_RDONLY int = 0x0
const @"".O_WRONLY int = 0x1
const @"".O_RDWR int = 0x2
const @"".O_APPEND int = 0x400
const @"".O_CREATE int = 0x40
const @"".O_EXCL int = 0x80
const @"".O_SYNC int = 0x1000
const @"".O_TRUNC int = 0x200
const @"".SEEK_SET int = 0x0
const @"".SEEK_CUR int = 0x1
const @"".SEEK_END int = 0x2
type @"".LinkError struct { Op string; Old string; New string; Err error }
func (@"".e·2 *@"".LinkError "esc:0x9") Error () (? string)
func @"".Mkdir (@"".name·2 string, @"".perm·3 @"".FileMode) (? error)
func @"".Chdir (@"".dir·2 string) (? error)
func @"".Open (@"".name·3 string) (? *@"".File, ? error)
func @"".Create (@"".name·3 string) (? *@"".File, ? error)
func @"".Rename (@"".oldpath·2 string, @"".newpath·3 string) (? error)
func @"".Readlink (@"".name·3 string) (? string, ? error)
func @"".Chmod (@"".name·2 string, @"".mode·3 @"".FileMode) (? error)
func @"".Chown (@"".name·2 string, @"".uid·3 int, @"".gid·4 int) (? error) { { var @"".e·5 error; @"".e·5 = @"syscall".Chown(@"".name·2, @"".uid·3, @"".gid·4); if @"".e·5 != nil { return (&@"".PathError{ Op:"chown", Path:@"".name·2, Err:@"".e·5 }) }}; return nil }
func @"".Lchown (@"".name·2 string, @"".uid·3 int, @"".gid·4 int) (? error) { { var @"".e·5 error; @"".e·5 = @"syscall".Lchown(@"".name·2, @"".uid·3, @"".gid·4); if @"".e·5 != nil { return (&@"".PathError{ Op:"lchown", Path:@"".name·2, Err:@"".e·5 }) }}; return nil }
func @"".Chtimes (@"".name·2 string, @"".atime·3 @"time".Time "esc:0x1", @"".mtime·4 @"time".Time "esc:0x1") (? error)
func @"".NewFile (@"".fd·2 uintptr, @"".name·3 string) (? *@"".File)
const @"".DevNull = "NUL"
func @"".OpenFile (@"".name·3 string, @"".flag·4 int, @"".perm·5 @"".FileMode) (? *@"".File, ? error)
func @"".Truncate (@"".name·2 string, @"".size·3 int64) (? error)
func @"".Remove (@"".name·2 string) (? error)
func @"".Pipe () (@"".r·1 *@"".File, @"".w·2 *@"".File, @"".err·3 error)
func @"".TempDir () (? string)
func @"".Link (@"".oldname·2 string, @"".newname·3 string) (? error)
func @"".Symlink (@"".oldname·2 string, @"".newname·3 string) (? error)
func @"".Getwd () (@"".dir·1 string, @"".err·2 error)
func @"".MkdirAll (@"".path·2 string, @"".perm·3 @"".FileMode) (? error)
func @"".RemoveAll (@"".path·2 string) (? error)
const @"".PathSeparator = '\u005c'
const @"".PathListSeparator = ';'
func @"".IsPathSeparator (@"".c·2 uint8) (? bool) { return @"".c·2 == 0x5c || @"".c·2 == 0x2f }
var @"".Args []string
func @"".Getuid () (? int) { return @"syscall".Getuid() }
func @"".Geteuid () (? int) { return @"syscall".Geteuid() }
func @"".Getgid () (? int) { return @"syscall".Getgid() }
func @"".Getegid () (? int) { return @"syscall".Getegid() }
func @"".Getgroups () (? []int, ? error) { var @"".gids·3 []int; var @"".e·4 error; @"".gids·3, @"".e·4 = @"syscall".Getgroups(); return @"".gids·3, @"".NewSyscallError("getgroups", @"".e·4) }
func @"".Exit (@"".code·1 int)
func @"".Stat (@"".name·3 string) (? @"".FileInfo, ? error)
func @"".Lstat (@"".name·3 string) (? @"".FileInfo, ? error)
func @"".Getpagesize () (? int) { return @"syscall".Getpagesize() }
const @"".ModeDir @"".FileMode = 0x80000000
const @"".ModeAppend @"".FileMode = 0x40000000
const @"".ModeExclusive @"".FileMode = 0x20000000
const @"".ModeTemporary @"".FileMode = 0x10000000
const @"".ModeSymlink @"".FileMode = 0x8000000
const @"".ModeDevice @"".FileMode = 0x4000000
const @"".ModeNamedPipe @"".FileMode = 0x2000000
const @"".ModeSocket @"".FileMode = 0x1000000
const @"".ModeSetuid @"".FileMode = 0x800000
const @"".ModeSetgid @"".FileMode = 0x400000
const @"".ModeCharDevice @"".FileMode = 0x200000
const @"".ModeSticky @"".FileMode = 0x100000
const @"".ModeType @"".FileMode = 0x8f000000
const @"".ModePerm @"".FileMode = 0x1ff
func @"".SameFile (@"".fi1·2 @"".FileInfo, @"".fi2·3 @"".FileInfo) (? bool)
func @"".init ()
func @"".ftToDuration (@"".ft·2 *@"syscall".Filetime "esc:0x1") (? @"time".Duration) { var @"".n·3 int64; @"".n·3 = int64(@"".ft·2.HighDateTime) << 0x20 + int64(@"".ft·2.LowDateTime); return @"time".Duration(@"".n·3 * 0x64) * @"time".Duration(0x1) }
var @"time".months [12]string
var @"time".days [7]string
var @"time".Local *@"time".Location
var @"time".UTC *@"time".Location
func @"syscall".Fchdir (@"syscall".fd·2 @"syscall".Handle) (@"syscall".err·1 error) { return @"syscall".Errno(@"syscall".Errno(0x20000082)) }
func @"syscall".Fchown (@"syscall".fd·2 @"syscall".Handle, @"syscall".uid·3 int, @"syscall".gid·4 int) (@"syscall".err·1 error) { return @"syscall".Errno(@"syscall".Errno(0x20000082)) }
const @"syscall".InvalidHandle @"syscall".Handle = 0xffffffffffffffff
func @"syscall".Chown (@"syscall".path·2 string "esc:0x1", @"syscall".uid·3 int, @"syscall".gid·4 int) (@"syscall".err·1 error) { return @"syscall".Errno(@"syscall".Errno(0x20000082)) }
func @"syscall".Lchown (@"syscall".path·2 string "esc:0x1", @"syscall".uid·3 int, @"syscall".gid·4 int) (@"syscall".err·1 error) { return @"syscall".Errno(@"syscall".Errno(0x20000082)) }
func @"syscall".Getuid () (@"syscall".uid·1 int) { return -0x1 }
func @"syscall".Geteuid () (@"syscall".euid·1 int) { return -0x1 }
func @"syscall".Getgid () (@"syscall".gid·1 int) { return -0x1 }
func @"syscall".Getegid () (@"syscall".egid·1 int) { return -0x1 }
func @"syscall".Getgroups () (@"syscall".gids·1 []int, @"syscall".err·2 error) { return nil, @"syscall".Errno(@"syscall".Errno(0x20000082)) }
func @"syscall".Getpagesize () (? int) { return 0x1000 }
const @"time".Nanosecond @"time".Duration = 0x1
type @"syscall".Errno uintptr
func (@"syscall".e·2 @"syscall".Errno) Error () (? string)
func (@"syscall".e·2 @"syscall".Errno) Temporary () (? bool) { return @"syscall".e·2 == @"syscall".Errno(0x20000026) || @"syscall".e·2 == @"syscall".Errno(0x2000003b) || @"syscall".e·2.Timeout() }
func (@"syscall".e·2 @"syscall".Errno) Timeout () (? bool) { return @"syscall".e·2 == @"syscall".Errno(0x20000006) || @"syscall".e·2 == @"syscall".Errno(0x2000007f) || @"syscall".e·2 == @"syscall".Errno(0x20000079) }
$$
_go_.o 0 0 0 644 435563 `
go object windows amd64 go1.5.1 X:none
!
��go13ld time.asyscall.aerrors.aruntime.async/atomic.aio.a4internal/syscall/windows.a sync.aunicode/utf16.aunicode/utf8.a�þ."".(*File).readdirnames�� 
��†
eH‹ %(���H‹‰����HD$ÈH;A†Z��Hì¸���H‹œ$¸���H‰$è����1Û1Û1ÛH‰œ$è���H‰œ$ð���1ÛH‰œ$Ð���H‰œ$Ø���H‰œ$à���H‹œ$À���H‰$H‹œ$È���H‰\$è����H‹t$H‹l$H‹T$ H‹L$(H‹D$0H‰´$ˆ���H‰”$˜���H‰Œ$è���H‰„$ð���H‰¬$���H����H‰$H‰l$H‰l$è����H‹T$H‹L$ H‹D$(H‰”$Ð���H‰Œ$Ø���H‰„$à���H‹”$ˆ���H‹„$���H‹œ$˜���H‰œ$°���1ÉH‰„$¨���H‰D$@H‰”$ ���H‰ÐH‰L$HH‹l$@H9éó���H‰D$PH‰$è����H‹\$PHƒû�„��H‹ H‹kH‹\$HH‰\$8H‰L$hH‰l$pH‰l$`H‰,$H‰L$XH‹Y8ÿÓH‹\$H‰\$xH‹\$H‰œ$€���H‹œ$Ð���H‹l$8L‹„$Ø���L9Ń–���HÁåHëH‰$è����H‹œ$Ð���H‹l$8L‹„$Ø���L9ÅseHÁåHëH‹¬$€���H‰kH‹l$x€=�����u4H‰+H‹D$PH‹L$HHƒÀHÿÁH‰L$HH‹l$@H9éŒ ÿÿÿè����HÄ¸���ÃH‰$H‰l$è����ë¿è���� è���� ‰éøþÿÿè����é}ýÿÿ������f
��*runtime.racefuncenter���‚
��$"".(*File).Readdir���’��type.[]string���¸
��"runtime.makeslice���¼
�� runtime.raceread���¼�������Â
��"runtime.racewrite���²�6runtime.writeBarrierEnabled��� 
��(runtime.racefuncexit���¼ 
��.runtime.writebarrierptr���Ê 
��$runtime.panicindex���Ø 
��$runtime.panicindex���ô 
��0runtime.morestack_noctxt���pð��"".autotmp_0010�Ÿ type."".FileInfo�"".autotmp_0009�Ï"type.*"".FileInfo�"".autotmp_0008�ïtype.int�"".autotmp_0007��type.int�"".autotmp_0006�type.string�"".autotmp_0005��$type.[]"".FileInfo�"".autotmp_0003�ßtype.int�"".autotmp_0001�/$type.[]"".FileInfo�
"".fi�¿ type."".FileInfo�"".i�ÿtype.int� "".fis�_$type.[]"".FileInfo� "".err�Ptype.error�"".names� type.[]string�"".n�type.int�"".file��type.*"".File�&ð­ïð<��>&  0WI…—$ �(�2©‚ƒg,�Tgclocals·ccf9b63a397cafc04c7b85e38cae74e1�Tgclocals·6cc998acb3382799085f9adaf6de6987���FC:/workdir/go/src/os/dir_windows.goþ"".FindProcess��€��úeH‹ %(���H‹‰����H;av`Hƒì0H‹\$0H‰$è����1Û1ÛH‰\$HH‰\$PH‹\$8H‰$è����H‹D$H‹T$H‹L$H‰D$@H‰T$ H‰T$HH‰L$(H‰L$Pè����HƒÄ0Ãè����ëƒ
������H
��*runtime.racefuncenter���€
��"".findProcess���Ú
��(runtime.racefuncexit���î
��0runtime.morestack_noctxt���@`��"".autotmp_0012�type.error� "".err� type.error�"".p� type.*"".Process� "".pid��type.int�`[_`
�€�@
��#I�Tgclocals·0cabbad06479030f0afba4cc01c40424�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���6C:/workdir/go/src/os/doc.goþ"".StartProcess�� ��’eH‹ %(���H‹‰����H;a†¥���HƒìXH‹\$XH‰$è����1ÛH‰œ$˜���H‰œ$ ���H‹\$`H‰$H‹\$hH‰\$H‹\$pH‰\$H‹\$xH‰\$H‹œ$€���H‰\$ H‹œ$ˆ���H‰\$(è����H‹D$0H‹T$8H‹L$@H‰„$���H‰T$HH‰”$˜���H‰L$PH‰Œ$ ���è����HƒÄXÃè����é7ÿÿÿ
������P
��*runtime.racefuncenter���€
��"".startProcess���ì
��(runtime.racefuncexit���€
��0runtime.morestack_noctxt���°�� "".autotmp_0016�type.error� "".~r4�ptype.error� "".~r3�` type.*"".Process�"".attr�P"type.*"".ProcAttr�"".argv� type.[]string�"".name��type.string�° ¯°�Ð�0��'Ž�Tgclocals·fa9a12166903ec72d55d4983b89b33d5�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���6C:/workdir/go/src/os/doc.goþ*"".(*Process).Release��€��âeH‹ %(���H‹‰����H;avTHƒì(H‹\$(H‰$è����1ÛH‰\$8H‰\$@H‹\$0H‰$è����H‹L$H‹D$H‰L$H‰L$8H‰D$ H‰D$@è����HƒÄ(Ãè����ë
������H
��*runtime.racefuncenter���|
��*"".(*Process).release���Â
��(runtime.racefuncexit���Ö
��0runtime.morestack_noctxt���0P��"".autotmp_0019�type.error� "".~r0�type.error�"".p�� type.*"".Process�POOP�€�>4,��#= �Tgclocals·cad14e25fd48dddd762418d02c031d67�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���6C:/workdir/go/src/os/doc.goþ$"".(*Process).Kill��€��âeH‹ %(���H‹‰����H;avTHƒì(H‹\$(H‰$è����1ÛH‰\$8H‰\$@H‹\$0H‰$è����H‹L$H‹D$H‰L$H‰L$8H‰D$ H‰D$@è����HƒÄ(Ãè����ë
������H
��*runtime.racefuncenter���|
��$"".(*Process).kill���Â
��(runtime.racefuncexit���Ö
��0runtime.morestack_noctxt���0P��"".autotmp_0020�type.error� "".~r0�type.error�"".p�� type.*"".Process�POOP�€�H4,��#= �Tgclocals·cad14e25fd48dddd762418d02c031d67�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���6C:/workdir/go/src/os/doc.goþ$"".(*Process).Wait��€��öeH‹ %(���H‹‰����H;av^Hƒì0H‹\$0H‰$è����1ÛH‰\$HH‰\$PH‹\$8H‰$è����H‹D$H‹T$H‹L$H‰D$@H‰T$ H‰T$HH‰L$(H‰L$Pè����HƒÄ0Ãè����ë…
������H
��*runtime.racefuncenter���|
��$"".(*Process).wait���Ö
��(runtime.racefuncexit���ê
��0runtime.morestack_noctxt���@`��"".autotmp_0022�type.error� "".~r1� type.error� "".~r0�*type.*"".ProcessState�"".p�� type.*"".Process�`Y_` �€�Z @ ��#G�Tgclocals·4a8dcaa1f0a3d20155921d51fed3ea2c�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���6C:/workdir/go/src/os/doc.goþ("".(*Process).Signal�� ��eH‹ %(���H‹‰����H;avhHƒì8H‹\$8H‰$è����1ÛH‰\$XH‰\$`H‹\$@H‰$H‹\$HH‰\$H‹\$PH‰\$è����H‹L$H‹D$ H‰L$(H‰L$XH‰D$0H‰D$`è����HƒÄ8Ãè����éxÿÿÿ
������H
��*runtime.racefuncenter���¤
��("".(*Process).signal���ê
��(runtime.racefuncexit���þ
��0runtime.morestack_noctxt���Pp��"".autotmp_0025�type.error� "".~r1�0type.error� "".sig�type."".Signal�"".p�� type.*"".Process�pcop��f4@��#Q�Tgclocals·b9e2f210c3a206b5352d33144c6a1618�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���6C:/workdir/go/src/os/doc.goþ6"".(*ProcessState).UserTime��à��ÔeH‹ %(���H‹‰����H;a††���HƒìH‹\$H‰$è����H‹D$ H‰D$H‰$Hƒ$è����H‹\$H‹CHƒø�tIHƒÀH‰D$H‰$Hƒ$è����H‹\$H‰$è����H‹D$‹XHÁ㠋(HëHkÛdH‰\$(è����HƒÄÉ�ë³è����éVÿÿÿ������P
��*runtime.racefuncenter���€
�� runtime.raceread���Ì
�� runtime.raceread���è
�� runtime.raceread���¦
��(runtime.racefuncexit���Â
��0runtime.morestack_noctxt��� 0�� "".autotmp_0029��$type.time.Duration�"".autotmp_0027��$type.time.Duration�
"".ft�,type.*syscall.Filetime�"".p�*type.*"".ProcessState� "".~r0�$type.time.Duration�"".p��*type.*"".ProcessState�0}/0�°�p‚��'&-�Tgclocals·f7309186bf9eeb0f8ece2eb16f2dc110�Tgclocals·e48b749e068cae7c3a399141c10fe5f0���6C:/workdir/go/src/os/doc.goþ:"".(*ProcessState).SystemTime��à��ÔeH‹ %(���H‹‰����H;a††���HƒìH‹\$H‰$è����H‹D$ H‰D$H‰$Hƒ$è����H‹\$H‹CHƒø�tIHƒÀH‰D$H‰$Hƒ$è����H‹\$H‰$è����H‹D$‹XHÁ㠋(HëHkÛdH‰\$(è����HƒÄÉ�ë³è����éVÿÿÿ������P
��*runtime.racefuncenter���€
�� runtime.raceread���Ì
�� runtime.raceread���è
�� runtime.raceread���¦
��(runtime.racefuncexit���Â
��0runtime.morestack_noctxt��� 0�� "".autotmp_0033��$type.time.Duration�"".autotmp_0031��$type.time.Duration�
"".ft�,type.*syscall.Filetime�"".p�*type.*"".ProcessState� "".~r0�$type.time.Duration�"".p��*type.*"".ProcessState�0}/0�°�z‚��'&-�Tgclocals·f7309186bf9eeb0f8ece2eb16f2dc110�Tgclocals·e48b749e068cae7c3a399141c10fe5f0���6C:/workdir/go/src/os/doc.goþ2"".(*ProcessState).Exited��€��öeH‹ %(���H‹‰����H;av^Hƒì H‹\$ H‰$è����H‹D$(H‰D$H‰$Hƒ$HÇD$���è����H‹\$Hƒû�t‹k‰l$HÇÀ���ˆD$0è����HƒÄ Éëàè����ë…
������H
��*runtime.racefuncenter���Š
��*runtime.racereadrange���Î
��(runtime.racefuncexit���ê
��0runtime.morestack_noctxt��� @��syscall.w·2�.type.syscall.WaitStatus�"".p�*type.*"".ProcessState� "".~r0�type.bool�"".p��*type.*"".ProcessState�@U?@�€�„Z ��#!"�Tgclocals·32bd5c6dc84e3e86dd35593b3922d3aa�Tgclocals·0c8aa8e80191a30eac23f1a218103f16���6C:/workdir/go/src/os/doc.goþ4"".(*ProcessState).Success��€��úeH‹ %(���H‹‰����H;av`Hƒì H‹\$ H‰$è����H‹D$(H‰D$H‰$Hƒ$HÇD$���è����H‹\$Hƒû�t‹k‹Ý‰l$Hƒû�”ÀˆD$0è����HƒÄ ÉëÞè����ëƒ
������H
��*runtime.racefuncenter���Š
��*runtime.racereadrange���Ò
��(runtime.racefuncexit���î
��0runtime.morestack_noctxt��� @��syscall.w·2�.type.syscall.WaitStatus�"".p�*type.*"".ProcessState� "".~r0�type.bool�"".p��*type.*"".ProcessState�@W?@�€�\
��#!$�Tgclocals·32bd5c6dc84e3e86dd35593b3922d3aa�Tgclocals·0c8aa8e80191a30eac23f1a218103f16���6C:/workdir/go/src/os/doc.goþ,"".(*ProcessState).Sys��€��ôeH‹ %(���H‹‰����H;a†–���HƒìHH‹\$HH‰$è����1ÛH‰\$XH‰\$`H‹D$P1ÛH‰\$(H‰\$0H����H‰$H‰D$Hƒ|$�tFHƒD$HÇD$����è����H‹L$H‹D$ H‰L$8H‰D$@H‰L$(H‰L$XH‰D$0H‰D$`è����HƒÄHÉ%����ë±è����éFÿÿÿ ������P
��*runtime.racefuncenter���˜��.type.syscall.WaitStatus���â
��runtime.convT2E���¼
��(runtime.racefuncexit���â
��0runtime.morestack_noctxt���0��"".autotmp_0037�"type.interface {}� "".~r0�?"type.interface {}� "".~r0�"type.interface {}�"".p��*type.*"".ProcessState�ˆ�À�ž x��'v#�Tgclocals·cad14e25fd48dddd762418d02c031d67�Tgclocals·64ca935d1a2110a30e2d604686188539���6C:/workdir/go/src/os/doc.goþ6"".(*ProcessState).SysUsage��À��´eH‹ %(���H‹‰����H;avzHƒì0H‹\$0H‰$è����1ÛH‰\$@H‰\$HH‹D$81ÛH‰\$H‰\$H‰D$H‰$Hƒ$è����H‹T$H‹jH����H‰T$ H‰l$(H‰T$H‰T$@H‰l$H‰l$Hè����HƒÄ0Ãè����éfÿÿÿ ������H
��*runtime.racefuncenter���¨
�� runtime.raceread���È��(type.*syscall.Rusage���Ž
��(runtime.racefuncexit���¢
��0runtime.morestack_noctxt���0`��
"".autotmp_0038�"type.interface {}� "".~r0�?"type.interface {}�"".p�O*type.*"".ProcessState� "".~r0�"type.interface {}�"".p��*type.*"".ProcessState�`u_`� �° \��#03�Tgclocals·27f94a2fe0ff5b305b2385471201b6d7�Tgclocals·8976d98ccb4fa7cb58d19cb1e865dee3���6C:/workdir/go/src/os/doc.goþ"".Hostname��À��°eH‹ %(���H‹‰����H;avxHƒì@H‹\$@H‰$è����1Û1Û1ÛH‰\$XH‰\$`1ÛH‰\$HH‰\$Pè����H‹,$H‹T$H‹L$H‹D$H‰l$0H‰l$HH‰T$8H‰T$PH‰L$ H‰L$XH‰D$(H‰D$`è����HƒÄ@Ãè����éhÿÿÿ
������H
��*runtime.racefuncenter���Š
��"".hostname���Š
��(runtime.racefuncexit���ž
��0runtime.morestack_noctxt���@€��"".autotmp_0041�?type.error�"".autotmp_0040�type.string� "".err� type.error�"".name��type.string�€s€� �ºJ��#a�Tgclocals·7dcda74bbbfcce23f95d41fe9bef9631�Tgclocals·64ca935d1a2110a30e2d604686188539���6C:/workdir/go/src/os/doc.goþ$"".(*File).Readdir�� ��eH‹ %(���H‹‰����H;a†$��HƒìpH‹\$pH‰$è����H‹D$x1Û1Û1ÛH‰œ$ ���H‰œ$¨���1ÛH‰œ$ˆ���H‰œ$���H‰œ$˜���1íH9èu\H����H‰$è����H‹ ����H‹����1ÛH‰œ$ˆ���H‰œ$���H‰œ$˜���H‰L$8H‰Œ$ ���H‰D$@H‰„$¨���è����HƒÄpÃH‰$H‹œ$€���H‰\$è����L‹D$H‹|$H‹T$ H‹t$(H‹l$0L‰D$XL‰„$ˆ���H‰|$`H‰¼$���H‰T$hH‰”$˜���H‰t$HH‰´$ ���H‰l$PH‰¬$¨���è����HƒÄpÃè����é¸þÿÿ������P
��*runtime.racefuncenter���Ö��"".ErrInvalid���è
�� runtime.raceread���ö��"".ErrInvalid���„�"".ErrInvalid���ö
��(runtime.racefuncexit���¬
��$"".(*File).readdir���ê
��(runtime.racefuncexit���þ
��0runtime.morestack_noctxt���p�"".autotmp_0048�otype.error�"".autotmp_0047��type.error�"".autotmp_0045�Otype.error�"".autotmp_0044�/$type.[]"".FileInfo� "".err�Ptype.error�
"".fi� $type.[]"".FileInfo�"".n�type.int�"".f��type.*"".File�&à¥ßàyßà�Ð�(à0Rz��'“_�Tgclocals·f4053cb9119838d9455d02e725cc1941�Tgclocals·2c837ca001512a37037efd3161e20199���6C:/workdir/go/src/os/doc.goþ."".(*File).Readdirnames�� ��eH‹ %(���H‹‰����H;a†$��HƒìpH‹\$pH‰$è����H‹D$x1Û1Û1ÛH‰œ$ ���H‰œ$¨���1ÛH‰œ$ˆ���H‰œ$���H‰œ$˜���1íH9èu\H����H‰$è����H‹ ����H‹����1ÛH‰œ$ˆ���H‰œ$���H‰œ$˜���H‰L$8H‰Œ$ ���H‰D$@H‰„$¨���è����HƒÄpÃH‰$H‹œ$€���H‰\$è����L‹D$H‹|$H‹T$ H‹t$(H‹l$0L‰D$XL‰„$ˆ���H‰|$`H‰¼$���H‰T$hH‰”$˜���H‰t$HH‰´$ ���H‰l$PH‰¬$¨���è����HƒÄpÃè����é¸þÿÿ������P
��*runtime.racefuncenter���Ö��"".ErrInvalid���è
�� runtime.raceread���ö��"".ErrInvalid���„�"".ErrInvalid���ö
��(runtime.racefuncexit���¬
��."".(*File).readdirnames���ê
��(runtime.racefuncexit���þ
��0runtime.morestack_noctxt���pà��"".autotmp_0053�otype.error�"".autotmp_0052��type.error�"".autotmp_0050�Otype.error�"".autotmp_0049�/type.[]string� "".err�Ptype.error�"".names� type.[]string�"".n�type.int�"".f��type.*"".File�&à¥ßàyßà�Ð�(†0Rz��'“_�Tgclocals·f4053cb9119838d9455d02e725cc1941�Tgclocals·2c837ca001512a37037efd3161e20199���6C:/workdir/go/src/os/doc.goþ"".Expand��€��ìeH‹ %(���H‹‰����HD$ÀH;A† ��HìÀ���H‹œ$À���H‰$è����1ÛH‰œ$à���H‰œ$è���H‹„$Ð���H����H‰$HÇD$����H‰ÃHÑãH‰\$è����L‹œ$È���H‹Œ$Ð���L‹T$H‹t$ L‹L$(1Ò1ÀH9ȍ‡��H9ȃ{��I¶€û$…f��H‰ÃHÿÃH9ˍW��H‰ÅH‰D$HH9ȇ?��H9‡6��H)ÕM‰ØHƒý�tMH‰êL‰„$€���L‰”$���H‰´$˜���L‰Œ$ ���L‰ÉH‰ðH‰´$°���H‰¬$ˆ���HèL)ÈHƒø�~[H����H‰$L‰”$¨���L‰T$H‰t$H‰Œ$¸���H‰L$H‰D$ è����H‹”$ˆ���H‹´$˜���L‹T$(H‹\$0H‰œ$°���H‹L$8H‰õHÕI‰ÈH‰Œ$¸���H9͇e��H9î‡\��H)õI)ðM‰ÑL‰”$¨���Iƒø�tM 1H‰l$L‰D$L‰ $H‹œ$€���H‰\$H‰T$ è����H‹Œ$¸���H‹œ$˜���H‹¬$ˆ���HëH9ˇñ��H‰ØH‹œ$¨���H‰œ$���H‰„$˜���H‰Œ$ ���H‹\$HHÿÃH‹¬$Ð���H9뇮��L‹„$È���H)ÝHƒý�tML‰„$€���L‰$H‰¬$ˆ���H‰l$è����H‹T$H‹L$H‹D$ H‰D$@H‰T$pH‰$H‰L$xH‰L$H‹”$Ø���H‹ÿÓL‹„$˜���H‹\$H‰œ$€���H‹T$H‹¼$���H‹Œ$ ���L‰ÀL‰„$°���H‰”$ˆ���HÐH)ÈHƒø�~[H����H‰$H‰¼$¨���H‰|$L‰D$H‰Œ$¸���H‰L$H‰D$ è����L‹„$˜���H‹”$ˆ���H‹|$(H‹\$0H‰œ$°���H‹L$8L‰ÃL‰ÅHÕI‰ÈH‰Œ$¸���H9͇��H9ë‡v��H)ÝI)ØI‰ùH‰¼$¨���Iƒø�tM H‰l$L‰D$L‰ $H‹œ$€���H‰\$H‰T$ è����H‹”$¸���L‹œ$È���H‹Œ$Ð���H‹œ$˜���H‹¬$ˆ���HëH9Ó‡û���H‰ÞL‹”$¨���I‰ÑH‹T$HH‹l$@HêH‰ÐHÿÂHÿÀH9ÈŒyüÿÿH‰ÍH9ʇ»���H)ÕM‰ØHƒý�tMH‰¬$ˆ���L‰„$€���H\$PH‰$L‰”$���L‰T$H‰´$˜���H‰t$L‰Œ$ ���L‰L$è����H\$ H|$H‹ H‰H‹KH‰OHÇ$����H‹œ$€���H‰\$H‹œ$ˆ���H‰\$ è����H‹\$(H‰œ$à���H‹\$0H‰œ$è���è����HÄÀ���Ãè���� è���� è���� è���� è���� è���� è���� é÷þÿÿè���� è����éÊúÿÿ0������f
��*runtime.racefuncenter���¨��type.[]uint8���â
��"runtime.makeslice���ö��type.[]uint8���Ð
��&runtime.growslice_n���ä
��.runtime.slicestringcopy���Š

��"".getShellName���ö
�������’ ��type.[]uint8���ì 
��&runtime.growslice_n���†
��.runtime.slicestringcopy���Š
��2runtime.slicebytetostring���ˆ
��*runtime.concatstring2���Æ
��(runtime.racefuncexit���à
��$runtime.panicslice���î
��$runtime.panicslice���ü
��$runtime.panicslice���Š
��$runtime.panicslice���˜
��$runtime.panicslice���¦
��$runtime.panicslice���´
��$runtime.panicslice���Ì
��$runtime.panicindex���Ú
��0runtime.morestack_noctxt���P€��("".autotmp_0071�ßtype.[32]uint8�"".autotmp_0070��type.int�"".autotmp_0069��type.[]uint8�"".autotmp_0067��type.[]uint8�"".autotmp_0066��type.string�"".autotmp_0065��type.int�"".autotmp_0064��type.int�"".autotmp_0063��type.string�"".autotmp_0060��type.string�"".autotmp_0059��type.int�"".autotmp_0058�type.string�"".autotmp_0056��type.int�"".autotmp_0055�/type.[]uint8�"".w�ÿtype.int�"".name�Ÿtype.string�"".j�ïtype.int� "".buf�_type.[]uint8� "".~r2�0type.string�"".mapping� 0type.func(string) string�"".s��type.string�&€È ÿ€Q�À
�XIK (ô`ì  º  �:�2µŠ“±Â?
Q�Tgclocals·50921a9a09802860e235944c806934b6�Tgclocals·17e91a086b6b6e41f020f63a46c0dda9���6C:/workdir/go/src/os/env.goþ"".ExpandEnv�� ��”eH‹ %(���H‹‰����H;avjHƒì8H‹\$8H‰$è����1ÛH‰\$PH‰\$XH‹\$@H‰$H‹\$HH‰\$H����H‰\$è����H‹L$H‹D$ H‰L$(H‰L$PH‰D$0H‰D$Xè����HƒÄ8Ãè����évÿÿÿ ������H
��*runtime.racefuncenter���”��"".Getenv·f���¨
��"".Expand���î
��(runtime.racefuncexit���‚
��0runtime.morestack_noctxt���@p��"".autotmp_0072�type.string� "".~r1� type.string�"".s��type.string�peop��B4B��#S�Tgclocals·342b6176fad1bf8fb686f6c9600f7161�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���6C:/workdir/go/src/os/env.goþ("".isShellSpecialVar��à��ÄeH‹ %(���H‹‰����H;a†¾���HƒìH‹\$H‰$è����¶\$€û3w[€û*w9€û#w(€û!uÆD$è����HƒÄÀû#tìÆD$�è����HƒÄÀû$t؀û*tÓëå€û1w €û0tǀû1tÂëԀû2t»€û3t¶ëȀû7w€û5w €û4t¥€û5t ë²€û6t™€û7t”릀û9w €û8tˆ€û9tƒë•€û?„xÿÿÿ€û@„oÿÿÿëè����éÿÿÿ
������P
��*runtime.racefuncenter���–
��(runtime.racefuncexit���¾
��(runtime.racefuncexit���²
��0runtime.morestack_noctxt��� �� "".~r1�type.bool�"".c��type.uint8�5ˆ�ð�nN







 � �'É�Tgclocals·23e8278e2b69a3a75fa59b23c49ed6ad�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���6C:/workdir/go/src/os/env.goþ"".isAlphaNum��À��¨eH‹ %(���H‹‰����H;avtHƒìH‹\$H‰$è����¶D$<_tP<0rH<9–Á€ù�u5<ar-<z–Á€ù�u<Ar<Z–D$è����HƒÄÃÆD$�ëïÆD$ëè1ÉëÔHÇÁ���ëË1Éë¹HÇÁ���ë°è����élÿÿÿ������H
��*runtime.racefuncenter���²
��(runtime.racefuncexit���–
��0runtime.morestack_noctxt��� �� "".~r1�type.bool�"".c��type.uint8�G>� �*`2/+0/
0/0/�
�#}�Tgclocals·23e8278e2b69a3a75fa59b23c49ed6ad�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���6C:/workdir/go/src/os/env.goþ"".getShellName��  ��Š eH‹ %(���H‹‰����H;a†¡��Hƒì H‹\$ H‰$è����H‹t$(H‹L$01ÛH‰\$8H‰\$@Hƒù�†h��¶€û{…>��HƒùŽŠ���H‰óHƒù† ��Hÿö+@ˆ,$è����H‹t$(H‹L$0¶\$€û�tZH‰óHƒù†é���HƒÃ¶€û}uAHƒùr4H‰ðHÿÀHÇÁ���H‰D$H‰D$8H‰L$H‰L$@HÇD$H���è����HƒÄ Ãè���� HÇÀ���H9È}jH9ȃ€���H¶€û}uMH‰ÃH9Èw>Hƒør8HÿËH‰õHƒû�tHÿÅH‰l$H‰l$8H‰\$H‰\$@H‰ÃHÿÃH‰\$Hè����HƒÄ Ãè���� HÿÀH9È|–1ÛH‰\$8H‰\$@HÇD$H���è����HƒÄ Ãè���� è���� è���� Hƒù�† ��¶.@ˆ,$è����H‹|$(H‹t$0¶\$€û�t;Hƒþr.HÇÁ���H‰|$H‰|$8H‰L$H‰L$@HÇD$H���è����HƒÄ Ãè���� 1ÉH9ñ}NH9ñƒ›���H¶+H‰è@€ý_„~���<0rv<9–€ú�uc<ar[<z–€ú�uH<Ar@<Z–À<�tHÿÁH9ñ|²H9ñw#H‰|$H‰|$8H‰L$H‰L$@H‰L$Hè����HƒÄ Ãè���� 1ÀëÁHÇÀ���ë¸1Òë¦HÇÂ���ë1Òë‹HÇÂ���ë‚è���� è���� è���� è����é;ýÿÿ(������P
��*runtime.racefuncenter���ô
��("".isShellSpecialVar���¸
��(runtime.racefuncexit���Ì
��$runtime.panicslice���”
��(runtime.racefuncexit���¨
��$runtime.panicslice���ð
��(runtime.racefuncexit���„
��$runtime.panicindex���’
��$runtime.panicindex��� 
��$runtime.panicindex���Ð
��("".isShellSpecialVar���Ö
��(runtime.racefuncexit���ê
��$runtime.panicslice���Þ 
��(runtime.racefuncexit���ò 
��$runtime.panicslice���Î

��$runtime.panicindex���Ü

��$runtime.panicindex���ê

��$runtime.panicindex���ø

��0runtime.morestack_noctxt���P@��"".autotmp_0087��type.bool�"".autotmp_0086��type.string�"".autotmp_0085��type.int�"".autotmp_0084��type.int�"".autotmp_0083��type.string�"".autotmp_0081��type.int�"".autotmp_0080��type.string�"".autotmp_0079��type.int�"".autotmp_0078�type.string� "".~r2�@type.int� "".~r1� type.string�"".s��type.string�6@Æ?@m?@-?@r?@ƒ?@X�Ð�vnBS0  < 
 ** U'( . �4�'´
d
$
i
z
X�Tgclocals·21012e18a2c9288476efc55b2fa11dc8�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���6C:/workdir/go/src/os/env.goþ"".Getenv��€��öeH‹ %(���H‹‰����H;av^Hƒì8H‹\$8H‰$è����1ÛH‰\$PH‰\$XH‹\$@H‰$H‹\$HH‰\$è����H‹L$H‹D$H‰L$(H‰L$PH‰D$0H‰D$Xè����HƒÄ8Ãè����ë…
������H
��*runtime.racefuncenter���
��syscall.Getenv���Ö
��(runtime.racefuncexit���ê
��0runtime.morestack_noctxt���@p��"".v�type.string� "".~r1� type.string� "".key��type.string�pYop �€�  " ��#G�Tgclocals·342b6176fad1bf8fb686f6c9600f7161�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���6C:/workdir/go/src/os/env.goþ"".LookupEnv�� ��ŽeH‹ %(���H‹‰����H;avgHƒì8H‹\$8H‰$è����1ÛH‰\$PH‰\$XH‹\$@H‰$H‹\$HH‰\$è����H‹T$H‹L$¶\$ H‰T$(H‰T$PH‰L$0H‰L$Xˆ\$`è����HƒÄ8Ãè����éyÿÿÿ
������H
��*runtime.racefuncenter���
��syscall.Getenv���è
��(runtime.racefuncexit���ü
��0runtime.morestack_noctxt���Pp��"".autotmp_0091�type.string� "".~r2�@type.bool� "".~r1� type.string� "".key��type.string�pbop��´ I��#P�Tgclocals·21012e18a2c9288476efc55b2fa11dc8�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���6C:/workdir/go/src/os/env.goþ"".Setenv��€ ��ìeH‹ %(���H‹‰����HD$øH;A† ��Hìˆ���H‹œ$ˆ���H‰$è����1ÛH‰œ$°���H‰œ$¸���H‹œ$���H‰$H‹œ$˜���H‰\$H‹œ$ ���H‰\$H‹œ$¨���H‰\$è����H‹D$ H‹L$(H‰D$xH‰Œ$€���H‰L$`H‰D$XHƒø�„a��H����H‰\$HHÇD$P���H‰L$p1ÛH‰\$8H‰\$@H‰D$hHƒø�u,1ÉH‰ÈH‰L$8H‰Œ$°���H‰D$@H‰„$¸���è����HÄˆ���ÃH����H‰$è����H‹D$H‰D$0H‰$è����H‹\$0H‹l$PH‰kH‹l$H€=�����…®���H‰+H‹\$0H‰$Hƒ$è����H‹\$0H‹l$hH‰kH‹l$p€=�����uhH‰kH‹\$0H‰\$0H‹����1íH9ètH‹T$0H‰D$xH‰ÁH‰”$€���H‰Ðé+ÿÿÿH����H‰$H����H‰\$H����H‰\$è����H‹D$ë´LCL‰$H‰l$è����ëˆH‰$H‰l$è����éBÿÿÿ1ÛH‰œ$°���H‰œ$¸���è����HÄˆ���Ãè����éÊýÿÿ(������f
��*runtime.racefuncenter���ú
��syscall.Setenv���Þ��$go.string."setenv"���ú
��(runtime.racefuncexit���˜��(type."".SyscallError���ª
��"runtime.newobject���Ð
��"runtime.racewrite���‚�6runtime.writeBarrierEnabled���¼
��"runtime.racewrite���î�6runtime.writeBarrierEnabled���ž��<go.itab.*"".SyscallError.error���ô��*type.*"".SyscallError���Š��type.error���¢��<go.itab.*"".SyscallError.error���¶
�� runtime.typ2Itab���è
��.runtime.writebarrierptr���ˆ
��.runtime.writebarrierptr�����(runtime.racefuncexit���Ú
��0runtime.morestack_noctxt���`��"".autotmp_0098��type.error�"".autotmp_0097�¯*type.*"".SyscallError�"".autotmp_0096��*type.*"".SyscallError�"".autotmp_0095�type.error� "".~r2�Ÿtype.error� "".err�?type.error�"".syscall�type.string� "".err�_type.error� "".~r2�@type.error�"".value� type.string� "".key��type.string�(&â¢�À�.À&
 TPŒ �(�2Ê
6})!�Tgclocals·0fe17034a847ca86f5f5b036592406e6�Tgclocals·cf940145a647a8bb34a6e3d5a1704c98���6C:/workdir/go/src/os/env.goþ"".Unsetenv��€��öeH‹ %(���H‹‰����H;av^Hƒì0H‹\$0H‰$è����1ÛH‰\$HH‰\$PH‹\$8H‰$H‹\$@H‰\$è����H‹L$H‹D$H‰L$ H‰L$HH‰D$(H‰D$Pè����HƒÄ0Ãè����ë…
������H
��*runtime.racefuncenter���
�� syscall.Unsetenv���Ö
��(runtime.racefuncexit���ê
��0runtime.morestack_noctxt���@`��"".autotmp_0101�type.error� "".~r1� type.error� "".key��type.string�`Y_` �€�Ò46 ��#G�Tgclocals·170309d2da858695ebefc5e7e0d9c320�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���6C:/workdir/go/src/os/env.goþ"".Clearenv��€��|eH‹ %(���H‹‰����H;av!HƒìH‹\$H‰$è����è����è����HƒÄÃè����ëÂ
������H
��*runtime.racefuncenter���R
�� syscall.Clearenv���\
��(runtime.racefuncexit���p
��0runtime.morestack_noctxt������� �@�Ü �
�#�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���6C:/workdir/go/src/os/env.goþ"".Environ��€��öeH‹ %(���H‹‰����H;av^Hƒì0H‹\$0H‰$è����1ÛH‰\$8H‰\$@H‰\$Hè����H‹$H‹L$H‹D$H‰T$H‰T$8H‰L$ H‰L$@H‰D$(H‰D$Hè����HƒÄ0Ãè����ë…
������H
��*runtime.racefuncenter���t
��syscall.Environ���Ö
��(runtime.racefuncexit���ê
��0runtime.morestack_noctxt���0`��"".autotmp_0102�/type.[]string� "".~r0��type.[]string�`Y_` �€�è91 ��#G�Tgclocals·2c033e7f4f4a74cc7e9f368d1fec9f60�Tgclocals·f56b2291fa344104975cb6587be42b9b���6C:/workdir/go/src/os/env.goþ*"".(*PathError).Error�� ��†eH‹ %(���H‹‰����HD$øH;A†Z��Hìˆ���H‹œ$ˆ���H‰$è����1ÛH‰œ$˜���H‰œ$ ���H‹œ$���H‰$Hƒ$ è����H‹œ$���Hƒû�„��H‹K H‹k(H‰l$pH‰,$H‰L$hH‹Y ÿÓH‹\$H‰\$xH‹\$H‰œ$€���H‹œ$���H‰$è����H‹œ$���H‰$Hƒ$è����H‹„$���HÇ$����H|$H‹H‰H‹HH‰OH����H‰\$HÇD$ ���HXH|$(H‹ H‰H‹KH‰OH����H‰\$8HÇD$@���H‹\$xH‰\$HH‹œ$€���H‰\$Pè����H‹\$XH‰œ$˜���H‹\$`H‰œ$ ���è����HÄˆ���Ééøþÿÿè����é}þÿÿ������f
��*runtime.racefuncenter���¶
�� runtime.raceread���–�������â
�� runtime.raceread���Ž
�� runtime.raceread���â��go.string." "���º��go.string.": "���Ž
��*runtime.concatstring5���Ì
��(runtime.racefuncexit���ô
��0runtime.morestack_noctxt���0��"".autotmp_0103�type.string� "".~r0�type.string�"".e��$type.*"".PathError�&Ë��6��2~–+�Tgclocals·4a6f49bfbb5d0042a5f508261526f69f�Tgclocals·4839c181b903023c3ae99be60aaf4271���:C:/workdir/go/src/os/error.goþ0"".(*SyscallError).Error��À��¶eH‹ %(���H‹‰����H;a†÷���HƒìhH‹\$hH‰$è����1ÛH‰\$xH‰œ$€���H‹\$pH‰$Hƒ$è����H‹\$pHƒû�„­���H‹KH‹kH‰l$PH‰,$H‰L$HH‹Y ÿÓH‹\$H‰\$XH‹\$H‰\$`H‹\$pH‰$è����HÇ$����H‹t$pH|$H‹H‰H‹NH‰OH����H‰\$HÇD$ ���H‹\$XH‰\$(H‹\$`H‰\$0è����H‹\$8H‰\$xH‹\$@H‰œ$€���è����HƒÄhÉéLÿÿÿè����éåþÿÿ������P
��*runtime.racefuncenter���”
�� runtime.raceread���î�������®
�� runtime.raceread���ü��go.string.": "���Ê
��*runtime.concatstring3���‚
��(runtime.racefuncexit���¤
��0runtime.morestack_noctxt���0Ð��"".autotmp_0105�type.string� "".~r0�type.string�"".e��*type.*"".SyscallError�ÐëÏÐ� �F ��'oN �Tgclocals·4a6f49bfbb5d0042a5f508261526f69f�Tgclocals·4839c181b903023c3ae99be60aaf4271���:C:/workdir/go/src/os/error.goþ$"".NewSyscallError��à��ÆeH‹ %(���H‹‰����H;a†?��Hƒì(H‹\$(H‰$è����1ÛH‰\$PH‰\$XH‹\$@Hƒû�u1ÛH‰\$PH‰\$Xè����HƒÄ(ÃH����H‰$è����H‹D$H‰D$ H‰$è����H‹\$ H‹l$8H‰kH‹l$0€=�����…ª���H‰+H‹\$ H‰$Hƒ$è����H‹\$ H‹l$@H‰kH‹l$H€=�����udH‰kH‹\$ H‰\$ H‹����1íH9ètH‹\$ H‰\$XH‰D$Pè����HƒÄ(ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë¸LCL‰$H‰l$è����ëŒH‰$H‰l$è����éFÿÿÿè����éþÿÿ$������P
��*runtime.racefuncenter��� 
��(runtime.racefuncexit���¸��(type."".SyscallError���Ê
��"runtime.newobject���ð
��"runtime.racewrite���¢�6runtime.writeBarrierEnabled���Ü
��"runtime.racewrite���Ž�6runtime.writeBarrierEnabled���¾��<go.itab.*"".SyscallError.error���ô
��(runtime.racefuncexit���Œ��*type.*"".SyscallError���¢��type.error���º��<go.itab.*"".SyscallError.error���Î
�� runtime.typ2Itab���€
��.runtime.writebarrierptr��� 
��.runtime.writebarrierptr���´
��0runtime.morestack_noctxt���`P��
"".autotmp_0108�*type.*"".SyscallError�"".autotmp_0107��*type.*"".SyscallError� "".~r2�@type.error� "".err� type.error�"".syscall��type.string�P:OP©OPm�ð�(P8   [� �'(‚-J�Tgclocals·904b17b4fd4f6c501685b7a33692149c�Tgclocals·98304215dd49c497c84500d34591a734���:C:/workdir/go/src/os/error.goþ"".IsExist��À��´eH‹ %(���H‹‰����H;av=HƒìH‹\$H‰$è����H‹\$ H‰$H‹\$(H‰\$è����¶\$ˆ\$0è����HƒÄÃè����ë¦
������H
��*runtime.racefuncenter���x
��"".isExist���”
��(runtime.racefuncexit���¨
��0runtime.morestack_noctxt���00�� "".~r1� type.bool� "".err��type.error�08/0 �`�d(! �
�#=�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���:C:/workdir/go/src/os/error.goþ"".IsNotExist��À��´eH‹ %(���H‹‰����H;av=HƒìH‹\$H‰$è����H‹\$ H‰$H‹\$(H‰\$è����¶\$ˆ\$0è����HƒÄÃè����ë¦
������H
��*runtime.racefuncenter���x
��"".isNotExist���”
��(runtime.racefuncexit���¨
��0runtime.morestack_noctxt���00�� "".~r1� type.bool� "".err��type.error�08/0 �`�r(! �
�#=�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���:C:/workdir/go/src/os/error.goþ"".IsPermission��À��´eH‹ %(���H‹‰����H;av=HƒìH‹\$H‰$è����H‹\$ H‰$H‹\$(H‰\$è����¶\$ˆ\$0è����HƒÄÃè����ë¦
������H
��*runtime.racefuncenter���x
��"".isPermission���”
��(runtime.racefuncexit���¨
��0runtime.morestack_noctxt���00�� "".~r1� type.bool� "".err��type.error�08/0 �`�€(! �
�#=�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���:C:/workdir/go/src/os/error.goþ"".isExist��  ��„ eH‹ %(���H‹‰����H;a†Þ��Hƒìp1ÀH‰D$@H‰D$HH‹\$pH‰$è����H‹L$xH‹„$€���H‰L$`H‰ $H‰D$hH‰D$è����H‹l$hH‹L$`‹T$Hƒù�uH‰L$PH‰l$XƄ$ˆ����è����HƒÄpÉT$,úت‰·…Ø��HÇD$@����H����H‰$H‰L$H‰l$H\$@H‰\$è����H‹l$h‹T$,H‹L$`¶\$ €û�„��H‹\$@H‰$Hƒ$ è����H‹\$@Hƒû�„f��H‹k H‰l$xH‹k(H‰¬$€���H����H‰$H‹\$xH‰\$H‹œ$€���H‰\$H\$8H‰\$è����¶\$ €û�„ ��H‹\$8Hû·���”À<�…è���H����H‰$H‹\$xH‰\$H‹œ$€���H‰\$H\$0H‰\$è����¶\$ €û�„¢���H‹\$0HƒûP”À<�…„���H����H‰$è����H‹\$xH‹-����H9ëuYH����H‰$è����H‹\$xH‰$H‹œ$€���H‰\$H‹����H‰\$H‹����H‰\$è����¶\$ ˆœ$ˆ���è����HƒÄpÃƄ$ˆ����ëìƄ$ˆ���ëâ1ÀécÿÿÿHÇÀ���éWÿÿÿ1Àéýþÿÿ‰é“þÿÿúÔkœë…œþÿÿHÇD$H����H����H‰$H‰L$H‰l$H\$HH‰\$è����¶\$ €û�„aþÿÿH‹\$HH‰$Hƒ$0è����H‹\$HHƒû�tH‹k0H‰l$xH‹k8H‰¬$€���é)þÿÿ‰ëâè����éþüÿÿ0������h
��*runtime.racefuncenter���²
��$runtime.ifacethash���ˆ
��(runtime.racefuncexit���Ò��$type.*"".PathError���Œ
��$runtime.assertI2T2���ê
�� runtime.raceread���À��$type.syscall.Errno���”
��$runtime.assertI2T2����$type.syscall.Errno�����$runtime.assertI2T2���’��"".ErrExist���¤
�� runtime.raceread���¼��"".ErrExist���Ô��"".ErrExist���æ
�� runtime.raceread��� ��"".ErrExist���¸�"".ErrExist���Ì
��runtime.ifaceeq���î
��(runtime.racefuncexit���š
��$type.*"".LinkError���Ô

��$runtime.assertI2T2���– 
�� runtime.raceread���ò 
��0runtime.morestack_noctxt���0à��"".autotmp_0120��type.bool�"".autotmp_0119�$type.syscall.Errno�"".autotmp_0118��type.bool�"".autotmp_0117�o$type.syscall.Errno�"".autotmp_0116�‡type.uint32�"".autotmp_0114�type.error�
"".pe�O$type.*"".LinkError�
"".pe�_$type.*"".PathError�
"".pe�?type.error� "".~r1� type.bool� "".err��type.error�(ànßà²ßàÐ��H*9
 Y76› G 3 ��3%+B/œ�Tgclocals·9c91d8a91ac42440a3d1507bc8d2e808�Tgclocals·2ef5571c2f4f7430715e92beefb6ee5b���JC:/workdir/go/src/os/error_windows.goþ"".isNotExist��€ ��þ eH‹ %(���H‹‰����H;a†Û��Hƒìp1ÀH‰D$@H‰D$HH‹\$pH‰$è����H‹L$xH‹„$€���H‰L$`H‰ $H‰D$hH‰D$è����H‹l$hH‹L$`‹T$Hƒù�uH‰L$PH‰l$XƄ$ˆ����è����HƒÄpÉT$,úت‰·…Õ��HÇD$@����H����H‰$H‰L$H‰l$H\$@H‰\$è����H‹l$h‹T$,H‹L$`¶\$ €û�„Œ��H‹\$@H‰$Hƒ$ è����H‹\$@Hƒû�„c��H‹k H‰l$xH‹k(H‰¬$€���H����H‰$H‹\$xH‰\$H‹œ$€���H‰\$H\$8H‰\$è����¶\$ €û�„��H‹\$8Hƒû”À<�…è���H����H‰$H‹\$xH‰\$H‹œ$€���H‰\$H\$0H‰\$è����¶\$ €û�„¢���H‹\$0Hƒû”À<�…„���H����H‰$è����H‹\$xH‹-����H9ëuYH����H‰$è����H‹\$xH‰$H‹œ$€���H‰\$H‹����H‰\$H‹����H‰\$è����¶\$ ˆœ$ˆ���è����HƒÄpÃƄ$ˆ����ëìƄ$ˆ���ëâ1ÀécÿÿÿHÇÀ���éWÿÿÿ1Àéýþÿÿ‰é–þÿÿúÔkœë…ŸþÿÿHÇD$H����H����H‰$H‰L$H‰l$H\$HH‰\$è����¶\$ €û�„dþÿÿH‹\$HH‰$Hƒ$0è����H‹\$HHƒû�tH‹k0H‰l$xH‹k8H‰¬$€���é,þÿÿ‰ëâè����éýÿÿ0������h
��*runtime.racefuncenter���²
��$runtime.ifacethash���ˆ
��(runtime.racefuncexit���Ò��$type.*"".PathError���Œ
��$runtime.assertI2T2���ê
�� runtime.raceread���À��$type.syscall.Errno���”
��$runtime.assertI2T2���æ��$type.syscall.Errno���º
��$runtime.assertI2T2���Œ��"".ErrNotExist���ž
�� runtime.raceread���¶��"".ErrNotExist���Î��"".ErrNotExist���à
�� runtime.raceread���š��"".ErrNotExist���²�"".ErrNotExist���Æ
��runtime.ifaceeq���è
��(runtime.racefuncexit���”
��$type.*"".LinkError���Î

��$runtime.assertI2T2��� 
�� runtime.raceread���ì 
��0runtime.morestack_noctxt���0à��"".autotmp_0129��type.bool�"".autotmp_0128�$type.syscall.Errno�"".autotmp_0127��type.bool�"".autotmp_0126�o$type.syscall.Errno�"".autotmp_0125�‡type.uint32�"".autotmp_0123�type.error�
"".pe�O$type.*"".LinkError�
"".pe�_$type.*"".PathError�
"".pe�?type.error� "".~r1� type.bool� "".err��type.error�(ànßà¯ßàÃ�€�H.*9
 Y76˜ G 3 ��3%+B/Œ�Tgclocals·9c91d8a91ac42440a3d1507bc8d2e808�Tgclocals·2ef5571c2f4f7430715e92beefb6ee5b���JC:/workdir/go/src/os/error_windows.goþ"".isPermission�� 
��”
eH‹ %(���H‹‰����H;a†f��Hƒìh1ÀH‰D$8H‰D$@H‹\$hH‰$è����H‹L$pH‹D$xH‰L$XH‰ $H‰D$`H‰D$è����H‹l$`H‹L$X‹T$Hƒù�uH‰L$HH‰l$PƄ$€����è����HƒÄhÉT$,úت‰·…f��HÇD$8����H����H‰$H‰L$H‰l$H\$8H‰\$è����H‹l$`‹T$,H‹L$X¶\$ €û�„��H‹\$8H‰$Hƒ$ è����H‹\$8Hƒû�„ô���H‹k H‰l$pH‹k(H‰l$xH����H‰$H‹\$pH‰\$H‹\$xH‰\$H\$0H‰\$è����¶\$ €û�„Ÿ���H‹\$0Hƒû”À<�…���H����H‰$è����H‹\$pH‹-����H9ëuVH����H‰$è����H‹\$pH‰$H‹\$xH‰\$H‹����H‰\$H‹����H‰\$è����¶\$ ˆœ$€���è����HƒÄhÃƄ$€����ëìƄ$€���ëâ1Àéfÿÿÿ‰éÿÿÿúÔkœë… ÿÿÿHÇD$@����H����H‰$H‰L$H‰l$H\$@H‰\$è����¶\$ €û�„ÐþÿÿH‹\$@H‰$Hƒ$0è����H‹\$@Hƒû�tH‹k0H‰l$pH‹k8H‰l$xé›þÿÿ‰ëåè����évýÿÿ,������h
��*runtime.racefuncenter���¬
��$runtime.ifacethash���‚
��(runtime.racefuncexit���Ì��$type.*"".PathError���†
��$runtime.assertI2T2���ä
�� runtime.raceread���´��$type.syscall.Errno���‚
��$runtime.assertI2T2���Ô�� "".ErrPermission���æ
�� runtime.raceread���þ�� "".ErrPermission���–�� "".ErrPermission���¨
�� runtime.raceread���Ü�� "".ErrPermission���ô� "".ErrPermission���ˆ
��runtime.ifaceeq���ª
��(runtime.racefuncexit���°��$type.*"".LinkError���ê
��$runtime.assertI2T2���¬ 
�� runtime.raceread���‚

��0runtime.morestack_noctxt���0��"".autotmp_0136��type.bool�"".autotmp_0135�o$type.syscall.Errno�"".autotmp_0134�wtype.uint32�"".autotmp_0132�type.error�
"".pe�O$type.*"".LinkError�
"".pe�_$type.*"".PathError�
"".pe�?type.error� "".~r1� type.bool� "".err��type.error�(ÐkÏÐÓÏв��DH*6
  Y4âG 0 ��3"+B/Ÿ�Tgclocals·9c91d8a91ac42440a3d1507bc8d2e808�Tgclocals·2ef5571c2f4f7430715e92beefb6ee5b���JC:/workdir/go/src/os/error_windows.goþ"".newProcess��€��êeH‹ %(���H‹‰����H;a†Ñ���Hƒì@H‹\$@H‰$è����H����H‰$è����H‹D$H‰D$(H‰$HÇD$���è����H‹D$(1íH‰(H‰h‰hH‰$è����H‹D$(H‹l$HH‰(H‰$Hƒ$è����H‹L$(H‹l$PH‰iH‰L$ H����H����H‰$H‰L$H����H‰\$0H‰\$H‰T$8H‰T$è����H‹\$ H‰\$Xè����HƒÄ@Ãè����é ÿÿÿ������P
��*runtime.racefuncenter���^��type."".Process���p
��"runtime.newobject���¨
��,runtime.racewriterange���Ü
��"runtime.racewrite���’
��"runtime.racewrite���Æ��0"".(*Process).Release·f���Ô�� type.*"".Process���ô��8type.func(*"".Process) error���¦
��(runtime.SetFinalizer���Ä
��(runtime.racefuncexit���Ø
��0runtime.morestack_noctxt���0€�� "".autotmp_0140�/ type.*"".Process�"".autotmp_0138�� type.*"".Process�"".p�? type.*"".Process� "".~r2�  type.*"".Process�"".handle�type.uintptr� "".pid��type.int�€Ì€�€�*o<��',�Tgclocals·c6b65adafe3825df3661581be744f0c0�Tgclocals·c301552ca8937361fc2b11074d410d43���8C:/workdir/go/src/os/exec.goþ*"".(*Process).setDone��à��ÈeH‹ %(���H‹‰����H;avGHƒìH‹\$H‰$è����H‹\$H‰$Hƒ<$�tHƒ$ÇD$���è����è����HƒÄÉ%����ëÛè����ëœ
������H
��*runtime.racefuncenter���Œ
��.sync/atomic.StoreUint32���–
��(runtime.racefuncexit���¼
��0runtime.morestack_noctxt��� ��"".p�� type.*"".Process� 9 �p�65 �
�#M�Tgclocals·87d20ce1b58390b294df80b886db78bf�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���8C:/workdir/go/src/os/exec.goþ$"".(*Process).done��à��ÐeH‹ %(���H‹‰����H;avKHƒìH‹\$H‰$è����H‹\$H‰$Hƒ<$�t Hƒ$è����‹\$ƒû�—D$ è����HƒÄÉ%����ë×è����ë˜
������H
��*runtime.racefuncenter���|
��,sync/atomic.LoadUint32���ž
��(runtime.racefuncexit���Ä
��0runtime.morestack_noctxt��� �� "".~r0�type.bool�"".p�� type.*"".Process� = �p�>(&�
�#M�Tgclocals·3f5c1f818fa7055d0400cecd34057162�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���8C:/workdir/go/src/os/exec.goþ"".Getpid�� ��ŽeH‹ %(���H‹‰����H;av*HƒìH‹\$H‰$è����è����H‹$H‰\$è����HƒÄÃè����ë¹
������H
��*runtime.racefuncenter���R
��syscall.Getpid���n
��(runtime.racefuncexit���‚
��0runtime.morestack_noctxt����� "".~r0��type.int�%�P�ˆP�
�#-�Tgclocals·5184031d3a32a42d85027f073f873668�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���8C:/workdir/go/src/os/exec.goþ"".Getppid�� ��ŽeH‹ %(���H‹‰����H;av*HƒìH‹\$H‰$è����è����H‹$H‰\$è����HƒÄÃè����ë¹
������H
��*runtime.racefuncenter���R
��syscall.Getppid���n
��(runtime.racefuncexit���‚
��0runtime.morestack_noctxt����� "".~r0��type.int�%�P�ŽP�
�#-�Tgclocals·5184031d3a32a42d85027f073f873668�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���8C:/workdir/go/src/os/exec.goþ"".startProcess��€"��â!eH‹ %(���H‹‰����H„$ÿÿÿH;A†E��Hìh��H‹œ$h��H‰$è����H‹„$˜��1Û1ÛH‰œ$¨��H‰œ$°��1íH9è„t��H‰$Hƒ$@è����H‹„$˜��H‹X@1íH9ë…O��H‰$è����H‹„$˜��H‹XHƒû�„0��H‰$è����H‹´$˜��H‹H‰ $H‹NH‰L$è����H‹D$ H‹L$(H‰Œ$°���H‰„$¨���Hƒø�„æ���HDŽ$ �������H����H‰$H‰D$H‰L$Hœ$ ���H‰\$è����H‹„$ ���H‰D$xH‰$è����H‹D$xH-����H‰(HÇ@���H‰„$˜���H‹����1íH9ètAH‹Œ$˜���HDŽ$ ������H‰„$È���H‰„$¨��H‰Œ$Ð���H‰Œ$°��è����HÄh��ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ëH¼$ ��1ÀHƒÇèè����Hœ$ ��H‰œ$���H‰$HÇD$H���è����H‹¼$���H‰ùHƒÿ�„A��1ÀHƒÇèè����H‰ $è����H‹œ$˜��H‰$è����H‹„$���H‹´$˜��Hƒþ�„û��H‹H‰H‹NH‰HH‰$Hƒ$è����H‹œ$˜��H‰$Hƒ$è����H‹„$���H‹´$˜��Hƒþ�„¨��H^Hƒø�„“��HhH‹ H‰M�H‹KH‰MH‹KH‰MH‰$Hƒ$@è����H‹œ$˜��H‰$Hƒ$@è����H‹„$���Hƒø�„;��L‹„$˜��I‹h@H‰h@H‰D$pH‰$Hƒ$è����H‹\$pH‹kHƒý�utè����H‹$H‰œ$��H‹\$H‰œ$��H‹\$H‰œ$��H‹\$pH‰$Hƒ$è����H‹\$pH‹¬$��H‰kH‹¬$��H‰k H‹¬$��€=�����…‚��H‰kH‹œ$˜��H‰$Hƒ$(è����H‹œ$˜��Hƒû�„O��H‹S(H‹C0H‹k8H‰¬$���1ÉH‰„$ø���H‰D$`H‰”$ð���H‰ÐH‰L$hH‹l$`H9鍀��H‰„$ˆ���H‰$è����H‹œ$ˆ���H‹1íH9è…¯��HÇÀÿÿÿÿH‰D$XH‹\$pH‰$Hƒ$(è����H‹\$pHƒû�„z��H‹S(H‹C0H‹[8H‰ÙH)ÃHƒû}QH����H‰$H‰”$Ø���H‰T$H‰D$H‰Œ$è���H‰L$H‰ÃH‰„$à���HÿÃH‰\$ è����H‹T$(H‹D$0H‹L$8H‰ÃHÿÃH‰Œ$è���H9ˇó��H‰œ$à���H‰”$Ø���H‰D$PHÂH‰$è����H‹œ$Ø���H‹l$PHëH‹l$XH‰+H‹\$pH‰$Hƒ$(è����H‹\$pH‹¬$à���H‰k0H‹¬$è���H‰k8H‹¬$Ø���€=�����…\��H‰k(H‹„$ˆ���H‹L$hHƒÀHÿÁH‰L$hH‹l$`H9錀þÿÿH‹œ$p��H‰$H‹œ$x��H‰\$H‹œ$€��H‰\$H‹œ$ˆ��H‰\$H‹œ$��H‰\$ H‹\$pH‰\$(è����H‹L$0H‹D$8H‹l$@H‹T$HH‰”$À���H‰¬$¸���Hƒý�„z��H����H‰$è����H‹D$H‰„$˜���H‰$è����H‹„$˜���H-����H‰(HÇ@ ���H‰$Hƒ$è����H‹œ$˜���H‹¬$x��H‰kH‹¬$p��€=�����…ì���H‰kH‹œ$˜���H‰$Hƒ$ è����H‹œ$˜���H‹¬$¸���H‰k H‹¬$À���€=�����…’���H‰k(H‹œ$˜���H‰œ$˜���H‹����1íH9ètAH‹Œ$˜���HDŽ$ ������H‰„$È���H‰„$¨��H‰Œ$Ð���H‰Œ$°��è����HÄh��ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ëLC(L‰$H‰l$è����é[ÿÿÿLCL‰$H‰l$è����éÿÿÿH‰ $H‰D$è����H‹\$H‰œ$ ��1ÛH‰œ$¨��H‰œ$°��è����HÄh��ÃLC(L‰$H‰l$è����é‘ýÿÿè���� ‰éüÿÿH‰„$€���H‰$è����H‹œ$€���H‹+H‰,$è����H‹œ$€���H‹H‹é üÿÿ‰éªûÿÿLCL‰$H‰l$è����ékûÿÿ‰�é¾úÿÿ‰�éfúÿÿ‰éQúÿÿ‰éþùÿÿ‰é¸ùÿÿè����é÷ÿÿ|������l
��*runtime.racefuncenter���Ö
�� runtime.raceread���–
�� runtime.raceread���Ô
�� runtime.raceread���Ž
��"".Stat���ü��$type.*"".PathError���¼
��"runtime.assertI2T���è
��"runtime.racewrite���€��"go.string."chdir"���´��6go.itab.*"".PathError.error���´
��(runtime.racefuncexit���Ò��$type.*"".PathError���è��type.error���€��6go.itab.*"".PathError.error���”
�� runtime.typ2Itab���È
ä� runtime.duffzero���Œ
��,runtime.racewriterange���Ì
ä� runtime.duffzero���Þ
��"runtime.racewrite���€ 
�� runtime.raceread���ì 
��"runtime.racewrite���˜

�� runtime.raceread���º 
��"runtime.racewrite���æ 
�� runtime.raceread���Р
�� runtime.raceread���ø 
��"".Environ���ê 
��"runtime.racewrite���À�6runtime.writeBarrierEnabled���‚
�� runtime.raceread���Ê
�� runtime.raceread���´
�� runtime.raceread�����type.[]uintptr���†
��"runtime.growslice���–
��"runtime.racewrite���î
��"runtime.racewrite���Ä�6runtime.writeBarrierEnabled���Æ
��(syscall.StartProcess���°��"type."".PathError���Â
��"runtime.newobject���î
��"runtime.racewrite���Œ��*go.string."fork/exec"���¾
��"runtime.racewrite���‚�6runtime.writeBarrierEnabled���Ä
��"runtime.racewrite���ˆ�6runtime.writeBarrierEnabled���Ì��6go.itab.*"".PathError.error���Ì
��(runtime.racefuncexit���ê��$type.*"".PathError���€��type.error���˜��6go.itab.*"".PathError.error���¬
�� runtime.typ2Itab���Þ
��.runtime.writebarrierptr���Œ
��.runtime.writebarrierptr���²
��"".newProcess���ú
��(runtime.racefuncexit���®
��.runtime.writebarrierptr���Â
��$runtime.panicslice���ö
�� runtime.raceread���ž 
�� runtime.raceread���ö 
��.runtime.writebarrierptr���Ð!
��0runtime.morestack_noctxt���Ð��@"".autotmp_0172��type.error�"".autotmp_0171��type.*uint8�"".autotmp_0170��$type.*"".PathError�"".autotmp_0169�¯type.int�"".autotmp_0168�Ÿtype.[]uintptr�"".autotmp_0167��type.uintptr�"".autotmp_0166�Ÿtype.uintptr�"".autotmp_0164�¿type.**"".File�"".autotmp_0163�type.int�"".autotmp_0162�ÿtype.int�"".autotmp_0161�*type.syscall.ProcAttr�"".autotmp_0160�¯,type.*syscall.ProcAttr�"".autotmp_0159��type.error�"".autotmp_0156��$type.*"".PathError�"".autotmp_0155��type.error�"".autotmp_0154��type.uintptr�"".autotmp_0153��type.int�"".autotmp_0152�ïtype.[]*"".File�"".autotmp_0151�¿type.[]string�"".autotmp_0150�Ÿ$type.*"".PathError�"".autotmp_0149�$type.*"".PathError�"".autotmp_0148�¿type.error�"".file�Ïtype.*"".File�"".e�ßtype.error�"".sysattr�ï,type.*syscall.ProcAttr�
"".pe�ß$type.*"".PathError� "".err�ÿtype.error� "".err�ptype.error�"".p�` type.*"".Process�"".attr�P"type.*"".ProcAttr�"".argv� type.[]string�"".name��type.string�8)ÐüÏЋ ÏЖÏз�€�œ,VOJ;%J7^9YF"t…½'k34e-78 F �l�5èf0<¢MLdæØ>ï00$
@F�Tgclocals·a6d1f164404ec9d85fc0e8ff4a2d01e7�Tgclocals·1fcfd91e348e3cfdacc57aa49628e4b8���DC:/workdir/go/src/os/exec_posix.goþ$"".(*Process).kill��À��¸eH‹ %(���H‹‰����H;av|Hƒì8H‹\$8H‰$è����1ÛH‰\$HH‰\$PH����H‰$è����H‹\$@H‰$H‹����H‰\$H‹����H‰\$è����H‹L$H‹D$ H‰L$(H‰L$HH‰D$0H‰D$Pè����HƒÄ8Ãè����édÿÿÿ������H
��*runtime.racefuncenter���n��"".Kill���€
�� runtime.raceread��� ��"".Kill���¸�"".Kill���Ì
��("".(*Process).Signal���’
��(runtime.racefuncexit���¦
��0runtime.morestack_noctxt���0p��"".autotmp_0175�type.error� "".~r0�type.error�"".p�� type.*"".Process�pwop� �j4T��#e�Tgclocals·cad14e25fd48dddd762418d02c031d67�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���DC:/workdir/go/src/os/exec_posix.goþ,"".(*ProcessState).Pid��À��¨eH‹ %(���H‹‰����H;av7HƒìH‹\$H‰$è����H‹\$H‰$è����H‹\$H‹+H‰l$è����HƒÄÃè����ë¬
������H
��*runtime.racefuncenter���d
�� runtime.raceread���ˆ
��(runtime.racefuncexit���œ
��0runtime.morestack_noctxt��� �� "".~r0�type.int�"".p��*type.*"".ProcessState�2�`�‚3�
�#=�Tgclocals·3f5c1f818fa7055d0400cecd34057162�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���DC:/workdir/go/src/os/exec_posix.goþ2"".(*ProcessState).exited��€��ìeH‹ %(���H‹‰����H;avYHƒìH‹\$H‰$è����H‹\$ H‰$Hƒ$HÇD$���è����H‹\$ Hƒû�t‹k‰l$HÇÀ���ˆD$(è����HƒÄÉëàè����ëŠ
������H
��*runtime.racefuncenter���€
��*runtime.racereadrange���Ä
��(runtime.racefuncexit���à
��0runtime.morestack_noctxt��� 0��syscall.w·2�.type.syscall.WaitStatus� "".~r0�type.bool�"".p��*type.*"".ProcessState�0P/0�€�ŠU�
�#]�Tgclocals·3f5c1f818fa7055d0400cecd34057162�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���DC:/workdir/go/src/os/exec_posix.goþ4"".(*ProcessState).success��€��ìeH‹ %(���H‹‰����H;avYHƒìH‹\$H‰$è����H‹\$ H‰$Hƒ$HÇD$���è����H‹\$ Hƒû�t‹k‹Ý‰l$Hƒû�”D$(è����HƒÄÉëàè����ëŠ
������H
��*runtime.racefuncenter���€
��*runtime.racereadrange���Ä
��(runtime.racefuncexit���à
��0runtime.morestack_noctxt��� 0��syscall.w·2�.type.syscall.WaitStatus� "".~r0�type.bool�"".p��*type.*"".ProcessState�0P/0�9�’(9 �
�#]�Tgclocals·3f5c1f818fa7055d0400cecd34057162�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���DC:/workdir/go/src/os/exec_posix.go6C:/workdir/go/src/os/doc.goþ,"".(*ProcessState).sys��À��¬eH‹ %(���H‹‰����H;avvHƒì(H‹\$(H‰$è����1ÛH‰\$8H‰\$@H����H‰$H‹\$0H‰\$Hƒ|$�t2HƒD$HÇD$����è����H‹\$H‰\$8H‹\$ H‰\$@è����HƒÄ(É%����ëÅè����éjÿÿÿ ������H
��*runtime.racefuncenter���n��.type.syscall.WaitStatus���Â
��runtime.convT2E���ô
��(runtime.racefuncexit���š
��0runtime.morestack_noctxt���0P�� "".~r0�"type.interface {}�"".p��*type.*"".ProcessState�PhOP� �š X��#V'�Tgclocals·cad14e25fd48dddd762418d02c031d67�Tgclocals·69c1753bd5f81501d95132d08af04464���DC:/workdir/go/src/os/exec_posix.goþ6"".(*ProcessState).sysUsage��€��äeH‹ %(���H‹‰����H;avUHƒìH‹\$H‰$è����1ÛH‰\$H‰\$ H‹\$H‰$Hƒ$è����H‹\$H‹kH‰l$ H����H‰\$è����HƒÄÃè����ëŽ ������H
��*runtime.racefuncenter���†
�� runtime.raceread���°��(type.*syscall.Rusage���Ä
��(runtime.racefuncexit���Ø
��0runtime.morestack_noctxt���0�� "".~r0�"type.interface {}�"".p��*type.*"".ProcessState�P�€�¢ 7��#>�Tgclocals·cad14e25fd48dddd762418d02c031d67�Tgclocals·69c1753bd5f81501d95132d08af04464���DC:/workdir/go/src/os/exec_posix.goþ2"".(*ProcessState).String��à��ÈeH‹ %(���H‹‰����HD$H;A†{��Hìð���H‹œ$ð���H‰$è����H‹„$ø���1ÛH‰œ$���H‰œ$��1íH9èu(H����H‰œ$���HDŽ$�����è����HÄð���Ã1ÛH‰œ$���H‰œ$˜���1ÛH‰œ$ ���H‰œ$¨���1ۉœ$ˆ���H����H‰$H‰D$Hƒ|$�„Å��HƒD$Hœ$ˆ���H‰\$è����H‹L$H‹D$ H‰Œ$ ���H‰„$¨���H‰Œ$À���H‰„$È���1ۉœ$Œ���H����H‰$H‰Œ$���H‰L$H‰„$˜���H‰D$Hœ$Œ���H‰\$è����‹”$Œ���1ÉH‰Œ$°���H‰ÈH‰Œ$¸���‰T$tHÇÃ���€û�„��‰”$„���‹Ú‰T$\H‰$è����H‹L$H‹D$HÇ$����H����H‰\$HÇD$ ���H‰Œ$à���H‰L$H‰„$è���H‰D$ è����‹”$„���H‹L$(H‹D$0‰”$„���‰T$x1Ҁú�tVH‰Œ$°���H‰„$¸���HÇ$����H‰Œ$à���H‰L$H‰„$è���H‰D$H����H‰\$HÇD$ ���è����H‹L$(H‹D$0H‰Œ$°���H‰Œ$���H‰„$¸���H‰„$��è����HÄð���ÉT$l1ۀû�tw‰”$„���‰T$dHÇÀÿÿÿÿH‰$è����H‹L$H‹D$HÇ$����H����H‰\$HÇD$���H‰Œ$à���H‰L$H‰„$è���H‰D$ è����‹”$„���H‹L$(H‹D$0ééþÿÿ‰T$|1ۀû�„[��‰”$„���‰T$XHÇÀÿÿÿÿH‰$è����H‹L$H‹D$HÇ$����H����H‰\$HÇD$ ���H‰Œ$à���H‰L$H‰„$è���H‰D$ è����‹”$„���H‹L$(H‹D$0‰T$`HÇÅÿÿÿÿHƒý…Sþÿÿ‰T$pHÇÅÿÿÿÿHƒý�„>þÿÿH‰Œ$°���H‰Œ$à���H‰„$¸���H‰„$è���‰T$hHÇÀÿÿÿÿH‰$è����H‹L$H‹D$HÇ$����H‹œ$à���H‰\$H‹œ$è���H‰\$H����H‰\$HÇD$ ���H‰Œ$Ð���H‰L$(H‰„$Ø���H‰D$0H����H‰\$8HÇD$@���è����‹”$„���H‹L$HH‹D$Péýÿÿ‰”$€���1ۀû�„mýÿÿH ����HÇÀ ���éZýÿÿ‰%����é/üÿÿè����é\ûÿÿ4������f
��*runtime.racefuncenter���¶��"go.string."<nil>"���è
��(runtime.racefuncexit���à��.type.syscall.WaitStatus���º
��runtime.convT2E���®��.type.syscall.WaitStatus���Ž
��"runtime.assertE2T���š
��"".itoa���Ì��0go.string."exit status "���¦
��*runtime.concatstring2���Þ��4go.string." (core dumped)"���„ 
��*runtime.concatstring2���â 
��(runtime.racefuncexit���¾

��*syscall.Signal.String���ð
��(go.string."signal: "���Ê 
��*runtime.concatstring2���Ê 
��*syscall.Signal.String���ü ��2go.string."stop signal: "���Ö 
��*runtime.concatstring2���´
��"".itoa���š��&go.string." (trap "���ø��go.string.")"���ž
��*runtime.concatstring4���ü��*go.string."continued"���¶
��0runtime.morestack_noctxt���0à��6"".autotmp_0187��"type.interface {}�"".autotmp_0186�Ï.type.syscall.WaitStatus�"".autotmp_0185�_"type.interface {}�"".autotmp_0184��type.string�"".autotmp_0183�?type.string�"".autotmp_0182��type.string�"".autotmp_0181��type.string�"".autotmp_0180��type.string�"".autotmp_0179�type.string�"".autotmp_0178�Ç.type.syscall.WaitStatus�syscall.w·2�ï.type.syscall.WaitStatus�syscall.w·2�ß.type.syscall.WaitStatus�syscall.w·2�.type.syscall.WaitStatus�syscall.w·2�ÿ.type.syscall.WaitStatus�syscall.w·2�Ÿ.type.syscall.WaitStatus�syscall.w·2�¯.type.syscall.WaitStatus�syscall.w·2�ç.type.syscall.WaitStatus�syscall.w·2�—.type.syscall.WaitStatus�syscall.w·2�‡.type.syscall.WaitStatus�syscall.w·2�§.type.syscall.WaitStatus�syscall.w·2�÷.type.syscall.WaitStatus� "".~r0�Ÿ"type.interface {}� "".~r0�¿"type.interface {}� "".res�type.string�"".status�×.type.syscall.WaitStatus� "".~r0�type.string�"".p��*type.*"".ProcessState�(&àYßàüßà³�° �tª&,+('ÒmV- rr*º
 �&�2Ai”.»ub�Tgclocals·ad3700433a9da2ccbca18a883b6608c0�Tgclocals·0b2e4e6d7086ad0c915e7e34a16642d4���DC:/workdir/go/src/os/exec_posix.goþ$"".(*Process).wait��à$��Ê$eH‹ %(���H‹‰����H„$HÿÿÿH;A†ù��Hì8��H‹œ$8��H‰$è����HDŽ$H������1ÛH‰œ$P��H‰œ$X��1ÛH‰œ$P��H‰œ$X��HDŽ$H������H‹œ$@��H‰$Hƒ<$�„‚��Hƒ$è����H‹D$H‰D$@H‰$»ÿÿÿÿ‰\$è����‹L$H‹l$H‹T$ H‰¬$��H‰”$ ��ƒù�…k��ÇD$<����H‹\$@H‰$H\$<H‰\$è����H‹L$H‹T$H‰”$ ��H‰Œ$��Hƒù�„Ž��H����H‰œ$Ø���HDŽ$à������H‰”$ð���1ÛH‰\$hH‰\$pH‰Œ$è���Hƒù�uN1ÒH‰ÑH‰T$hH‰L$pHDŽ$H������H‰”$(��H‰”$P��H‰Œ$0��H‰Œ$X��è����è����HÄ8��ÃH����H‰$è����H‹D$H‰D$XH‰$è����H‹\$XH‹¬$à���H‰kH‹¬$Ø���€=�����…§���H‰+H‹\$XH‰$Hƒ$è����H‹\$XH‹¬$è���H‰kH‹¬$ð���€=�����u[H‰kH‹\$XH‰\$XH‹ ����1íH9étH‹l$XH‰ÊH‰éé
ÿÿÿH����H‰$H����H‰\$H����H‰\$è����H‹L$ëÁLCL‰$H‰l$è����ë•H‰$H‰l$è����éIÿÿÿH����H‰$è����H‹D$H‰D$`H‰$HÇD$ ���è����H‹D$`H‹\$@H‰$H‰D$H‰D$HƒD$H‰D$HƒD$H‰D$ HƒD$ è����H‹L$(H‹T$0H‰”$ ��H‰Œ$��Hƒù�„š��H����H‰œ$È���HDŽ$Ð������H‰”$��1ÛH‰œ$ˆ���H‰œ$���H‰Œ$��Hƒù�uT1ÒH‰ÑH‰”$ˆ���H‰Œ$���HDŽ$H������H‰”$(��H‰”$P��H‰Œ$0��H‰Œ$X��è����è����HÄ8��ÃH����H‰$è����H‹D$H‰D$XH‰$è����H‹\$XH‹¬$Ð���H‰kH‹¬$È���€=�����…§���H‰+H‹\$XH‰$Hƒ$è����H‹\$XH‹¬$��H‰kH‹¬$��€=�����u[H‰kH‹\$XH‰\$XH‹ ����1íH9étH‹l$XH‰ÊH‰ééÿÿÿH����H‰$H����H‰\$H����H‰\$è����H‹L$ëÁLCL‰$H‰l$è����ë•H‰$H‰l$è����éIÿÿÿH‹œ$@��H‰$è����HÇD$@KL�Ç$���H����H‰D$è����ƒø�…(��H‹œ$@��H‰\$Ç$���H����H‰D$è����ƒø�…ç���H����H‰$è����H‹D$H‰D$HH‰$è����H‹œ$@��H‰$è����H‹D$HHƒø�„���L‹„$@��I‹(H‰(H‰$Hƒ$è����H‹D$H‹l$<‰hH‰$Hƒ$è����H‹\$HHƒû�tXH‹l$`€=�����u6H‰kH‹\$HH‰œ$H��1ÛH‰œ$P��H‰œ$X��è����è����HÄ8��ÃLCL‰$H‰l$è����뺉뤉�é\ÿÿÿè����è����HÄ8��Ðè����è����HÄ8��Áùÿÿÿÿ…”��H����H‰œ$¸���HDŽ$À������H‰”$���1ÛH‰\$xH‰œ$€���H‰¬$ø���Hƒý�uQ1ÒH‰ÑH‰T$xH‰Œ$€���HDŽ$H������H‰”$(��H‰”$P��H‰Œ$0��H‰Œ$X��è����è����HÄ8��ÃH����H‰$è����H‹D$H‰D$XH‰$è����H‹\$XH‹¬$À���H‰kH‹¬$¸���€=�����…§���H‰+H‹\$XH‰$Hƒ$è����H‹\$XH‹¬$ø���H‰kH‹¬$���€=�����u[H‰kH‹\$XH‰\$XH‹ ����1íH9étH‹l$XH‰ÊH‰ééÿÿÿH����H‰$H����H‰\$H����H‰\$è����H‹L$ëÁLCL‰$H‰l$è����ë•H‰$H‰l$è����éIÿÿÿH����H‰œ$¨���HDŽ$°���.���1ÛH‰œ$˜���H‰œ$ ���H����H‰$è����H‹D$H‰D$PH‰$è����H‹\$PH‹¬$°���H‰kH‹¬$¨���€=�����…¡���H‰+H‹\$PH‰\$PH‹ ����1íH9étTH‹T$PH‰Œ$˜���H‰”$ ���HDŽ$H������H‰Œ$(��H‰Œ$P��H‰”$0��H‰”$X��è����è����HÄ8��ÃH����H‰$H����H‰\$H����H‰\$è����H‹L$ézÿÿÿH‰$H‰l$è����éOÿÿÿ‰%����ér÷ÿÿè����éÛöÿÿ´������l
��*runtime.racefuncenter���¦
��.sync/atomic.LoadUintptr���Þ
��6syscall.WaitForSingleObject���ì
��4syscall.GetExitCodeProcess���Â��<go.string."GetExitCodeProcess"���°
��&runtime.deferreturn���º
��(runtime.racefuncexit���Ø��(type."".SyscallError���ê
��"runtime.newobject���
��"runtime.racewrite���Î�6runtime.writeBarrierEnabled���ˆ
��"runtime.racewrite���Æ�6runtime.writeBarrierEnabled���ö��<go.itab.*"".SyscallError.error���² ��*type.*"".SyscallError���È ��type.error���à ��<go.itab.*"".SyscallError.error���ô 
�� runtime.typ2Itab���¦

��.runtime.writebarrierptr���Æ

��.runtime.writebarrierptr���Þ
��&type.syscall.Rusage���ð

��"runtime.newobject���¨ 
��,runtime.racewriterange���š 
��.syscall.GetProcessTimes���ð ��6go.string."GetProcessTimes"���ö
��&runtime.deferreturn���€
��(runtime.racefuncexit���ž��(type."".SyscallError���°
��"runtime.newobject���Ö
��"runtime.racewrite���”�6runtime.writeBarrierEnabled���Î
��"runtime.racewrite���Œ�6runtime.writeBarrierEnabled���¼��<go.itab.*"".SyscallError.error���ø��*type.*"".SyscallError���Ž��type.error���¦��<go.itab.*"".SyscallError.error���º
�� runtime.typ2Itab���ì
��.runtime.writebarrierptr���Œ
��.runtime.writebarrierptr���¸
��*"".(*Process).setDone���æ��time.Sleep·f���ú
��"runtime.deferproc���Â��0"".(*Process).Release·f���Ö
��"runtime.deferproc���ö��(type."".ProcessState���ˆ
��"runtime.newobject���®
��"runtime.racewrite���Ð
�� runtime.raceread���¦
��"runtime.racewrite���Ú
��"runtime.racewrite���†�6runtime.writeBarrierEnabled���Þ
��&runtime.deferreturn���è
��(runtime.racefuncexit���œ
��.runtime.writebarrierptr���Â
��&runtime.deferreturn���Ì
��(runtime.racefuncexit���è
��&runtime.deferreturn���ò
��(runtime.racefuncexit���¨��>go.string."WaitForSingleObject"���¢
��&runtime.deferreturn���¬
��(runtime.racefuncexit���Ê��(type."".SyscallError���Ü
��"runtime.newobject���‚
��"runtime.racewrite���À�6runtime.writeBarrierEnabled���ú
��"runtime.racewrite���¸�6runtime.writeBarrierEnabled���è��<go.itab.*"".SyscallError.error���¤��*type.*"".SyscallError���º��type.error���Ò��<go.itab.*"".SyscallError.error���æ
�� runtime.typ2Itab���˜
��.runtime.writebarrierptr���¸
��.runtime.writebarrierptr���Ð��tgo.string."os: unexpected result from WaitForSingleObject"���ª ��.type.errors.errorString���¼ 
��"runtime.newobject���â 
��"runtime.racewrite��� !�6runtime.writeBarrierEnabled���Ö!��Bgo.itab.*errors.errorString.error���ò"
��&runtime.deferreturn���ü"
��(runtime.racefuncexit���š#��0type.*errors.errorString���°#��type.error���È#��Bgo.itab.*errors.errorString.error���Ü#
�� runtime.typ2Itab���Œ$
��.runtime.writebarrierptr���¸$
��0runtime.morestack_noctxt���@ð��T"".autotmp_0215�ß*type.*"".ProcessState�"".autotmp_0214��type.error�"".autotmp_0213��type.*uint8�"".autotmp_0212��type.error�"".autotmp_0211��*type.*"".SyscallError�"".autotmp_0210��type.error�"".autotmp_0209��type.*uint8�"".autotmp_0208��type.error�"".autotmp_0207��*type.*"".SyscallError�"".autotmp_0206��type.error�"".autotmp_0205��type.*uint8�"".autotmp_0204��type.error�"".autotmp_0203�Ï0type.*errors.errorString�"".autotmp_0202��type.error�"".autotmp_0200��type.error�"".autotmp_0199�¿*type.*"".SyscallError�"".autotmp_0198��type.uint32�"".autotmp_0197��*type.*"".SyscallError�"".autotmp_0196��type.error�"".autotmp_0195��*type.*"".SyscallError�"".autotmp_0194��type.error�"".autotmp_0193��0type.*errors.errorString�"".autotmp_0192��*type.*"".SyscallError�"".autotmp_0191�type.error�
"".&u�¯(type.*syscall.Rusage� "".~r2�ßtype.error� "".err�_type.error�"".syscall�ßtype.string� "".~r2�Ÿtype.error� "".err�Ÿtype.error�"".syscall�¿type.string� "".~r0�¿type.error�errors.text·2�Ÿtype.string� "".~r2�ÿtype.error� "".err�type.error�"".syscall�ÿtype.string�
"".ec�÷type.uint32�"".e�?type.error�"".handle�ïtype.uintptr� "".err� type.error�
"".ps�*type.*"".ProcessState�"".p�� type.*"".Process�j)ðÿïð¢ïð³ïð1ïðïðœïðçïðf�°�¤")87<&5 *~‹1FŠ‹
*.ç' „*)‹Ø&%M �ˆ�5]¢<v)
æ  <v)h— Î<v)B‡6"C�Tgclocals·1ce86e8d793d40bdf5a2cc040b02329b�Tgclocals·662a6f20538ee5b49ee44990cba5242d���HC:/workdir/go/src/os/exec_windows.goþ&"".terminateProcess��À��ªeH‹ %(���H‹‰����HD$ÈH;A†ì��Hì¸���H‹œ$¸���H‰$è����1ÛH‰œ$Ð���H‰œ$Ø���Ç$���ÆD$�H‹œ$À���‰Û‰\$è����H‹l$H‹t$H‹T$ H‰´$¨���H‰”$°���H‰”$ ���H‰´$˜���Hƒþ�„p��H����H‰\$XHÇD$` ���H‰”$€���1ÛH‰\$8H‰\$@H‰t$xHƒþ�u21ÒH‰ÑH‰T$8H‰”$Ð���H‰L$@H‰Œ$Ø���è����è����HÄ¸���ÃH����H‰$è����H‹D$H‰D$0H‰$è����H‹\$0H‹l$`H‰kH‹l$X€=�����…´���H‰+H‹\$0H‰$Hƒ$è����H‹\$0H‹l$xH‰kH‹¬$€���€=�����ukH‰kH‹\$0H‰\$0H‹ ����1íH9ét H‹l$0H‰Œ$¨���H‰ÊH‰¬$°���H‰ééÿÿÿH����H‰$H����H‰\$H����H‰\$è����H‹L$ë±LCL‰$H‰l$è����ë…H‰$H‰l$è����é<ÿÿÿH‰l$(H‰l$Ç$���H����H‰D$è����ƒø�…¼��H‹\$(H‰$H‹œ$È���‰Û‰\$è����H‹L$H‹T$H‰Œ$¨���H‰”$°���H����H‰\$hHÇD$p���H‰Œ$˜���H‰”$ ���H‰”$���1ÛH‰\$HH‰\$PH‰Œ$ˆ���Hƒù�u21ÒH‰ÑH‰T$HH‰”$Ð���H‰L$PH‰Œ$Ø���è����è����HÄ¸���ÃH����H‰$è����H‹D$H‰D$0H‰$è����H‹\$0H‹l$pH‰kH‹l$h€=�����…·���H‰+H‹\$0H‰$Hƒ$è����H‹\$0H‹¬$ˆ���H‰kH‹¬$���€=�����ukH‰kH‹\$0H‰\$0H‹ ����1íH9ét H‹l$0H‰Œ$¨���H‰ÊH‰¬$°���H‰ééÿÿÿH����H‰$H����H‰\$H����H‰\$è����H‹L$ë±LCL‰$H‰l$è����ë…H‰$H‰l$è����é9ÿÿÿè����è����HÄ¸���Ãè����éëûÿÿR������f
��*runtime.racefuncenter���È
��&syscall.OpenProcess���È��.go.string."OpenProcess"���ì
��&runtime.deferreturn���ö
��(runtime.racefuncexit���”��(type."".SyscallError���¦
��"runtime.newobject���Ì
��"runtime.racewrite���þ�6runtime.writeBarrierEnabled���¸
��"runtime.racewrite���ð�6runtime.writeBarrierEnabled��� ��<go.itab.*"".SyscallError.error���ü��*type.*"".SyscallError���’��type.error���ª��<go.itab.*"".SyscallError.error���¾
�� runtime.typ2Itab���ð
��.runtime.writebarrierptr���
��.runtime.writebarrierptr���Ê��,syscall.CloseHandle·f���Þ
��"runtime.deferproc���¨ 
��0syscall.TerminateProcess���ê ��8go.string."TerminateProcess"���´ 
��&runtime.deferreturn���¾ 
��(runtime.racefuncexit���Ü ��(type."".SyscallError���î 
��"runtime.newobject���” 
��"runtime.racewrite���Æ �6runtime.writeBarrierEnabled���€ 
��"runtime.racewrite���¾ �6runtime.writeBarrierEnabled���î ��<go.itab.*"".SyscallError.error���Ê��*type.*"".SyscallError���à��type.error���ø��<go.itab.*"".SyscallError.error���Œ
�� runtime.typ2Itab���¾
��.runtime.writebarrierptr���Þ
��.runtime.writebarrierptr���ô
��&runtime.deferreturn���þ
��(runtime.racefuncexit���˜
��0runtime.morestack_noctxt���@ð��("".autotmp_0230��type.*uint8�"".autotmp_0229��type.error�"".autotmp_0228��*type.*"".SyscallError�"".autotmp_0226��type.error�"".autotmp_0225�*type.*"".SyscallError�"".autotmp_0224��*type.*"".SyscallError�"".autotmp_0223��type.error�"".autotmp_0222��*type.*"".SyscallError�"".autotmp_0221�type.error� "".~r2�ßtype.error� "".err�_type.error�"".syscall�Ÿtype.string� "".~r2�ÿtype.error� "".err�type.error�"".syscall�¿type.string�"".e�?type.error�"".h�Ÿ&type.syscall.Handle� "".~r2� type.error�"".exitcode�type.int� "".pid��type.int�6&ðàïðãïðŸïð� �B`& FY’+6† �N�21¯6ƒ)'%…
6†)
(�Tgclocals·e2b1b2ef40b40e0f0c2a89eeab94395f�Tgclocals·ac6016c5dd2e4e3629aec105c67df175���HC:/workdir/go/src/os/exec_windows.goþ("".(*Process).signal��€ ��ò eH‹ %(���H‹‰����H;a†��HƒìxH‹\$xH‰$è����1ÛH‰œ$˜���H‰œ$ ���H‹œ$€���H‰$Hƒ<$�„Î��Hƒ$è����H‹\$HÇÅÿÿÿÿH9ëuhHÇD$8'�� H����H‰$H����H‰\$H����H‰\$H\$8H‰\$HÇD$ ����è����H‹\$(H‰œ$˜���H‹\$0H‰œ$ ���è����HƒÄxÃH‹œ$€���H‰$è����¶\$€û�„ð���H����H‰\$XHÇD$`���1ÛH‰\$HH‰\$PH����H‰$è����H‹D$H‰D$@H‰$è����H‹\$@H‹l$`H‰kH‹l$X€=�����u}H‰+H‹\$@H‰\$@H‹����1íH9èt3H‹L$@H‰D$hH‰L$pH‰D$HH‰„$˜���H‰L$PH‰Œ$ ���è����HƒÄxÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ëžH‰$H‰l$è����ésÿÿÿH����H‰$è����H‹œ$ˆ���H‹-����H9ë…¬���H����H‰$è����H‹¬$ˆ���H‰,$H‹¬$���H‰l$H‹-����H‰l$H‹-����H‰l$è����¶\$ €û�t\H‹œ$€���H‰$è����H‹œ$€���H‹+H‰,$HÇD$���è����H‹D$H‹L$H‰D$hH‰„$˜���H‰L$pH‰Œ$ ���è����HƒÄxÃHÇD$8‚�� H����H‰$H����H‰\$H����H‰\$H\$8H‰\$HÇD$ ����è����H‹\$(H‰œ$˜���H‹\$0H‰œ$ ���è����HƒÄxÉ%����é&ýÿÿè����éÇüÿÿL������P
��*runtime.racefuncenter���¶
��.sync/atomic.LoadUintptr���ø��$type.syscall.Errno���Ž��type.error���¦��6go.itab.syscall.Errno.error���à
��runtime.convT2I���ž
��(runtime.racefuncexit���Ê
��$"".(*Process).done���ô��Pgo.string."os: process already finished"���¶��.type.errors.errorString���È
��"runtime.newobject���î
��"runtime.racewrite��� �6runtime.writeBarrierEnabled���Î��Bgo.itab.*errors.errorString.error���¸
��(runtime.racefuncexit���Ð��0type.*errors.errorString���æ��type.error���þ��Bgo.itab.*errors.errorString.error���’
�� runtime.typ2Itab���¼
��.runtime.writebarrierptr���Ô��"".Kill���æ
�� runtime.raceread���„��"".Kill���¤��"".Kill���¶
�� runtime.raceread���ö��"".Kill���Ž �"".Kill���¢ 
��runtime.ifaceeq���Ø 
�� runtime.raceread���’

��&"".terminateProcess���ä

��(runtime.racefuncexit���Ž ��$type.syscall.Errno���¤ ��type.error���¼ ��6go.itab.syscall.Errno.error���ö 
��runtime.convT2I���´ 
��(runtime.racefuncexit���à 
��0runtime.morestack_noctxt���Pð��"".autotmp_0240�type.error�"".autotmp_0239�o0type.*errors.errorString�"".autotmp_0238��$type.syscall.Errno�"".autotmp_0237��type.error�"".autotmp_0236��0type.*errors.errorString�"".autotmp_0234�$type.syscall.Errno� "".~r0�_type.error�errors.text·2�?type.string� "".~r1�0type.error� "".sig�type."".Signal�"".p�� type.*"".Process�Bð¹ïðÌïð•ïðgïð�À�Pt>& ^¤  GxR^ �6�'§?e-*¿I'�Tgclocals·c244a1d925cb900f8dfdd7e8e9e604d3�Tgclocals·ab9483a18a9aa6ce51cb9eaf4d98a9d2���HC:/workdir/go/src/os/exec_windows.goþ*"".(*Process).release��à �� eH‹ %(���H‹‰����HD$ØH;A†ø��Hì¨���H‹œ$¨���H‰$è����1ÛH‰œ$¸���H‰œ$À���H‹œ$°���H‰$Hƒ<$�„«��Hƒ$è����H‹D$HÇÅÿÿÿÿH9èukHÇD$8'�� H����H‰$H����H‰\$H����H‰\$H\$8H‰\$HÇD$ ����è����H‹\$(H‰œ$¸���H‹\$0H‰œ$À���è����HÄ¨���ÃH‰$è����H‹D$H‹L$H‰„$˜���H‰Œ$ ���H‰Œ$€���H‰D$xHƒø�„d��H����H‰\$XHÇD$` ���H‰L$p1ÛH‰\$HH‰\$PH‰D$hHƒø�u,1ÀH‰ÁH‰L$HH‰Œ$¸���H‰D$PH‰„$À���è����HÄ¨���ÃH����H‰$è����H‹D$H‰D$@H‰$è����H‹\$@H‹l$`H‰kH‹l$X€=�����…±���H‰+H‹\$@H‰$Hƒ$è����H‹\$@H‹l$hH‰kH‹l$p€=�����ukH‰kH‹\$@H‰\$@H‹����1íH9èt H‹T$@H‰„$˜���H‰ÁH‰”$ ���H‰Ðé(ÿÿÿH����H‰$H����H‰\$H����H‰\$è����H‹D$ë±LCL‰$H‰l$è����ë…H‰$H‰l$è����é?ÿÿÿH‹œ$°���H‰$Hƒ<$�tkHƒ$HÇD$ÿÿÿÿè����H‹Œ$°���H����H‰œ$ˆ���H‰$H‰Œ$���H‰L$1ÛH‰\$H‰\$è����1ÛH‰œ$¸���H‰œ$À���è����HÄ¨���É%����댉%����éIýÿÿè����éßüÿÿ:������f
��*runtime.racefuncenter���Ì
��.sync/atomic.LoadUintptr���Ž��$type.syscall.Errno���¤��type.error���¼��6go.itab.syscall.Errno.error���ö
��runtime.convT2I���´
��(runtime.racefuncexit���Ö
��&syscall.CloseHandle���Æ��.go.string."CloseHandle"���â
��(runtime.racefuncexit���€��(type."".SyscallError���’
��"runtime.newobject���¸
��"runtime.racewrite���ê�6runtime.writeBarrierEnabled���¤
��"runtime.racewrite���Ö�6runtime.writeBarrierEnabled���†��<go.itab.*"".SyscallError.error���â��*type.*"".SyscallError���ø��type.error��� ��<go.itab.*"".SyscallError.error���¤ 
�� runtime.typ2Itab���Ö 
��.runtime.writebarrierptr���ö 
��.runtime.writebarrierptr���Ì

��0sync/atomic.StoreUintptr���ê
�� type.*"".Process���¾ 
��(runtime.SetFinalizer���ì 
��(runtime.racefuncexit���° 
��0runtime.morestack_noctxt���0Ð��"".autotmp_0249��type.error�"".autotmp_0248�Ï*type.*"".SyscallError�"".autotmp_0246��*type.*"".SyscallError�"".autotmp_0245�type.error�"".autotmp_0244�ß$type.syscall.Errno� "".~r2�¿type.error� "".err�type.error�"".syscall�Ÿtype.string�"".e�_type.error� "".~r0�type.error�"".p�� type.*"".Process�6&пÏЖÏЄÏÐ.�°�R’&& ^+P
 &9  �8�2§†6€)+P;�Tgclocals·ec4785a376295fd58944368177a5a0a4�Tgclocals·c4d8c2d7cc7ebc5c0ea63077380b65de���HC:/workdir/go/src/os/exec_windows.goþ"".findProcess��€ ��üeH‹ %(���H‹‰����H;a†��Hì€���H‹œ$€���H‰$è����1Û1ÛH‰œ$˜���H‰œ$ ���Ç$��ÆD$�H‹œ$ˆ���‰Û‰\$è����H‹L$H‹D$H‹T$ H‰T$hH‰D$`Hƒø�„j��H����H‰\$@HÇD$H ���H‰T$X1ÛH‰\$0H‰\$8H‰D$PHƒø�uB1ÉH‰ÈH‰L$0H‰D$8HDŽ$�������H‰L$pH‰Œ$˜���H‰D$xH‰„$ ���è����HÄ€���ÃH����H‰$è����H‹D$H‰D$(H‰$è����H‹\$(H‹l$HH‰kH‹l$@€=�����…¡���H‰+H‹\$(H‰$Hƒ$è����H‹\$(H‹l$PH‰kH‹l$X€=�����u[H‰kH‹\$(H‰\$(H‹����1íH9ètH‹T$(H‰ÁH‰Ðé"ÿÿÿH����H‰$H����H‰\$H����H‰\$è����H‹D$ëÁLCL‰$H‰l$è����ë•H‰$H‰l$è����éOÿÿÿH‹œ$ˆ���H‰$H‰L$è����H‹\$H‰œ$���1ÛH‰œ$˜���H‰œ$ ���è����HÄ€���Ãè����éÂýÿÿ*������\
��*runtime.racefuncenter���Â
��&syscall.OpenProcess���–��.go.string."OpenProcess"���Þ
��(runtime.racefuncexit���ü��(type."".SyscallError���Ž
��"runtime.newobject���´
��"runtime.racewrite���æ�6runtime.writeBarrierEnabled��� 
��"runtime.racewrite���Ò�6runtime.writeBarrierEnabled���‚��<go.itab.*"".SyscallError.error���¾��*type.*"".SyscallError���Ô��type.error���ì��<go.itab.*"".SyscallError.error���€
�� runtime.typ2Itab���²
��.runtime.writebarrierptr���Ò
��.runtime.writebarrierptr���ˆ
��"".newProcess���Ð
��(runtime.racefuncexit���ê
��0runtime.morestack_noctxt���@€��"".autotmp_0261��type.error�"".autotmp_0259��type.error�"".autotmp_0258�¯*type.*"".SyscallError�"".autotmp_0256��*type.*"".SyscallError�"".autotmp_0255�type.error� "".~r2�Ÿtype.error� "".err�_type.error�"".syscall�type.string�"".e�?type.error� "".err� type.error�"".p� type.*"".Process� "".pid��type.int�(!€Ùÿ€¸ÿ€ �À�.°F3f 
ÿ5  �,�-Á
6p)$
�Tgclocals·c849740fc5ee4f8074f4a7d44b1f8943�Tgclocals·752f44fc1cdaa0dafcf176286b01c435���HC:/workdir/go/src/os/exec_windows.goþ"".init.1��  ��ž eH‹ %(���H‹‰����HD$ H;A†&��Hìà���H‹œ$à���H‰$è����ÇD$4����è����H‹$H‰$H\$4H‰\$è����H‹l$H‹T$H‹L$ H‰L$hH‰T$`Hƒú�tè����è����HÄà���ÃH‰l$XH‰l$Ç$ ���H����H‰D$è����ƒø�…z��H����H‰$Hc\$4H‰\$Hc\$4H‰\$è����H‹\$H‰œ$È���H‹\$ H‰œ$Ð���H‹\$(H‰œ$Ø���H����H‰$è����H‹œ$Ð���H‰����H‹œ$Ø���H‰����H‹œ$È���€=�����…Ò��H‰����‹\$4HcÛHû� ��‡°��H‹L$XHƒù�„š��HÇÂ� ��H‰Œ$°���H‰œ$¸���H‰”$À���H‰”$¨���1ÒH‰œ$ ���H‰\$@H‰Œ$˜���H‰T$HH‹l$@H9ê��H‰L$PH‰ $è����H‹\$PH‹+H‹\$HH‰\$8Hƒý�„��HÇÂ� ��HÇÁ� ��H‰¬$€���H‰,$H‰”$ˆ���H‰T$H‰Œ$���H‰L$è����H‹\$H‰\$pH‹\$ H‰\$xH����H‰$è����H‹����H‹l$8L‹����L9Ń—���HÁåHëH‰$è����H‹����H‹l$8L‹����L9ÅshHÁåHëH‹l$xH‰kH‹l$p€=�����u:H‰+H‹L$PH‹T$HHƒÁHÿÂH‰T$HH‹l$@H9êŒðþÿÿè����è����HÄà���ÃH‰$H‰l$è����ë¹è���� è���� ‰E�éáþÿÿ‰é_þÿÿè���� H-����H‰,$H‰\$è����éþÿÿè����è����HÄà���Ãè����é±üÿÿJ������f
��*runtime.racefuncenter���€
��,syscall.GetCommandLine���®
��2syscall.CommandLineToArgv���ø
��&runtime.deferreturn���‚
��(runtime.racefuncexit���Â��(syscall.LocalFree·f���Ö
��"runtime.deferproc���ö��type.[]string���°
��"runtime.makeslice���Œ��"".Args���ž
��"runtime.racewrite���¼�"".Args���Ú �"".Args���ö�6runtime.writeBarrierEnabled���’��"".Args���–
�� runtime.raceread�����*syscall.UTF16ToString���ö��"".Args���ˆ 
�� runtime.raceread���– ��"".Args���® �"".Args���à 
��"runtime.racewrite���î ��"".Args���†
�"".Args���Æ
�6runtime.writeBarrierEnabled���¦ 
��&runtime.deferreturn���° 
��(runtime.racefuncexit���Ü 
��.runtime.writebarrierptr���ê 
��$runtime.panicindex���ø 
��$runtime.panicindex���¤ 
��$runtime.panicslice���¶ ��"".Args���Ò 
��.runtime.writebarrierptr���è 
��&runtime.deferreturn���ò 
��(runtime.racefuncexit���Œ 
��0runtime.morestack_noctxt����À��"".autotmp_0273�Ÿ&type.**[8192]uint16�"".autotmp_0272�¿type.int�"".autotmp_0271�¯type.int�"".autotmp_0270�ßtype.string�"".autotmp_0269�¿type.[]uint16�"".autotmp_0268�(type.[]*[8192]uint16�"".autotmp_0267�_(type.[]*[8192]uint16�"".autotmp_0266�/type.[]string�"".i�Ïtype.int�"".e�ÿtype.error�"".argv�2type.*[8192]*[8192]uint16�"".argc�×type.int32�2&Àf¿ÀÖ¿À`¿À �Ð�vÄ& ' +•”Ì$ �2�2xd¼yŽ4
�Tgclocals·3e27b3aa6b89137cce48b3379a2a6610�Tgclocals·1557783a4b3a511264bd22fb3ee927c7���HC:/workdir/go/src/os/exec_windows.goþ"".ftToDuration��€��èeH‹ %(���H‹‰����H;avWHƒìH‹\$H‰$è����H‹\$H‰$Hƒ$è����H‹\$H‰$è����H‹D$‹XHÁ㠋(HëHkÛdH‰\$è����HƒÄÃè����ëŒ ������H
��*runtime.racefuncenter���n
�� runtime.raceread���Š
�� runtime.raceread���È
��(runtime.racefuncexit���Ü
��0runtime.morestack_noctxt��� �� "".~r1�$type.time.Duration�
"".ft��,type.*syscall.Filetime�R�€�à2�
�#]�Tgclocals·3f5c1f818fa7055d0400cecd34057162�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���HC:/workdir/go/src/os/exec_windows.goþ6"".(*ProcessState).userTime��à��ÊeH‹ %(���H‹‰����H;a†���HƒìH‹\$H‰$è����H‹\$H‰$Hƒ$è����H‹\$H‹CHƒø�tIHƒÀH‰D$H‰$Hƒ$è����H‹\$H‰$è����H‹D$‹XHÁ㠋(HëHkÛdH‰\$ è����HƒÄÉ�ë³è����é[ÿÿÿ������P
��*runtime.racefuncenter���v
�� runtime.raceread���Â
�� runtime.raceread���Þ
�� runtime.raceread���œ
��(runtime.racefuncexit���¸
��0runtime.morestack_noctxt��� ��"".autotmp_0277��$type.time.Duration�
"".ft�,type.*syscall.Filetime� "".~r0�$type.time.Duration�"".p��*type.*"".ProcessState� x �°�ê}��'9-#�Tgclocals·32bd5c6dc84e3e86dd35593b3922d3aa�Tgclocals·0c8aa8e80191a30eac23f1a218103f16���HC:/workdir/go/src/os/exec_windows.goþ:"".(*ProcessState).systemTime��à��ÊeH‹ %(���H‹‰����H;a†���HƒìH‹\$H‰$è����H‹\$H‰$Hƒ$è����H‹\$H‹CHƒø�tIHƒÀH‰D$H‰$Hƒ$è����H‹\$H‰$è����H‹D$‹XHÁ㠋(HëHkÛdH‰\$ è����HƒÄÉ�ë³è����é[ÿÿÿ������P
��*runtime.racefuncenter���v
�� runtime.raceread���Â
�� runtime.raceread���Þ
�� runtime.raceread���œ
��(runtime.racefuncexit���¸
��0runtime.morestack_noctxt��� ��"".autotmp_0280��$type.time.Duration�
"".ft�,type.*syscall.Filetime� "".~r0�$type.time.Duration�"".p��*type.*"".ProcessState� x �°�ò}��'9-#�Tgclocals·32bd5c6dc84e3e86dd35593b3922d3aa�Tgclocals·0c8aa8e80191a30eac23f1a218103f16���HC:/workdir/go/src/os/exec_windows.goþ"".(*File).Name��À��¢eH‹ %(���H‹‰����H;avqHƒìH‹\$H‰$è����1ÛH‰\$H‰\$ H‹\$H‰$è����H‹\$H‹+H‰,$Hƒ$è����H‹\$H‹+Hƒý�tH‹]H‰\$H‹]H‰\$ è����HƒÄÉE�ëßè����éoÿÿÿ ������H
��*runtime.racefuncenter���|
�� runtime.raceread���¨
�� runtime.raceread���ò
��(runtime.racefuncexit���
��0runtime.morestack_noctxt���0�� "".~r0�type.string�"".f��type.*"".File�g� �\ ��#U(�Tgclocals·69076ee43f1cead0792b9f36906b1b56�Tgclocals·69c1753bd5f81501d95132d08af04464���8C:/workdir/go/src/os/file.goþ*"".(*LinkError).Error��  ��ˆ eH‹ %(���H‹‰����HD$ H;A†›��Hìà���H‹œ$à���H‰$è����1ÛH‰œ$ð���H‰œ$ø���H‹œ$è���H‰$Hƒ$0è����H‹œ$è���Hƒû�„B��H‹K0H‹k8H‰l$@H‰,$H‰L$8H‹Y ÿÓH‹\$H‰\$HH‹D$H‰D$PHD$pH‰D$0H‰$HÇD$p���è����H‹D$0H‰ÇHƒø�„Ý��H5����è����HÇD$`���HÇD$h���H‰D$XH‰$è����H‹œ$è���H‰$è����H‹¬$è���Hƒý�„†��H‹\$XH‰\$H‰l$H-����H‰,$è����H‹\$XHƒÃ H‰$è����H‹œ$è���H‰$Hƒ$è����H‹œ$è���Hƒû�„&��HkH‹\$XHƒÃ H‰\$H‰l$H-����H‰,$è����H‹\$XHƒÃ@H‰$è����H‹œ$è���H‰$Hƒ$ è����H‹œ$è���Hƒû�„¾���Hk H‹\$XHƒÃ@H‰\$H‰l$H-����H‰,$è����H‹\$XHƒÃ`H‰$è����H‹\$XH‹l$PHƒÃ`H‰kH‹l$H€=�����uUH‰+HÇ$����H‹\$XH‰\$H‹\$`H‰\$H‹\$hH‰\$è����H‹\$ H‰œ$ð���H‹\$(H‰œ$ø���è����HÄà���ÃH‰$H‰l$è����랉é;ÿÿÿ‰éÓþÿÿ‰E�érþÿÿ‰�éþÿÿ‰é·ýÿÿè����é<ýÿÿ2������f
��*runtime.racefuncenter���¶
�� runtime.raceread���–�������ò
��,runtime.racewriterange���¤��""".statictmp_0285���®
ø� runtime.duffcopy���î
��"runtime.racewrite���
�� runtime.raceread���à��type.string���ò
��(runtime.typedmemmove���–
��"runtime.racewrite���Â
�� runtime.raceread���¢��type.string���´
��(runtime.typedmemmove���Ø
��"runtime.racewrite���„
�� runtime.raceread���ä��type.string���ö
��(runtime.typedmemmove���š
��"runtime.racewrite���Ô�6runtime.writeBarrierEnabled���¶ 
��*runtime.concatstrings���ô 
��(runtime.racefuncexit��� 

��.runtime.writebarrierptr���ö

��0runtime.morestack_noctxt���0À�� "".autotmp_0286�ßtype.*[7]string�"".autotmp_0284�type.[]string�"".autotmp_0283�ßtype.[7]string�"".autotmp_0282�¯type.string� "".~r0�type.string�"".e��$type.*"".LinkError�&Àß¿ÀJ�Ð�ªI°<�"�2†>äA�Tgclocals·b1106eb79c836cf4556b8a2af0f64a6b�Tgclocals·cb1098a0a48cc083234111a8b9bd5f11���8C:/workdir/go/src/os/file.goþ"".(*File).Read��À ��® eH‹ %(���H‹‰����H;a†³��Hƒì`H‹\$`H‰$è����H‹D$h1Û1ÛH‰œ$���H‰œ$˜���1íH9èuNH����H‰$è����H‹ ����H‹����HDŽ$ˆ�������H‰L$PH‰Œ$���H‰D$XH‰„$˜���è����HƒÄ`ÃH‰$H‹\$pH‰\$H‹\$xH‰\$H‹œ$€���H‰\$è����H‹D$ H‹T$(H‹L$0H‰L$HHƒø�}1ÀH‰„$ˆ���Hƒø�udH‹\$xHƒû�~YH‰T$@Hƒú�uNH����H‰$è����H‹ ����H‹����HDŽ$ˆ�������H‰L$PH‰Œ$���H‰D$XH‰„$˜���è����HƒÄ`ÃH‰T$@Hƒú�„��H����H‰$è����H‹D$H‰D$8H‰$è����H‹D$8H-����H‰(HÇ@���H‰$Hƒ$è����H‹\$hH‰$è����H‹\$hH‹+H‰,$Hƒ$è����H‹\$hH‹+Hƒý�„æ���H]H‹l$8Hƒý�„Ë���LEL‰D$H‰\$H����H‰$è����H‹\$8H‰$Hƒ$ è����H‹\$8H‹l$@H‰k H‹l$H€=�����ujH‰k(H‹\$8H‰\$8H‹����1íH9ètH‹\$8H‰œ$˜���H‰„$���è����HƒÄ`ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë²LC(L‰$H‰l$è����놉E�é-ÿÿÿ‰E�éÿÿÿè����é)ýÿÿ@������P
��*runtime.racefuncenter���ž��"".ErrInvalid���°
�� runtime.raceread���¾��"".ErrInvalid���Ì�"".ErrInvalid���¢
��(runtime.racefuncexit���€
��"".(*File).read���Ž�� io.EOF��� 
�� runtime.raceread���®�� io.EOF���¼� io.EOF���’
��(runtime.racefuncexit���È��"type."".PathError���Ú
��"runtime.newobject���€
��"runtime.racewrite���˜�� go.string."read"���Ê
��"runtime.racewrite���æ
�� runtime.raceread���’
�� runtime.raceread���†��type.string���˜
��(runtime.typedmemmove���¾
��"runtime.racewrite���ð�6runtime.writeBarrierEnabled���  ��6go.itab.*"".PathError.error���â 
��(runtime.racefuncexit���ú ��$type.*"".PathError���
��type.error���¨
��6go.itab.*"".PathError.error���¼

�� runtime.typ2Itab���î

��.runtime.writebarrierptr���œ 
��0runtime.morestack_noctxt���pÀ��"".autotmp_0294�O$type.*"".PathError�"".autotmp_0293��type.error�"".autotmp_0292�type.error�"".autotmp_0291��$type.*"".PathError�"".autotmp_0290��type.int�"".autotmp_0289��type.error�"".e�?type.error� "".err�Ptype.error�"".n�@type.int�"".b�type.[]uint8�"".f��type.*"".File�4À{¿À·¿À§¿Àf�à�R¸D>$D
 
S�(�'i9$ñ-C�Tgclocals·33359cc622e3188fe666b4ce29febda4�Tgclocals·75faddf1925601da9835084513324aac���8C:/workdir/go/src/os/file.goþ""".(*File).ReadAt��À ��¢ eH‹ %(���H‹‰����H;a†-��HƒìhH‹\$hH‰$è����H‹|$xH‹´$ˆ���H‹Œ$���H‹”$€���1Û1ÛH‰œ$ ���H‰œ$¨���HDŽ$˜�������H‹\$p1íH9ëuNH����H‰$è����H‹ ����H‹����HDŽ$˜�������H‰L$XH‰Œ$ ���H‰D$`H‰„$¨���è����HƒÄhÃH‰”$€���Hƒú�Ž��H‹\$pH‰$H‰|$H‰T$H‰t$H‰L$ è����H‹D$(H‹T$0H‹L$8H‰L$PHƒø�uCH‰T$HHƒú�u8H����H‰$è����H‹����H‰œ$ ���H‹����H‰œ$¨���è����HƒÄhÃH‰T$HHƒú�„l��H����H‰$è����H‹D$H‰D$@H‰$è����H‹D$@H-����H‰(HÇ@���H‰$Hƒ$è����H‹\$pH‰$è����H‹\$pH‹+H‰,$Hƒ$è����H‹\$pH‹+Hƒý�„æ���H]H‹l$@Hƒý�„Ë���LEL‰D$H‰\$H����H‰$è����H‹\$@H‰$Hƒ$ è����H‹\$@H‹l$HH‰k H‹l$P€=�����ujH‰k(H‹\$@H‰\$@H‹����1íH9ètH‹\$@H‰œ$¨���H‰„$ ���è����HƒÄhÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë²LC(L‰$H‰l$è����놉E�é-ÿÿÿ‰E�éÿÿÿH‹œ$˜���HÃH‰œ$˜���H‹¬$€���L‹„$ˆ���H9èwIL‹L$xH)ÅI)ÀIƒø�tM H‰êL‰ÆL‰„$ˆ���L‰ÏL‰L$xH‹Œ$���H‰ÃHËH‰ÙH‰œ$���éƒýÿÿè���� è����é¯üÿÿB������P
��*runtime.racefuncenter���ð��"".ErrInvalid���‚
�� runtime.raceread�����"".ErrInvalid���ž�"".ErrInvalid���ô
��(runtime.racefuncexit���æ
�� "".(*File).pread���¾�� io.EOF���Ð
�� runtime.raceread���Þ�� io.EOF���ü� io.EOF���–
��(runtime.racefuncexit���Ì��"type."".PathError���Þ
��"runtime.newobject���„
��"runtime.racewrite���œ�� go.string."read"���Î
��"runtime.racewrite���ê
�� runtime.raceread���–
�� runtime.raceread���Š��type.string���œ
��(runtime.typedmemmove���Â
��"runtime.racewrite���ô�6runtime.writeBarrierEnabled���¤ ��6go.itab.*"".PathError.error���æ 
��(runtime.racefuncexit���þ ��$type.*"".PathError���”
��type.error���¬
��6go.itab.*"".PathError.error���
�� runtime.typ2Itab���ò

��.runtime.writebarrierptr���‚ 
��$runtime.panicslice��� 
��0runtime.morestack_noctxt���€Ð��"".autotmp_0304�O$type.*"".PathError�"".autotmp_0303�type.error�"".autotmp_0301��type.int�"".autotmp_0300��$type.*"".PathError�"".autotmp_0299��type.error�"".e�?type.error� "".err�`type.error�"".n�Ptype.int� "".off�@type.int64�"".b�type.[]uint8�"".f��type.*"".File�8ФÏАÏЧÏÐä�à�bâ"+!  D6.
S@�0�'’n#$ñ-¡ �Tgclocals·8e1aedc64388e9b0c56532086f9d2a2d�Tgclocals·75faddf1925601da9835084513324aac���8C:/workdir/go/src/os/file.goþ "".(*File).Write��  ��  eH‹ %(���H‹‰����H;a†¬��HƒìpH‹\$pH‰$è����H‹D$x1Û1ÛH‰œ$ ���H‰œ$¨���1íH9èuNH����H‰$è����H‹ ����H‹����HDŽ$˜�������H‰L$`H‰Œ$ ���H‰D$hH‰„$¨���è����HƒÄpÃH‰$H‹œ$€���H‰\$H‹œ$ˆ���H‰\$H‹œ$���H‰\$è����H‹D$ H‹T$(H‹L$0H‰T$PH‰L$XHƒø�}1ÀH‹Œ$ˆ���H‰„$˜���H9È„½��H����H‰$è����H‹T$PH‹����H‰œ$ ���H‹����H‰œ$¨���H‹\$xH‰T$@H‹\$XH‰\$HHƒú�„��H����H‰$è����H‹D$H‰D$8H‰$è����H‹D$8H-����H‰(HÇ@���H‰$Hƒ$è����H‹\$xH‰$è����H‹\$xH‹+H‰,$Hƒ$è����H‹\$xH‹+Hƒý�„æ���H]H‹l$8Hƒý�„Ë���LEL‰D$H‰\$H����H‰$è����H‹\$8H‰$Hƒ$ è����H‹\$8H‹l$PH‰k H‹l$X€=�����ujH‰k(H‹\$8H‰\$8H‹����1íH9ètH‹\$8H‰œ$¨���H‰„$ ���è����HƒÄpÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë²LC(L‰$H‰l$è����놉E�é-ÿÿÿ‰E�éÿÿÿéqþÿÿè����é0ýÿÿ>������P
��*runtime.racefuncenter���ž��"".ErrInvalid���°
�� runtime.raceread���¾��"".ErrInvalid���Ì�"".ErrInvalid���¢
��(runtime.racefuncexit���Œ
�� "".(*File).write���Ž�� io.ErrShortWrite��� 
�� runtime.raceread���¸�� io.ErrShortWrite���Ö� io.ErrShortWrite���°��"type."".PathError���Â
��"runtime.newobject���è
��"runtime.racewrite���€��"go.string."write"���²
��"runtime.racewrite���Î
�� runtime.raceread���ú
�� runtime.raceread���î��type.string���€
��(runtime.typedmemmove���¦
��"runtime.racewrite���Ø�6runtime.writeBarrierEnabled���ˆ ��6go.itab.*"".PathError.error���Ê 
��(runtime.racefuncexit���â ��$type.*"".PathError���ø ��type.error���
��6go.itab.*"".PathError.error���¤

�� runtime.typ2Itab���Ö

��.runtime.writebarrierptr���Ž 
��0runtime.morestack_noctxt���pà��"".autotmp_0312�o$type.*"".PathError�"".autotmp_0311�type.error�"".autotmp_0310��$type.*"".PathError�"".autotmp_0309��type.int�"".autotmp_0308��type.error�"".e�_type.error�"".e�?type.error� "".err�Ptype.error�"".n�@type.int�"".b�type.[]uint8�"".f��type.*"".File�&à{ßàÓßàb�Ð�R"!DI3

S
� �'idñ-?�Tgclocals·33359cc622e3188fe666b4ce29febda4�Tgclocals·964d6fde80b403c06cbbe76b69313c21���8C:/workdir/go/src/os/file.goþ$"".(*File).WriteAt��  �� eH‹ %(���H‹‰����H;a†ä��HƒìhH‹\$hH‰$è����H‹|$xH‹´$ˆ���H‹Œ$���H‹”$€���1Û1ÛH‰œ$ ���H‰œ$¨���HDŽ$˜�������H‹\$p1íH9ëuNH����H‰$è����H‹ ����H‹����HDŽ$˜�������H‰L$XH‰Œ$ ���H‰D$`H‰„$¨���è����HƒÄhÃH‰”$€���Hƒú�ŽT��H‹\$pH‰$H‰|$H‰T$H‰t$H‰L$ è����H‹D$(H‹T$0H‹L$8H‰L$PH‰T$HHƒú�„l��H����H‰$è����H‹D$H‰D$@H‰$è����H‹D$@H-����H‰(HÇ@���H‰$Hƒ$è����H‹\$pH‰$è����H‹\$pH‹+H‰,$Hƒ$è����H‹\$pH‹+Hƒý�„æ���H]H‹l$@Hƒý�„Ë���LEL‰D$H‰\$H����H‰$è����H‹\$@H‰$Hƒ$ è����H‹\$@H‹l$HH‰k H‹l$P€=�����ujH‰k(H‹\$@H‰\$@H‹����1íH9ètH‹\$@H‰œ$¨���H‰„$ ���è����HƒÄhÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë²LC(L‰$H‰l$è����놉E�é-ÿÿÿ‰E�éÿÿÿH‹œ$˜���HÃH‰œ$˜���H‹¬$€���L‹„$ˆ���H9èwIL‹L$xH)ÅI)ÀIƒø�tM H‰êL‰ÆL‰„$ˆ���L‰ÏL‰L$xH‹Œ$���H‰ÃHËH‰ÙH‰œ$���éÌýÿÿè���� è����éøüÿÿ8������P
��*runtime.racefuncenter���ð��"".ErrInvalid���‚
�� runtime.raceread�����"".ErrInvalid���ž�"".ErrInvalid���ô
��(runtime.racefuncexit���æ
��""".(*File).pwrite���º��"type."".PathError���Ì
��"runtime.newobject���ò
��"runtime.racewrite���Š��"go.string."write"���¼
��"runtime.racewrite���Ø
�� runtime.raceread���„
�� runtime.raceread���ø��type.string���Š
��(runtime.typedmemmove���°
��"runtime.racewrite���â�6runtime.writeBarrierEnabled���’��6go.itab.*"".PathError.error���Ô
��(runtime.racefuncexit���ì��$type.*"".PathError���‚ ��type.error���š ��6go.itab.*"".PathError.error���® 
�� runtime.typ2Itab���à 
��.runtime.writebarrierptr���ð 
��$runtime.panicslice���þ 
��0runtime.morestack_noctxt���€Ð��"".autotmp_0322�O$type.*"".PathError�"".autotmp_0321�type.error�"".autotmp_0319��type.int�"".autotmp_0318��$type.*"".PathError�"".autotmp_0317��type.error�"".e�?type.error� "".err�`type.error�"".n�Ptype.int� "".off�@type.int64�"".b�type.[]uint8�"".f��type.*"".File�*ФÏÐïÏÐÝ��R¾+  D6
S@�(�'’lñ-¡�Tgclocals·8e1aedc64388e9b0c56532086f9d2a2d�Tgclocals·75faddf1925601da9835084513324aac���8C:/workdir/go/src/os/file.goþ"".(*File).Seek��  ��œ eH‹ %(���H‹‰����H;a†*��HƒìpH‹\$pH‰$è����H‹D$x1Û1ÛH‰œ$˜���H‰œ$ ���1íH9èuNH����H‰$è����H‹ ����H‹����HDŽ$�������H‰L$`H‰Œ$˜���H‰D$hH‰„$ ���è����HƒÄpÃH‰$H‹œ$€���H‰\$H‹œ$ˆ���H‰\$è����H‹D$H‹T$ H‹L$(H‰D$8H‰ÐH‰L$XH‰T$PHƒú�…›���H‹\$xH‰$è����H‹\$xH‹+H‰,$Hƒ$è����H‹D$PH‹l$xH‹m�H‹]1íH9ët^H‹\$8Hƒû�tSHÇD$@*�� H����H‰$H����H‰\$H����H‰\$H\$@H‰\$HÇD$ ����è����H‹D$(H‹\$0H‰\$XH‰D$PHƒø�„‰��H����H‰$è����H‹D$H‰D$HH‰$è����H‹D$HH-����H‰(HÇ@���H‰$Hƒ$è����H‹\$xH‰$è����H‹\$xH‹+H‰,$Hƒ$è����H‹\$xH‹+Hƒý�„��H]H‹l$HHƒý�„è���LEL‰D$H‰\$H����H‰$è����H‹\$HH‰$Hƒ$ è����H‹\$HH‹l$PH‰k H‹l$X€=�����…€���H‰k(H‹\$HH‰\$HH‹����1íH9èt5H‹L$HHDŽ$�������H‰D$`H‰„$˜���H‰L$hH‰Œ$ ���è����HƒÄpÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ëœLC(L‰$H‰l$è����émÿÿÿ‰E�éÿÿÿ‰E�éõþÿÿH‹\$8H‰œ$���1ÛH‰œ$˜���H‰œ$ ���è����HƒÄpÃè����é²üÿÿD������P
��*runtime.racefuncenter���ž��"".ErrInvalid���°
�� runtime.raceread���¾��"".ErrInvalid���Ì�"".ErrInvalid���¢
��(runtime.racefuncexit���ò
��"".(*File).seek���ä
�� runtime.raceread���
�� runtime.raceread���ø��$type.syscall.Errno���Ž��type.error���¦��6go.itab.syscall.Errno.error���à
��runtime.convT2I���ª��"type."".PathError���¼
��"runtime.newobject���â
��"runtime.racewrite���ú�� go.string."seek"���¬
��"runtime.racewrite���È
�� runtime.raceread���ô
�� runtime.raceread���è��type.string���ú
��(runtime.typedmemmove���  
��"runtime.racewrite���Ò �6runtime.writeBarrierEnabled���Š
��6go.itab.*"".PathError.error���ø

��(runtime.racefuncexit��� ��$type.*"".PathError���¦ ��type.error���¾ ��6go.itab.*"".PathError.error���Ò 
�� runtime.typ2Itab���„ 
��.runtime.writebarrierptr���ö 
��(runtime.racefuncexit���Š 
��0runtime.morestack_noctxt���`à��"".autotmp_0332��type.error�"".autotmp_0330�O$type.*"".PathError�"".autotmp_0329�type.error�"".autotmp_0328��$type.*"".PathError�"".autotmp_0327�_$type.syscall.Errno�"".autotmp_0326��type.error�"".e�?type.error�"".r�otype.int64� "".err�@type.error� "".ret�0type.int64�"".whence� type.int�"".offset�type.int64�"".f��type.*"".File�2à{ßàªßà~ßà �Ð�FèD?WS©[) �0�'i(9~.‹-R�Tgclocals·e92a7ac9a58005d2e0045ab291af059d�Tgclocals·75faddf1925601da9835084513324aac���8C:/workdir/go/src/os/file.goþ,"".(*File).WriteString��à��ÐeH‹ %(���H‹‰����H;a†��HƒìXH‹\$XH‰$è����1Û1ÛH‰œ$€���H‰œ$ˆ���H‹\$`1íH9ëuKH����H‰$è����H‹ ����H‹����HÇD$x����H‰L$8H‰Œ$€���H‰D$@H‰„$ˆ���è����HƒÄXÃHÇ$����H‹\$hH‰\$H‹\$pH‰\$è����H\$H|$H‹ H‰H‹KH‰OH‹KH‰OH‹\$`H‰$è����H‹D$ H‹T$(H‹L$0H‰D$xH‰T$HH‰”$€���H‰L$PH‰Œ$ˆ���è����HƒÄXÃè����éØþÿÿ������P
��*runtime.racefuncenter���ž��"".ErrInvalid���°
�� runtime.raceread���¾��"".ErrInvalid���Ì�"".ErrInvalid���œ
��(runtime.racefuncexit���è
��2runtime.stringtoslicebyte���Ä
�� "".(*File).Write���ª
��(runtime.racefuncexit���¾
��0runtime.morestack_noctxt���`°��"".autotmp_0338�?type.error�"".autotmp_0337��type.error�"".autotmp_0335�type.error� "".err�@type.error�"".n�0type.int�"".s�type.string�"".f��type.*"".File�&°x¯°†¯°�°�*ˆ A‡��'f&a�Tgclocals·b6338434a483b71ecf7a1963213f75e2�Tgclocals·64ca935d1a2110a30e2d604686188539���8C:/workdir/go/src/os/file.goþ"".Mkdir�� ��‚eH‹ %(���H‹‰����H;a†Ý��Hƒì@H‹\$@H‰$è����1ÛH‰\$`H‰\$h‹D$X1҉Ã%ÿ�� Љفã��€�ƒû�t ���‰Ëã��@�ƒû�t ���‰Ëã���ƒû�t ���H‹\$HH‰$H‹\$PH‰\$‰D$è����H‹L$H‹D$ H‰D$8H‰L$0Hƒù�„*��H����H‰$è����H‹D$H‰D$(H‰$è����H‹D$(H-����H‰(HÇ@���H‰$Hƒ$è����H‹\$(H‹l$PH‰kH‹l$H€=�����…«���H‰kH‹\$(H‰$Hƒ$ è����H‹\$(H‹l$0H‰k H‹l$8€=�����udH‰k(H‹\$(H‰\$(H‹����1íH9ètH‹\$(H‰\$hH‰D$`è����HƒÄ@ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë¸LC(L‰$H‰l$è����ëŒLCL‰$H‰l$è����éBÿÿÿ1ÛH‰\$`H‰\$hè����HƒÄ@Ãè����éÿýÿÿ*������P
��*runtime.racefuncenter���ª
��syscall.Mkdir���ô��"type."".PathError���†
��"runtime.newobject���¬
��"runtime.racewrite���Ä��"go.string."mkdir"���ö
��"runtime.racewrite���¨�6runtime.writeBarrierEnabled���ä
��"runtime.racewrite���–�6runtime.writeBarrierEnabled���Æ��6go.itab.*"".PathError.error���ü
��(runtime.racefuncexit���”��$type.*"".PathError���ª��type.error���Â��6go.itab.*"".PathError.error���Ö
�� runtime.typ2Itab���ˆ
��.runtime.writebarrierptr���°
��.runtime.writebarrierptr���Ü
��(runtime.racefuncexit���ð
��0runtime.morestack_noctxt���P€��"".autotmp_0346�/$type.*"".PathError�"".autotmp_0344��$type.*"".PathError�"".autotmp_0342��type.uint32�"".autotmp_0341��type.uint32�"".autotmp_0340��type.uint32�"".e�type.error� "".~r2�0type.error�"".perm�  type."".FileMode�"".name��type.string�"€è€o€��.š pÆ_�&�'›¨--#�Tgclocals·6205473c48c5b9d038be1bc15d6ecfbc�Tgclocals·1aae5fa8418752c61d2745ed2243938a���8C:/workdir/go/src/os/file.goþ"".Chdir��€��ðeH‹ %(���H‹‰����H;a†”��Hƒì8H‹\$8H‰$è����1ÛH‰\$PH‰\$XH‹\$@H‰$H‹\$HH‰\$è����H‹L$H‹D$H‰D$0H‰L$(Hƒù�„*��H����H‰$è����H‹D$H‰D$ H‰$è����H‹D$ H-����H‰(HÇ@���H‰$Hƒ$è����H‹\$ H‹l$HH‰kH‹l$@€=�����…«���H‰kH‹\$ H‰$Hƒ$ è����H‹\$ H‹l$(H‰k H‹l$0€=�����udH‰k(H‹\$ H‰\$ H‹����1íH9ètH‹\$ H‰\$XH‰D$Pè����HƒÄ8ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë¸LC(L‰$H‰l$è����ëŒLCL‰$H‰l$è����éBÿÿÿ1ÛH‰\$PH‰\$Xè����HƒÄ8Ãè����éHþÿÿ*������P
��*runtime.racefuncenter���˜
��syscall.Chdir���â��"type."".PathError���ô
��"runtime.newobject���š
��"runtime.racewrite���²��"go.string."chdir"���ä
��"runtime.racewrite���–�6runtime.writeBarrierEnabled���Ò
��"runtime.racewrite���„�6runtime.writeBarrierEnabled���´��6go.itab.*"".PathError.error���ê
��(runtime.racefuncexit���‚��$type.*"".PathError���˜��type.error���°��6go.itab.*"".PathError.error���Ä
�� runtime.typ2Itab���ö
��.runtime.writebarrierptr���ž
��.runtime.writebarrierptr���Ê
��(runtime.racefuncexit���Þ
��0runtime.morestack_noctxt���@p��
"".autotmp_0351�/$type.*"".PathError�"".autotmp_0350��$type.*"".PathError�"".e�type.error� "".~r1� type.error� "".dir��type.string�pŸopoop�À�*¼ 6Æ_�$�'R¨--�Tgclocals·9090c295609f00845d1fb2857cdb24cc�Tgclocals·1aae5fa8418752c61d2745ed2243938a���8C:/workdir/go/src/os/file.goþ "".(*File).Chdir��  ��š eH‹ %(���H‹‰����H;a†©��HƒìxH‹\$xH‰$è����H‹„$€���1ÛH‰œ$ˆ���H‰œ$���1íH9èu8H����H‰$è����H‹����H‰œ$ˆ���H‹����H‰œ$���è����HƒÄxÃH‰$è����H‹œ$€���H‹+H‰,$è����H‹œ$€���H‹H‹+1ÛH‰\$HH‰\$PHÇD$8‚�� H����H‰$H����H‰\$H����H‰\$H\$8H‰\$HÇD$ ����è����H‹T$(H‹L$0H‰T$hH‰L$pH‰T$HH‰L$PH‰L$`H‰T$XHƒú�„u��H����H‰$è����H‹D$H‰D$@H‰$è����H‹D$@H-����H‰(HÇ@���H‰$Hƒ$è����H‹œ$€���H‰$è����H‹œ$€���H‹+H‰,$Hƒ$è����H‹œ$€���H‹+Hƒý�„æ���H]H‹l$@Hƒý�„Ë���LEL‰D$H‰\$H����H‰$è����H‹\$@H‰$Hƒ$ è����H‹\$@H‹l$XH‰k H‹l$`€=�����ujH‰k(H‹\$@H‰\$@H‹����1íH9ètH‹\$@H‰œ$���H‰„$ˆ���è����HƒÄxÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë²LC(L‰$H‰l$è����놉E�é-ÿÿÿ‰E�éÿÿÿ1ÛH‰œ$ˆ���H‰œ$���è����HƒÄxÃè����é3ýÿÿB������P
��*runtime.racefuncenter��� ��"".ErrInvalid���²
�� runtime.raceread���À��"".ErrInvalid���Þ�"".ErrInvalid���ø
��(runtime.racefuncexit���”
�� runtime.raceread���¼
�� runtime.raceread�����$type.syscall.Errno���¦��type.error���¾��6go.itab.syscall.Errno.error���ø
��runtime.convT2I���ê��"type."".PathError���ü
��"runtime.newobject���¢
��"runtime.racewrite���º��"go.string."chdir"���ì
��"runtime.racewrite���Ž
�� runtime.raceread����� runtime.raceread���º��type.string���Ì
��(runtime.typedmemmove���ò
��"runtime.racewrite���¤�6runtime.writeBarrierEnabled���Ô��6go.itab.*"".PathError.error���– 
��(runtime.racefuncexit���® ��$type.*"".PathError���Ä ��type.error���Ü ��6go.itab.*"".PathError.error���ð 
�� runtime.typ2Itab���¢

��.runtime.writebarrierptr���ô

��(runtime.racefuncexit���ˆ 
��0runtime.morestack_noctxt���0ð��"".autotmp_0357�o$type.*"".PathError�"".autotmp_0356�type.error�"".autotmp_0355��$type.*"".PathError�"".autotmp_0354�$type.syscall.Errno�syscall.err·1�_type.error�"".e�?type.error� "".~r0�type.error�"".f��type.*"".File�2ðfïðÎïðnïð �Ð�<Ð .
 ­˜X �*�'T´ú-B�Tgclocals·8b600844a936dcfeda998c342a286383�Tgclocals·964d6fde80b403c06cbbe76b69313c21���8C:/workdir/go/src/os/file.goþ"".Open��À��²eH‹ %(���H‹‰����H;avyHƒìHH‹\$HH‰$è����1ÛH‰\$hH‰\$pH‹\$PH‰$H‹\$XH‰\$HÇD$����ÇD$����è����H‹D$ H‹T$(H‹L$0H‰D$`H‰T$8H‰T$hH‰L$@H‰L$pè����HƒÄHÃè����égÿÿÿ
������H
��*runtime.racefuncenter���²
��"".OpenFile���Œ
��(runtime.racefuncexit��� 
��0runtime.morestack_noctxt���P��"".autotmp_0361�type.error� "".~r2�0type.error� "".~r1� type.*"".File�"".name��type.string�t� �ì [��#b�Tgclocals·8dfd82f7c342644e70852766adfe9bec�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���8C:/workdir/go/src/os/file.goþ"".Create��À��²eH‹ %(���H‹‰����H;avyHƒìHH‹\$HH‰$è����1ÛH‰\$hH‰\$pH‹\$PH‰$H‹\$XH‰\$HÇD$B��ÇD$¶��è����H‹D$ H‹T$(H‹L$0H‰D$`H‰T$8H‰T$hH‰L$@H‰L$pè����HƒÄHÃè����égÿÿÿ
������H
��*runtime.racefuncenter���²
��"".OpenFile���Œ
��(runtime.racefuncexit��� 
��0runtime.morestack_noctxt���P��"".autotmp_0365�type.error� "".~r2�0type.error� "".~r1� type.*"".File�"".name��type.string�t� �þ [��#b�Tgclocals·8dfd82f7c342644e70852766adfe9bec�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���8C:/workdir/go/src/os/file.goþ"".Rename��À��¤eH‹ %(���H‹‰����H;avrHƒì@H‹\$@H‰$è����1ÛH‰\$hH‰\$pH‹\$HH‰$H‹\$PH‰\$H‹\$XH‰\$H‹\$`H‰\$è����H‹L$ H‹D$(H‰L$0H‰L$hH‰D$8H‰D$pè����HƒÄ@Ãè����énÿÿÿ
������H
��*runtime.racefuncenter���¸
��"".rename���þ
��(runtime.racefuncexit���’
��0runtime.morestack_noctxt���`€��"".autotmp_0368�type.error� "".~r2�@type.error�"".newpath� type.string�"".oldpath��type.string�€m€� �4J��#["�Tgclocals·d1b3fc0658c3973fd0a7c592f2c42a40�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���8C:/workdir/go/src/os/file.goþ"".fixCount��à��ÌeH‹ %(���H‹‰����H;avIHƒìH‹\$H‰$è����H‹D$1ÛHƒø�}1ÀH‰D$H‰D$(H‹\$H‰\$0H‹\$ H‰\$8è����HƒÄÃè����ëš������H
��*runtime.racefuncenter���¬
��(runtime.racefuncexit�����0runtime.morestack_noctxt���`�� "".~r3�@type.error� "".~r2�0type.int� "".err�type.error�"".n��type.int�D�p� œ(��#2�Tgclocals·e30520296f95bff82226473945ab5dad�Tgclocals·69c1753bd5f81501d95132d08af04464���8C:/workdir/go/src/os/file.goþ"".Readlink��  ��  eH‹ %(���H‹‰����HD$ÐH;A†ç��Hì°���H‹œ$°���H‰$è����1ÛH‰œ$È���H‰œ$Ð���1ÛH‰œ$Ø���H‰œ$à���HÇÀ€���H����H‰$H‰D$H‰D$@H‰D$è����H‹T$H‹L$ H‹D$(H‹œ$¸���H‰$H‹œ$À���H‰\$H‰”$€���H‰T$H‰Œ$ˆ���H‰L$H‰„$���H‰D$ è����H‹t$@H‹D$(H‹l$0H‹T$81ÛHƒø�}1ÀH‰l$`H‰T$hH‰l$PH‰T$XH‰T$xH‰l$pHƒý�„N��H����H‰$è����H‹D$H‰D$HH‰$è����H‹D$HH-����H‰(HÇ@���H‰$Hƒ$è����H‹\$HH‹¬$À���H‰kH‹¬$¸���€=�����…É���H‰kH‹\$HH‰$Hƒ$ è����H‹\$HH‹l$pH‰k H‹l$x€=�����uH‰k(H‹\$HH‰\$HH‹����1íH9èt41ÛH‰œ$È���H‰œ$Ð���H‹\$HH‰œ$à���H‰„$Ø���è����HÄ°���ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ëLC(L‰$H‰l$è����énÿÿÿLCL‰$H‰l$è����é$ÿÿÿH9ð‰���H‹¬$���H9èwuL‹„$€���HÇ$����L‰„$˜���L‰D$H‰„$ ���H‰D$H‰¬$¨���H‰l$è����H‹\$ H‰œ$È���H‹\$(H‰œ$Ð���1ÛH‰œ$Ø���H‰œ$à���è����HÄ°���Ãè���� H‰ðHÑàé\ýÿÿè����éðüÿÿ2������f
��*runtime.racefuncenter���Ê��type.[]uint8���ú
��"runtime.makeslice���¢
�� syscall.Readlink���¼��"type."".PathError���Î
��"runtime.newobject���ô
��"runtime.racewrite���Œ��(go.string."readlink"���¾
��"runtime.racewrite���ü�6runtime.writeBarrierEnabled���¸
��"runtime.racewrite���ê�6runtime.writeBarrierEnabled���š��6go.itab.*"".PathError.error���€
��(runtime.racefuncexit���ž��$type.*"".PathError���´��type.error���Ì��6go.itab.*"".PathError.error���à
�� runtime.typ2Itab���’ 
��.runtime.writebarrierptr���À 
��.runtime.writebarrierptr���î

��2runtime.slicebytetostring���Р
��(runtime.racefuncexit���ê 
��$runtime.panicslice���Ž 
��0runtime.morestack_noctxt���`à��"".autotmp_0376�Ï$type.*"".PathError�"".autotmp_0375��type.int�"".autotmp_0373��type.[]uint8�"".autotmp_0372��$type.*"".PathError�"".autotmp_0370��type.int�"".autotmp_0369�/type.[]uint8� "".~r3�¿type.error� "".err�Ÿtype.error�"".e�type.error�"".b�_type.[]uint8� "".len�ßtype.int� "".~r2�@type.error� "".~r1� type.string�"".name��type.string�(&àåßàçßà��H&& $.|äe u 
�2�2žVÆ00W1
�Tgclocals·167f0be35d7752276dd065a151a2e5fd�Tgclocals·cc695bbb028fc9364572f37e430b1f29���DC:/workdir/go/src/os/file_posix.goþ"".syscallMode��À��®eH‹ %(���H‹‰����H;avwHƒìH‹\$H‰$è����‹L$1҉ˁáÿ�� щL$‰Øã��€�ƒû�t
É���‰L$‰Ãã��@�ƒû�t
É���‰L$‰Ãã���ƒû�t ‰ËË���‰\$è����HƒÄÃè����éiÿÿÿ������H
��*runtime.racefuncenter���ˆ
��(runtime.racefuncexit���œ
��0runtime.morestack_noctxt��� ��
"".autotmp_0382��type.uint32�"".autotmp_0381��type.uint32�"".autotmp_0380��type.uint32�"".o�type.uint32�"".i�� type."".FileMode�r� �2B 
 
  
�
�#}�Tgclocals·23e8278e2b69a3a75fa59b23c49ed6ad�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���DC:/workdir/go/src/os/file_posix.goþ"".Chmod�� ��‚eH‹ %(���H‹‰����H;a†Ý��Hƒì@H‹\$@H‰$è����1ÛH‰\$`H‰\$h‹D$X1҉Ã%ÿ�� Љفã��€�ƒû�t ���‰Ëã��@�ƒû�t ���‰Ëã���ƒû�t ���H‹\$HH‰$H‹\$PH‰\$‰D$è����H‹L$H‹D$ H‰D$8H‰L$0Hƒù�„*��H����H‰$è����H‹D$H‰D$(H‰$è����H‹D$(H-����H‰(HÇ@���H‰$Hƒ$è����H‹\$(H‹l$PH‰kH‹l$H€=�����…«���H‰kH‹\$(H‰$Hƒ$ è����H‹\$(H‹l$0H‰k H‹l$8€=�����udH‰k(H‹\$(H‰\$(H‹����1íH9ètH‹\$(H‰\$hH‰D$`è����HƒÄ@ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë¸LC(L‰$H‰l$è����ëŒLCL‰$H‰l$è����éBÿÿÿ1ÛH‰\$`H‰\$hè����HƒÄ@Ãè����éÿýÿÿ*������P
��*runtime.racefuncenter���ª
��syscall.Chmod���ô��"type."".PathError���†
��"runtime.newobject���¬
��"runtime.racewrite���Ä��"go.string."chmod"���ö
��"runtime.racewrite���¨�6runtime.writeBarrierEnabled���ä
��"runtime.racewrite���–�6runtime.writeBarrierEnabled���Æ��6go.itab.*"".PathError.error���ü
��(runtime.racefuncexit���”��$type.*"".PathError���ª��type.error���Â��6go.itab.*"".PathError.error���Ö
�� runtime.typ2Itab���ˆ
��.runtime.writebarrierptr���°
��.runtime.writebarrierptr���Ü
��(runtime.racefuncexit���ð
��0runtime.morestack_noctxt���P€��"".autotmp_0391�/$type.*"".PathError�"".autotmp_0389��$type.*"".PathError�"".autotmp_0387��type.uint32�"".autotmp_0386��type.uint32�"".autotmp_0385��type.uint32�"".e�type.error� "".~r2�0type.error�"".mode�  type."".FileMode�"".name��type.string�"€è€o€��(f Æ_�&�'›¨--#�Tgclocals·6205473c48c5b9d038be1bc15d6ecfbc�Tgclocals·1aae5fa8418752c61d2745ed2243938a���DC:/workdir/go/src/os/file_posix.goþ "".(*File).Chmod��à ��Ø eH‹ %(���H‹‰����H;a†��Hì€���H‹œ$€���H‰$è����H‹´$ˆ���1ÛH‰œ$˜���H‰œ$ ���1íH9îu;H����H‰$è����H‹����H‰œ$˜���H‹����H‰œ$ ���è����HÄ€���˄$���1҉Ã%ÿ�� Љفã��€�ƒû�t ���‰Ëã��@�ƒû�t ���‰Ëã���ƒû�t ���‰D$<H‰4$è����H‹œ$ˆ���H‹+H‰,$è����H‹œ$ˆ���H‹H‹+‹\$<1ÛH‰\$PH‰\$XHÇD$@‚�� H����H‰$H����H‰\$H����H‰\$H\$@H‰\$HÇD$ ����è����H‹T$(H‹L$0H‰T$pH‰L$xH‰T$PH‰L$XH‰L$hH‰T$`Hƒú�„x��H����H‰$è����H‹D$H‰D$HH‰$è����H‹D$HH-����H‰(HÇ@���H‰$Hƒ$è����H‹œ$ˆ���H‰$è����H‹œ$ˆ���H‹+H‰,$Hƒ$è����H‹œ$ˆ���H‹+Hƒý�„é���H]H‹l$HHƒý�„Î���LEL‰D$H‰\$H����H‰$è����H‹\$HH‰$Hƒ$ è����H‹\$HH‹l$`H‰k H‹l$h€=�����umH‰k(H‹\$HH‰\$HH‹����1íH9èt"H‹\$HH‰œ$ ���H‰„$˜���è����HÄ€���ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë¯LC(L‰$H‰l$è����냉E�é*ÿÿÿ‰E�éÿÿÿ1ÛH‰œ$˜���H‰œ$ ���è����HÄ€���Ãè����éÔüÿÿB������\
��*runtime.racefuncenter���¬��"".ErrInvalid���¾
�� runtime.raceread���Ì��"".ErrInvalid���ê�"".ErrInvalid���„
��(runtime.racefuncexit���¾
�� runtime.raceread���æ
�� runtime.raceread���Â��$type.syscall.Errno���Ø��type.error���ð��6go.itab.syscall.Errno.error���ª
��runtime.convT2I���œ��"type."".PathError���®
��"runtime.newobject���Ô
��"runtime.racewrite���ì��"go.string."chmod"���ž
��"runtime.racewrite����� runtime.raceread���ò
�� runtime.raceread���ì��type.string���þ
��(runtime.typedmemmove���¤ 
��"runtime.racewrite���Ö �6runtime.writeBarrierEnabled���†
��6go.itab.*"".PathError.error���È

��(runtime.racefuncexit���æ
��$type.*"".PathError���ü
��type.error���” ��6go.itab.*"".PathError.error���¨ 
�� runtime.typ2Itab���Ú 
��.runtime.writebarrierptr���¬ 
��(runtime.racefuncexit���Æ 
��0runtime.morestack_noctxt���@€��"".autotmp_0403�o$type.*"".PathError�"".autotmp_0402�type.error�"".autotmp_0401��type.uint32�"".autotmp_0399��$type.*"".PathError�"".autotmp_0398�$type.syscall.Errno�"".autotmp_0397��type.uint32�"".autotmp_0396��type.uint32�"".autotmp_0395��type.uint32�"".autotmp_0394�‡type.uint32�syscall.err·1�_type.error�"".e�?type.error� "".~r1� type.error�"".mode� type."".FileMode�"".f��type.*"".File�2!€lÿ€¡ÿ€qÿ€�°�:x! .
 ý˜[ �*�-T]¸ú0B�Tgclocals·c821cc5374b08e19b66a7c16b0b2785d�Tgclocals·964d6fde80b403c06cbbe76b69313c21���DC:/workdir/go/src/os/file_posix.goþ"".Chown��À ��´ eH‹ %(���H‹‰����HD$øH;A†1��Hìˆ���H‹œ$ˆ���H‰$è����1ÛH‰œ$°���H‰œ$¸���H‹œ$���H‰\$HH‹œ$˜���H‰\$PH‹œ$ ���H‹œ$¨���1ÛH‰\$XH‰\$`HÇD$8‚�� H����H‰$H����H‰\$H����H‰\$H\$8H‰\$HÇD$ ����è����H‹T$(H‹L$0H‰T$xH‰Œ$€���H‰T$XH‰L$`H‰L$pH‰T$hHƒú�„9��H����H‰$è����H‹D$H‰D$@H‰$è����H‹D$@H-����H‰(HÇ@���H‰$Hƒ$è����H‹\$@H‹¬$˜���H‰kH‹¬$���€=�����…´���H‰kH‹\$@H‰$Hƒ$ è����H‹\$@H‹l$hH‰k H‹l$p€=�����umH‰k(H‹\$@H‰\$@H‹����1íH9èt"H‹\$@H‰œ$¸���H‰„$°���è����HÄˆ���ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë¯LC(L‰$H‰l$è����ëƒLCL‰$H‰l$è����é9ÿÿÿ1ÛH‰œ$°���H‰œ$¸���è����HÄˆ���Ãè����é¦ýÿÿ0������f
��*runtime.racefuncenter���–��$type.syscall.Errno���¬��type.error���Ä��6go.itab.syscall.Errno.error���þ
��runtime.convT2I���ö��"type."".PathError���ˆ
��"runtime.newobject���®
��"runtime.racewrite���Æ��"go.string."chown"���ø
��"runtime.racewrite���¶�6runtime.writeBarrierEnabled���ò
��"runtime.racewrite���¤�6runtime.writeBarrierEnabled���Ô��6go.itab.*"".PathError.error���–
��(runtime.racefuncexit���´��$type.*"".PathError���Ê��type.error���â��6go.itab.*"".PathError.error���ö
�� runtime.typ2Itab���¨
��.runtime.writebarrierptr���Ð
��.runtime.writebarrierptr���ˆ 
��(runtime.racefuncexit���¢ 
��0runtime.morestack_noctxt���`��"".autotmp_0409�$type.*"".PathError�"".autotmp_0408�type.error�"".autotmp_0407��$type.*"".PathError�"".autotmp_0406�Ÿ$type.syscall.Errno�syscall.err·1�_type.error�syscall.path·2�type.string�"".e�?type.error� "".~r3�@type.error� "".gid�0type.int� "".uid� type.int�"".name��type.string�&&°x�à�,’&¯Òb�&�2Ñ´0-�Tgclocals·2ccb27f29f940b1b0e09d73280075653�Tgclocals·96a98cca1eb5cc2aaeec23b2d663833d���DC:/workdir/go/src/os/file_posix.goþ"".Lchown��À ��´ eH‹ %(���H‹‰����HD$øH;A†1��Hìˆ���H‹œ$ˆ���H‰$è����1ÛH‰œ$°���H‰œ$¸���H‹œ$���H‰\$HH‹œ$˜���H‰\$PH‹œ$ ���H‹œ$¨���1ÛH‰\$XH‰\$`HÇD$8‚�� H����H‰$H����H‰\$H����H‰\$H\$8H‰\$HÇD$ ����è����H‹T$(H‹L$0H‰T$xH‰Œ$€���H‰T$XH‰L$`H‰L$pH‰T$hHƒú�„9��H����H‰$è����H‹D$H‰D$@H‰$è����H‹D$@H-����H‰(HÇ@���H‰$Hƒ$è����H‹\$@H‹¬$˜���H‰kH‹¬$���€=�����…´���H‰kH‹\$@H‰$Hƒ$ è����H‹\$@H‹l$hH‰k H‹l$p€=�����umH‰k(H‹\$@H‰\$@H‹����1íH9èt"H‹\$@H‰œ$¸���H‰„$°���è����HÄˆ���ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë¯LC(L‰$H‰l$è����ëƒLCL‰$H‰l$è����é9ÿÿÿ1ÛH‰œ$°���H‰œ$¸���è����HÄˆ���Ãè����é¦ýÿÿ0������f
��*runtime.racefuncenter���–��$type.syscall.Errno���¬��type.error���Ä��6go.itab.syscall.Errno.error���þ
��runtime.convT2I���ö��"type."".PathError���ˆ
��"runtime.newobject���®
��"runtime.racewrite���Æ��$go.string."lchown"���ø
��"runtime.racewrite���¶�6runtime.writeBarrierEnabled���ò
��"runtime.racewrite���¤�6runtime.writeBarrierEnabled���Ô��6go.itab.*"".PathError.error���–
��(runtime.racefuncexit���´��$type.*"".PathError���Ê��type.error���â��6go.itab.*"".PathError.error���ö
�� runtime.typ2Itab���¨
��.runtime.writebarrierptr���Ð
��.runtime.writebarrierptr���ˆ 
��(runtime.racefuncexit���¢ 
��0runtime.morestack_noctxt���`��"".autotmp_0415�$type.*"".PathError�"".autotmp_0414�type.error�"".autotmp_0413��$type.*"".PathError�"".autotmp_0412�Ÿ$type.syscall.Errno�syscall.err·1�_type.error�syscall.path·2�type.string�"".e�?type.error� "".~r3�@type.error� "".gid�0type.int� "".uid� type.int�"".name��type.string�&&°x�à�,¦&¯Òb�&�2Ñ´0-�Tgclocals·2ccb27f29f940b1b0e09d73280075653�Tgclocals·96a98cca1eb5cc2aaeec23b2d663833d���DC:/workdir/go/src/os/file_posix.goþ "".(*File).Chown��À ��º eH‹ %(���H‹‰����H;a†¹��HƒìxH‹\$xH‰$è����H‹„$€���1ÛH‰œ$˜���H‰œ$ ���1íH9èu8H����H‰$è����H‹����H‰œ$˜���H‹����H‰œ$ ���è����HƒÄxÃH‰$è����H‹œ$€���H‹+H‰,$è����H‹œ$€���H‹H‹+H‹œ$ˆ���H‹œ$���1ÛH‰\$HH‰\$PHÇD$8‚�� H����H‰$H����H‰\$H����H‰\$H\$8H‰\$HÇD$ ����è����H‹T$(H‹L$0H‰T$hH‰L$pH‰T$HH‰L$PH‰L$`H‰T$XHƒú�„u��H����H‰$è����H‹D$H‰D$@H‰$è����H‹D$@H-����H‰(HÇ@���H‰$Hƒ$è����H‹œ$€���H‰$è����H‹œ$€���H‹+H‰,$Hƒ$è����H‹œ$€���H‹+Hƒý�„æ���H]H‹l$@Hƒý�„Ë���LEL‰D$H‰\$H����H‰$è����H‹\$@H‰$Hƒ$ è����H‹\$@H‹l$XH‰k H‹l$`€=�����ujH‰k(H‹\$@H‰\$@H‹����1íH9ètH‹\$@H‰œ$ ���H‰„$˜���è����HƒÄxÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë²LC(L‰$H‰l$è����놉E�é-ÿÿÿ‰E�éÿÿÿ1ÛH‰œ$˜���H‰œ$ ���è����HƒÄxÃè����é#ýÿÿB������P
��*runtime.racefuncenter��� ��"".ErrInvalid���²
�� runtime.raceread���À��"".ErrInvalid���Þ�"".ErrInvalid���ø
��(runtime.racefuncexit���”
�� runtime.raceread���¼
�� runtime.raceread���°��$type.syscall.Errno���Æ��type.error���Þ��6go.itab.syscall.Errno.error���˜
��runtime.convT2I���Š��"type."".PathError���œ
��"runtime.newobject���Â
��"runtime.racewrite���Ú��"go.string."chown"���Œ
��"runtime.racewrite���®
�� runtime.raceread���à
�� runtime.raceread���Ú��type.string���ì
��(runtime.typedmemmove���’
��"runtime.racewrite���Ä�6runtime.writeBarrierEnabled���ô��6go.itab.*"".PathError.error���¶ 
��(runtime.racefuncexit���Î ��$type.*"".PathError���ä ��type.error���ü ��6go.itab.*"".PathError.error���

�� runtime.typ2Itab���Â

��.runtime.writebarrierptr���” 
��(runtime.racefuncexit���¨ 
��0runtime.morestack_noctxt���Pð��"".autotmp_0421�o$type.*"".PathError�"".autotmp_0420�type.error�"".autotmp_0419��$type.*"".PathError�"".autotmp_0418�$type.syscall.Errno�syscall.err·1�_type.error�"".e�?type.error� "".~r2�0type.error� "".gid� type.int� "".uid�type.int�"".f��type.*"".File�2ðfïðÞïðnïð �à�<¸ .
 ½˜X �*�'TÄú-B�Tgclocals·794908f67fe279f81c98465feffa6326�Tgclocals·964d6fde80b403c06cbbe76b69313c21���DC:/workdir/go/src/os/file_posix.goþ&"".(*File).Truncate��À ��¤ eH‹ %(���H‹‰����H;a†.��Hƒì8H‹\$8H‰$è����H‹D$@1ÛH‰\$PH‰\$X1íH9èu2H����H‰$è����H‹����H‰\$PH‹����H‰\$Xè����HƒÄ8ÃH‰$è����H‹\$@H‹+H‰,$è����H‹\$@H‹H‹+H‰,$H‹\$HH‰\$è����H‹L$H‹D$H‰D$0H‰L$(Hƒù�„f��H����H‰$è����H‹D$H‰D$ H‰$è����H‹D$ H-����H‰(HÇ@���H‰$Hƒ$è����H‹\$@H‰$è����H‹\$@H‹+H‰,$Hƒ$è����H‹\$@H‹+Hƒý�„à���H]H‹l$ Hƒý�„Å���LEL‰D$H‰\$H����H‰$è����H‹\$ H‰$Hƒ$ è����H‹\$ H‹l$(H‰k H‹l$0€=�����udH‰k(H‹\$ H‰\$ H‹����1íH9ètH‹\$ H‰\$XH‰D$Pè����HƒÄ8ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë¸LC(L‰$H‰l$è����댉E�é3ÿÿÿ‰E�éÿÿÿ1ÛH‰\$PH‰\$Xè����HƒÄ8Ãè����é®ýÿÿ<������P
��*runtime.racefuncenter���Ž��"".ErrInvalid��� 
�� runtime.raceread���®��"".ErrInvalid���Æ�"".ErrInvalid���Ú
��(runtime.racefuncexit���ö
�� runtime.raceread���˜
�� runtime.raceread���Ô
��"syscall.Ftruncate���ž��"type."".PathError���°
��"runtime.newobject���Ö
��"runtime.racewrite���î��(go.string."truncate"��� 
��"runtime.racewrite���¼
�� runtime.raceread���è
�� runtime.raceread���Ü��type.string���î
��(runtime.typedmemmove���”
��"runtime.racewrite���Æ�6runtime.writeBarrierEnabled���ö��6go.itab.*"".PathError.error���¬
��(runtime.racefuncexit���Ä��$type.*"".PathError���Ú��type.error���ò��6go.itab.*"".PathError.error���†
�� runtime.typ2Itab���¸
��.runtime.writebarrierptr���þ
��(runtime.racefuncexit���’ 
��0runtime.morestack_noctxt���@p�� "".autotmp_0426�/$type.*"".PathError�"".autotmp_0425��$type.*"".PathError�"".e�type.error� "".~r1� type.error�"".size�type.int64�"".f��type.*"".File�$pWopèophop�à�:Ò (
 V‰X �(�'E]ë-<"�Tgclocals·c821cc5374b08e19b66a7c16b0b2785d�Tgclocals·ca4d572d27f22593085a68de5cc71f71���DC:/workdir/go/src/os/file_posix.goþ"".(*File).Sync��à ��Ä eH‹ %(���H‹‰����H;a†>��HƒìxH‹\$xH‰$è����H‹„$€���1ÛH‰œ$ˆ���H‰œ$���1íH9èu8H����H‰$è����H‹����H‰œ$ˆ���H‹����H‰œ$���è����HƒÄxÃH‰$è����H‹œ$€���H‹+H‰,$è����H‹œ$€���H‹H‹+H‰,$è����H‹D$H‹L$H‰D$hH‰L$pH‰L$`H‰D$XHƒø�„[��H����H‰\$8HÇD$@���H‰L$P1ÛH‰\$(H‰\$0H‰D$HHƒø�u)1ÉH‰ÈH‰L$(H‰Œ$ˆ���H‰D$0H‰„$���è����HƒÄxÃH����H‰$è����H‹D$H‰D$ H‰$è����H‹\$ H‹l$@H‰kH‹l$8€=�����…«���H‰+H‹\$ H‰$Hƒ$è����H‹\$ H‹l$HH‰kH‹l$P€=�����ueH‰kH‹\$ H‰\$ H‹����1íH9ètH‹T$ H‰D$hH‰ÁH‰T$pH‰Ðé1ÿÿÿH����H‰$H����H‰\$H����H‰\$è����H‹D$ë·LCL‰$H‰l$è����ë‹H‰$H‰l$è����éEÿÿÿ1ÛH‰œ$ˆ���H‰œ$���è����HƒÄxÃè����éžýÿÿ6������P
��*runtime.racefuncenter��� ��"".ErrInvalid���²
�� runtime.raceread���À��"".ErrInvalid���Þ�"".ErrInvalid���ø
��(runtime.racefuncexit���”
�� runtime.raceread���¼
�� runtime.raceread���ê
��syscall.Fsync���È��"go.string."fsync"���ä
��(runtime.racefuncexit���ü��(type."".SyscallError���Ž
��"runtime.newobject���´
��"runtime.racewrite���æ�6runtime.writeBarrierEnabled��� 
��"runtime.racewrite���Ò�6runtime.writeBarrierEnabled���‚��<go.itab.*"".SyscallError.error���Ò��*type.*"".SyscallError���è��type.error���€��<go.itab.*"".SyscallError.error���”
�� runtime.typ2Itab���Æ
��.runtime.writebarrierptr���æ
��.runtime.writebarrierptr���ž 
��(runtime.racefuncexit���² 
��0runtime.morestack_noctxt���0ð��"".autotmp_0432��type.error�"".autotmp_0431�¯*type.*"".SyscallError�"".autotmp_0430��*type.*"".SyscallError�"".autotmp_0429�type.error� "".~r2�Ÿtype.error� "".err�_type.error�"".syscall�type.string�"".e�?type.error� "".~r0�type.error�"".f��type.*"".File�4ðfïðµïðœïð�ð�:ì .
 \P† �0�'T¨6z)"�Tgclocals·ec4785a376295fd58944368177a5a0a4�Tgclocals·524110021b29401968fd4cc74ddb802e���DC:/workdir/go/src/os/file_posix.goþ"".Chtimes��€��úeH‹ %(���H‹‰����HD$¨H;A†”��HìØ���H‹œ$Ø���H‰$è����1ÛH‰œ$ ��H‰œ$(��1ÛH‰\$XH‰\$`H‰\$hH‰\$pH‹Œ$ð���‹„$ø���H‹œ$���H‰œ$¸���H‰ËH‰Œ$¨���H½� nˆñÿÿÿHëHiÛ�ʚ;Hc艄$°���HëH‰Ø1ÛH‰ÃI¸³”Ö&è .H‰ÁI÷èH‰ÖHÁþHÁû?H)ÞH‰ËI¸³”Ö&è .H‰ÈI÷èH‰ÕHÁýHÁû?H)ÝH‰ëHiÛ�ʚ;H‰ÍH)ÝH‰t$8H‰t$XH‰l$@H‰l$`H‹Œ$��‹„$��H‹œ$��H‰œ$ ���H‰ËH‰Œ$���H½� nˆñÿÿÿHëHiÛ�ʚ;Hc艄$˜���HëH‰Ø1ÛH‰ÃI¸³”Ö&è .H‰ÁI÷èH‰ÖHÁþHÁû?H)ÞH‰ËI¸³”Ö&è .H‰ÈI÷èH‰ÐHÁøHÁû?H)ØHiÀ�ʚ;H‰ÍH)ÅH‰t$HH‰t$hH‰l$PH‰l$pHD$XHƒø�„Õ��H‹œ$à���HÇÂ���HÇÁ���H‰$H‹œ$è���H‰\$H‰„$À���H‰D$H‰”$È���H‰T$H‰Œ$Ð���H‰L$ è����H‹L$(H‹D$0H‰„$ˆ���H‰Œ$€���Hƒù�„?��H����H‰$è����H‹D$H‰D$xH‰$è����H‹D$xH-����H‰(HÇ@���H‰$Hƒ$è����H‹\$xH‹¬$è���H‰kH‹¬$à���€=�����…º���H‰kH‹\$xH‰$Hƒ$ è����H‹\$xH‹¬$€���H‰k H‹¬$ˆ���€=�����umH‰k(H‹\$xH‰\$xH‹����1íH9èt"H‹\$xH‰œ$(��H‰„$ ��è����HÄØ���ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë¯LC(L‰$H‰l$è����ëƒLCL‰$H‰l$è����é3ÿÿÿ1ÛH‰œ$ ��H‰œ$(��è����HÄØ���É�é$þÿÿè����éCüÿÿ*������f
��*runtime.racefuncenter���Ì
��$syscall.UtimesNano���¢ ��"type."".PathError���´ 
��"runtime.newobject���Ú 
��"runtime.racewrite���ò ��&go.string."chtimes"���¤

��"runtime.racewrite���â
�6runtime.writeBarrierEnabled���ž 
��"runtime.racewrite���Ü �6runtime.writeBarrierEnabled���Œ ��6go.itab.*"".PathError.error���Î 
��(runtime.racefuncexit���ì ��$type.*"".PathError���‚ ��type.error���š ��6go.itab.*"".PathError.error���® 
�� runtime.typ2Itab���à 
��.runtime.writebarrierptr���ˆ
��.runtime.writebarrierptr�����(runtime.racefuncexit���è
��0runtime.morestack_noctxt��� °�� "".autotmp_0442�¿$type.*"".PathError�"".autotmp_0441��type.int64�"".autotmp_0440��type.int64�"".autotmp_0439��type.int64�"".autotmp_0437��$type.*"".PathError�"".autotmp_0435�/.type.[]syscall.Timespec�syscall.ts·1�Ÿ*type.syscall.Timespec�time.t·2�type.time.Time�syscall.ts·1�¿*type.syscall.Timespec�time.t·2�_type.time.Time�"".e�¯type.error�"".utimes�ÿ0type.[2]syscall.Timespec� "".~r3�€type.error�"".mtime�Ptype.time.Time�"".atime� type.time.Time�"".name��type.string�&&°Œ¯°x¯°�À�@Œ& ¶³†Øb �&�2§º0-!�Tgclocals·b4df12ab2f93e48fec09764519dee532�Tgclocals·2b509c65926600f8143e12336c5b2d4f���DC:/workdir/go/src/os/file_posix.goþ"".(*File).Fd�� ��ŠeH‹ %(���H‹‰����H;aveHƒìH‹\$H‰$è����H‹D$1íH9èuHÇD$ÿÿÿÿè����HƒÄÃH‰$è����H‹\$H‹+H‰,$è����H‹\$H‹H‹+H‰l$è����HƒÄÃè����é{ÿÿÿ������H
��*runtime.racefuncenter���|
��(runtime.racefuncexit���˜
�� runtime.raceread���º
�� runtime.raceread���ä
��(runtime.racefuncexit���ø
��0runtime.morestack_noctxt��� �� "".~r0�type.uintptr�"".file��type.*"".File�,3��"T 4�
�#m�Tgclocals·3f5c1f818fa7055d0400cecd34057162�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���HC:/workdir/go/src/os/file_windows.goþ"".newFile��  ��ˆ eH‹ %(���H‹‰����H;a† ��HƒìXH‹\$XH‰$è����H����H‰$è����H‹\$H‰\$8H����H‰$è����H‹D$H‰D$0H‰$HÇD$`���è����H‹L$0H‰ÏHƒù�„¯��1Àè����H‰ $è����H‹D$0H‹l$`H‰(H‰$Hƒ$è����H‹\$0H‹l$pH‰kH‹l$h€=�����…M��H‰kH‹\$8H‰$è����H‹\$8Hƒû�„%��H‹l$0€=�����…���H‰+H‹D$8ÇD$$����H‰D$(H‰$è����H‹\$(H‹+H‰,$è����H‹\$(H‹H‹+H‰,$H\$$H‰\$è����H‹L$(H‹D$H‹\$Hƒø�…˜���H‰ $è����H‹\$(H‹+H‰,$Hƒ$(è����H‹L$(H‹HÇÅ���@ˆk(H����H‰\$@H‰ $è����H‹D$(H‹(H����H‰$H‰l$H‹L$@H����H‰D$HH‰D$H‰L$PH‰L$è����H‹\$(H‰\$xè����HƒÄXÃë˜H‰$H‰l$è����éðþÿÿ‰éÔþÿÿLCL‰$H‰l$è����é þÿÿ‰éJþÿÿè����é¼ýÿÿ6������P
��*runtime.racefuncenter���^��type."".File���p
��"runtime.newobject���’��type."".file���¤
��"runtime.newobject���Ü
��,runtime.racewriterange���Ž
Î� runtime.duffzero��� 
��"runtime.racewrite���Ö
��"runtime.racewrite���ˆ�6runtime.writeBarrierEnabled���º
��"runtime.racewrite���î�6runtime.writeBarrierEnabled���¸
�� runtime.raceread���Ú
�� runtime.raceread���–
��,syscall.GetConsoleMode���Ú
�� runtime.raceread���†
��"runtime.racewrite���º��&"".(*file).close·f���Ö
�� runtime.raceread���ô��type.*"".file���ž��2type.func(*"".file) error���Ð
��(runtime.SetFinalizer���î
��(runtime.racefuncexit���˜
��.runtime.writebarrierptr���Ô
��.runtime.writebarrierptr���ö
��0runtime.morestack_noctxt���@°��"".autotmp_0448�Otype.*"".file�"".autotmp_0447�?type.*"".File�"".autotmp_0446�/2type.func(*"".file) error�"".m�gtype.uint32�"".f�_type.*"".File� "".~r2�0type.*"".File�"".name�type.string�"".h��&type.syscall.Handle�°á¯°P�Ð�0f ÞV2R 8�.�'*®='�Tgclocals·12f209ab19761cdc5d583b3c61dc5f4d�Tgclocals·151c254648468324ab87698339209c31���HC:/workdir/go/src/os/file_windows.goþ"".NewFile�� ��ŽeH‹ %(���H‹‰����H;avgHƒì H‹\$ H‰$è����H‹D$(HÇÅÿÿÿÿH9èuHÇD$@����è����HƒÄ ÃH‰$H‹\$0H‰\$H‹\$8H‰\$è����H‹\$H‰\$@è����HƒÄ Ãè����éyÿÿÿ ������H
��*runtime.racefuncenter���†
��(runtime.racefuncexit���Ê
��"".newFile���è
��(runtime.racefuncexit���ü
��0runtime.morestack_noctxt���@@�� "".~r2�0type.*"".File�"".name�type.string�
"".fd��type.uintptr�@1?@0?@��*|(  ' 
 ��#"�Tgclocals·c229a9b0eeee070d2ef805c225472078�Tgclocals·69c1753bd5f81501d95132d08af04464���HC:/workdir/go/src/os/file_windows.goþ"".epipecheck��€��reH‹ %(���H‹‰����H;avHƒìH‹\$H‰$è����è����HƒÄÃè����ëÇ������H
��*runtime.racefuncenter���R
��(runtime.racefuncexit���f
��0runtime.morestack_noctxt���0��"".e�type.error�"".file��type.*"".File��@�œ-�
�#�Tgclocals·5c5a9f3dff47a8940bdc317b9324ac2a�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���HC:/workdir/go/src/os/file_windows.goþ "".(*file).isdir��à��ÚeH‹ %(���H‹‰����H;avPHƒìH‹\$H‰$è����H‹D$1íH9èt+H‰$Hƒ$è����H‹l$H‹]1íH9ë•D$è����HƒÄÃÆD$�ëïè����ë“
������H
��*runtime.racefuncenter���|
�� runtime.raceread���¬
��(runtime.racefuncexit���Î
��0runtime.morestack_noctxt��� �� "".~r0�type.bool�"".f��type.*"".file�D�p�¦p�
�#M�Tgclocals·3f5c1f818fa7055d0400cecd34057162�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���HC:/workdir/go/src/os/file_windows.goþ"".openFile��€��ðeH‹ %(���H‹‰����H;a†��HƒìHH‹\$HH‰$è����1Û1ÛH‰\$xH‰œ$€���‹D$h1҉Ã%ÿ�� Љفã��€�ƒû�t ���‰Ëã��@�ƒû�t ���‰Ëã���ƒû�t ���H‹\$PH‰$H‹\$XH‰\$H‹\$`HË���H‰\$‰D$è����H‹L$ H‹D$(H‹T$0H‰T$@H‰D$8Hƒø�t HÇD$p����H‰D$xH‰”$€���è����HƒÄHÃH‰ $H‹\$PH‰\$H‹\$XH‰\$è����H‹\$H‰\$p1ÛH‰\$xH‰œ$€���è����HƒÄHÃè����éÈþÿÿ������P
��*runtime.racefuncenter���Ö
��syscall.Open���Ê
��(runtime.racefuncexit���Ž
��"".NewFile���Ê
��(runtime.racefuncexit���Þ
��0runtime.morestack_noctxt���p��"".autotmp_0457��type.uint32�"".autotmp_0456��type.uint32�"".autotmp_0455��type.uint32�"".e�type.error� "".err�Ptype.error�"".file�@type.*"".File�"".perm�0 type."".FileMode�"".flag� type.int�"".name��type.string�&Ï?�À�.ª=† 6 
 ��'½"�Tgclocals·e37028df44e131937946198981083043�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���HC:/workdir/go/src/os/file_windows.goþ"".openDir��€��øeH‹ %(���H‹‰����HD$˜H;A†Ó��Hìè���H‹œ$è���H‰$è����1Û1ÛH‰œ$��H‰œ$��H\$LH‰$H‹œ$ð���H‰\$H‹œ$ø���H‰\$H����H‰\$HÇD$ ���è����H\$(H‹ H‰ $H‹KH‰L$è����H‹T$H‹D$H‹L$ H‰”$���H‰Œ$°���H‰„$¨���Hƒø�t)HDŽ$�������H‰„$��H‰Œ$��è����HÄè���ÃH����H‰$è����H‹D$H‹œ$���H‰$H‰„$ ���H‰D$Hƒ|$�„´��è����H‹D$H‹T$H‹L$ H‰D$8H‰Œ$°���H‰”$¨���Hƒú�„…��H����H‰$H‰T$H‰L$H\$@H‰\$è����¶\$ €û�„��H‹\$@Hƒû…��H|$l1Àè����H‰GüH‹œ$ð���H‰$H‹œ$ø���H‰\$è����H‹L$H‹D$H‹T$ H‰”$À���H‰„$¸���Hƒø�t)HDŽ$�������H‰„$��H‰”$��è����HÄè���ÃH‰ $ÇD$����H\$lH‰\$è����H‹D$H‹L$ H‰Œ$À���H‰„$¸���Hƒø�t)HDŽ$�������H‰„$��H‰Œ$��è����HÄè���Ë\$lƒãƒû�u)HDŽ$�������H‰„$��H‰Œ$��è����HÄè���ÃH‹œ$ ���H‰$H$`��è����H‹œ$ ���HÇÅ���@ˆ«`��H‹œ$ ���H‰$H$P��è����H‹œ$ ���H‹¬$ø���H‰«X��H‹¬$ð���€=�����…d��H‰«P��H‹œ$ ���H‰$H$P��è����H‹´$ ���Hƒþ�„+��HžP��H‹ H‰ $H‹KH‰L$è����¶\$€û�…ü��H‹œ$ ���H‰$H$P��è����H‹´$ ���Hƒþ�„Ê��HžP��H‹ H‰ $H‹KH‰L$è����H‹\$H‰œ$È���H‹\$H‰œ$Ð���H‹\$ H‰œ$Ø���H‹\$(H‰œ$à���H‹œ$ ���H‰$H$P��è����H‹œ$ ���H‹¬$Ð���H‰«X��H‹¬$È���€=�����…��H‰«P��H‹„$Ø���H‹Œ$à���H‰Œ$°���H‰„$¨���Hƒø�t)HDŽ$�������H‰„$��H‰Œ$��è����HÄè���ÃH‹\$8H‰$H‹œ$ð���H‰\$H‹œ$ø���H‰\$è����H‹D$H‰„$˜���H‰$è����H‹œ$˜���H‹+H‰,$Hƒ$è����H‹œ$˜���H‹+Hƒý�tXH‹œ$ ���€=�����u3H‰]H‹œ$˜���H‰œ$���1ÛH‰œ$��H‰œ$��è����HÄè���ÃLEL‰$H‰\$è����뽉E�ë£LƒP��L‰$H‰l$è����éÒþÿÿ‰é/þÿÿéÿÿÿ‰éÎýÿÿLƒP��L‰$H‰l$è����é‰ýÿÿHDŽ$�������H‹œ$¨���H‰œ$��H‹œ$°���H‰œ$��è����HÄè���É%����é@ûÿÿè����éúÿÿJ������f
��*runtime.racefuncenter���â��go.string."\\*"���ˆ
��*runtime.concatstring2���¼
��4syscall.UTF16PtrFromString���Ø
��(runtime.racefuncexit���ö��type."".dirInfo���ˆ
��"runtime.newobject���æ
��*syscall.FindFirstFile���Ð��$type.syscall.Errno���Š
��$runtime.assertI2T2���Ü
š � runtime.duffzero��� 
��4syscall.UTF16PtrFromString���¬
��(runtime.racefuncexit���ò
��6syscall.GetFileAttributesEx���ô 
��(runtime.racefuncexit���Þ

��(runtime.racefuncexit���  
��"runtime.racewrite���þ 
��"runtime.racewrite���È �6runtime.writeBarrierEnabled���– 
�� runtime.raceread���ò 
��"".isAbs����� runtime.raceread���œ
�� syscall.FullPath���¶
��"runtime.racewrite���€�6runtime.writeBarrierEnabled���ª
��(runtime.racefuncexit���Š
��"".newFile���¶
�� runtime.raceread���è
��"runtime.racewrite���¦�6runtime.writeBarrierEnabled���‚
��(runtime.racefuncexit���¶
��.runtime.writebarrierptr���î
��.runtime.writebarrierptr���È
��.runtime.writebarrierptr���´
��(runtime.racefuncexit���æ
��0runtime.morestack_noctxt���PÐ��("".autotmp_0475�Ï$type.syscall.Errno�"".autotmp_0474�·type.[32]uint8�"".autotmp_0472��type.error�"".autotmp_0471�?type.string�"".autotmp_0470��type.bool�"".autotmp_0469��type.error�"".autotmp_0468��type.error�"".autotmp_0467��type.*uint16�"".autotmp_0466��type.error�"".autotmp_0463�type.error�"".f�Ÿtype.*"".File�"".e�_type.error�
"".fa�÷Ftype.syscall.Win32FileAttributeData�"".r�ß&type.syscall.Handle�"".d� type.*"".dirInfo�"".e�type.error�"".maskp�¯type.*uint16� "".err�0type.error�"".file� type.*"".File�"".name��type.string�j&ÐÑÏЩÏÐcÏÐ4ÏÐåÏЫÏИÏÐ�€ �Òº&JIvDCFA5('-  /LUß
 -P/ !
 !,21 �V�2¹/RKF#AVËz0f -6'�Tgclocals·325a510e85b8562470c3ae26fa120531�Tgclocals·95b5850f629c208431fb8207456bf78f���HC:/workdir/go/src/os/file_windows.goþ"".OpenFile��à��ÐeH‹ %(���H‹‰����H;a†Ä��HƒìxH‹\$xH‰$è����H‹„$ˆ���1ÛH‰œ$¨���H‰œ$°���Hƒø�…¤��HÇD$8���H����H‰$è����H‹D$H‰D$@H‰$è����H‹D$@H-����H‰(HÇ@���H‰$Hƒ$è����H‹\$@H‹¬$ˆ���H‰kH‹¬$€���€=�����…��H‰kH‹\$@H‰$Hƒ$ è����H����H‰$H����H‰\$H����H‰\$H\$8H‰\$HÇD$ ����è����H‹L$(H‹D$0H‹\$@Hƒû�„¤���H‰L$hH‰K H‰D$p€=�����uvH‰C(H‹\$@H‰\$@H‹����1íH9èt+HDŽ$ �������H‹\$@H‰œ$°���H‰„$¨���è����HƒÄxÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë¦LC(L‰$H‰D$è����éwÿÿÿ‰éUÿÿÿLCL‰$H‰l$è����é×þÿÿH‹œ$€���H‰$H‰D$H‹œ$���H‰\$‹œ$˜���‰\$è����H‹D$ H‹T$(H‹L$0H‰L$PH‰T$HHƒú�u$H‰„$ ���1ÛH‰œ$¨���H‰œ$°���è����HƒÄxÃH‹œ$€���H‰$H‹œ$ˆ���H‰\$è����H‹¬$���H‹D$H‹T$H‹L$ H‰L$`H‰T$XHƒú�…ë��H‰ëHƒãHƒû�u1H‰ëHƒãHƒû�u$H‰„$ ���1ÛH‰œ$¨���H‰œ$°���è����HƒÄxÃH‰$è����HÇD$8*�� H����H‰$è����H‹D$H‰D$@H‰$è����H‹D$@H-����H‰(HÇ@���H‰$Hƒ$è����H‹\$@H‹¬$ˆ���H‰kH‹¬$€���€=�����…��H‰kH‹\$@H‰$Hƒ$ è����H����H‰$H����H‰\$H����H‰\$H\$8H‰\$HÇD$ ����è����H‹L$(H‹D$0H‹\$@Hƒû�„¤���H‰L$hH‰K H‰D$p€=�����uvH‰C(H‹\$@H‰\$@H‹����1íH9èt+HDŽ$ �������H‹\$@H‰œ$°���H‰„$¨���è����HƒÄxÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë¦LC(L‰$H‰D$è����éwÿÿÿ‰éUÿÿÿLCL‰$H‰l$è����é×þÿÿH����H‰$è����H‹D$H‰D$@H‰$è����H‹D$@H-����H‰(HÇ@���H‰$Hƒ$è����H‹\$@H‹¬$ˆ���H‰kH‹¬$€���€=�����…À���H‰kH‹\$@H‰$Hƒ$ è����H‹\$@H‹l$HH‰k H‹l$P€=�����uvH‰k(H‹\$@H‰\$@H‹����1íH9èt+HDŽ$ �������H‹\$@H‰œ$°���H‰„$¨���è����HƒÄxÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë¦LC(L‰$H‰l$è����éwÿÿÿLCL‰$H‰l$è����é-ÿÿÿè����éúÿÿ€������P
��*runtime.racefuncenter���¸��"type."".PathError���Ê
��"runtime.newobject���ð
��"runtime.racewrite���ˆ�� go.string."open"���º
��"runtime.racewrite���ø�6runtime.writeBarrierEnabled���´
��"runtime.racewrite���Â��$type.syscall.Errno���Ø��type.error���ð��6go.itab.syscall.Errno.error���ª
��runtime.convT2I���„�6runtime.writeBarrierEnabled���´��6go.itab.*"".PathError.error���Ž
��(runtime.racefuncexit���¦��$type.*"".PathError���¼��type.error���Ô��6go.itab.*"".PathError.error���è
�� runtime.typ2Itab���š
��.runtime.writebarrierptr���Ö
��.runtime.writebarrierptr���¼
��"".openFile���¸ 
��(runtime.racefuncexit���þ 
��"".openDir���Æ 
��(runtime.racefuncexit���â 
�� "".(*File).Close���‚ ��"type."".PathError���” 
��"runtime.newobject���º 
��"runtime.racewrite���Ò �� go.string."open"���„ 
��"runtime.racewrite��� �6runtime.writeBarrierEnabled���þ 
��"runtime.racewrite���Œ��$type.syscall.Errno���¢��type.error���º��6go.itab.syscall.Errno.error���ô
��runtime.convT2I���Î�6runtime.writeBarrierEnabled���þ��6go.itab.*"".PathError.error���Ø
��(runtime.racefuncexit���ð��$type.*"".PathError���†��type.error���ž��6go.itab.*"".PathError.error���²
�� runtime.typ2Itab���ä
��.runtime.writebarrierptr��� 
��.runtime.writebarrierptr���¸��"type."".PathError���Ê
��"runtime.newobject���ð
��"runtime.racewrite���ˆ�� go.string."open"���º
��"runtime.racewrite���ø�6runtime.writeBarrierEnabled���´
��"runtime.racewrite���æ�6runtime.writeBarrierEnabled���–��6go.itab.*"".PathError.error���ð
��(runtime.racefuncexit���ˆ��$type.*"".PathError���ž��type.error���¶��6go.itab.*"".PathError.error���Ê
�� runtime.typ2Itab���ü
��.runtime.writebarrierptr���ª
��.runtime.writebarrierptr���¾
��0runtime.morestack_noctxt���pð��("".autotmp_0491��type.*uint8�"".autotmp_0490��$type.*"".PathError�"".autotmp_0489��type.*uint8�"".autotmp_0488��$type.*"".PathError�"".autotmp_0486�o$type.*"".PathError�"".autotmp_0485��$type.*"".PathError�"".autotmp_0484��$type.*"".PathError�"".autotmp_0483��$type.syscall.Errno�"".autotmp_0482��type.error�"".autotmp_0481��type.*"".File�"".autotmp_0480��type.error�"".autotmp_0478��$type.*"".PathError�"".autotmp_0477�$type.syscall.Errno�"".errd�?type.error�"".errf�_type.error� "".~r4�Ptype.error� "".~r3�@type.*"".File�"".perm�0 type."".FileMode�"".flag� type.int�"".name��type.string�RðñïðÔïð†ïðÈïðËïðo�ð �j”F
¶iB   : ¶iÞ b�P�'P-j>#d,-LÀ-0�Tgclocals·910e24b157ca5f9f7b4b1b2fecad255a�Tgclocals·faaa05e92c4f3434fdda6161138dc8c1���HC:/workdir/go/src/os/file_windows.goþ "".(*File).Close�� ��„eH‹ %(���H‹‰����H;a†ž���Hƒì(H‹\$(H‰$è����H‹D$01ÛH‰\$8H‰\$@1íH9èu2H����H‰$è����H‹����H‰\$8H‹����H‰\$@è����HƒÄ(ÃH‰$è����H‹\$0H‹+H‰,$è����H‹L$H‹D$H‰L$H‰L$8H‰D$ H‰D$@è����HƒÄ(Ãè����é>ÿÿÿ������P
��*runtime.racefuncenter���Ž��"".ErrInvalid��� 
�� runtime.raceread���®��"".ErrInvalid���Æ�"".ErrInvalid���Ú
��(runtime.racefuncexit���ö
�� runtime.raceread���˜
�� "".(*file).close���Þ
��(runtime.racefuncexit���ò
��0runtime.morestack_noctxt���0P��"".autotmp_0497�type.error� "".~r0�type.error�"".file��type.*"".File�PWOPAOP�Ð�(¾=(8��'E4"�Tgclocals·cad14e25fd48dddd762418d02c031d67�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���HC:/workdir/go/src/os/file_windows.goþ "".(*file).close��À��°eH‹ %(���H‹‰����HD$øH;A†o��Hìˆ���H‹œ$ˆ���H‰$è����H‹Œ$���1ÛH‰œ$˜���H‰œ$ ���1íH9éukHÇD$8'�� H����H‰$H����H‰\$H����H‰\$H\$8H‰\$HÇD$ ����è����H‹\$(H‰œ$˜���H‹\$0H‰œ$ ���è����HÄˆ���Ã1íH9鄹��H‰L$@H‰ $Hƒ$è����H‹Œ$���H‹l$@H‹]1íH9ë•À<�tbH‰ $Hƒ$è����H‹œ$���H‹kH‰,$H$`��è����H‹Œ$���H‹i¶`��€û�t1ÛH‰œ$˜���H‰œ$ ���è����HÄˆ���ÃH‰ $è����H‹Œ$���H‹HÇÅÿÿÿÿH9ëukHÇD$8'�� H����H‰$H����H‰\$H����H‰\$H\$8H‰\$HÇD$ ����è����H‹\$(H‰œ$˜���H‹\$0H‰œ$ ���è����HÄˆ���Ã1ÛH‰\$hH‰\$p1íH9é„~��H‰L$HH‰ $Hƒ$è����H‹Œ$���H‹l$HH‹]1íH9ë•À<�„��H‰ $è����H‹œ$���H‹+H‰,$è����H‹L$H‹D$H‰D$p1ÛH‰\$XH‰\$`H‰L$hHƒù�„��H����H‰$è����H‹D$H‰D$PH‰$è����H‹D$PH-����H‰(HÇ@���H‰$Hƒ$è����H‹œ$���H‰$Hƒ$è����H‹œ$���Hƒû�„[��HkH‹\$PHƒû�„A��LCL‰D$H‰l$H-����H‰,$è����H‹\$PH‰$Hƒ$ è����H‹\$PH‹l$hH‰k H‹l$p€=�����…Ù���H‰k(H‹\$PH‰\$PH‹����1íH9脇���H‹\$PH‰\$`H‰D$XH‹œ$���H‰$è����H‹Œ$���HÇÅÿÿÿÿH‰)H����H‰\$xH‰$H‰Œ$€���H‰L$1ÛH‰\$H‰\$è����H‹\$XH‰œ$˜���H‹\$`H‰œ$ ���è����HÄˆ���ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$éGÿÿÿLC(L‰$H‰l$è����éÿÿÿ‰é¸þÿÿ‰éžþÿÿH‰ $è����H‹œ$���H‹+H‰,$è����H‹L$H‹D$H‰D$péâýÿÿ1Àé§ýÿÿ1Àélüÿÿè����éhûÿÿV������f
��*runtime.racefuncenter���È��$type.syscall.Errno���Þ��type.error���ö��6go.itab.syscall.Errno.error���°
��runtime.convT2I���î
��(runtime.racefuncexit���º
�� runtime.raceread���
�� runtime.raceread���Ê
�� runtime.raceread���¨
��(runtime.racefuncexit���Ê
�� runtime.raceread���˜��$type.syscall.Errno���®��type.error���Æ��6go.itab.syscall.Errno.error���€
��runtime.convT2I���¾
��(runtime.racefuncexit���¢
�� runtime.raceread���ö
�� runtime.raceread���ž 
��"syscall.FindClose���€
��"type."".PathError���’

��"runtime.newobject���¸

��"runtime.racewrite���Ð
��"go.string."close"���‚ 
��"runtime.racewrite���® 
�� runtime.raceread���¢ ��type.string���´ 
��(runtime.typedmemmove���Ú 
��"runtime.racewrite���Œ �6runtime.writeBarrierEnabled���Ä ��6go.itab.*"".PathError.error���š
��"runtime.racewrite���Ì��type.*"".file���š
��(runtime.SetFinalizer���Ø
��(runtime.racefuncexit���ö��$type.*"".PathError���Œ��type.error���¤��6go.itab.*"".PathError.error���¸
�� runtime.typ2Itab���ð
��.runtime.writebarrierptr���¨
�� runtime.raceread���Ð
��&syscall.CloseHandle���ž
��0runtime.morestack_noctxt���0��"".autotmp_0506�o$type.*"".PathError�"".autotmp_0505��type.bool�"".autotmp_0502��$type.*"".PathError�"".autotmp_0501��type.error�"".autotmp_0499��$type.syscall.Errno�"".autotmp_0498�Ÿ$type.syscall.Errno�"".f�type.*"".file�"".f�type.*"".file� "".err�_type.error�"".e�?type.error� "".~r0�type.error�"".file��type.*"".file�F&œœŠŒ¨�  �~Ì&21^.-~&% ^  ?, ƒ#.' W, �F�2„&+Lz2*Nñ_ 0
8 M�Tgclocals·e636b0074b6d70d445cadb85ca65fba0�Tgclocals·b603776120ee8ede1989f755a44767fe���HC:/workdir/go/src/os/file_windows.goþ$"".(*File).readdir�� @��–@eH‹ %(���H‹‰����HD$€H;A†â��Hì���H‹œ$���H‰$è����H‹„$��1Û1Û1ÛH‰œ$0��H‰œ$8��1ÛH‰œ$��H‰œ$ ��H‰œ$(��1íH9è…•���HÇD$X'�� H����H‰$H����H‰\$H����H‰\$H\$XH‰\$HÇD$ ����è����H‹L$(H‹D$01ÛH‰œ$��H‰œ$ ��H‰œ$(��H‰Œ$°���H‰Œ$0��H‰„$¸���H‰„$8��è����HÄ���ÃH‰$è����H‹œ$��H‹1íH9è„Ì��H‰D$`H‰$Hƒ$è����H‹l$`H‹]1íH9ë•À<�…��HÇD$X���H����H‰$è����H‹D$H‰D$xH‰$è����H‹D$xH-����H‰(HÇ@���H‰$Hƒ$è����H‹œ$��H‰$è����H‹œ$��H‹+H‰,$Hƒ$è����H‹œ$��H‹+Hƒý�„v��H]H‹l$xHƒý�„[��LEL‰D$H‰\$H����H‰$è����H‹\$xH‰$Hƒ$ è����H����H‰$H����H‰\$H����H‰\$H\$XH‰\$HÇD$ ����è����H‹L$(H‹D$0H‹\$xHƒû�„Ï���H‰Œ$°���H‰K H‰„$¸���€=�����…—���H‰C(H‹\$xH‰\$xH‹����1íH9ètLH‹L$x1ÛH‰œ$��H‰œ$ ��H‰œ$(��H‰„$°���H‰„$0��H‰Œ$¸���H‰Œ$8��è����HÄ���ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë…LC(L‰$H‰D$è����éVÿÿÿ‰é*ÿÿÿ‰E�éþÿÿ‰E�é‚þÿÿH‹œ$��H‰$è����H‹œ$��H‹+H‰,$Hƒ$è����H‹œ$��H‹H‹kH‰,$H$`��è����H‹„$��H‹(H‹m¶`��€û�…Ò���H‰$è����H‹œ$��H‹+H‰,$è����H‹¬$��H‹m�H‹]�HÇÅÿÿÿÿH9ë…•���HÇD$X'�� H����H‰$H����H‰\$H����H‰\$H\$XH‰\$HÇD$ ����è����H‹L$(H‹D$01ÛH‰œ$��H‰œ$ ��H‰œ$(��H‰Œ$°���H‰Œ$0��H‰„$¸���H‰„$8��è����HÄ���ÃH‹œ$��Hƒû�žÁH‹„$��€ù�ˆL$OtHDŽ$��ÿÿÿÿHÇÀd���H����H‰$HÇD$����H‰D$è����H‹T$H‹L$ H‹D$(H‰”$��H‰Œ$ ��H‰„$(��H‹œ$��H‰$è����H‹œ$��H‹+H‰,$Hƒ$è����H‹œ$��H‹H‹kHƒý�„”
��H‰l$hH‹œ$��Hƒû�„m��H‹œ$��H‰$è����H‹œ$��H‹+H‰,$Hƒ$è����H‹œ$��H‹H‹kH‰,$H$`��è����H‹„$��H‹(H‹m¶`��€û�…��H‰$è����H‹œ$��H‹+H‰,$Hƒ$è����H‹œ$��H‹H‹kH‰,$H$L��è����H‹”$��H‹*H‹m¶L��€û�„¸��H‰$è����H‹œ$��H‹+H‰,$è����H‹œ$��H‹H‹+H‰,$H‹\$hH‰\$è����H‹”$��H‹L$H‹D$H‰„$˜���H‰Œ$���Hƒù�„N��H����H‰$H‰L$H‰D$H\$XH‰\$è����¶\$ €û�tzH‹\$XHƒûuo€|$O�uIH‹œ$ ��Hƒû�u;H����H‰$è����H‹����H‰œ$0��H‹����H‰œ$8��è����HÄ���Ã1ÛH‰œ$0��H‰œ$8��è����HÄ���ÃH����H‰$è����H‹D$H‰D$xH‰$è����H‹D$xH-����H‰(HÇ@ ���H‰$Hƒ$è����H‹œ$��H‰$è����H‹œ$��H‹+H‰,$Hƒ$è����H‹œ$��H‹+Hƒý�„��H]H‹l$xHƒý�„ü���LEL‰D$H‰\$H����H‰$è����H‹\$xH‰$Hƒ$ è����H‹\$xH‹¬$���H‰k H‹¬$˜���€=�����…Ž���H‰k(H‹\$xH‰\$xH‹����1íH9ètCH‹\$xH‰œ$8��H‰„$0��€|$O�u1ÛH‰œ$��H‰œ$ ��H‰œ$(��è����HÄ���ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ëŽLC(L‰$H‰l$è����é_ÿÿÿ‰E�éüþÿÿ‰E�éáþÿÿH‰$è����H‹œ$��H‹+H‰,$Hƒ$è����H‹œ$��H‹H‹kH‰,$H$L��è����H‹œ$��H‹H‹[HÇÅ���@ˆ«L��H‹D$hHƒø�„†��HƒÀ,Hƒø�„q��HÇÂ��HÇÁ��H‰„$Ð���H‰$H‰”$Ø���H‰T$H‰Œ$à���H‰L$è����H‹L$H‹D$ H‰Œ$€���HƒøuIH‰ $H‰„$ˆ���H‰D$H-����H‰l$HÇD$���è����H‹Œ$€���H‹„$ˆ���¶\$ €û�…VûÿÿH‰„$ˆ���Hƒøu1H‰ $H‰D$H-����H‰l$HÇD$���è����¶\$ €û�…ûÿÿH����H‰$è����H‹D$H‰D$pH‰$HÇD$`���è����H‹L$pH‰ÏHƒù�„S��1Àè����H‰ $è����H‹\$pH‹¬$ˆ���H‰kH‹¬$€���€=�����…
��H‰+H‹\$pH‰$Hƒ$è����H‹\$hH‰$è����H‹D$pHƒø�„Ð��L‹D$hA‹(‰hH‰$Hƒ$Hƒ$HÇD$���è����H‹\$hH‰$Hƒ$HÇD$���è����H‹D$pH‹t$hHƒþ�„r��H^Hƒø�„]��HhH‹ H‰M�H‰$Hƒ$Hƒ$ HÇD$���è����H‹\$hH‰$Hƒ$ HÇD$���è����H‹D$pH‹t$hHƒþ�„ÿ��H^ Hƒø�„ê��HhH‹ H‰M�H‰$Hƒ$Hƒ$HÇD$���è����H‹\$hH‰$Hƒ$HÇD$���è����H‹D$pH‹t$hHƒþ�„Œ��H^Hƒø�„w��Hh$H‹ H‰M�H‰$Hƒ$Hƒ$è����H‹\$hH‰$Hƒ$è����H‹D$pHƒø�„0��L‹D$hA‹h‰h,H‰$Hƒ$Hƒ$ è����H‹\$hH‰$Hƒ$ è����H‹D$pHƒø�„è��L‹D$hA‹h ‰h0H‰$Hƒ$@è����H‹œ$��H‰$è����H‹œ$��H‹+H‰,$Hƒ$è����H‹œ$��H‹H‹kH‰,$H$P��è����HÇ$����H‹´$��H‹H‹kHƒý�„[��HP��H|$H‹ H‰H‹KH‰OH����H‰\$HÇD$ ���H‹œ$€���H‰\$(H‹œ$ˆ���H‰\$0è����H‹L$8H‹D$@H‹\$pHƒû�„í��H‰„$È���H‰CHH‰Œ$À���€=�����…µ��H‰K@H‹L$pH‹œ$��HÿËH‰œ$��H‰L$pH‹����1íH9è„P��H‹\$pH‰œ$¨���H‰„$ ���H‹”$��H‹„$ ��H‹Œ$(��H‰ËH)ÃHƒû}QH����H‰$H‰”$è���H‰T$H‰D$H‰Œ$ø���H‰L$H‰ÃH‰„$ð���HÿÃH‰\$ è����H‹T$(H‹D$0H‹L$8H‰ÃHÿÃH‰Œ$ø���H9ˇ¨���H‰œ$ð���H‰ÓH‰”$è���H‰ÅH‰D$PHÁåHëH‰$è����H‹œ$è���H‹l$PHÁåHëH‹¬$ ���H‰+H‹¬$¨���€=�����u9H‰kH‹œ$è���H‰œ$��H‹œ$ð���H‰œ$ ��H‹œ$ø���H‰œ$(��éKöÿÿLCL‰$H‰l$è����ë·è���� H����H‰$H����H‰\$H����H‰\$è����H‹D$é~þÿÿLC@L‰$H‰L$è����é8þÿÿ‰é þÿÿ‰E�éýÿÿ‰�éýÿÿ‰�éÉüÿÿ‰�é‚üÿÿ‰émüÿÿ‰�éüÿÿ‰éúûÿÿ‰�éœûÿÿ‰é‡ûÿÿ‰�é)ûÿÿH‰$H‰l$è����éæúÿÿ‰é¦úÿÿ‰�éˆùÿÿ‰�ésùÿÿ‰E�édõÿÿ1ÀéQñÿÿè����éõïÿÿþ������f
��*runtime.racefuncenter���Œ��$type.syscall.Errno���¢��type.error���º��6go.itab.syscall.Errno.error���ô
��runtime.convT2I���†
��(runtime.racefuncexit���¨
�� runtime.raceread���ú
�� runtime.raceread���Ì��"type."".PathError���Þ
��"runtime.newobject���„
��"runtime.racewrite���œ��&go.string."Readdir"���Î
��"runtime.racewrite���ð
�� runtime.raceread���¢
�� runtime.raceread���œ��type.string���®
��(runtime.typedmemmove���Ô
��"runtime.racewrite���â��$type.syscall.Errno���ø��type.error��� ��6go.itab.syscall.Errno.error���Ê 
��runtime.convT2I���°
�6runtime.writeBarrierEnabled���è
��6go.itab.*"".PathError.error���þ 
��(runtime.racefuncexit���œ ��$type.*"".PathError���² ��type.error���Ê ��6go.itab.*"".PathError.error���Þ 
�� runtime.typ2Itab��� 
��.runtime.writebarrierptr���ê 
�� runtime.raceread���œ
�� runtime.raceread���Ü
�� runtime.raceread���¬
�� runtime.raceread���Ô
�� runtime.raceread���´��$type.syscall.Errno���Ê��type.error���â��6go.itab.syscall.Errno.error���œ
��runtime.convT2I���®
��(runtime.racefuncexit���²��$type.[]"".FileInfo���à
��"runtime.makeslice���Ð
�� runtime.raceread���‚
�� runtime.raceread���„
�� runtime.raceread���¶
�� runtime.raceread���ö
�� runtime.raceread���Æ
�� runtime.raceread���ø
�� runtime.raceread���¸
�� runtime.raceread���ˆ
�� runtime.raceread���°
�� runtime.raceread���ò
��(syscall.FindNextFile���Ø��$type.syscall.Errno���’
��$runtime.assertI2T2���ô�� io.EOF���†
�� runtime.raceread���”�� io.EOF���²� io.EOF���Ì
��(runtime.racefuncexit���Š
��(runtime.racefuncexit���¨��"type."".PathError���º
��"runtime.newobject���à
��"runtime.racewrite���ø��0go.string."FindNextFile"���ª
��"runtime.racewrite���Ì
�� runtime.raceread���þ
�� runtime.raceread���ø��type.string���Š 
��(runtime.typedmemmove���° 
��"runtime.racewrite���î �6runtime.writeBarrierEnabled���¦!��6go.itab.*"".PathError.error���ª"
��(runtime.racefuncexit���È"��$type.*"".PathError���Þ"��type.error���ö"��6go.itab.*"".PathError.error���Š#
�� runtime.typ2Itab���¼#
��.runtime.writebarrierptr���ø#
�� runtime.raceread���ª$
�� runtime.raceread���ê$
��"runtime.racewrite���Ð&
��*syscall.UTF16ToString���°'��go.string."."���Ö'
�� runtime.eqstring���Î(��go.string.".."���ô(
�� runtime.eqstring���ž)�� type."".fileStat���°)
��"runtime.newobject���è)
��,runtime.racewriterange���š*
Î� runtime.duffzero���¬*
��"runtime.racewrite���ê*�6runtime.writeBarrierEnabled���¤+
��"runtime.racewrite���À+
�� runtime.raceread���¬,
��,runtime.racewriterange���ä,
��*runtime.racereadrange���ö-
��,runtime.racewriterange���®.
��*runtime.racereadrange���À/
��,runtime.racewriterange���ø/
��*runtime.racereadrange���ø0
��"runtime.racewrite���ž1
�� runtime.raceread���ú1
��"runtime.racewrite��� 2
�� runtime.raceread���ò2
��"runtime.racewrite���”3
�� runtime.raceread���Æ3
�� runtime.raceread���†4
�� runtime.raceread���Š5��go.string."\\"���ä5
��*runtime.concatstring3���Ê6�6runtime.writeBarrierEnabled���¨7��@go.itab.*"".fileStat."".FileInfo���¾8��$type.[]"".FileInfo���´9
��"runtime.growslice���Ö:
��"runtime.racewrite���°;�6runtime.writeBarrierEnabled���Ì<
��.runtime.writebarrierptr���Ú<
��$runtime.panicslice���ì<��"type.*"".fileStat���‚=�� type."".FileInfo���š=��@go.itab.*"".fileStat."".FileInfo���®=
�� runtime.typ2Itab���æ=
��.runtime.writebarrierptr���¨?
��.runtime.writebarrierptr���„@
��0runtime.morestack_noctxt���p€��D"".autotmp_0537��type.int�"".autotmp_0536��$type.[]"".FileInfo�"".autotmp_0535��type.*uint8�"".autotmp_0534�¿ type."".FileInfo�"".autotmp_0533�Ÿ"type.*"".fileStat�"".autotmp_0532��type.*uint8�"".autotmp_0531��$type.*"".PathError�"".autotmp_0530��type.bool�"".autotmp_0529��$type.syscall.Errno�"".autotmp_0528��type.error�"".autotmp_0527��type.error�"".autotmp_0525�$type.*"".PathError�"".autotmp_0523�Ÿtype.error�"".autotmp_0522��type.int�"".autotmp_0521��"type.*"".fileStat�"".autotmp_0520�ßtype.int�"".autotmp_0519�type.string�"".autotmp_0518�_type.[]uint16�"".autotmp_0517��$type.*"".PathError�"".autotmp_0516��type.error�"".autotmp_0515�/$type.[]"".FileInfo�"".autotmp_0514��$type.syscall.Errno�"".autotmp_0513��$type.*"".PathError�"".autotmp_0512��$type.syscall.Errno�"".autotmp_0511�Ï$type.syscall.Errno�"".f�¿type.*"".file�"".name�ÿtype.string�"".e�ßtype.error�"".d�¯6type.*syscall.Win32finddata�"".wantAll�átype.bool� "".err�Ptype.error�
"".fi� $type.[]"".FileInfo�"".n�type.int�"".file��type.*"".File�`&€èÿ€ûÿ€—ÿ€Žÿ€ÿ€Ïÿ€ï� �º„&po0 ˆlkK¤fee¦ˆ`_  EH{aX9>.=¢:5V_hŽŠ ( I  I
I..…ÇABM!��2Ð)2ý0F¢Y8ZÇ:#7
¥ 07ï‰þèQ{*}=�Tgclocals·05b66aeff189655534c42753b6c956cf�Tgclocals·8f1db6f1263e32cff89341a3b8460c07���HC:/workdir/go/src/os/file_windows.goþ,"".(*File).readConsole��€��øeH‹ %(���H‹‰����HD$ÀH;A†“��HìÀ���H‹œ$À���H‰$è����1Û1ÛH‰œ$ð���H‰œ$ø���HDŽ$è�������H‹œ$Ø���Hƒû�u+HDŽ$è�������1ÛH‰œ$ð���H‰œ$ø���è����HÄÀ���ÃH‹œ$È���H‰$è����H‹œ$È���H‹+H‰,$Hƒ$Hè����H‹œ$È���H‹+H‹]PHƒû�…��H‹„$Ø���H=€>��~HÇÀ€>��H����H‰$H‰D$H‰D$è����H‹T$H‹D$ H‹L$(H‰T$xH‰Œ$ˆ���HÇD$X����H‹œ$Ø���Hƒû�~Hƒø�†j��H‰T$XÇD$<����H‰„$€���H‰D$HH‹œ$È���H‰$è����H‹œ$È���H‹+H‰,$è����H‹œ$È���H‹H‹+H‰,$H‹\$XH‰\$H‹\$H‰Û‰\$H\$<H‰\$HÇD$ ����è����H‹D$(H‹L$0H‰L$pH‰D$hHƒø�t)HDŽ$è�������H‰„$ð���H‰Œ$ø���è����HÄÀ���Ë\$<H‹¬$ˆ���H9뇍��L‹D$xL‰„$¨���L‰$H‰œ$°���H‰\$H‰¬$¸���H‰l$è����H‹\$H‰œ$���H‹\$ H‰œ$˜���H‹\$(H‰œ$ ���H‹œ$È���H‰$è����H‹œ$È���H‹+H‰,$Hƒ$Hè����H‹œ$È���H‹+H‹œ$˜���H‰]PH‹œ$ ���H‰]XH‹œ$���€=�����…½��H‰]HH‹œ$È���H‰$è����H‹œ$È���H‹+H‰,$Hƒ$Hè����H‹œ$È���H‹+Hƒý�„r��H‹UHH‹EPH‹]XH‰œ$ ���1ÉH‰„$˜���H‰D$HH‰”$���H‰ÐH‰L$PH‹l$HH9éÈ��H‰D$`H‰$è����H‹\$`‹+H‹\$PH‰\$@‰l$8‰,$è����H‹”$Ø���H‹L$H9ÑŽ×���H‹œ$È���H‰$è����H‹œ$È���H‹+H‰,$Hƒ$Hè����H‹œ$È���H‰$è����H‹œ$È���H‹+H‰,$Hƒ$Hè����H‹„$È���H‹(H‹\$@L‹EPL‹MXL9Ãw_L‹UHI)ØI)ÙIƒù�tMšH‹(L‰EPL‰MX€=�����u#L‰UH1ÛH‰œ$ð���H‰œ$ø���è����HÄÀ���ÃH]HH‰$L‰T$è����ëÍè���� H‹œ$Ð���H‰$H‰T$H‹œ$à���H‰\$‹\$8‰\$è����H‹D$ H‹¬$Ø���L‹„$à���H9è‡É���L‹Œ$Ð���H)ÅI)ÀIƒø�tM H‰¬$Ø���L‰„$à���L‰Œ$Ð���H‹œ$è���HÃH‰œ$è���H‹D$`H‹L$PHƒÀHÿÁH‰L$PH‹l$HH9éŒ8þÿÿH‹œ$È���H‰$è����H‹œ$È���H‹+H‰,$Hƒ$Hè����H‹œ$È���H‹+1ÛH‰]HH‰]PH‰]X1ÛH‰œ$ð���H‰œ$ø���è����HÄÀ���Ãè���� ‰E�é†ýÿÿLEHL‰$H‰\$è����é0ýÿÿè���� è���� è����éDúÿÿH������f
��*runtime.racefuncenter���ˆ
��(runtime.racefuncexit���º
�� runtime.raceread���ì
�� runtime.raceread���Ú��type.[]uint16���€
��"runtime.makeslice���Ð
�� runtime.raceread���ø
�� runtime.raceread���ö
��&syscall.ReadConsole���ì
��(runtime.racefuncexit���† 
��(unicode/utf16.Decode���ö 
�� runtime.raceread���¨

��"runtime.racewrite���Š �6runtime.writeBarrierEnabled��� 
�� runtime.raceread���ô 
�� runtime.raceread���¼ 
�� runtime.raceread���ö 
��(unicode/utf8.RuneLen���Ä
�� runtime.raceread���ö
��"runtime.racewrite���˜
�� runtime.raceread���Ê
�� runtime.raceread���Î�6runtime.writeBarrierEnabled���Š
��(runtime.racefuncexit���¾
��.runtime.writebarrierptr���Ì
��$runtime.panicslice���¦
��.unicode/utf8.EncodeRune���Ò
�� runtime.raceread���„
��"runtime.racewrite���ä
��(runtime.racefuncexit���þ
��$runtime.panicslice���¶
��.runtime.writebarrierptr���Ê
��$runtime.panicslice���Ø
��$runtime.panicindex���æ
��0runtime.morestack_noctxt���p€��0"".autotmp_0559�¿type.*int32�"".autotmp_0558��type.int�"".autotmp_0557��type.int�"".autotmp_0556��type.int�"".autotmp_0555��type.int�"".autotmp_0552��type.[]int32�"".autotmp_0551�_type.[]int32�"".autotmp_0550��type.[]uint16�"".autotmp_0548��type.int�"".autotmp_0547��type.int�"".autotmp_0546�/type.[]uint16�"".autotmp_0545�ïtype.int�"".autotmp_0544��type.int�"".autotmp_0543�ßtype.int�"".r�type.int32�"".i�ÿtype.int� "".err�¯type.error�
"".nw�‡type.uint32�"".p�Ïtype.*uint16�"".wchars�type.[]uint16� "".err�Ptype.error�"".n�@type.int�"".b�type.[]uint8�"".f��type.*"".File�B&€iÿ€ñÿ€Îÿ€¬ÿ€B�À �¼€&DC @?C6 € ÒŸ" 0I $C  �P�2QËS;M8f}
D £4
– I B�Tgclocals·32e721457b5e2d67231e9d35dce219db�Tgclocals·180f7415375abba7160e2f9a29b50196���HC:/workdir/go/src/os/file_windows.goþ"".(*File).read��à �� eH‹ %(���H‹‰����H;a†=��HƒìhH‹\$hH‰$è����HDŽ$�������1ÛH‰œ$˜���H‰œ$ ���1ÛH‰œ$˜���H‰œ$ ���HDŽ$�������H‹\$pH‰$è����H‹\$pH‹+H‰,$Hƒ<$�„¾��Hƒ$ è����H‹\$pH‰$è����H‹\$pH‹+H‰l$Hƒ|$�„��HƒD$ Ç$���H����H‰D$è����ƒø�…J��H‹\$pH‰$è����H‹\$pH‹+H‰,$Hƒ$(è����H‹D$pH‹(¶](€û�tnH‰$H‹\$xH‰\$H‹œ$€���H‰\$H‹œ$ˆ���H‰\$è����H‹L$ H‹l$(H‹T$0H‰Œ$���H‰l$XH‰¬$˜���H‰T$`H‰”$ ���è����è����HƒÄhÃH‰$è����H‹\$pH‹+H‰,$è����H‹\$pH‹H‹+H‰,$H‹\$xH‰\$H‹œ$€���H‰\$H‹œ$ˆ���H‰\$è����H‹L$ H‹l$(H‹T$01ÛHƒù�}1ÉH‰l$HH‰T$PH‰Œ$���H‰l$8H‰¬$˜���H‰T$@H‰”$ ���è����è����HƒÄhÐè����è����HƒÄhÉ%����ésþÿÿ‰%����é6þÿÿè����éŸýÿÿ(������P
��*runtime.racefuncenter���ä
�� runtime.raceread���¦
��$sync.(*Mutex).Lock���Â
�� runtime.raceread���œ��.sync.(*Mutex).Unlock·f���°
��"runtime.deferproc���Þ
�� runtime.raceread���Š
�� runtime.raceread���†
��,"".(*File).readConsole���ô
��&runtime.deferreturn���þ
��(runtime.racefuncexit���š
�� runtime.raceread���¼
�� runtime.raceread���¬
��syscall.Read���Â
��&runtime.deferreturn���Ì
��(runtime.racefuncexit���â
��&runtime.deferreturn���ì
��(runtime.racefuncexit���° 
��0runtime.morestack_noctxt���pÐ��"".autotmp_0567��type.int�"".autotmp_0566��type.error�"".autotmp_0565��type.int�"".autotmp_0562�type.error� "".~r3�_type.error� "".err�?type.error� "".err�Ptype.error�"".n�@type.int�"".b�type.[]uint8�"".f��type.*"".File�4ÐéÏЦÏÐÏÐ1�ð�BÎ  </N5d§ �"�'J}Š“Q�Tgclocals·8cf14f50ac1bf7ae2848fda35f0590ec�Tgclocals·ae0a20890c9ac6bfbea3383f34532bab���HC:/workdir/go/src/os/file_windows.goþ "".(*File).pread��€��þeH‹ %(���H‹‰����HD$øH;A†Ö��Hìˆ���H‹œ$ˆ���H‰$è����HDŽ$¸�������1ÛH‰œ$À���H‰œ$È���1ÛH‰œ$À���H‰œ$È���HDŽ$¸�������H‹œ$���H‰$è����H‹œ$���H‹+H‰,$Hƒ<$�„K��Hƒ$ è����H‹œ$���H‰$è����H‹œ$���H‹+H‰l$Hƒ|$�„��HƒD$ Ç$���H����H‰D$è����ƒø�…Î��H‹œ$���H‰$è����H‹œ$���H‹+H‰,$è����H‹œ$���H‹H‹+H‰,$HÇD$����HÇD$���è����H‹l$H‹L$ H‹T$(H‰l$HH‰”$€���H‰L$xHƒù�t/HDŽ$¸�������H‰Œ$À���H‰”$È���è����è����HÄˆ���ÃH‹œ$���H‰$è����H‹œ$���H‹+H‰,$è����H‹œ$���H‹H‹+H‰l$H‹\$HH‰\$HÇD$ ����Ç$0���H����H‰D$è����H‹Œ$°���ƒø�…£��1ÛH‰\$XH‰\$`‰\$h‰\$lH‰\$pH‰ËHÁû ‰Û‰\$l‰Ë‰\$hÇD$D����H‹œ$���H‰$è����H‹œ$���H‹+H‰,$è����H‹œ$���H‹H‹+H‰,$H‹œ$˜���H‰\$H‹œ$ ���H‰\$H‹œ$¨���H‰\$H\$DH‰\$ H\$XH‰\$(è����H‹L$0H‹T$8H‰”$€���H‰L$xHƒù�„¦���H����H‰$H‰L$H‰T$H\$PH‰\$è����¶\$ €û�t<H‹\$PHƒû&u1HDŽ$¸�������1ÛH‰œ$À���H‰œ$È���è����è����HÄˆ���ÃHDŽ$¸�������H‹\$xH‰œ$À���H‹œ$€���H‰œ$È���è����è����HÄˆ���Ë\$DH‰œ$¸���1ÛH‰œ$À���H‰œ$È���è����è����HÄˆ���Ðè����è����HÄˆ���Ðè����è����HÄˆ���É%����éìüÿÿ‰%����é©üÿÿè����éüÿÿ@������f
��*runtime.racefuncenter���€
�� runtime.raceread���È
��$sync.(*Mutex).Lock���ê
�� runtime.raceread���Ê��.sync.(*Mutex).Unlock·f���Þ
��"runtime.deferproc���’
�� runtime.raceread���º
�� runtime.raceread���Œ
��syscall.Seek���ž
��&runtime.deferreturn���¨
��(runtime.racefuncexit���Ú
�� runtime.raceread���‚
�� runtime.raceread���ê��syscall.Seek·f���þ
��"runtime.deferproc���ª 
�� runtime.raceread���Ò 
�� runtime.raceread���ö

�� syscall.ReadFile���Æ ��$type.syscall.Errno���€ 
��$runtime.assertI2T2���ò 
��&runtime.deferreturn���ü 
��(runtime.racefuncexit���ê 
��&runtime.deferreturn���ô 
��(runtime.racefuncexit���Ì
��&runtime.deferreturn���Ö
��(runtime.racefuncexit���ò
��&runtime.deferreturn���ü
��(runtime.racefuncexit���˜
��&runtime.deferreturn���¢
��(runtime.racefuncexit���ì
��0runtime.morestack_noctxt���€��"".autotmp_0571�o$type.syscall.Errno�"".autotmp_0570��type.error�"".done�‡type.uint32�"".o�_.type.syscall.Overlapped�"".e�type.error�"".curoffset�type.int64� "".err�`type.error�"".n�Ptype.int� "".off�@type.int64�"".b�type.[]uint8�"".f��type.*"".File�X&ù©;0#�€�Šæ&*)<5Tj " t ‰9$/1 &%  � �2MÕ«8É�Tgclocals·07cc3dfbe09213a73a8a591b04878f99�Tgclocals·6fe324f038dd6c3ceb9f295c441b1173���HC:/workdir/go/src/os/file_windows.goþ."".(*File).writeConsole��à!��Ú!eH‹ %(���H‹‰����H„$ûÿÿH;A†A��Hìð��H‹œ$ð��H‰$è����1Û1ÛH‰œ$ ��H‰œ$(��H‹œ$��H‰œ$��H|$`1Àè����H\$`Hƒû�„ã��1ÒHÇÁ���H‰œ$x��H‰”$€��H‰Œ$ˆ��H‹œ$ø��H‰$è����H‹œ$ø��H‹+H‰,$Hƒ$0è����H‹”$ø��H‹Œ$��H‹*H‹]8Hƒû�Žr��H‰$è����H‹œ$ø��H‹+H‰,$Hƒ$0è����L‹”$��H‹œ$ø��H‹+Hƒý�„+��H‹u0H‹}8H‹M@H‰´$À��H‰¼$È��H‰Œ$Ð��H‰øH‰¼$°��LÐH)ÈHƒø�~[H����H‰$H‰´$¨��H‰t$H‰|$H‰Œ$¸��H‰L$H‰D$ è����L‹”$��H‹¼$È��H‹t$(H‹\$0H‰œ$°��H‹L$8H‰ýLÕI‰ÈH‰Œ$¸��H9͇t��H9ï‡k��H)ýI)øI‰ñH‰´$¨��Iƒø�tM 9H‰l$L‰D$L‰ $H‹œ$���H‰\$L‰T$ H‹œ$��H‰\$(HÇD$0���è����H‹Œ$¸��H‹œ$È��H‹¬$��HëH9ˇê��H‰ØH‹œ$¨��H‰œ$���H‰„$��H‰Œ$��H‹œ$ø��H‰$è����H‹œ$ø��H‹+H‰,$Hƒ$0è����H‹Œ$��H‹œ$ø��H‹+1ÛH‰]0H‰]8H‰]@HƒùŒ}��H‹œ$���H‰$H‰Œ$��H‰L$H‹œ$��H‰\$è����‹D$H‹L$ ‰D$DH‰L$HH‹”$x��H‹„$€��H‹Œ$ˆ��H‰ËH)ÃHƒû}QH����H‰$H‰”$Ø��H‰T$H‰D$H‰Œ$è��H‰L$H‰ÃH‰„$à��HÿÃH‰\$ è����H‹T$(H‹D$0H‹L$8H‰ÃHÿÃH‰Œ$è��H9ˇ¢��H‰œ$à��H‰”$Ø��H‰D$PH‚H‰$è����H‹„$Ø��H‹l$PH¨‹l$D‰+H‰„$x��H‹œ$à��H‰œ$€��H‹œ$è��H‰œ$ˆ��H‹\$HH‹¬$��L‹„$��H9ë‡��L‹Œ$���H)ÝI)ØIƒø�tM H‰éL‰„$��L‰Œ$���HƒùƒþÿÿH‹œ$���H‰$H‰Œ$��H‰L$H‹œ$��H‰\$è����H‹Œ$��¶\$€û�téAþÿÿHƒù�Ž–��H����H‰$H‰L$H‰L$è����H‹\$H‰œ$À��H‹\$ H‰œ$È��H‹\$(H‰œ$Ð��H‹œ$ø��H‰$è����H‹œ$ø��H‹+H‰,$Hƒ$0è����H‹œ$ø��H‹+H‹œ$È��H‰]8H‹œ$Ð��H‰]@H‹œ$À��€=�����…Ü��H‰]0H‹œ$ø��H‰$è����H‹œ$ø��H‹+H‰,$Hƒ$0è����H‹´$ø��H‹Hƒû�„’��Hk0H‹M�H‰ $H‹MH‰L$H‹MH‰L$H‹œ$���H‰\$H‹œ$��H‰\$ H‹œ$��H‰\$(HÇD$0���è����H‹œ$€��Hƒû�Ž��H‹„$€��H=€>��~HÇÀ€>��H‹¬$ˆ��H9è‡ß��H‹Œ$x��H‰ÆH‰êH‹¬$€��L‹„$ˆ��H9臱��L‹Œ$x��H)ÅI)ÀIƒø�tM H‰¬$€��L‰„$ˆ��L‰Œ$x��H‰Œ$��H‰ $H‰´$˜��H‰t$H‰”$ ��H‰T$è����H‹T$H‹D$ H‹L$(H‰”$`��H‰Œ$p��H‰„$h��Hƒø�ŽÿÿÿÇD$@����H‰D$XH‹œ$ø��H‰$è����H‹œ$ø��H‹+H‰,$è����H‹œ$ø��H‹H‹+H‰,$H‹œ$`��Hƒ¼$h���†Ã���H‰\$H‹\$X‰Û‰\$H\$@H‰\$HÇD$ ����è����H‹L$(H‹D$0H‰„$(��H‰Œ$ ��Hƒù�t+HDŽ$������1ÛH‰œ$ ��H‰œ$(��è����HÄð��Ë\$@H‹¬$h��L‹„$p��H9ëw0L‹Œ$`��H)ÝI)ØIƒø�tM YH‰èL‰„$p��L‰Œ$`��é×þÿÿè���� è���� è���� è���� 1ÛH‰œ$ ��H‰œ$(��è����HÄð��ÉégýÿÿLE0L‰$H‰\$è����éýÿÿéžýÿÿè���� è���� è���� è���� ‰E�éÍøÿÿéiúÿÿ‰éøÿÿè����é“÷ÿÿR������l
��*runtime.racefuncenter���Ì
�� runtime.duffzero���Î
�� runtime.raceread���€
�� runtime.raceread���Ô
�� runtime.raceread���†
�� runtime.raceread���Ä��type.[]uint8���ž
��&runtime.growslice_n���Þ
��"runtime.slicecopy���Ž

�� runtime.raceread���
��"runtime.racewrite���ì 
��.unicode/utf8.DecodeRune���æ ��type.[]int32���Ü 
��"runtime.growslice���ì
��"runtime.racewrite���æ
��*unicode/utf8.FullRune���¶��type.[]uint8���Ü
��"runtime.makeslice���Ì
�� runtime.raceread���þ
��"runtime.racewrite���à�6runtime.writeBarrierEnabled���˜
�� runtime.raceread���Ê
�� runtime.raceread���š
��"runtime.slicecopy���’
��(unicode/utf16.Encode���°
�� runtime.raceread���Ø
�� runtime.raceread���ú
��(syscall.WriteConsole���€
��(runtime.racefuncexit���¬
��$runtime.panicslice���º
��$runtime.panicindex���È
��$runtime.panicslice���Ö
��$runtime.panicslice���ˆ 
��(runtime.racefuncexit���Ê 
��.runtime.writebarrierptr���è 
��$runtime.panicslice���ö 
��$runtime.panicslice���„!
��$runtime.panicslice���’!
��$runtime.panicslice���È!
��0runtime.morestack_noctxt���pà��6"".autotmp_0595��type.int�"".autotmp_0594��type.[]int32�"".autotmp_0593�¿type.int�"".autotmp_0592�type.[]uint8�"".autotmp_0591�_type.[]uint8�"".autotmp_0590�Ÿtype.[256]int32�"".autotmp_0588�¯type.int�"".autotmp_0587��type.int�"".autotmp_0585��type.int�"".autotmp_0584��type.int�"".autotmp_0583��type.[]uint8�"".autotmp_0582��type.int�"".autotmp_0581��type.int�"".autotmp_0580��type.int�"".autotmp_0577��type.int�"".autotmp_0576��type.int�"".autotmp_0575�/type.[]int32�"".written�ßtype.uint32�"".uint16s�Ÿtype.[]uint16�"".chunk�¿type.[]int32�"".l�Ïtype.int�"".r�×type.int32�"".runes�ïtype.[]int32� "".err�Ptype.error�"".n�@type.int�"".b�type.[]uint8�"".f��type.*"".File�()àâßàƒßà`�ð�Êš)LK<K•K
=íIL
§’ IJ
 D  -    �R�5qè XçH ½ sfŒ¨V .
!=�Tgclocals·cc486b038a961e548ee9358fa6a26e16�Tgclocals·092023b2497118026b89147ab86b8694���HC:/workdir/go/src/os/file_windows.goþ "".(*File).write��à �� eH‹ %(���H‹‰����H;a†=��HƒìhH‹\$hH‰$è����HDŽ$�������1ÛH‰œ$˜���H‰œ$ ���1ÛH‰œ$˜���H‰œ$ ���HDŽ$�������H‹\$pH‰$è����H‹\$pH‹+H‰,$Hƒ<$�„¾��Hƒ$ è����H‹\$pH‰$è����H‹\$pH‹+H‰l$Hƒ|$�„��HƒD$ Ç$���H����H‰D$è����ƒø�…J��H‹\$pH‰$è����H‹\$pH‹+H‰,$Hƒ$(è����H‹D$pH‹(¶](€û�tnH‰$H‹\$xH‰\$H‹œ$€���H‰\$H‹œ$ˆ���H‰\$è����H‹L$ H‹l$(H‹T$0H‰Œ$���H‰l$XH‰¬$˜���H‰T$`H‰”$ ���è����è����HƒÄhÃH‰$è����H‹\$pH‹+H‰,$è����H‹\$pH‹H‹+H‰,$H‹\$xH‰\$H‹œ$€���H‰\$H‹œ$ˆ���H‰\$è����H‹L$ H‹l$(H‹T$01ÛHƒù�}1ÉH‰l$HH‰T$PH‰Œ$���H‰l$8H‰¬$˜���H‰T$@H‰”$ ���è����è����HƒÄhÐè����è����HƒÄhÉ%����ésþÿÿ‰%����é6þÿÿè����éŸýÿÿ(������P
��*runtime.racefuncenter���ä
�� runtime.raceread���¦
��$sync.(*Mutex).Lock���Â
�� runtime.raceread���œ��.sync.(*Mutex).Unlock·f���°
��"runtime.deferproc���Þ
�� runtime.raceread���Š
�� runtime.raceread���†
��."".(*File).writeConsole���ô
��&runtime.deferreturn���þ
��(runtime.racefuncexit���š
�� runtime.raceread���¼
�� runtime.raceread���¬
��syscall.Write���Â
��&runtime.deferreturn���Ì
��(runtime.racefuncexit���â
��&runtime.deferreturn���ì
��(runtime.racefuncexit���° 
��0runtime.morestack_noctxt���pÐ��"".autotmp_0602��type.int�"".autotmp_0601��type.error�"".autotmp_0600��type.int�"".autotmp_0597�type.error� "".~r3�_type.error� "".err�?type.error� "".err�Ptype.error�"".n�@type.int�"".b�type.[]uint8�"".f��type.*"".File�4ÐéÏЦÏÐÏÐ1�ð�Bð  </N5d§ �"�'J}Š“Q�Tgclocals·8cf14f50ac1bf7ae2848fda35f0590ec�Tgclocals·ae0a20890c9ac6bfbea3383f34532bab���HC:/workdir/go/src/os/file_windows.goþ""".(*File).pwrite��€��ò eH‹ %(���H‹‰����H;a†U��Hì€���H‹œ$€���H‰$è����HDŽ$°�������1ÛH‰œ$¸���H‰œ$À���1ÛH‰œ$¸���H‰œ$À���HDŽ$°�������H‹œ$ˆ���H‰$è����H‹œ$ˆ���H‹+H‰,$Hƒ<$�„Ê��Hƒ$ è����H‹œ$ˆ���H‰$è����H‹œ$ˆ���H‹+H‰l$Hƒ|$�„‡��HƒD$ Ç$���H����H‰D$è����ƒø�…M��H‹œ$ˆ���H‰$è����H‹œ$ˆ���H‹+H‰,$è����H‹œ$ˆ���H‹H‹+H‰,$HÇD$����HÇD$���è����H‹l$H‹L$ H‹T$(H‰l$HH‰T$xH‰L$pHƒù�t/HDŽ$°�������H‰Œ$¸���H‰”$À���è����è����HÄ€���ÃH‹œ$ˆ���H‰$è����H‹œ$ˆ���H‹+H‰,$è����H‹œ$ˆ���H‹H‹+H‰l$H‹\$HH‰\$HÇD$ ����Ç$0���H����H‰D$è����H‹Œ$¨���ƒø�…%��1ÛH‰\$PH‰\$X‰\$`‰\$dH‰\$hH‰ËHÁû ‰Û‰\$d‰Ë‰\$`ÇD$D����H‹œ$ˆ���H‰$è����H‹œ$ˆ���H‹+H‰,$è����H‹œ$ˆ���H‹H‹+H‰,$H‹œ$���H‰\$H‹œ$˜���H‰\$H‹œ$ ���H‰\$H\$DH‰\$ H\$PH‰\$(è����H‹L$0H‹T$8H‰T$xH‰L$pHƒù�t/HDŽ$°�������H‰Œ$¸���H‰”$À���è����è����HÄ€���Ë\$DH‰œ$°���1ÛH‰œ$¸���H‰œ$À���è����è����HÄ€���Ðè����è����HÄ€���Ðè����è����HÄ€���É%����émýÿÿ‰%����é*ýÿÿè����é‡üÿÿ8������\
��*runtime.racefuncenter���ö
�� runtime.raceread���¾
��$sync.(*Mutex).Lock���à
�� runtime.raceread���À��.sync.(*Mutex).Unlock·f���Ô
��"runtime.deferproc���ˆ
�� runtime.raceread���°
�� runtime.raceread���‚
��syscall.Seek���Ž
��&runtime.deferreturn���˜
��(runtime.racefuncexit���Ê
�� runtime.raceread���ò
�� runtime.raceread���Ú��syscall.Seek·f���î
��"runtime.deferproc���š 
�� runtime.raceread��� 
�� runtime.raceread���æ

��"syscall.WriteFile���Þ 
��&runtime.deferreturn���è 
��(runtime.racefuncexit���À 
��&runtime.deferreturn���Ê 
��(runtime.racefuncexit���æ 
��&runtime.deferreturn���ð 
��(runtime.racefuncexit���Œ 
��&runtime.deferreturn���– 
��(runtime.racefuncexit���à 
��0runtime.morestack_noctxt���€€��"".autotmp_0605��type.error�"".done�wtype.uint32�"".o�_.type.syscall.Overlapped�"".e�type.error�"".curoffset�otype.int64� "".err�`type.error�"".n�Ptype.int� "".off�@type.int64�"".b�type.[]uint8�"".f��type.*"".File�L!€öÿ€çÿ€0ÿ€ÿ€ÿ€)�€�z†!"!<5Tg "t † "1  ��-MÒ¡“�Tgclocals·105f3855eb890a8acc612838e7807774�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���HC:/workdir/go/src/os/file_windows.goþ"".(*File).seek��€��€eH‹ %(���H‹‰����H;a†\��Hƒì@H‹\$@H‰$è����HÇD$`����1ÛH‰\$hH‰\$p1ÛH‰\$hH‰\$pHÇD$`����H‹\$HH‰$è����H‹\$HH‹+H‰,$Hƒ<$�„ï���Hƒ$ è����H‹\$HH‰$è����H‹\$HH‹+H‰l$Hƒ|$�„²���HƒD$ Ç$���H����H‰D$è����ƒø�uH‹\$HH‰$è����H‹\$HH‹+H‰,$è����H‹\$HH‹H‹+H‰,$H‹\$PH‰\$H‹\$XH‰\$è����H‹L$H‹l$ H‹T$(H‰L$`H‰l$0H‰l$hH‰T$8H‰T$pè����è����HƒÄ@Ðè����è����HƒÄ@É%����éBÿÿÿ‰%����éÿÿÿè����é€þÿÿ������P
��*runtime.racefuncenter����� runtime.raceread���‚
��$sync.(*Mutex).Lock���ž
�� runtime.raceread���ø��.sync.(*Mutex).Unlock·f���Œ
��"runtime.deferproc���²
�� runtime.raceread���Ô
�� runtime.raceread���¤
��syscall.Seek���€
��&runtime.deferreturn���Š
��(runtime.racefuncexit��� 
��&runtime.deferreturn���ª
��(runtime.racefuncexit���î
��0runtime.morestack_noctxt���`€�� "".autotmp_0608�type.error� "".err�@type.error� "".ret�0type.int64�"".whence� type.int�"".offset�type.int64�"".f��type.*"".File�"€¯€€"�€�0¶*/J 
��'8yfB�Tgclocals·385909f76d6de739e72f24698b953b71�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���HC:/workdir/go/src/os/file_windows.goþ"".Truncate��À��¶eH‹ %(���H‹‰����H;a†7��Hƒì`H‹\$`H‰$è����1ÛH‰œ$€���H‰œ$ˆ���H‹\$hH‰$H‹\$pH‰\$HÇD$A���ÇD$¶��è����H‹l$ H‹L$(H‹T$0H‰T$XH‰L$PHƒù�t H‰Œ$€���H‰”$ˆ���è����è����HƒÄ`ÃH‰l$8H‰l$Ç$���H����H‰D$è����ƒø�utH‹\$8H‰$H‹\$xH‰\$è����H‹L$H‹T$H‰T$HH‰L$@Hƒù�t H‰Œ$€���H‰”$ˆ���è����è����HƒÄ`Ã1ÛH‰œ$€���H‰œ$ˆ���è����è����HƒÄ`Ðè����è����HƒÄ`Ãè����é¥þÿÿ������P
��*runtime.racefuncenter���Æ
��"".OpenFile���°
��&runtime.deferreturn���º
��(runtime.racefuncexit���ô��&"".(*File).Close·f���ˆ
��"runtime.deferproc���Â
��&"".(*File).Truncate���¢
��&runtime.deferreturn���¬
��(runtime.racefuncexit���æ
��&runtime.deferreturn���ð
��(runtime.racefuncexit���†
��&runtime.deferreturn���
��(runtime.racefuncexit���¤
��0runtime.morestack_noctxt���PÀ��"".autotmp_0613��type.error�
"".e1�?type.error�"".e�type.error�"".f�Otype.*"".File� "".~r2�0type.error�"".size� type.int64�"".name��type.string�>À‡¿Àx¿À!¿À¿À�à�PÆ=  '' " 
  ��';a/Q�Tgclocals·63695d5957740c7862727d01caeaf3c0�Tgclocals·de8f2f8c19b5b332b621af6e93a35036���HC:/workdir/go/src/os/file_windows.goþ"".Remove�� ��ŒeH‹ %(���H‹‰����H;a†â��HƒìhH‹\$hH‰$è����1ÛH‰œ$€���H‰œ$ˆ���H‹\$pH‰$H‹\$xH‰\$è����H‹T$H‹L$H‹D$ H‰D$`H‰L$XHƒù�„0��H����H‰$è����H‹D$H‰D$0H‰$è����H‹D$0H-����H‰(HÇ@���H‰$Hƒ$è����H‹\$0H‹l$xH‰kH‹l$p€=�����…±���H‰kH‹\$0H‰$Hƒ$ è����H‹\$0H‹l$XH‰k H‹l$`€=�����ujH‰k(H‹\$0H‰\$0H‹����1íH9ètH‹\$0H‰œ$ˆ���H‰„$€���è����HƒÄhÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë²LC(L‰$H‰l$è����ë†LCL‰$H‰l$è����é<ÿÿÿH‰T$(H‰$è����H‹L$H‹D$H‰D$`H‰L$XHƒù�u1ÛH‰œ$€���H‰œ$ˆ���è����HƒÄhÃH‹\$(H‰$è����H‹T$XH‹D$H‹L$H‰L$PH‰D$HHƒø�u1ÛH‰œ$€���H‰œ$ˆ���è����HƒÄhÃH9Ð…[��H‰$H‰L$H‰T$H‹l$`H‰l$è����¶\$ €û�„0��H����H‰$è����H‹D$H‰D$0H‰$è����H‹D$0H-����H‰(HÇ@���H‰$Hƒ$è����H‹\$0H‹l$xH‰kH‹l$p€=�����…±���H‰kH‹\$0H‰$Hƒ$ è����H‹\$0H‹l$XH‰k H‹l$`€=�����ujH‰k(H‹\$0H‰\$0H‹����1íH9ètH‹\$0H‰œ$ˆ���H‰„$€���è����HƒÄhÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë²LC(L‰$H‰l$è����ë†LCL‰$H‰l$è����é<ÿÿÿH‹\$(H‰$è����‹L$H‹l$H‹T$H‰T$@H‰l$8Hƒý�tH‰l$XH‰T$`é•þÿÿ‰Ëƒãƒû�„‡þÿÿH‹\$HH‰\$XH‹\$PH‰\$`énþÿÿè����éúûÿÿT������P
��*runtime.racefuncenter���¤
��4syscall.UTF16PtrFromString���ø��"type."".PathError���Š
��"runtime.newobject���°
��"runtime.racewrite���È��$go.string."remove"���ú
��"runtime.racewrite���¬�6runtime.writeBarrierEnabled���è
��"runtime.racewrite���š�6runtime.writeBarrierEnabled���Ê��6go.itab.*"".PathError.error���Œ
��(runtime.racefuncexit���¤��$type.*"".PathError���º��type.error���Ò��6go.itab.*"".PathError.error���æ
�� runtime.typ2Itab���˜
��.runtime.writebarrierptr�����.runtime.writebarrierptr���æ
��$syscall.DeleteFile���È
��(runtime.racefuncexit���î
��.syscall.RemoveDirectory���Ú
��(runtime.racefuncexit���° 
��runtime.ifaceeq���Ú ��"type."".PathError���ì 
��"runtime.newobject���’

��"runtime.racewrite���ª
��$go.string."remove"���Ü

��"runtime.racewrite���Ž �6runtime.writeBarrierEnabled���Ê 
��"runtime.racewrite���ü �6runtime.writeBarrierEnabled���¬ ��6go.itab.*"".PathError.error���î 
��(runtime.racefuncexit���† ��$type.*"".PathError���œ ��type.error���´ ��6go.itab.*"".PathError.error���È 
�� runtime.typ2Itab���ú 
��.runtime.writebarrierptr���¢
��.runtime.writebarrierptr���È
��2syscall.GetFileAttributes���ú
��0runtime.morestack_noctxt���@��"".autotmp_0625��type.*uint8�"".autotmp_0624��$type.*"".PathError�"".autotmp_0622�o$type.*"".PathError�"".autotmp_0621��$type.*"".PathError�"".autotmp_0620��type.error�"".autotmp_0618��type.error�"".autotmp_0617��type.error�"".autotmp_0616��$type.*"".PathError�
"".e2�_type.error�
"".e1�?type.error�"".e�type.error�"".p�type.*uint16� "".~r1� type.error�"".name��type.string�DаÏНÏÐHÏЉÏÐÐ��xä>,Ì_
 " 4Ì78_! 
 7�N�']®--16+ ®-- m�Tgclocals·3b60dac5054c1621dc68b72c3c244498�Tgclocals·df8574d3b12088fad54774a518602570���HC:/workdir/go/src/os/file_windows.goþ"".rename��À��´eH‹ %(���H‹‰����H;a†ö��HƒìHH‹\$HH‰$è����1ÛH‰\$pH‰\$xH‹\$PH‰$H‹\$XH‰\$H‹\$`H‰\$H‹\$hH‰\$è����H‹L$ H‹D$(H‰D$@H‰L$8Hƒù�„x��H����H‰$è����H‹D$H‰D$0H‰$è����H‹D$0H-����H‰(HÇ@���H‰$Hƒ$è����H‹\$0H‹l$XH‰kH‹l$P€=�����…ù���H‰kH‹\$0H‰$Hƒ$ è����H‹\$0H‹l$hH‰k(H‹l$`€=�����…«���H‰k H‹\$0H‰$Hƒ$0è����H‹\$0H‹l$8H‰k0H‹l$@€=�����udH‰k8H‹\$0H‰\$0H‹����1íH9ètH‹\$0H‰\$xH‰D$pè����HƒÄHÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë¸LC8L‰$H‰l$è����ëŒLC L‰$H‰l$è����éBÿÿÿLCL‰$H‰l$è����éôþÿÿ1ÛH‰\$pH‰\$xè����HƒÄHÃè����éæýÿÿ0������P
��*runtime.racefuncenter�����>internal/syscall/windows.Rename���Š��"type."".LinkError���œ
��"runtime.newobject���Â
��"runtime.racewrite���Ú��$go.string."rename"���Œ
��"runtime.racewrite���¾�6runtime.writeBarrierEnabled���ú
��"runtime.racewrite���¬�6runtime.writeBarrierEnabled���è
��"runtime.racewrite���š�6runtime.writeBarrierEnabled���Ê��6go.itab.*"".LinkError.error���€
��(runtime.racefuncexit���˜��$type.*"".LinkError���®��type.error���Æ��6go.itab.*"".LinkError.error���Ú
�� runtime.typ2Itab���Œ
��.runtime.writebarrierptr���´
��.runtime.writebarrierptr���â
��.runtime.writebarrierptr���Ž
��(runtime.racefuncexit���¢
��0runtime.morestack_noctxt���`�� "".autotmp_0630�/$type.*"".LinkError�"".autotmp_0629��$type.*"".LinkError�"".e�type.error� "".~r2�@type.error�"".newname� type.string�"".oldname��type.string�(ê†� �.¢
 ;ýv �$�'fß---�Tgclocals·bcc2668d6432a551e8cba9fc9f0d9c50�Tgclocals·1aae5fa8418752c61d2745ed2243938a���HC:/workdir/go/src/os/file_windows.goþ"".Pipe��à ��Þ eH‹ %(���H‹‰����HD$ÐH;A†��Hì°���H‹œ$°���H‰$è����1Û1ÛH‰œ$È���H‰œ$Ð���1ÛH‰\$(H‰\$0H����H‰$è����H\$(Hƒû�„¨��HÇÂ���HÇÁ���H‰œ$˜���H‰$H‰”$ ���H‰T$H‰Œ$¨���H‰L$è����H‹L$H‹D$ H‰„$€���H‰L$xHƒù�„™��H����H‰$è����H����H‰\$XHÇD$`���H‹D$xH‹œ$€���H‰\$p1ÛH‰\$HH‰\$PH‰D$hHƒø�uT1ÀH‰ÁH‰L$HH‰D$PHDŽ$¸�������HDŽ$À�������H‰Œ$ˆ���H‰Œ$È���H‰„$���H‰„$Ð���è����HÄ°���ÃH����H‰$è����H‹D$H‰D$8H‰$è����H‹\$8H‹l$`H‰kH‹l$X€=�����…¡���H‰+H‹\$8H‰$Hƒ$è����H‹\$8H‹l$hH‰kH‹l$p€=�����u[H‰kH‹\$8H‰\$8H‹����1íH9ètH‹T$8H‰ÁH‰ÐéÿÿÿH����H‰$H����H‰\$H����H‰\$è����H‹D$ëÁLCL‰$H‰l$è����ë•H‰$H‰l$è����éOÿÿÿH‹\$(H‰$è����H‹\$0H‰$è����H����H‰$è����H‹\$(H‰$H����H‰\$HÇD$���è����H‹\$H‰\$@H‹\$0H‰$H����H‰\$HÇD$���è����H‹D$H‹\$@H‰œ$¸���H‰„$À���1ÛH‰œ$È���H‰œ$Ð���è����HÄ°���ÉéQýÿÿè����éÑüÿÿ@������f
��*runtime.racefuncenter���´�� syscall.ForkLock���Æ
��*sync.(*RWMutex).RLock���Ö
��syscall.Pipe���¦�� syscall.ForkLock���¸
��.sync.(*RWMutex).RUnlock���Æ�� go.string."pipe"���Ì
��(runtime.racefuncexit���ê��(type."".SyscallError���ü
��"runtime.newobject���¢
��"runtime.racewrite���Ô�6runtime.writeBarrierEnabled���Ž
��"runtime.racewrite���À�6runtime.writeBarrierEnabled���ð��<go.itab.*"".SyscallError.error���¬��*type.*"".SyscallError���Â��type.error���Ú��<go.itab.*"".SyscallError.error���î
�� runtime.typ2Itab���  
��.runtime.writebarrierptr���À 
��.runtime.writebarrierptr���æ 
��&syscall.CloseOnExec���‚

��&syscall.CloseOnExec���
�� syscall.ForkLock���¢

��.sync.(*RWMutex).RUnlock���Â
��go.string."|0"���è

��"".NewFile���œ ��go.string."|1"��� 
��"".NewFile���¤ 
��(runtime.racefuncexit���Ì 
��0runtime.morestack_noctxt���@à��"".autotmp_0641��type.error�"".autotmp_0639��type.error�"".autotmp_0638�ï*type.*"".SyscallError�"".autotmp_0636�ßtype.*"".File�"".autotmp_0635��*type.*"".SyscallError�"".autotmp_0634�Otype.error�"".autotmp_0633�/*type.[]syscall.Handle� "".~r2�Ïtype.error� "".err�type.error�"".syscall�¯type.string�"".e�otype.error�"".p�,type.[2]syscall.Handle� "".err� type.error�"".w�type.*"".File�"".r��type.*"".File�(&àËßà«ßà�°�L¶K Z…ÿ| �6�2©Š
6p)n1�Tgclocals·3d1cb16895db1ccef471f1d8cb6dc23f�Tgclocals·1bfd23d50cd403e97b8040c1693f7ae4���HC:/workdir/go/src/os/file_windows.goþ"".TempDir�� ��‚eH‹ %(���H‹‰����H;a†��Hì€���H‹œ$€���H‰$è����1ÛH‰œ$ˆ���H‰œ$���¸��H����H‰$‹ØH‰\$‹ØH‰\$è����H‹T$H‹L$ H‹D$(H‰D$H‰Ë‰$H‰T$8Hƒù�H‰L$@†��H‰T$è����H‹T$@‹D$‰Ó9Ãs뚃ø�vO‰Ã‰D$4ÿËH‹l$8H9Óƒß���Hl]�H‰,$è����‹l$4‰èÿÍH‹\$8L‹D$@L9Ń¯���HkH·fƒû\uÿÈH‹l$H‹ØH9뇈���L‹D$8L‰D$hL‰$H‰\$pH‰\$H‰l$xH‰l$è����H‹T$H‹L$ H‹D$(HÇ$����H‰T$PH‰T$H‰L$XH‰L$H‰D$`H‰D$è����H‹\$ H‰œ$ˆ���H‹\$(H‰œ$���è����HÄ€���Ãè���� è���� è���� è���� è����é?þÿÿ������\
��*runtime.racefuncenter���˜��type.[]uint16���Æ
��"runtime.makeslice���´
��&syscall.GetTempPath���¨
�� runtime.raceread���ì
��(unicode/utf16.Decode���à
��2runtime.slicerunetostring���ž
��(runtime.racefuncexit���¸
��$runtime.panicslice���Æ
��$runtime.panicindex���Ô
��$runtime.panicindex���â
��$runtime.panicindex���ð
��0runtime.morestack_noctxt��� €��"".autotmp_0649�_type.[]int32�"".autotmp_0648��type.[]uint16�"".autotmp_0647��type.uint32�"".autotmp_0646��type.int�"".autotmp_0643�/type.[]uint16�"".b�type.[]uint16�"".n�—type.uint32� "".~r0��type.string�!€ùÿ€5�Ð�FÚ!2,
R‹��-lœY 5�Tgclocals·21628ef15e17a47b249310bffa1e8bd0�Tgclocals·c4e1abee0245015e5b165c065ca4a9d1���HC:/workdir/go/src/os/file_windows.goþ"".Link��€��êeH‹ %(���H‹‰����H;a†Q��HƒìHH‹\$HH‰$è����1ÛH‰\$pH‰\$xH‹\$`H‰$H‹\$hH‰\$è����H‹T$H‹L$H‹D$ H‰T$(H‰D$@H‰L$8Hƒù�„x��H����H‰$è����H‹D$H‰D$0H‰$è����H‹D$0H-����H‰(HÇ@���H‰$Hƒ$è����H‹\$0H‹l$XH‰kH‹l$P€=�����…ù���H‰kH‹\$0H‰$Hƒ$ è����H‹\$0H‹l$hH‰k(H‹l$`€=�����…«���H‰k H‹\$0H‰$Hƒ$0è����H‹\$0H‹l$8H‰k0H‹l$@€=�����udH‰k8H‹\$0H‰\$0H‹����1íH9ètH‹\$0H‰\$xH‰D$pè����HƒÄHÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë¸LC8L‰$H‰l$è����ëŒLC L‰$H‰l$è����éBÿÿÿLCL‰$H‰l$è����éôþÿÿH‹\$PH‰$H‹\$XH‰\$è����H‹D$H‹T$H‹L$ H‰L$@H‰T$8Hƒú�„x��H����H‰$è����H‹D$H‰D$0H‰$è����H‹D$0H-����H‰(HÇ@���H‰$Hƒ$è����H‹\$0H‹l$XH‰kH‹l$P€=�����…ù���H‰kH‹\$0H‰$Hƒ$ è����H‹\$0H‹l$hH‰k(H‹l$`€=�����…«���H‰k H‹\$0H‰$Hƒ$0è����H‹\$0H‹l$8H‰k0H‹l$@€=�����udH‰k8H‹\$0H‰\$0H‹����1íH9ètH‹\$0H‰\$xH‰D$pè����HƒÄHÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë¸LC8L‰$H‰l$è����ëŒLC L‰$H‰l$è����éBÿÿÿLCL‰$H‰l$è����éôþÿÿH‹\$(H‰$H‰D$HÇD$����è����H‹L$H‹D$ H‰D$@H‰L$8Hƒù�„x��H����H‰$è����H‹D$H‰D$0H‰$è����H‹D$0H-����H‰(HÇ@���H‰$Hƒ$è����H‹\$0H‹l$XH‰kH‹l$P€=�����…ù���H‰kH‹\$0H‰$Hƒ$ è����H‹\$0H‹l$hH‰k(H‹l$`€=�����…«���H‰k H‹\$0H‰$Hƒ$0è����H‹\$0H‹l$8H‰k0H‹l$@€=�����udH‰k8H‹\$0H‰\$0H‹����1íH9ètH‹\$0H‰\$xH‰D$pè����HƒÄHÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë¸LC8L‰$H‰l$è����ëŒLC L‰$H‰l$è����éBÿÿÿLCL‰$H‰l$è����éôþÿÿ1ÛH‰\$pH‰\$xè����HƒÄHÃè����é‹úÿÿ€������P
��*runtime.racefuncenter���˜
��4syscall.UTF16PtrFromString���ö��"type."".LinkError���ˆ
��"runtime.newobject���®
��"runtime.racewrite���Æ�� go.string."link"���ø
��"runtime.racewrite���ª�6runtime.writeBarrierEnabled���æ
��"runtime.racewrite���˜�6runtime.writeBarrierEnabled���Ô
��"runtime.racewrite���†�6runtime.writeBarrierEnabled���¶��6go.itab.*"".LinkError.error���ì
��(runtime.racefuncexit���„��$type.*"".LinkError���š��type.error���²��6go.itab.*"".LinkError.error���Æ
�� runtime.typ2Itab���ø
��.runtime.writebarrierptr��� 
��.runtime.writebarrierptr���Î
��.runtime.writebarrierptr���ˆ
��4syscall.UTF16PtrFromString���Ü��"type."".LinkError���î
��"runtime.newobject���” 
��"runtime.racewrite���¬ �� go.string."link"���Þ 
��"runtime.racewrite���
�6runtime.writeBarrierEnabled���Ì

��"runtime.racewrite���þ
�6runtime.writeBarrierEnabled���º 
��"runtime.racewrite���ì �6runtime.writeBarrierEnabled���œ ��6go.itab.*"".LinkError.error���Ò 
��(runtime.racefuncexit���ê ��$type.*"".LinkError���€ ��type.error���˜ ��6go.itab.*"".LinkError.error���¬ 
�� runtime.typ2Itab���Þ 
��.runtime.writebarrierptr���†
��.runtime.writebarrierptr���´
��.runtime.writebarrierptr���ö
��,syscall.CreateHardLink���À��"type."".LinkError���Ò
��"runtime.newobject���ø
��"runtime.racewrite����� go.string."link"���Â
��"runtime.racewrite���ô�6runtime.writeBarrierEnabled���°
��"runtime.racewrite���â�6runtime.writeBarrierEnabled���ž
��"runtime.racewrite���Ð�6runtime.writeBarrierEnabled���€��6go.itab.*"".LinkError.error���¶
��(runtime.racefuncexit���Î��$type.*"".LinkError���ä��type.error���ü��6go.itab.*"".LinkError.error���
�� runtime.typ2Itab���Â
��.runtime.writebarrierptr���ê
��.runtime.writebarrierptr���˜
��.runtime.writebarrierptr���Ä
��(runtime.racefuncexit���Ø
��0runtime.morestack_noctxt���`�� "".autotmp_0663��type.*uint8�"".autotmp_0662��$type.*"".LinkError�"".autotmp_0661��type.*uint8�"".autotmp_0660��$type.*"".LinkError�"".autotmp_0658�/$type.*"".LinkError�"".autotmp_0657��$type.*"".LinkError�"".autotmp_0656��type.error�"".autotmp_0655��$type.*"".LinkError�"".autotmp_0654��type.error�"".autotmp_0653��type.*uint16�"".autotmp_0652��$type.*"".LinkError� "".err�type.error�"".n�?type.*uint16� "".~r2�@type.error�"".newname� type.string�"".oldname��type.string�Dà²±†�€ �Zü 1ýv,ý  v+ýv�X�'\ß--43ß--8.ß---�Tgclocals·ac1fa8f690f47a9188972cafb530e572�Tgclocals·134d4b6f30fdf6e873f3d414f5c00c4e���HC:/workdir/go/src/os/file_windows.goþ"".Symlink��à%��Ü%eH‹ %(���H‹‰����HD$ÈH;A†E ��Hì¸���H‹œ$¸���H‰$è����1ÛH‰œ$à���H‰œ$è���è����H‹$H‹\$Hƒø�„ò��HÇD$P‚�� H����H‰$è����H‹D$H‰D$`H‰$è����H‹D$`H-����H‰(HÇ@���H‰$Hƒ$è����H‹\$`H‹¬$È���H‰kH‹¬$À���€=�����…d��H‰kH‹\$`H‰$Hƒ$ è����H‹\$`H‹¬$Ø���H‰k(H‹¬$Ð���€=�����…��H‰k H‹\$`H‰$Hƒ$0è����H����H‰$H����H‰\$H����H‰\$H\$PH‰\$HÇD$ ����è����H‹L$(H‹D$0H‹\$`Hƒû�„ž���H‰Œ$˜���H‰K0H‰„$ ���€=�����umH‰C8H‹\$`H‰\$`H‹����1íH9èt"H‹\$`H‰œ$è���H‰„$à���è����HÄ¸���ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë¯LC8L‰$H‰D$è����냉é[ÿÿÿLC L‰$H‰l$è����éÝþÿÿLCL‰$H‰l$è����é‰þÿÿH‹œ$À���H‰$H‹œ$È���H‰\$è����H‹L$H‹D$H‰Œ$ˆ���H‰„$���H‰Œ$À���H‰ $H‰„$È���H‰D$è����¶\$€û�…¨��H‹œ$Ð���H‰$H‹œ$Ø���H‰\$è����H‹L$H‹D$HÇ$����H‰Œ$¨���H‰L$H‰„$°���H‰D$H����H‰\$HÇD$ ���H‹œ$À���H‰\$(H‹œ$È���H‰\$0è����H‹\$8H‰œ$ˆ���H‹\$@H‰œ$���H‹œ$ˆ���H‰$H‹œ$���H‰\$è����H‹t$H‹L$H‹l$ H‹T$(H‰t$hH‰L$pH‰”$€���H‰l$xHƒý�…³��H‰ $H‹^ ÿÓ¶\$ˆ\$OH‹œ$Ð���H‰$H‹œ$Ø���H‰\$è����H‹D$H‹T$H‹L$ H‰D$XH‰Œ$€���H‰T$xHƒú�„��H����H‰$è����H‹D$H‰D$`H‰$è����H‹D$`H-����H‰(HÇ@���H‰$Hƒ$è����H‹\$`H‹¬$È���H‰kH‹¬$À���€=�����… ��H‰kH‹\$`H‰$Hƒ$ è����H‹\$`H‹¬$Ø���H‰k(H‹¬$Ð���€=�����…·���H‰k H‹\$`H‰$Hƒ$0è����H‹\$`H‹l$xH‰k0H‹¬$€���€=�����umH‰k8H‹\$`H‰\$`H‹����1íH9èt"H‹\$`H‰œ$è���H‰„$à���è����HÄ¸���ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë¯LC8L‰$H‰l$è����ëƒLC L‰$H‰l$è����é6ÿÿÿLCL‰$H‰l$è����éâþÿÿH‹œ$À���H‰$H‹œ$È���H‰\$è����H‹L$H‹l$H‹T$ H‰”$€���H‰l$xHƒý�„��H����H‰$è����H‹D$H‰D$`H‰$è����H‹D$`H-����H‰(HÇ@���H‰$Hƒ$è����H‹\$`H‹¬$È���H‰kH‹¬$À���€=�����… ��H‰kH‹\$`H‰$Hƒ$ è����H‹\$`H‹¬$Ø���H‰k(H‹¬$Ð���€=�����…·���H‰k H‹\$`H‰$Hƒ$0è����H‹\$`H‹l$xH‰k0H‹¬$€���€=�����umH‰k8H‹\$`H‰\$`H‹����1íH9èt"H‹\$`H‰œ$è���H‰„$à���è����HÄ¸���ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë¯LC8L‰$H‰l$è����ëƒLC L‰$H‰l$è����é6ÿÿÿLCL‰$H‰l$è����éâþÿÿ1À€|$O�tƒÈH‹\$XH‰$H‰L$‰D$è����H‹L$H‹D$ H‰„$€���H‰L$xHƒù�„��H����H‰$è����H‹D$H‰D$`H‰$è����H‹D$`H-����H‰(HÇ@���H‰$Hƒ$è����H‹\$`H‹¬$È���H‰kH‹¬$À���€=�����… ��H‰kH‹\$`H‰$Hƒ$ è����H‹\$`H‹¬$Ø���H‰k(H‹¬$Ð���€=�����…·���H‰k H‹\$`H‰$Hƒ$0è����H‹\$`H‹l$xH‰k0H‹¬$€���€=�����umH‰k8H‹\$`H‰\$`H‹����1íH9èt"H‹\$`H‰œ$è���H‰„$à���è����HÄ¸���ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë¯LC8L‰$H‰l$è����ëƒLC L‰$H‰l$è����é6ÿÿÿLCL‰$H‰l$è����éâþÿÿ1ÛH‰œ$à���H‰œ$è���è����HÄ¸���ÃÆD$O�éVúÿÿéëùÿÿè����é’öÿÿ¾������f
��*runtime.racefuncenter���”
��<syscall.LoadCreateSymbolicLink���Ú��"type."".LinkError���ì
��"runtime.newobject���’
��"runtime.racewrite���ª��&go.string."symlink"���Ü
��"runtime.racewrite���š�6runtime.writeBarrierEnabled���Ö
��"runtime.racewrite���”�6runtime.writeBarrierEnabled���Ð
��"runtime.racewrite���Þ��$type.syscall.Errno���ô��type.error���Œ��6go.itab.syscall.Errno.error���Æ
��runtime.convT2I���¬�6runtime.writeBarrierEnabled���Ü��6go.itab.*"".LinkError.error���ž
��(runtime.racefuncexit���¼��$type.*"".LinkError���Ò��type.error���ê��6go.itab.*"".LinkError.error���þ
�� runtime.typ2Itab���°
��.runtime.writebarrierptr���æ
��.runtime.writebarrierptr���” 
��.runtime.writebarrierptr���Ú 
��"".fromSlash���Ê

��"".isAbs���¢ 
��"".dirname���ˆ ��go.string."\\"���â 
��*runtime.concatstring3���Ò 
��"".Lstat���Ô�������ž
��4syscall.UTF16PtrFromString���‚��"type."".LinkError���”
��"runtime.newobject���º
��"runtime.racewrite���Ò��&go.string."symlink"���„
��"runtime.racewrite���Â�6runtime.writeBarrierEnabled���þ
��"runtime.racewrite���¼�6runtime.writeBarrierEnabled���ø
��"runtime.racewrite���°�6runtime.writeBarrierEnabled���à��6go.itab.*"".LinkError.error���¢
��(runtime.racefuncexit���À��$type.*"".LinkError���Ö��type.error���î��6go.itab.*"".LinkError.error���‚
�� runtime.typ2Itab���´
��.runtime.writebarrierptr���Ü
��.runtime.writebarrierptr���Š
��.runtime.writebarrierptr���Ð
��4syscall.UTF16PtrFromString���ª��"type."".LinkError���¼
��"runtime.newobject���â
��"runtime.racewrite���ú��&go.string."symlink"���¬
��"runtime.racewrite���ê�6runtime.writeBarrierEnabled���¦
��"runtime.racewrite���ä�6runtime.writeBarrierEnabled��� 
��"runtime.racewrite���Ø�6runtime.writeBarrierEnabled���ˆ��6go.itab.*"".LinkError.error���Ê
��(runtime.racefuncexit���è��$type.*"".LinkError���þ��type.error���–��6go.itab.*"".LinkError.error���ª
�� runtime.typ2Itab���Ü
��.runtime.writebarrierptr���„
��.runtime.writebarrierptr���²
��.runtime.writebarrierptr���‚
��4syscall.CreateSymbolicLink���Ò��"type."".LinkError���ä
��"runtime.newobject���Š
��"runtime.racewrite���¢��&go.string."symlink"���Ô
��"runtime.racewrite���’ �6runtime.writeBarrierEnabled���Î 
��"runtime.racewrite���Œ!�6runtime.writeBarrierEnabled���È!
��"runtime.racewrite���€"�6runtime.writeBarrierEnabled���°"��6go.itab.*"".LinkError.error���ò"
��(runtime.racefuncexit���#��$type.*"".LinkError���¦#��type.error���¾#��6go.itab.*"".LinkError.error���Ò#
�� runtime.typ2Itab���„$
��.runtime.writebarrierptr���¬$
��.runtime.writebarrierptr���Ú$
��.runtime.writebarrierptr���’%
��(runtime.racefuncexit���Ê%
��0runtime.morestack_noctxt���`ð��8"".autotmp_0692��type.*uint8�"".autotmp_0691��$type.*"".LinkError�"".autotmp_0690��type.*uint8�"".autotmp_0689��$type.*"".LinkError�"".autotmp_0688��type.*uint8�"".autotmp_0687��$type.*"".LinkError�"".autotmp_0685�¯$type.*"".LinkError�"".autotmp_0684��$type.*"".LinkError�"".autotmp_0683��type.error�"".autotmp_0681��$type.*"".LinkError�"".autotmp_0680��type.error�"".autotmp_0679��type.*uint16�"".autotmp_0678��$type.*"".LinkError�"".autotmp_0677��type.error�"".autotmp_0675��type.bool�"".autotmp_0674��type.error�"".autotmp_0672��type.string�"".autotmp_0670�type.string�"".autotmp_0669��$type.*"".LinkError�"".autotmp_0668�Ï$type.syscall.Errno�"".n�¿type.*uint16�"".isdir�Ñtype.bool� "".err�type.error�
"".fi�Ÿ type."".FileInfo�"".destpath�_type.string� "".~r2�@type.error�"".newname� type.string�"".oldname��type.string�R&ð´ïðÁïðÓïðÓïðïð�ð�œ &FEí@?€(,˜D":’y5’y)’y%
 �t�2VÆ0n8,¹ô0-:6ô0-? 1ô0-3(�Tgclocals·d8dfe1d47b245beae4b653d398d257cd�Tgclocals·ed8cacd2e914502c80919e98a08fa72a���HC:/workdir/go/src/os/file_windows.goþ"".fromSlash��À ��¼ eH‹ %(���H‹‰����HD$àH;A†5��Hì ���H‹œ$ ���H‰$è����1ÛH‰œ$¸���H‰œ$À���1ÛH‰\$pH‰\$xH‰œ$€���HÇD$0����H‹œ$¨���H‰\$`H‹œ$°���H‰\$h1ÀH‰D$HH‹\$`H‰$H‹\$hH‰\$H‰D$è����H‹|$xH‹´$€���L‹\$0L‹”$°���H‹T$pH‹D$‹L$ H‰D$@Hƒø�„`��H‹\$HH‰\$8ƒù/u˜Hƒú�u6H����H‰$L‰T$L‰T$è����L‹\$0L‹”$°���H‹T$H‹|$ H‹t$(H‰ýH‰|$xI‰ðH‰´$€���I9û‡ò���L)ÝM)ØI‰ÑH‰T$pIƒø�tO H‰îH‹l$8L‰ÂL‰ÏL9Õ‡¼���I9뇳���L‹„$¨���L)ÝHƒý�tOH‰¼$ˆ���H‰<$H‰´$���H‰t$H‰”$˜���H‰T$L‰D$PL‰D$H‰l$XH‰l$ è����H‹\$pH‹l$8L‹D$xL9ÅsDH+H‰$è����H‹L$8H‹D$@H‹\$pL‹D$xL9ÁsH Æ\H‰ËHÿÃH‰\$0écþÿÿè���� è���� è���� è���� Hƒú�u%H‹œ$¨���H‰œ$¸���L‰”$À���è����HÄ ���ÃH‰ýI‰ðI9û‡Ø���L)ÝM)ØI‰ÑIƒø�tO H‰éL‰ÀL‰ÊL‰ÕM9Ó‡©���L‹„$¨���L)ÝHƒý�tOH‰”$ˆ���H‰$H‰Œ$���H‰L$H‰„$˜���H‰D$L‰D$`L‰D$H‰l$hH‰l$ è����HÇ$����H‹\$pH‰\$H‹\$xH‰\$H‹œ$€���H‰\$è����H‹\$ H‰œ$¸���H‹\$(H‰œ$À���è����HÄ ���Ãè���� è���� è����é¢üÿÿ$������f
��*runtime.racefuncenter�����&runtime.stringiter2���æ��type.[]uint8���Œ
��"runtime.makeslice���”
��.runtime.slicestringcopy���Ö
��"runtime.racewrite�����$runtime.panicindex���Î
��$runtime.panicindex���Ü
��$runtime.panicslice���ê
��$runtime.panicslice���´ 
��(runtime.racefuncexit���Ú 
��.runtime.slicestringcopy���¶ 
��2runtime.slicebytetostring���ô 
��(runtime.racefuncexit���Ž 
��$runtime.panicslice���œ 
��$runtime.panicslice���ª 
��0runtime.morestack_noctxt���@À��"".autotmp_0706�¿type.int�"".autotmp_0705�¯type.int�"".autotmp_0704��type.string�"".autotmp_0703��type.[]uint8�"".autotmp_0702�Ÿtype.string�"".autotmp_0701��type.[]uint8�"".autotmp_0700�/type.[]uint8�"".autotmp_0699��type.int�"".autotmp_0698�type.string�"".i�Ïtype.int�"".lastSlash�ßtype.int�"".pathbuf�_type.[]uint8� "".~r1� type.string�"".path��type.string�(&À¿¿Àß¿À�à�dì&&% 6¨A  
‹U# �2�2mfÄV:“. �Tgclocals·b10cb99f14f8d009e34bf25a025b81c6�Tgclocals·5566648f5d157c793e277936b38b654c���HC:/workdir/go/src/os/file_windows.goþ"".dirname��à��ØeH‹ %(���H‹‰����H;a†ˆ��HƒìXH‹\$XH‰$è����1ÛH‰\$pH‰\$xH‹\$`H‰$H‹\$hH‰\$è����H‹|$`H‹D$hL‹L$H‹T$H‰ÆHÿÈH9Ð|.H9ðƒ#��H¶+@€ý\„��@€ý/”Á€ù�uHÿÈH9Ð}ÒH‰ÅHÿÅH9õ‡Ü���H9ê‡Ó���H)ÕI‰øHƒý�tMH‰èL‰ÇH‰éHÿÉHƒù�~0H9Áƒ¡���H¶+@€ý\„„���@€ý/@”Å@€ý�tH9ÁwjH‰ÈHƒø�uH=����HÇÀ���HÇ$����L‰L$8L‰L$H‰T$@H‰T$H‰|$HH‰|$H‰D$PH‰D$ è����H‹\$(H‰\$pH‹\$0H‰\$xè����HƒÄXÃè���� HÇÅ���éxÿÿÿè���� è���� HÇÁ���éõþÿÿè���� è����éTþÿÿ������P
��*runtime.racefuncenter���˜
��"".volumeName��� ��go.string."."���˜
��*runtime.concatstring2���Ê
��(runtime.racefuncexit���Þ
��$runtime.panicslice���„
��$runtime.panicindex���’
��$runtime.panicslice���¸
��$runtime.panicindex���Æ
��0runtime.morestack_noctxt���@°��"".autotmp_0716��type.bool�"".autotmp_0714��type.int�"".autotmp_0713��type.int�"".autotmp_0712��type.int�"".autotmp_0710��type.int� "".dir�type.string� "".vol�?type.string� "".~r1� type.string�"".path��type.string�°Ï¯°B�°�T˜  ,+..S ��'½
B�Tgclocals·342b6176fad1bf8fb686f6c9600f7161�Tgclocals·64ca935d1a2110a30e2d604686188539���HC:/workdir/go/src/os/file_windows.goþ"".Getwd��à��ÐeH‹ %(���H‹‰����H;a†„���HƒìhH‹\$hH‰$è����1Û1Û1ÛH‰œ$€���H‰œ$ˆ���1ÛH‰\$pH‰\$xè����H‹,$H‹T$H‹L$H‹D$H‰l$HH‰l$pH‰T$PH‰T$xH‰L$XH‰Œ$€���H‰D$`H‰„$ˆ���è����HƒÄhÃè����éXÿÿÿ
������P
��*runtime.racefuncenter���ž
��syscall.Getwd���ª
��(runtime.racefuncexit���¾
��0runtime.morestack_noctxt���@Ð��"".autotmp_0728�?type.string�"".autotmp_0726�type.error�"".autotmp_0720��type.error�"".autotmp_0719��type.string�"".autotmp_0718��type.error�"".autotmp_0717��type.string� "".err� type.error� "".dir��type.string�ÐÏÐ�°�&6À¿"F¼»��'m�Tgclocals·7dcda74bbbfcce23f95d41fe9bef9631�Tgclocals·64ca935d1a2110a30e2d604686188539���:C:/workdir/go/src/os/getwd.goþ"".MkdirAll��à��ÜeH‹ %(���H‹‰����HD$ØH;A†…��Hì¨���H‹œ$¨���H‰$è����1ÛH‰œ$È���H‰œ$Ð���H‹œ$°���H‰$H‹œ$¸���H‰\$è����H‹´$°���H‹”$¸���H‹|$H‹l$H‹L$ H‹D$(H‰|$hH‰l$pH‰D$`H‰L$XHƒù�…Ñ��H‰,$H‹_ ÿÓ¶\$€û�t1ÛH‰œ$È���H‰œ$Ð���è����HÄ¨���ÃHÇD$8���H����H‰$è����H‹D$H‰D$@H‰$è����H‹D$@H-����H‰(HÇ@���H‰$Hƒ$è����H‹\$@H‹¬$¸���H‰kH‹¬$°���€=�����…��H‰kH‹\$@H‰$Hƒ$ è����H����H‰$H����H‰\$H����H‰\$H\$8H‰\$HÇD$ ����è����H‹L$(H‹D$0H‹\$@Hƒû�„ž���H‰Œ$˜���H‰K H‰„$ ���€=�����umH‰C(H‹\$@H‰\$@H‹����1íH9èt"H‹\$@H‰œ$Ð���H‰„$È���è����HÄ¨���ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë¯LC(L‰$H‰D$è����냉é[ÿÿÿLCL‰$H‰l$è����éÝþÿÿH‰ÐHƒø�~5H‰ÁHÿÉH9у ��H¶+@€ý\„î��@€ý/”Á€ù�t HÿÈHƒø�ËHƒø�~5H‰ÁHÿÉH9у½��H¶+@€ý\„ ��@€ý/”Á€ù�u HÿÈHƒø�ËHƒø~H‰ÃHÿËH9Ó‡o��H‰´$ˆ���H‰4$H‰œ$���H‰\$‹œ$À���‰\$è����H‹´$°���H‹”$¸���H‹D$H‹L$ H‰L$`H‰D$XHƒø�tH‰„$È���H‰Œ$Ð���è����HÄ¨���ÃH‰4$H‰T$‹œ$À���‰\$è����H‹L$H‹D$ H‰D$`H‰L$XHƒù�„©���H‹œ$°���H‰$H‹œ$¸���H‰\$è����H‹l$H‹T$H‹L$ H‹D$(H‰l$xH‰”$€���H‰D$PH‰L$HHƒù�u3H‰$H‹] ÿÓ¶\$€û�t1ÛH‰œ$È���H‰œ$Ð���è����HÄ¨���ÃH‹\$XH‰œ$È���H‹\$`H‰œ$Ð���è����HÄ¨���Ã1ÛH‰œ$È���H‰œ$Ð���è����HÄ¨���Ãè���� HÇÁ���é[þÿÿè���� HÇÁ���é þÿÿè���� è����éRûÿÿJ������f
��*runtime.racefuncenter���Æ
��"".Stat���â������� 
��(runtime.racefuncexit���Ð��"type."".PathError���â
��"runtime.newobject���ˆ
��"runtime.racewrite��� ��"go.string."mkdir"���Ò
��"runtime.racewrite����6runtime.writeBarrierEnabled���Ì
��"runtime.racewrite���Ú��$type.syscall.Errno���ð��type.error���ˆ��6go.itab.syscall.Errno.error���Â
��runtime.convT2I���¨�6runtime.writeBarrierEnabled���Ø��6go.itab.*"".PathError.error���š
��(runtime.racefuncexit���¸��$type.*"".PathError���Î��type.error���æ��6go.itab.*"".PathError.error���ú
�� runtime.typ2Itab���¬ 
��.runtime.writebarrierptr���â 
��.runtime.writebarrierptr���Ú 
��"".MkdirAll���Ø 
��(runtime.racefuncexit���š
��"".Mkdir���’
��"".Lstat���Œ�������Ê
��(runtime.racefuncexit���˜
��(runtime.racefuncexit���Ö
��(runtime.racefuncexit���ð
��$runtime.panicslice���–
��$runtime.panicindex���¼
��$runtime.panicindex���Ê
��0runtime.morestack_noctxt���PÐ��0"".autotmp_0781��type.bool�"".autotmp_0780��type.int�"".autotmp_0779��type.bool�"".autotmp_0778��type.int�"".autotmp_0776�Ï$type.*"".PathError�"".autotmp_0775��type.bool�"".autotmp_0774��type.error�"".autotmp_0773�� type."".FileInfo�"".autotmp_0772��type.error�"".autotmp_0771��type.error�"".autotmp_0770�?type.string�"".autotmp_0769��type.int�"".autotmp_0768��type.int�"".autotmp_0767��type.int�"".autotmp_0765��$type.*"".PathError�"".autotmp_0764�ß$type.syscall.Errno�"".autotmp_0762�type.error�"".err1�¿type.error� "".dir�_ type."".FileInfo� "".err�Ÿtype.error� "".dir� type."".FileInfo� "".~r2�0type.error�"".perm�  type."".FileMode�"".path��type.string�\&еÏмÏÐÞÏиÏÐ&ÏÐÏÐ9�° �¤(&POQFE°BAi2
2W 
(D!   �<�2!‰0ð?!<\S9�Tgclocals·55cabeff85b92397b87f04c127ff8c50�Tgclocals·aefe9989017b02000534fe20dcf223ac���8C:/workdir/go/src/os/path.goþ"".RemoveAll��à��ÌeH‹ %(���H‹‰����H„$PÿÿÿH;A†z��Hì0��H‹œ$0��H‰$è����1ÛH‰œ$H��H‰œ$P��H‹œ$8��H‰$H‹œ$@��H‰\$è����H‹D$H‹L$H‰Œ$Ø���H‰„$Ð���Hƒø�„ï��H‰$H‰L$è����¶\$€û�…Ó��H‹œ$8��H‰$H‹œ$@��H‰\$è����H‹|$H‹t$H‹l$ H‹T$(H‰¼$à���H‰´$è���H‰”$ˆ���H‰¬$€���Hƒý�„G��HÇD$x����H����H‰$H‰l$H‰T$H\$xH‰\$è����¶\$ H‹L$x€û�„Ì���H‰L$`H‰ $Hƒ$ è����H‹t$`Hƒþ�„Þ���H^ H‹ H‰ $H‹KH‰L$è����¶\$€û�uhH‹\$`H‰$Hƒ$ è����H����H‰$H‹t$`Hƒþ�„‡���H^ H|$H‹ H‰H‹KH‰OH\$XH‰\$è����¶\$ €û�t*H‹\$XHƒûu1ÛH‰œ$H��H‰œ$P��è����HÄ0��ÃH‹œ$€���H‰œ$H��H‹œ$ˆ���H‰œ$P��è����HÄ0��Éérÿÿÿ‰éÿÿÿH‰4$H‹_ ÿÓ¶\$€û�u-H‹œ$Ð���H‰œ$H��H‹œ$Ø���H‰œ$P��è����HÄ0��ÃH‹œ$8��H‰$H‹œ$@��H‰\$è����H‹D$H‹T$H‹L$ H‰D$hHƒú�ttH‰”$Ð���H‰$H‰Œ$Ø���H‰L$è����¶\$€û�t1ÛH‰œ$H��H‰œ$P��è����HÄ0��ÃH‹œ$Ð���H‰œ$H��H‹œ$Ø���H‰œ$P��è����HÄ0��Ã1ÛH‰œ$Ð���H‰œ$Ø���H‹\$hH‰$HÇD$d���è����H‹T$H‹L$H‹D$ H‹t$(H‹l$0H‰´$°���H‰¬$¸���H‰”$���H‰ÕH‰Œ$��H‰ÊH‰„$��H‰„$(��1ÉH‰”$ ��H‰T$HH‰¬$��H‰èH‰L$PH‹l$HH9é���H‰D$pH‰$è����H‹\$pHƒû�„z��H‹ H‹kH‰Œ$ð���H‰¬$ø���HÇ$����H‹œ$8��H‰\$H‹œ$@��H‰\$H����H‰\$HÇD$ ���H‰Œ$���H‰L$(H‰¬$˜���H‰l$0è����H\$8H‹ H‰ $H‹KH‰L$è����H‹L$H‹D$H‰Œ$ ���H‰„$¨���H‹œ$Ð���Hƒû�uH‰Œ$Ð���H‰„$Ø���H‹D$pH‹L$PHƒÀHÿÁH‰L$PH‹l$HH9éŒ�ÿÿÿH����H‰$è����H‹œ$°���H‹-����H9ë…*��H����H‰$è����H‹¬$°���H‰,$H‹¬$¸���H‰l$H‹-����H‰l$H‹-����H‰l$è����¶\$ €û�„Ö���H‹\$hH‰$è����H‹œ$8��H‰$H‹œ$@��H‰\$è����H‹D$H‹L$H‰Œ$È���H‰„$À���Hƒø�tkH‰$H‰L$è����H‹Œ$Ð���¶\$€û�uKHƒù�uH‹Œ$À���H‹œ$È���H‰œ$Ø���H‰Œ$Ð���H‰Œ$H��H‹œ$Ø���H‰œ$P��è����HÄ0��Ã1ÛH‰œ$H��H‰œ$P��è����HÄ0��ÃH‹œ$Ð���Hƒû�u H‹œ$°���H‰œ$Ð���H‹œ$¸���H‰œ$Ø���H‹œ$��Hƒû�„êþÿÿéÖüÿÿ‰éýÿÿ1ÛH‰œ$H��H‰œ$P��è����HÄ0��Ãè����éZùÿÿP������l
��*runtime.racefuncenter���Ì
��"".Remove���°
��"".IsNotExist���ˆ
��"".Lstat���¤��$type.*"".PathError���Þ
��$runtime.assertI2T2���ª
�� runtime.raceread���ú
��"".IsNotExist���´
�� runtime.raceread���Â��$type.syscall.Errno���´
��$runtime.assertI2T2���Œ
��(runtime.racefuncexit���æ
��(runtime.racefuncexit���ª �������„

��(runtime.racefuncexit���Ð

��"".Open���À 
��"".IsNotExist���‚ 
��(runtime.racefuncexit���Ü 
��(runtime.racefuncexit���¾ 
��."".(*File).Readdirnames���Ò
�� runtime.raceread���ð��go.string."\\"���Ê
��*runtime.concatstring3���þ
��"".RemoveAll���Ä�� io.EOF���Ö
�� runtime.raceread���ô�� io.EOF���”�� io.EOF���¦
�� runtime.raceread���æ�� io.EOF���þ� io.EOF���’
��runtime.ifaceeq���Ê
�� "".(*File).Close���†
��"".Remove���â
��"".IsNotExist���Œ
��(runtime.racefuncexit���Ê
��(runtime.racefuncexit��� 
��(runtime.racefuncexit���º
��0runtime.morestack_noctxt���@à��<"".autotmp_0806�type.string�"".autotmp_0805�ÿtype.*string�"".autotmp_0804�Ïtype.int�"".autotmp_0803�¿type.int�"".autotmp_0801�¯$type.syscall.Errno�"".autotmp_0800��type.bool�"".autotmp_0799��type.error�"".autotmp_0798��type.int�"".autotmp_0797��type.error�"".autotmp_0796��type.[]string�"".autotmp_0795��type.error�"".autotmp_0794�/type.[]string�"".autotmp_0793��type.bool�"".autotmp_0792��type.error�"".autotmp_0790��type.bool�"".autotmp_0789��type.bool�"".autotmp_0788�ï$type.*"".PathError�"".autotmp_0787��type.error�"".err1�ßtype.error�"".err1�Ÿtype.error�"".name�¿type.string�"".err1�ÿtype.error�"".names�_type.[]string�
"".fd�type.*"".File�"".serr�Ÿ$type.*"".PathError�"".serr�ßtype.error� "".dir�Ÿ type."".FileInfo� "".err�¿type.error� "".~r1� type.error�"".path��type.string�p)àèßà,ßàNßà~ßà,ßà×ßàßàjßà�° �ä†)€0.
Jíji fe
 ^]2(LK HG@‡Š$ |0.- 
  =xw�T�5b—&…,P,& 8!^Š‚z LU«�Tgclocals·ddad7b3e4ace0bdb1cc6e56355f3a7a6�Tgclocals·16881fc4256e6cf21131a8ee443ac2e9���8C:/workdir/go/src/os/path.goþ$"".IsPathSeparator�� �� eH‹ %(���H‹‰����H;av3HƒìH‹\$H‰$è����¶D$<\t</”D$è����HƒÄÃÆD$ëïè����ë°������H
��*runtime.racefuncenter���r
��(runtime.racefuncexit���”
��0runtime.morestack_noctxt��� �� "".~r1�type.bool�"".c��type.uint8�'� 
�.) *)
*-�
�#-�Tgclocals·23e8278e2b69a3a75fa59b23c49ed6ad�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���HC:/workdir/go/src/os/path_windows.go8C:/workdir/go/src/os/path.goþ"".init.2��€��reH‹ %(���H‹‰����H;avHƒìH‹\$H‰$è����è����HƒÄÃè����ëÇ������H
��*runtime.racefuncenter���R
��(runtime.racefuncexit���f
��0runtime.morestack_noctxt����0���0/0�@�$
�
�#�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���8C:/workdir/go/src/os/proc.goþ"".Getuid�� ��ŠeH‹ %(���H‹‰����H;av(HƒìH‹\$H‰$è����HÇÀÿÿÿÿH‰D$è����HƒÄÃè����ë»������H
��*runtime.racefuncenter���j
��(runtime.racefuncexit���~
��0runtime.morestack_noctxt����� "".~r0��type.int�#�P�:P�
�#-�Tgclocals·5184031d3a32a42d85027f073f873668�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���8C:/workdir/go/src/os/proc.goþ"".Geteuid�� ��ŠeH‹ %(���H‹‰����H;av(HƒìH‹\$H‰$è����HÇÀÿÿÿÿH‰D$è����HƒÄÃè����ë»������H
��*runtime.racefuncenter���j
��(runtime.racefuncexit���~
��0runtime.morestack_noctxt����� "".~r0��type.int�#�P�@P�
�#-�Tgclocals·5184031d3a32a42d85027f073f873668�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���8C:/workdir/go/src/os/proc.goþ"".Getgid�� ��ŠeH‹ %(���H‹‰����H;av(HƒìH‹\$H‰$è����HÇÀÿÿÿÿH‰D$è����HƒÄÃè����ë»������H
��*runtime.racefuncenter���j
��(runtime.racefuncexit���~
��0runtime.morestack_noctxt����� "".~r0��type.int�#�P�FP�
�#-�Tgclocals·5184031d3a32a42d85027f073f873668�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���8C:/workdir/go/src/os/proc.goþ"".Getegid�� ��ŠeH‹ %(���H‹‰����H;av(HƒìH‹\$H‰$è����HÇÀÿÿÿÿH‰D$è����HƒÄÃè����ë»������H
��*runtime.racefuncenter���j
��(runtime.racefuncexit���~
��0runtime.morestack_noctxt����� "".~r0��type.int�#�P�LP�
�#-�Tgclocals·5184031d3a32a42d85027f073f873668�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���8C:/workdir/go/src/os/proc.goþ"".Getgroups��à ��à eH‹ %(���H‹‰����HD$H;A†Ç��Hìð���H‹œ$ð���H‰$è����1ÛH‰œ$ø���H‰œ$���H‰œ$��1ÛH‰œ$��H‰œ$��1ÛH‰œ$¨���H‰œ$°���H‰œ$¸���1ÛH‰\$hH‰\$pHÇD$8‚�� H����H‰$H����H‰\$H����H‰\$H\$8H‰\$HÇD$ ����è����H‹t$(H‹l$0E1ÀH‰´$˜���H‰¬$ ���L‰„$¨���L‰„$°���L‰„$¸���L‰„$Ø���L‰„$À���L‰„$à���L‰„$È���L‰„$è���L‰„$Ð���H‰t$hH‰l$pH����H‰\$XHÇD$` ���H‰´$ˆ���H‰¬$���H‰¬$€���1ÛH‰\$HH‰\$PH‰t$xHƒþ�u\1ÉH‰ÈH‹œ$À���H‰œ$ø���H‹œ$È���H‰œ$���H‹œ$Ð���H‰œ$��H‰L$HH‰Œ$��H‰D$PH‰„$��è����HÄð���ÃH����H‰$è����H‹D$H‰D$@H‰$è����H‹\$@H‹l$`H‰kH‹l$X€=�����…´���H‰+H‹\$@H‰$Hƒ$è����H‹\$@H‹l$xH‰kH‹¬$€���€=�����ukH‰kH‹\$@H‰\$@H‹����1íH9èt H‹T$@H‰„$˜���H‰ÁH‰”$ ���H‰ÐéõþÿÿH����H‰$H����H‰\$H����H‰\$è����H‹D$ë±LCL‰$H‰l$è����ë…H‰$H‰l$è����é<ÿÿÿè����éýÿÿ,������f
��*runtime.racefuncenter���ª��$type.syscall.Errno���À��type.error���Ø��6go.itab.syscall.Errno.error���’
��runtime.convT2I���þ��*go.string."getgroups"��� 
��(runtime.racefuncexit���¾��(type."".SyscallError���Ð
��"runtime.newobject���ö
��"runtime.racewrite���¨�6runtime.writeBarrierEnabled���â
��"runtime.racewrite���š �6runtime.writeBarrierEnabled���Ê ��<go.itab.*"".SyscallError.error���¦
��*type.*"".SyscallError���¼
��type.error���Ô
��<go.itab.*"".SyscallError.error���è

�� runtime.typ2Itab���š 
��.runtime.writebarrierptr���º 
��.runtime.writebarrierptr���Π
��0runtime.morestack_noctxt���Pà��"".autotmp_0813��type.error�"".autotmp_0812�ß*type.*"".SyscallError�"".autotmp_0811�/type.[]int�"".autotmp_0810�¯type.error�"".autotmp_0809��*type.*"".SyscallError�"".autotmp_0808�ï$type.syscall.Errno� "".~r2�Ïtype.error� "".err�ïtype.error�"".syscall�¯type.string�syscall.err·2�type.error�syscall.gids·1�type.[]int�"".e�Ïtype.error�"".gids�_type.[]int� "".~r1�0type.error� "".~r0��type.[]int�&àµßà”�ð�R&,Ùª
�&�2
6ƒ)�Tgclocals·a83b4e460ec710ce55e4ffac9afa39a8�Tgclocals·fa618fce6e12ca388d24358bb005b95b���8C:/workdir/go/src/os/proc.goþ"".Exit��À��®eH‹ %(���H‹‰����H;av:HƒìH‹\$H‰$è����H‹\$Hƒû�uè����H‹\$H‰$è����è����HƒÄÃè����ë© ������H
��*runtime.racefuncenter���h
��*"".runtime_beforeExit���„
��syscall.Exit���Ž
��(runtime.racefuncexit���¢
��0runtime.morestack_noctxt�����"".code��type.int�5�`�b   �
�#=�Tgclocals·5184031d3a32a42d85027f073f873668�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���8C:/workdir/go/src/os/proc.goþ"".(*File).Stat��à#��Ø#eH‹ %(���H‹‰����HD$°H;A†Ã��HìÐ���H‹œ$Ð���H‰$è����H‹„$Ø���1ÛH‰œ$à���H‰œ$è���1ÛH‰œ$ð���H‰œ$ø���1íH9èuMH����H‰$è����1ÛH‰œ$à���H‰œ$è���H‹����H‰œ$ð���H‹����H‰œ$ø���è����HÄÐ���Ã1íH9è„£��H‰$è����H‹œ$Ø���H‹+H‰,$è����H‹„$Ø���H‹(H‹]�Hƒû�‚m��H‰$è����H‹Œ$Ø���H‹1íH9è„G��H‰D$xH‰$Hƒ$è����H‹Œ$Ø���H‹l$xH‹]1íH9ë•À<�„²���H‰ $è����H‹œ$Ø���H‹+H‰,$Hƒ$è����H‹´$Ø���H‹Hƒû�t{HkH‹M�H‰ $H‹MH‰L$è����H‹l$H‹T$H‹L$ H‹D$(H‰¬$À���H‰¬$à���H‰”$È���H‰”$è���H‰Œ$°���H‰Œ$ð���H‰„$¸���H‰„$ø���è����HÄÐ���ÉëH‰ $è����H‹œ$Ø���H‹+H‰,$Hƒ$è����H‹œ$Ø���H‹+Hƒý�„"��H‹MH‰Œ$ ���H‹EH‰„$¨���Hƒø…´���H‰ $H‰D$H-����H‰l$HÇD$���è����¶\$ €û�„ƒ���H����H‰œ$ˆ���H‹����1íH9èt7H‹œ$ˆ���H‰œ$è���H‰„$à���1ÛH‰œ$ð���H‰œ$ø���è����HÄÐ���ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ëšH|$D1ÀHƒÇðè����H‰GüH‹œ$Ø���H‰$è����H‹œ$Ø���H‹+H‰,$è����H‹œ$Ø���H‹H‹+H‰,$H\$DH‰\$è����H‹L$H‹D$H‰„$˜���H‰Œ$���Hƒù�„¯��H����H‰$è����H‹D$H‰„$€���H‰$è����H‹„$€���H-����H‰(HÇ@���H‰$Hƒ$è����H‹œ$Ø���H‰$è����H‹œ$Ø���H‹+H‰,$Hƒ$è����H‹œ$Ø���H‹+Hƒý�„��H]H‹¬$€���Hƒý�„ü���LEL‰D$H‰\$H����H‰$è����H‹œ$€���H‰$Hƒ$ è����H‹œ$€���H‹¬$���H‰k H‹¬$˜���€=�����…ˆ���H‰k(H‹œ$€���H‰œ$€���H‹����1íH9èt71ÛH‰œ$à���H‰œ$è���H‹œ$€���H‰œ$ø���H‰„$ð���è����HÄÐ���ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ëšLC(L‰$H‰l$è����éeÿÿÿ‰E�éüþÿÿ‰E�éÞþÿÿH‹œ$Ø���H‰$è����H‹œ$Ø���H‹+H‰,$Hƒ$è����H‹´$Ø���H‹Hƒû�„Ù��HkH‹M�H‰ $H‹MH‰L$è����H‹\$H‰œ$ ���H‹\$H‰œ$¨���H����H‰$è����H‹D$H‰„$ˆ���H‰$HÇD$`���è����H‹Œ$ˆ���H‰ÏHƒù�„Z��1Àè����H‰ $è����H‹œ$ˆ���H‹¬$¨���H‰kH‹¬$ ���€=�����…��H‰+H‹œ$ˆ���H‰$Hƒ$è����H‹„$ˆ���‹l$D‰hH‰$Hƒ$Hƒ$HÇD$���è����H‹„$ˆ���H\$HHƒø�„¬��HhH‹ H‰M�H‰$Hƒ$Hƒ$ HÇD$���è����H‹„$ˆ���H\$PHƒø�„g��HhH‹ H‰M�H‰$Hƒ$Hƒ$HÇD$���è����H‹„$ˆ���H\$XHƒø�„"��Hh$H‹ H‰M�H‰$Hƒ$Hƒ$è����H‹„$ˆ���‹l$d‰h,H‰$Hƒ$Hƒ$ è����H‹„$ˆ���‹l$h‰h0H‰$Hƒ$Pè����H‹„$ˆ���‹l$`‰hPH‰$Hƒ$Tè����H‹„$ˆ���‹l$p‰hTH‰$Hƒ$Xè����H‹„$ˆ���‹l$t‰hXH‰„$ˆ���H‹����1íH9èt7H‹œ$ˆ���H‰œ$è���H‰„$à���1ÛH‰œ$ð���H‰œ$ø���è����HÄÐ���ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$뚉�é×þÿÿ‰�é’þÿÿ‰�éMþÿÿH‰$H‰l$è����éâýÿÿ‰éŸýÿÿ‰é ýÿÿ‰E�éÖùÿÿ1ÀéÞøÿÿHÇD$8'�� 1ÛH‰œ$à���H‰œ$è���H����H‰$H����H‰\$H����H‰\$H\$8H‰\$HÇD$ ����è����H‹\$(H‰œ$ð���H‹\$0H‰œ$ø���è����HÄÐ���Ãè����é÷ÿÿž������f
��*runtime.racefuncenter���Ú��"".ErrInvalid���ì
�� runtime.raceread���ž��"".ErrInvalid���¼�"".ErrInvalid���Ö
��(runtime.racefuncexit���Ž
�� runtime.raceread���¶
�� runtime.raceread���ú
�� runtime.raceread���Ì
�� runtime.raceread��� 
�� runtime.raceread���Ò
�� runtime.raceread���¨
��"".Stat���Ú
��(runtime.racefuncexit���„
�� runtime.raceread���¶
�� runtime.raceread���Ä ��go.string."NUL"���ê 
�� runtime.eqstring���”
��"".devNullStat���²
��@go.itab.*"".fileStat."".FileInfo���ž 
��(runtime.racefuncexit���¼ ��"type.*"".fileStat���Ò �� type."".FileInfo���ê ��@go.itab.*"".fileStat."".FileInfo���þ 
�� runtime.typ2Itab���¬ 
‚ � runtime.duffzero���Ö 
�� runtime.raceread���þ 
�� runtime.raceread���À 
��Dsyscall.GetFileInformationByHandle���–��"type."".PathError���¨
��"runtime.newobject���Ô
��"runtime.racewrite���ò��Lgo.string."GetFileInformationByHandle"���¤
��"runtime.racewrite���Æ
�� runtime.raceread���ø
�� runtime.raceread���ø��type.string���Š
��(runtime.typedmemmove���¶
��"runtime.racewrite���ú�6runtime.writeBarrierEnabled���¾��6go.itab.*"".PathError.error���ª
��(runtime.racefuncexit���È��$type.*"".PathError���Þ��type.error���ö��6go.itab.*"".PathError.error���Š
�� runtime.typ2Itab���¼
��.runtime.writebarrierptr���ˆ
�� runtime.raceread���º
�� runtime.raceread���˜
��"".basename���Ú�� type."".fileStat���ì
��"runtime.newobject���ª
��,runtime.racewriterange���â
Î� runtime.duffzero���ô
��"runtime.racewrite���¸�6runtime.writeBarrierEnabled���ø
��"runtime.racewrite���Î
��,runtime.racewriterange���Ê
��,runtime.racewriterange���Æ
��,runtime.racewriterange���°
��"runtime.racewrite���ô
��"runtime.racewrite���®
��"runtime.racewrite���è
��"runtime.racewrite���¢
��"runtime.racewrite���Þ��@go.itab.*"".fileStat."".FileInfo���Ê
��(runtime.racefuncexit���è��"type.*"".fileStat���þ�� type."".FileInfo���– ��@go.itab.*"".fileStat."".FileInfo���ª 
�� runtime.typ2Itab���þ 
��.runtime.writebarrierptr���†"��$type.syscall.Errno���œ"��type.error���´"��6go.itab.syscall.Errno.error���î"
��runtime.convT2I���¬#
��(runtime.racefuncexit���Æ#
��0runtime.morestack_noctxt���P ��&"".autotmp_0832��type.*uint8�"".autotmp_0831��"type.*"".fileStat�"".autotmp_0830��type.*uint8�"".autotmp_0829�Ÿ$type.*"".PathError�"".autotmp_0827�_type.string�"".autotmp_0825��"type.*"".fileStat�"".autotmp_0824��type.string�"".autotmp_0823��$type.*"".PathError�"".autotmp_0822��type.error�"".autotmp_0821�"type.*"".fileStat�"".autotmp_0818�?type.error�"".autotmp_0817� type."".FileInfo�"".autotmp_0816�¯$type.syscall.Errno�"".f�¯type.*"".file�"".e�type.error�"".d�—Htype.syscall.ByHandleFileInformation� "".~r1�0type.error� "".~r0� type."".FileInfo�"".file��type.*"".File�`& Ÿ ÁŸ áŸ …Ÿ Ÿ ðŸ �ð�âc@AS¡ ŠG7XÌ!"^sž$$ $   
3*?@- p 
 �h�2x_*Í0,i«0
? rg ©0¢ �Tgclocals·a6b74b0cce1848e591a0dba6453c58df�Tgclocals·a7cda02cf2480193da6840b9fce6784f���HC:/workdir/go/src/os/stat_windows.goþ"".Stat��À��ªeH‹ %(���H‹‰����H;a†q��HƒìPH‹\$PH‰$è����H‹t$XH‹L$`1ÛH‰\$hH‰\$p1ÛH‰\$xH‰œ$€���1ÛH‰\$0H‰\$81ÛH‰\$@H‰\$HH‰4$H‰L$è����H‹l$H‹T$H‹L$ H‹D$(H‰D$HH‰L$@Hƒù�t+H‰l$0H‰l$hH‰T$8H‰T$pH‰L$xH‰„$€���è����HƒÄPÃH‰T$8H‰$H‰l$0H‹]0ÿӋ\$ã���ƒû�u-H‹\$0H‰\$hH‹\$8H‰\$p1ÛH‰\$xH‰œ$€���è����HƒÄPÃH‹\$XH‰$H‹\$`H‰\$è����H‹t$H‹L$H‹l$ H‹T$(H‰t$XH‰L$`H‰T$HH‰l$@Hƒý�„ ÿÿÿH‹\$0H‰\$hH‹\$8H‰\$pH‰l$xH‰”$€���è����HƒÄPÃè����ékþÿÿ������P
��*runtime.racefuncenter���æ
��"".Lstat���ú
��(runtime.racefuncexit���°�������š
��(runtime.racefuncexit���Ô
��"".Readlink���„
��(runtime.racefuncexit���˜
��0runtime.morestack_noctxt���` �� "".autotmp_0840��type.error� "".err�type.error�
"".fi�? type."".FileInfo� "".~r2�@type.error� "".~r1�  type."".FileInfo�"".name��type.string�2 §Ÿ OŸ tŸ � �Jh  ' ! ##;+� �'•4X�Tgclocals·d6bb8f1ecf8ce874f45ff11e0d822a98�Tgclocals·0dc5c0863204b1fb13856ad5f1b640ab���HC:/workdir/go/src/os/stat_windows.goþ"".Lstat�� $��˜$eH‹ %(���H‹‰����HD$øH;A†ã��Hìˆ���H‹œ$ˆ���H‰$è����H‹Œ$˜���1ÛH‰œ$ ���H‰œ$¨���1ÛH‰œ$°���H‰œ$¸���Hƒù�…­��HÇD$8���H����H‰$è����H‹D$H‰D$HH‰$è����H‹D$HH-����H‰(HÇ@���H‰$Hƒ$è����H‹\$HH‹¬$˜���H‰kH‹¬$���€=�����…��H‰kH‹\$HH‰$Hƒ$ è����H����H‰$H����H‰\$H����H‰\$H\$8H‰\$HÇD$ ����è����H‹L$(H‹D$0H‹\$HHƒû�„­���H‰L$hH‰K H‰D$p€=�����uH‰C(H‹\$HH‰\$HH‹����1íH9èt41ÛH‰œ$ ���H‰œ$¨���H‹\$HH‰œ$¸���H‰„$°���è����HÄˆ���ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ëLC(L‰$H‰D$è����énÿÿÿ‰éLÿÿÿLCL‰$H‰l$è����éÎþÿÿHƒù…º���H‹¬$���H‰,$H‰L$H-����H‰l$HÇD$���è����H‹Œ$˜���¶\$ €û�t}H����H‰\$PH‹����1íH9èt4H‹\$PH‰œ$¨���H‰„$ ���1ÛH‰œ$°���H‰œ$¸���è����HÄˆ���ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ëH‹œ$���H‰$H‰L$è����H‹\$H‰\$xH‹\$H‰œ$€���H����H‰$è����H‹D$H‰D$PH‰$HÇD$`���è����H‹L$PH‰ÏHƒù�„²��1Àè����H‰ $è����H‹\$PH‹¬$€���H‰kH‹l$x€=�����…l��H‰+H‹\$PH‰\$@H‹œ$���H‰$H‹œ$˜���H‰\$è����H‹D$H‹T$H‹L$ H‰L$`H‰T$XHƒú�„N��H����H‰$è����H‹D$H‰D$HH‰$è����H‹D$HH-����H‰(HÇ@���H‰$Hƒ$è����H‹\$HH‹¬$˜���H‰kH‹¬$���€=�����…É���H‰kH‹\$HH‰$Hƒ$ è����H‹\$HH‹l$XH‰k H‹l$`€=�����uH‰k(H‹\$HH‰\$HH‹����1íH9èt41ÛH‰œ$ ���H‰œ$¨���H‹\$HH‰œ$¸���H‰„$°���è����HÄˆ���ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ëLC(L‰$H‰l$è����énÿÿÿLCL‰$H‰l$è����é$ÿÿÿH‰$ÇD$����H‹\$@H‰\$Hƒ|$�„¢��HƒD$è����H‹L$H‹D$ H‰D$`H‰L$XHƒù�„N��H����H‰$è����H‹D$H‰D$HH‰$è����H‹D$HH-����H‰(HÇ@���H‰$Hƒ$è����H‹\$HH‹¬$˜���H‰kH‹¬$���€=�����…É���H‰kH‹\$HH‰$Hƒ$ è����H‹\$HH‹l$XH‰k H‹l$`€=�����uH‰k(H‹\$HH‰\$HH‹����1íH9èt41ÛH‰œ$ ���H‰œ$¨���H‹\$HH‰œ$¸���H‰„$°���è����HÄˆ���ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ëLC(L‰$H‰l$è����énÿÿÿLCL‰$H‰l$è����é$ÿÿÿH‹\$@H‰$Hƒ$@è����H‹\$@H‹¬$˜���H‰kHH‹¬$���€=�����…Û��H‰k@H‹\$@H‰$Hƒ$@è����H‹t$@Hƒþ�„®��H^@H‹ H‰ $H‹KH‰L$è����¶\$€û�…‚��H‹\$@H‰$Hƒ$@è����H‹t$@Hƒþ�„Y��H^@H‹ H‰ $H‹KH‰L$è����H‹\$H‰\$xH‹\$H‰œ$€���H‹\$ H‰\$hH‹\$(H‰\$pH‹\$@H‰$Hƒ$@è����H‹\$@H‹¬$€���H‰kHH‹l$x€=�����…È���H‰k@H‹D$hH‹L$pH‰L$`H‰D$XHƒø�t/1ÛH‰œ$ ���H‰œ$¨���H‰„$°���H‰Œ$¸���è����HÄˆ���ÃH‹\$@H‰\$PH‹����1íH9èt4H‹\$PH‰œ$¨���H‰„$ ���1ÛH‰œ$°���H‰œ$¸���è����HÄˆ���ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ëLC@L‰$H‰l$è����é%ÿÿÿ‰é þÿÿébÿÿÿ‰éKþÿÿLC@L‰$H‰l$è����éþÿÿ‰%����éRüÿÿH‰$H‰l$è����é„úÿÿ‰éGúÿÿè����éôöÿÿ¶������f
��*runtime.racefuncenter���ò��"type."".PathError���„
��"runtime.newobject���ª
��"runtime.racewrite���Â��"go.string."Lstat"���ô
��"runtime.racewrite���²�6runtime.writeBarrierEnabled���î
��"runtime.racewrite���ü��$type.syscall.Errno���’��type.error���ª��6go.itab.syscall.Errno.error���ä
��runtime.convT2I���¾�6runtime.writeBarrierEnabled���î��6go.itab.*"".PathError.error���Ô
��(runtime.racefuncexit���ò��$type.*"".PathError���ˆ��type.error��� ��6go.itab.*"".PathError.error���´
�� runtime.typ2Itab���æ
��.runtime.writebarrierptr���¢
��.runtime.writebarrierptr���ð��go.string."NUL"���– 
�� runtime.eqstring���È ��"".devNullStat���à ��@go.itab.*"".fileStat."".FileInfo���Æ

��(runtime.racefuncexit���ä
��"type.*"".fileStat���ú
�� type."".FileInfo���’ ��@go.itab.*"".fileStat."".FileInfo���¦ 
�� runtime.typ2Itab���à 
��"".basename���œ �� type."".fileStat���® 
��"runtime.newobject���æ 
��,runtime.racewriterange���˜ 
Î� runtime.duffzero���ª 
��"runtime.racewrite���â �6runtime.writeBarrierEnabled���Æ
��4syscall.UTF16PtrFromString���š��"type."".PathError���¬
��"runtime.newobject���Ò
��"runtime.racewrite���ê��"go.string."Lstat"���œ
��"runtime.racewrite���Ú�6runtime.writeBarrierEnabled���–
��"runtime.racewrite���È�6runtime.writeBarrierEnabled���ø��6go.itab.*"".PathError.error���Þ
��(runtime.racefuncexit���ü��$type.*"".PathError���’��type.error���ª��6go.itab.*"".PathError.error���¾
�� runtime.typ2Itab���ð
��.runtime.writebarrierptr���ž
��.runtime.writebarrierptr���‚
��6syscall.GetFileAttributesEx���Ì��"type."".PathError���Þ
��"runtime.newobject���„
��"runtime.racewrite���œ��>go.string."GetFileAttributesEx"���Î
��"runtime.racewrite���Œ�6runtime.writeBarrierEnabled���È
��"runtime.racewrite���ú�6runtime.writeBarrierEnabled���ª��6go.itab.*"".PathError.error���
��(runtime.racefuncexit���®��$type.*"".PathError���Ä��type.error���Ü��6go.itab.*"".PathError.error���ð
�� runtime.typ2Itab���¢
��.runtime.writebarrierptr���Ð
��.runtime.writebarrierptr���€
��"runtime.racewrite���¾�6runtime.writeBarrierEnabled���ú
�� runtime.raceread���Ê
��"".isAbs���Œ
�� runtime.raceread���Ü
�� syscall.FullPath���Ø
��"runtime.racewrite����6runtime.writeBarrierEnabled���¨ 
��(runtime.racefuncexit���Ú ��@go.itab.*"".fileStat."".FileInfo���À!
��(runtime.racefuncexit���Þ!��"type.*"".fileStat���ô!�� type."".FileInfo���Œ"��@go.itab.*"".fileStat."".FileInfo��� "
�� runtime.typ2Itab���Ò"
��.runtime.writebarrierptr���¦#
��.runtime.writebarrierptr���ä#
��.runtime.writebarrierptr���†$
��0runtime.morestack_noctxt���`��0"".autotmp_0863��type.*uint8�"".autotmp_0862��type.*uint8�"".autotmp_0861��$type.*"".PathError�"".autotmp_0860��type.*uint8�"".autotmp_0859��$type.*"".PathError�"".autotmp_0858��"type.*"".fileStat�"".autotmp_0857��type.*uint8�"".autotmp_0855�$type.*"".PathError�"".autotmp_0854��"type.*"".fileStat�"".autotmp_0853��type.error�"".autotmp_0852��type.string�"".autotmp_0850��$type.*"".PathError�"".autotmp_0849��type.error�"".autotmp_0848��$type.*"".PathError�"".autotmp_0847��type.error�"".autotmp_0845�type.string�"".autotmp_0844�o"type.*"".fileStat�"".autotmp_0843��$type.*"".PathError�"".autotmp_0842�Ÿ$type.syscall.Errno�"".e�_type.error�
"".fs�"type.*"".fileStat� "".~r2�@type.error� "".~r1�  type."".FileInfo�"".name��type.string�`&ø‹˜ËK¤��¦”c
¼lGA 
7«2äe<äe=I¯ "'(?-.7 
   �‚�2b•0qX0'p3Æ 002.Æ 00ìh |*�Tgclocals·b0a15438851154320060251b6357252a�Tgclocals·50fe3e9998eddfd050b242de0f9d9492���HC:/workdir/go/src/os/stat_windows.goþ"".basename�� ��ŠeH‹ %(���H‹‰����H;a†¡��HƒìH‹\$H‰$è����H‹T$H‹D$1ÛHƒø… ��H‰ÓHƒø†e��Hÿö€û:…��H����HÇÀ���H‰ÁHÿÉHƒù�~.H9ÁƒÚ���H
¶€û/…©���H9Á‡™���H‰ÈHÿÉHƒù�ÒHÿÉHƒù�|+H9ÁsxH
¶€û/t8H9Ás`H
¶€û\t'HÿÉHƒù�}ÕH‰T$H‰T$ H‰D$H‰D$(è����HƒÄÃH‰ËHÿÃH‰ÅH9ÃwH)ÝI‰ÐHƒý�tMH‰èL‰Âë¼è���� è���� è���� è���� H9ÁsH
¶€û\…Wÿÿÿé=ÿÿÿè���� è���� Hƒø~@H‰ÓHƒøv<Hÿö€û:u,H‰ÃHƒørHƒëH‰ÕHƒû�tHƒÅH‰ØH‰êéËþÿÿè���� é¿þÿÿè���� è���� è����é;þÿÿ������P
��*runtime.racefuncenter���Â��go.string."."���Þ
��(runtime.racefuncexit���¾
��$runtime.panicslice���Ì
��$runtime.panicindex���Ú
��$runtime.panicindex���è
��$runtime.panicslice���ª
��$runtime.panicindex���¸
��$runtime.panicindex���Ä
��$runtime.panicslice���Ü
��$runtime.panicindex���ê
��$runtime.panicindex���ø
��0runtime.morestack_noctxt���@��"".autotmp_0876��type.int�"".autotmp_0875��type.int�"".autotmp_0874��type.int�"".autotmp_0873��type.int�"".autotmp_0872��type.int�"".autotmp_0871��type.int� "".~r1� type.string�"".name��type.string�ÙØ�Ð�xÌ&%&   " $  ��'Ç0²�Tgclocals·342b6176fad1bf8fb686f6c9600f7161�Tgclocals·69c1753bd5f81501d95132d08af04464���HC:/workdir/go/src/os/stat_windows.goþ"".isAbs��à��ÜeH‹ %(���H‹‰����H;a†Ê���Hƒì0H‹\$0H‰$è����H‹\$8H‰$H‹\$@H‰\$è����H‹L$H‹D$H‰L$ H‰D$(Hƒø�uÆD$H�è����HƒÄ0ÃH‹l$@H9èwfL‹D$8H)ÅHƒý�tM�L‰D$8H‰l$@Hƒý�uÆD$H�è����HƒÄ0ÃHƒý�v(A¶(@€ý\t@€ý/”ÀˆD$Hè����HƒÄ0ÃHÇÀ���ëéè���� è���� è����éÿÿÿ������P
��*runtime.racefuncenter���€
��"".volumeName���È
��(runtime.racefuncexit���¾
��(runtime.racefuncexit���ˆ
��(runtime.racefuncexit���®
��$runtime.panicindex���¼
��$runtime.panicslice���Ê
��0runtime.morestack_noctxt���0`��"".v�type.string�"".b� type.bool�"".path��type.string�"`N_`:_`$_`#�ð�@ø'   ! 5 � �'É�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·23e8278e2b69a3a75fa59b23c49ed6ad���HC:/workdir/go/src/os/stat_windows.goþ"".volumeName��€ ��ø eH‹ %(���H‹‰����H;a†Ø��HƒìH‹\$H‰$è����H‹T$ H‹L$(1Û1ÛHƒù}1ÛH‰\$0H‰\$8è����HƒÄÃHƒù�†‹��¶*H‰èH‰ÓHƒù†q��Hÿö€û:uL@€ý0r6<9w2Hƒùr%HÇÁ���H‰T$H‰T$0H‰L$H‰L$8è����HƒÄÃè���� <ar<zvÆ<Ar<Zv¾H‰ÏHƒùŒ��Hƒù�†ü��¶*@€ý\„ã��@€ý/”À<�„ð���H‰ÓHƒù†À��Hÿö+@€ý\„¤��@€ý/”À<�„Ä���H‰ÓHƒù†��HƒÃ¶+@€ý\„d��@€ý/”À<�…—���H‰ÓHƒù†A��HƒÃ¶€û.t~HÇÀ���H‰ûHÿËH9Ã~lH9ȃ��H¶+@€ý\„ö���@€ý/@”Å@€ý�„Ü���HÿÀH9ȃÉ���H¶+@€ý\„¬���@€ý/@”Å@€ý�uH9ȃŽ���H¶€û.u1ÛH‰\$0H‰\$8è����HƒÄÃH9ø} H9ÈsRH¶+@€ý\tL@€ý/@”Å@€ý�t*H9ÈwH‰T$H‰T$0H‰D$H‰D$8è����HƒÄÃè���� HÿÀH9ø}ÎH9Èr®è���� HÇÅ���ë³è���� HÇÅ���éPÿÿÿè���� HÿÀéåþÿÿHÇÅ���éÿÿÿè���� è���� HÇÀ���é—þÿÿè���� HÇÀ���éWþÿÿè���� HÇÀ���éþÿÿè���� è���� è���� è����éýÿÿ&������P
��*runtime.racefuncenter���š
��(runtime.racefuncexit���Ô
��(runtime.racefuncexit���è
��$runtime.panicslice���ô
��(runtime.racefuncexit���„ 
��(runtime.racefuncexit���˜ 
��$runtime.panicslice���À 
��$runtime.panicindex���à 
��$runtime.panicindex���†

��$runtime.panicindex���¼

��$runtime.panicindex���Ê

��$runtime.panicindex���ð

��$runtime.panicindex���– 
��$runtime.panicindex���¼ 
��$runtime.panicindex���Ê 
��$runtime.panicindex���Ø 
��$runtime.panicindex���æ 
��0runtime.morestack_noctxt���@0��"".autotmp_0892��type.bool�"".autotmp_0891��type.bool�"".autotmp_0890��type.bool�"".autotmp_0889��type.bool�"".autotmp_0888��type.bool�"".autotmp_0886��type.int�"".autotmp_0885��type.string�"".autotmp_0884��type.int�"".autotmp_0883��type.int�"".autotmp_0882��type.int�"".autotmp_0881�type.string�"".v� type.string�"".path��type.string�.07/0\/0Ï/0G/0µ�€�¸FE BA"!43 
$N,(     ��'%gÆRµ�Tgclocals·342b6176fad1bf8fb686f6c9600f7161�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���HC:/workdir/go/src/os/stat_windows.goþ"".itoa��à��ÖeH‹ %(���H‹‰����H;a†Ç���HƒìHH‹\$HH‰$è����H‹D$P1ÛH‰\$XH‰\$`Hƒø�}mH‰ÃH÷ÛH‰$è����H‹L$H‹D$HÇ$����H����H‰\$HÇD$���H‰L$8H‰L$H‰D$@H‰D$ è����H‹\$(H‰\$XH‹\$0H‰\$`è����HƒÄHÃH‰$è����H‹L$H‹D$H‰L$8H‰L$XH‰D$@H‰D$`è����HƒÄHÃè����éÿÿÿ������P
��*runtime.racefuncenter���œ
��"".uitoa���Î��go.string."-"���œ
��*runtime.concatstring2���Î
��(runtime.racefuncexit���ê
��"".uitoa���°
��(runtime.racefuncexit���Ä
��0runtime.morestack_noctxt���0��"".autotmp_0894��type.string�"".autotmp_0893�type.string� "".~r1�type.string� "".val��type.int�&‘0�ð�&=c'��'#�Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���6C:/workdir/go/src/os/str.goþ"".uitoa�� ��’eH‹ %(���H‹‰����H;a†e��Hƒì`H‹\$`H‰$è����H‹L$h1ÛH‰\$pH‰\$xHƒù�uH����H‰\$pHÇD$x���è����HƒÄ`ÃH\$4HÇ����HÇC����ÇC����HÇÆ���Hƒù
rKI¹ÍÌÌÌÌÌÌÌH‰ÈI÷áH‰ÕHÁíH‰ËHƒÃ0H‰èHkí
H)ëHl$4Hƒþƒ·���Hl5�ˆ]�HÿÎH‰ÁHƒù
sµH\$4Hƒþƒ���H3H‰ÍH‰L$hHƒÅ0@ˆ+HƒþwmHÇÅ���H)õLD$4Iƒø�tSHƒý�tM0HÇ$����L‰D$HL‰D$H‰l$PH‰l$H‰l$XH‰l$è����H‹\$ H‰\$pH‹\$(H‰\$xè����HƒÄ`ÃA‰�ë¨è���� è���� è���� è����éwþÿÿ������P
��*runtime.racefuncenter���Œ��go.string."0"���²
��(runtime.racefuncexit���†
��2runtime.slicebytetostring���¸
��(runtime.racefuncexit���Ö
��$runtime.panicslice���ä
��$runtime.panicindex���ò
��$runtime.panicindex���€
��0runtime.morestack_noctxt���0À��"".autotmp_0896�/type.[]uint8� "".buf�Wtype.[20]uint8� "".~r1�type.string� "".val��type.uint�&ÀC¿À‚¿À+��R&=("d ��'1ê&�Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d�Tgclocals·f56b2291fa344104975cb6587be42b9b���6C:/workdir/go/src/os/str.goþ"".hostname��à��ÔeH‹ %(���H‹‰����H„$xÿÿÿH;A†þ��Hì��H‹œ$��H‰$è����1Û1Û1ÛH‰œ$ ��H‰œ$(��1ÛH‰œ$��H‰œ$��ÇD$4@���H����H‰$‹\$4H‰\$‹\$4H‰\$è����H‹T$H‹L$ H‹D$(H‰„$è���Ç$���H‰”$Ø���Hƒù�H‰Œ$à���†U��H‰T$H\$4H‰\$è����H‹D$H‹L$ H‰Œ$ ���H‰„$˜���Hƒø�…”���‹\$4H‹¬$è���H9ëw|L‹„$Ø���L‰„$ð���L‰$H‰œ$ø���H‰\$H‰¬$���H‰l$è����H‹L$H‹D$ H‰Œ$¸���H‰Œ$��H‰„$À���H‰„$��1ÛH‰œ$ ��H‰œ$(��è����HÄ��Ãè���� H����H‰$H‰D$H‰L$H\$8H‰\$è����¶\$ €û�„Å��H‹\$8Hûê���…³��H‹œ$à���‹l$4‰Û9나��H����H‰\$xHDŽ$€������H‹„$˜���H‹œ$ ���H‰œ$°���1ÛH‰\$XH‰\$`H‰„$¨���Hƒø�uN1ÀH‰ÁH‰L$XH‰D$`1ÛH‰œ$��H‰œ$��H‰Œ$È���H‰Œ$ ��H‰„$Ð���H‰„$(��è����HÄ��ÃH����H‰$è����H‹D$H‰D$@H‰$è����H‹\$@H‹¬$€���H‰kH‹l$x€=�����…§���H‰+H‹\$@H‰$Hƒ$è����H‹\$@H‹¬$¨���H‰kH‹¬$°���€=�����u[H‰kH‹\$@H‰\$@H‹����1íH9ètH‹T$@H‰ÁH‰Ðé ÿÿÿH����H‰$H����H‰\$H����H‰\$è����H‹D$ëÁLCL‰$H‰l$è����ë•H‰$H‰l$è����éIÿÿÿéãüÿÿH����H‰\$hHÇD$p���H‹„$˜���H‹œ$ ���H‰œ$���1ÛH‰\$HH‰\$PH‰„$ˆ���Hƒø�uN1ÀH‰ÁH‰L$HH‰D$P1ÛH‰œ$��H‰œ$��H‰Œ$È���H‰Œ$ ��H‰„$Ð���H‰„$(��è����HÄ��ÃH����H‰$è����H‹D$H‰D$@H‰$è����H‹\$@H‹l$pH‰kH‹l$h€=�����…§���H‰+H‹\$@H‰$Hƒ$è����H‹\$@H‹¬$ˆ���H‰kH‹¬$���€=�����u[H‰kH‹\$@H‰\$@H‹����1íH9ètH‹T$@H‰ÁH‰ÐéÿÿÿH����H‰$H����H‰\$H����H‰\$è����H‹D$ëÁLCL‰$H‰l$è����ë•H‰$H‰l$è����éIÿÿÿè���� è����éÖúÿÿT������l
��*runtime.racefuncenter���Ú��type.[]uint16���
��"runtime.makeslice���¨
��Tinternal/syscall/windows.GetComputerNameEx���ø
��*syscall.UTF16ToString���ú
��(runtime.racefuncexit���”
��$runtime.panicslice���¦��$type.syscall.Errno���à
��$runtime.assertI2T2���Ú��4go.string."ComputerNameEx"���ì 
��(runtime.racefuncexit���Š
��(type."".SyscallError���œ

��"runtime.newobject���Â

��"runtime.racewrite���ú
�6runtime.writeBarrierEnabled���´ 
��"runtime.racewrite���ò �6runtime.writeBarrierEnabled���¢ ��<go.itab.*"".SyscallError.error���Þ ��*type.*"".SyscallError���ô ��type.error���Œ ��<go.itab.*"".SyscallError.error���  
�� runtime.typ2Itab���Ò 
��.runtime.writebarrierptr���ò 
��.runtime.writebarrierptr���”��4go.string."ComputerNameEx"��� 
��(runtime.racefuncexit���¾��(type."".SyscallError���Ð
��"runtime.newobject���ö
��"runtime.racewrite���¨�6runtime.writeBarrierEnabled���â
��"runtime.racewrite��� �6runtime.writeBarrierEnabled���Ð��<go.itab.*"".SyscallError.error���Œ��*type.*"".SyscallError���¢��type.error���º��<go.itab.*"".SyscallError.error���Î
�� runtime.typ2Itab���€
��.runtime.writebarrierptr��� 
��.runtime.writebarrierptr���´
��$runtime.panicindex���Â
��0runtime.morestack_noctxt���@��2"".autotmp_0913��type.error�"".autotmp_0912��type.*uint8�"".autotmp_0911��type.error�"".autotmp_0910��*type.*"".SyscallError�"".autotmp_0909��type.error�"".autotmp_0907��type.error�"".autotmp_0906�*type.*"".SyscallError�"".autotmp_0904�Ÿ$type.syscall.Errno�"".autotmp_0903��*type.*"".SyscallError�"".autotmp_0901��*type.*"".SyscallError�"".autotmp_0900�Ÿtype.string�"".autotmp_0899��type.[]uint16�"".autotmp_0898�type.error�"".autotmp_0897�/type.[]uint16� "".~r2�ßtype.error� "".err�¿type.error�"".syscall�Ÿtype.string� "".~r2�ÿtype.error� "".err�ÿtype.error�"".syscall�¿type.string� "".err�ßtype.error�"".b�_type.[]uint16�"".n�§type.uint32� "".err� type.error�"".name��type.string�8)ßø™”�°
�`)"!(9G€D ‹ˆ ˆ
 …  �X�5žhA &Æ9v)— 6v)
�Tgclocals·3699e1049a7642e4a19818ce43e5e552�Tgclocals·1112f317739f4d53266d8f7bdf0a729b���FC:/workdir/go/src/os/sys_windows.goþ"".Getpagesize�� ��ŠeH‹ %(���H‹‰����H;av(HƒìH‹\$H‰$è����HÇÀ���H‰D$è����HƒÄÃè����ë»������H
��*runtime.racefuncenter���j
��(runtime.racefuncexit���~
��0runtime.morestack_noctxt����� "".~r0��type.int�#�P�P�
�#-�Tgclocals·5184031d3a32a42d85027f073f873668�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���:C:/workdir/go/src/os/types.goþ$"".FileMode.String��à ��à eH‹ %(���H‹‰����HD$øH;A†G��Hìˆ���H‹œ$ˆ���H‰$è����1ÛH‰œ$˜���H‰œ$ ���H|$@1Àè����HÇD$0����H����H‰\$`HÇD$h ���1ÀH‰D$8H‹\$`H‰$H‹\$hH‰\$H‰D$è����H‹|$0H‹D$‹T$ Hƒø�tSH‹t$8HÇÁ���H)ñ»���Hƒù s5‹¬$���Óã!ëƒû�t H\$@Hƒÿ sH;ˆH‰ûHÿÃH‰\$0ë‚è���� 1ÛëÇHƒÿ�u!H\$@Hƒÿ ƒL��H;Æ-H‰ûHÿÃH‰\$0H����H‰\$`HÇD$h ���1ÀH‰D$8H‹\$`H‰$H‹\$hH‰\$H‰D$è����H‹T$0H‹D$‹l$ Hƒø�ttH‹|$8‰îHÇÁ���H)ù»���Hƒù sT‹¬$���Óã!ëƒû�t)H\$@Hƒú sH@ˆ3H‰ÓHÿÃH‰\$0é|ÿÿÿè���� H\$@Hƒú s HÆ-ëÕè���� 1Ûë¨Hƒú wlHl$@Hƒý�t\HÇÁ ���HÇ$����H‰l$pH‰l$H‰T$xH‰T$H‰Œ$€���H‰L$è����H‹\$ H‰œ$˜���H‹\$(H‰œ$ ���è����HÄˆ���ÉE�ëŸè���� è���� è����éýÿÿ������f
��*runtime.racefuncenter���¢
š � runtime.duffzero���Â��0go.string."dalTLDpSugct"���¦
��&runtime.stringiter2���è
��$runtime.panicindex���Ð��*go.string."rwxrwxrwx"���´
��&runtime.stringiter2���‚
��$runtime.panicindex���¸
��$runtime.panicindex���Ð
��2runtime.slicebytetostring���Ž 
��(runtime.racefuncexit���² 
��$runtime.panicslice���À 
��$runtime.panicindex���Π
��0runtime.morestack_noctxt���0��"".autotmp_0927��type.int32�"".autotmp_0926��type.int�"".autotmp_0925��type.int�"".autotmp_0922�Ÿtype.int�"".autotmp_0921�/type.[]uint8�"".autotmp_0920��type.int�"".autotmp_0919��type.string�"".autotmp_0918��type.int�"".autotmp_0917��type.int�"".autotmp_0916�Otype.string�"".w�¯type.int� "".buf�type.[32]uint8� "".~r0�type.string�"".m�� type."".FileMode�&¬�ð�rxI  R% 
 T% `-.
�$�2`afg†�Tgclocals·db6af54fc2b6c9a8b5bff49df4676a74�Tgclocals·8976d98ccb4fa7cb58d19cb1e865dee3���:C:/workdir/go/src/os/types.goþ""".FileMode.IsDir�� ��–eH‹ %(���H‹‰����H;av.HƒìH‹\$H‰$è����‹\$ã���€ƒû�•D$è����HƒÄÃè����ëµ������H
��*runtime.racefuncenter���v
��(runtime.racefuncexit���Š
��0runtime.morestack_noctxt��� �� "".~r0�type.bool�"".m�� type."".FileMode�) �P�°  �
�#-�Tgclocals·23e8278e2b69a3a75fa59b23c49ed6ad�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���:C:/workdir/go/src/os/types.goþ*"".FileMode.IsRegular�� ��–eH‹ %(���H‹‰����H;av.HƒìH‹\$H‰$è����‹\$ã���ƒû�”D$è����HƒÄÃè����ëµ������H
��*runtime.racefuncenter���v
��(runtime.racefuncexit���Š
��0runtime.morestack_noctxt��� �� "".~r0�type.bool�"".m�� type."".FileMode�) �P�¼* �
�#-�Tgclocals·23e8278e2b69a3a75fa59b23c49ed6ad�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���:C:/workdir/go/src/os/types.goþ "".FileMode.Perm�� ��ŽeH‹ %(���H‹‰����H;av*HƒìH‹\$H‰$è����‹\$ãÿ��‰\$è����HƒÄÃè����ë¹������H
��*runtime.racefuncenter���n
��(runtime.racefuncexit���‚
��0runtime.morestack_noctxt��� �� "".~r0� type."".FileMode�"".m�� type."".FileMode�%�P�Æ&�
�#-�Tgclocals·23e8278e2b69a3a75fa59b23c49ed6ad�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���:C:/workdir/go/src/os/types.goþ&"".(*fileStat).Name��€��æeH‹ %(���H‹‰����H;avVHƒìH‹\$H‰$è����1ÛH‰\$H‰\$ H‹\$H‰$è����H‹\$Hƒû�tH‹+H‰l$H‹kH‰l$ è����HƒÄÉëáè����ë
������H
��*runtime.racefuncenter���|
�� runtime.raceread���¾
��(runtime.racefuncexit���Ú
��0runtime.morestack_noctxt���0�� "".~r0�type.string�
"".fs��"type.*"".fileStat�M�€�
΀��#;"�Tgclocals·69076ee43f1cead0792b9f36906b1b56�Tgclocals·69c1753bd5f81501d95132d08af04464���:C:/workdir/go/src/os/types.goþ("".(*fileStat).IsDir�� �� eH‹ %(���H‹‰����H;a†ì���HƒìH‹\$H‰$è����H‹D$ ÇD$ ����H����H9Ãu!¸¶ ‰Ãã���€ƒû�•ÀˆD$(è����HƒÄÃH‰D$H‰$Hƒ$è����H‹L$‹Yƒãƒû�t‹\$ ËI��€‰\$ H‰ $Hƒ$è����H‹L$‹D$ ‹Yƒãƒû�t?‰ÃË$��‰\$ H‰ $Hƒ$è����‹D$ H‹l$‹]ã���ƒû�„\ÿÿÿ ���éRÿÿÿ‰ÃË¶��‰\$ ë¿è����éðþÿÿ������P
��*runtime.racefuncenter���x��"".devNullStat���º
��(runtime.racefuncexit���ê
�� runtime.raceread���Â
�� runtime.raceread���ž
�� runtime.raceread���Ž
��0runtime.morestack_noctxt��� 0��"".autotmp_0931�� type."".FileMode�"".autotmp_0930�� type."".FileMode�"".autotmp_0929�� type."".FileMode�"".m� type."".FileMode�
"".fs�"type.*"".fileStat� "".~r0�type.bool�
"".fs��"type.*"".fileStat�0G/0ª��
А��'Mœ�Tgclocals·32bd5c6dc84e3e86dd35593b3922d3aa�Tgclocals·0c8aa8e80191a30eac23f1a218103f16���:C:/workdir/go/src/os/types.goþ"".SameFile�� ��„eH‹ %(���H‹‰����H;a†Þ���Hƒì@H‹\$@H‰$è����HÇD$8����H����H‰$H‹\$HH‰\$H‹\$PH‰\$H\$8H‰\$è����¶\$ ˆ\$/H‹\$8H‰\$0HÇD$8����H����H‰$H‹\$XH‰\$H‹\$`H‰\$H\$8H‰\$è����¶\$ H‹D$8€|$/�t+€û�t&H‹\$0H‰$H‰D$è����¶\$ˆ\$hè����HƒÄ@ÃÆD$h�è����HƒÄ@Ãè����éþþÿÿ������P
��*runtime.racefuncenter���p��"type.*"".fileStat���¾
��$runtime.assertI2T2���„��"type.*"".fileStat���Ò
��$runtime.assertI2T2���¤
��"".sameFile�����(runtime.racefuncexit���Þ
��(runtime.racefuncexit���ò
��0runtime.morestack_noctxt���P€��"".autotmp_0934��"type.*"".fileStat�"".autotmp_0933�"type.*"".fileStat� "".ok1�!type.bool� "".fs1�"type.*"".fileStat� "".~r2�@type.bool� "".fi2�  type."".FileInfo� "".fi1�� type."".FileInfo�"€Ê€€��0à,JA   ��'7J)?�Tgclocals·be640a8dfb10918acb9b73d4f4cc3c0b�Tgclocals·b40f0f67eae216e69d0bb41a8427b144���:C:/workdir/go/src/os/types.goþ&"".(*fileStat).Size��€��€eH‹ %(���H‹‰����H;avcHƒìH‹\$H‰$è����H‹\$H‰$Hƒ$Hƒ$è����H‹\$H‰$Hƒ$Hƒ$ è����H‹D$‹X,HÁ㠋h0HëH‰\$è����HƒÄÃè����ë€ ������H
��*runtime.racefuncenter���x
�� runtime.raceread���¨
�� runtime.raceread���à
��(runtime.racefuncexit���ô
��0runtime.morestack_noctxt��� �� "".~r0�type.int64�
"".fs��"type.*"".fileStat�^�€�6_�
�#]�Tgclocals·3f5c1f818fa7055d0400cecd34057162�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���JC:/workdir/go/src/os/types_windows.goþ&"".(*fileStat).Mode�� ��‚eH‹ %(���H‹‰����H;a†Ý���HƒìH‹\$H‰$è����H‹D$ÇD$����H����H9ÃuÇD$¶ è����HƒÄÃH‰$Hƒ$è����H‹L$‹Yƒãƒû�t‹\$ËI��€‰\$H‰ $Hƒ$è����‹D$H‹L$‹Yƒãƒû�tD‰ÃË$��‰\$H‰ $Hƒ$è����‹D$H‹l$‹]ã���ƒû�t ���‰D$è����HƒÄÉÁ˶��‰\$ëºè����éÿþÿÿ������P
��*runtime.racefuncenter���x��"".devNullStat���œ
��(runtime.racefuncexit���Â
�� runtime.raceread���š
�� runtime.raceread���ö
�� runtime.raceread�����(runtime.racefuncexit���ð
��0runtime.morestack_noctxt��� ��
"".autotmp_0939�� type."".FileMode�"".autotmp_0938�� type."".FileMode�"".autotmp_0937�� type."".FileMode�"".m� type."".FileMode�
"".fs��"type.*"".fileStat�8‘'��F> " % � �'é�Tgclocals·3f5c1f818fa7055d0400cecd34057162�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���JC:/workdir/go/src/os/types_windows.goþ,"".(*fileStat).ModTime��€��îeH‹ %(���H‹‰����H;a†S��Hƒì@H‹\$@H‰$è����1ÛH‰\$P‰\$XH‰\$`H‹D$HHƒø�„��HƒÀHƒÀH‰D$H‰$Hƒ$è����H‹\$H‰$è����H‹D$‹XHÁ㠋(HëH½�€>ÕÞ±H)ëHkÛd1öH‰Ù1ÛH‰\$‰\$H‰\$ Hƒù�|nHù�ʚ;}e1ÛH‰\$8H»�÷‘w���HóH‰\$(‰Ë‰\$0H����H‰$è����H‹����H‹T$(‹L$0H‰T$H‰T$P‰L$‰L$XH‰D$ H‰D$`è����HƒÄ@ÃH‰ÍI¹³”Ö&è .H‰ÈI÷éH‰ÓHÁûHÁý?H)ëHÞHiÛ�ʚ;H)ÙHƒù�cÿÿÿHÁ�ʚ;HÿÎéTÿÿÿ‰�éÞþÿÿè����é‰þÿÿ������P
��*runtime.racefuncenter���Ä
�� runtime.raceread���à
�� runtime.raceread���¸��time.Local���Ê
�� runtime.raceread���Ø��time.Local���¬
��(runtime.racefuncexit���Ü
��0runtime.morestack_noctxt���@€��"".autotmp_0947�/type.time.Time�"".autotmp_0946��type.int64�"".autotmp_0945��type.int64�"".autotmp_0944��type.int64�"".autotmp_0943��type.int64�"".autotmp_0942��type.int64�"".autotmp_0941��type.int64� "".~r0�_type.time.Time�syscall.ft·2�o,type.*syscall.Filetime� "".~r0�type.time.Time�
"".fs��"type.*"".fileStat�€€€a�€�b±��':ƒ1k�Tgclocals·1a1af2687cd8b5e4f905522f11cc634c�Tgclocals·da251dd59db58ce228b72667fcf3be9d���JC:/workdir/go/src/os/types_windows.goþ$"".(*fileStat).Sys��À��¾eH‹ %(���H‹‰����H;avBHƒìH‹\$H‰$è����1ÛH‹D$Hƒø�tHƒÀH‰D$ H����H‰\$è����HƒÄÉ�ëÝè����ë¡
������H
��*runtime.racefuncenter���‚��Htype.*syscall.Win32FileAttributeData���–
��(runtime.racefuncexit���²
��0runtime.morestack_noctxt���0�� "".~r0�"type.interface {}�
"".fs��"type.*"".fileStat�9 �`�l`��#'�Tgclocals·cad14e25fd48dddd762418d02c031d67�Tgclocals·69c1753bd5f81501d95132d08af04464���JC:/workdir/go/src/os/types_windows.goþ2"".(*fileStat).loadFileId�� ��ŽeH‹ %(���H‹‰����HD$ðH;A†^��Hì���H‹œ$���H‰$è����1ÛH‰œ$ ���H‰œ$¨���H‹œ$˜���H‰$Hƒ<$�„��Hƒ$4è����H‹œ$˜���H‰\$Hƒ|$�„â��HƒD$4Ç$���H����H‰D$è����ƒø�…¨��H‹œ$˜���H‰$Hƒ$@è����H‹Œ$˜���H‹YHHƒû�u%1ÛH‰œ$ ���H‰œ$¨���è����è����HÄ���ÃH‰ $Hƒ$@è����H‹´$˜���Hƒþ�„4��H^@H‹ H‰ $H‹KH‰L$è����H‹T$H‹L$H‹l$ H‰¬$ˆ���H‰Œ$€���Hƒù�t#H‰Œ$ ���H‰¬$¨���è����è����HÄ���ÃH‰$ÇD$����ÇD$ ����HÇD$����ÇD$���ÇD$���ÇD$ ����è����H‹t$(H‹l$0H‹T$8H‰”$ˆ���H‰¬$€���Hƒý�t#H‰¬$ ���H‰”$¨���è����è����HÄ���ÃH‰t$@H‰t$Ç$���H����H‰D$è����ƒø�…��H|$L1ÀHƒÇðè����H‰GüH‹\$@H‰$H\$LH‰\$è����H‹L$H‹T$H‰”$ˆ���H‰Œ$€���Hƒù�t#H‰Œ$ ���H‰”$¨���è����è����HÄ���ÃH‹œ$˜���H‰$Hƒ$@è����H‹„$˜���1íH‰h@H‰hHH‰$Hƒ$Pè����H‹„$˜���‹l$h‰hPH‰$Hƒ$Tè����H‹„$˜���‹l$x‰hTH‰$Hƒ$Xè����H‹œ$˜���‹l$|‰kX1ÛH‰œ$ ���H‰œ$¨���è����è����HÄ���Ðè����è����HÄ���ÉéÅýÿÿè����è����HÄ���É%����éýÿÿ‰%����éãüÿÿè����éyüÿÿ@������f
��*runtime.racefuncenter���Ì
��$sync.(*Mutex).Lock���¦��.sync.(*Mutex).Unlock·f���º
��"runtime.deferproc���ø
�� runtime.raceread���Ì
��&runtime.deferreturn���Ö
��(runtime.racefuncexit���‚
�� runtime.raceread���Ø
��4syscall.UTF16PtrFromString���Î
��&runtime.deferreturn���Ø
��(runtime.racefuncexit���Ü
��$syscall.CreateFile���Ò
��&runtime.deferreturn���Ü
��(runtime.racefuncexit���œ��,syscall.CloseHandle·f���°
��"runtime.deferproc���â
‚ � runtime.duffzero���š 
��Dsyscall.GetFileInformationByHandle���†

��&runtime.deferreturn���

��(runtime.racefuncexit���Ì

��"runtime.racewrite���Œ 
��"runtime.racewrite���Æ 
��"runtime.racewrite���€ 
��"runtime.racewrite���Π
��&runtime.deferreturn���Ø 
��(runtime.racefuncexit���ô 
��&runtime.deferreturn���þ 
��(runtime.racefuncexit���¨ 
��&runtime.deferreturn���² 
��(runtime.racefuncexit���ü 
��0runtime.morestack_noctxt���0 ��"".autotmp_0954��type.error�"".autotmp_0953��type.error�"".i�‡Htype.syscall.ByHandleFileInformation�"".h�Ÿ&type.syscall.Handle� "".err�type.error� "".~r0�type.error�
"".fs��"type.*"".fileStat�j& ÐŸ €Ÿ Ÿ ™Ÿ £Ÿ Ÿ Ÿ +��¢p&21!@(('P Q+*  (% .- �"�23ç5$€k�Tgclocals·cad14e25fd48dddd762418d02c031d67�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���JC:/workdir/go/src/os/types_windows.goþ"".sameFile��à��ØeH‹ %(���H‹‰����H;a†H��Hƒì(H‹\$(H‰$è����H‹\$0H‰$è����H‹L$H‹D$H‰D$ H‰L$Hƒù�tÆD$@�è����HƒÄ(ÃH‹\$8H‰$è����H‹L$H‹D$H‰D$ H‰L$Hƒù�tÆD$@�è����HƒÄ(ÃH‹\$0H‰$Hƒ$Pè����H‹\$8H‰$Hƒ$Pè����H‹L$0‹YPL‹D$8A‹hP9ë……���H‰ $Hƒ$Tè����H‹\$8H‰$Hƒ$Tè����H‹L$0‹YTL‹D$8A‹hT9ë”À<�tCH‰ $Hƒ$Xè����H‹\$8H‰$Hƒ$Xè����H‹l$0‹]XL‹D$8A‹hX9ë”D$@è����HƒÄ(ÃÆD$@�ëï1Àë®è����é”þÿÿ������P
��*runtime.racefuncenter���l
��2"".(*fileStat).loadFileId���´
��(runtime.racefuncexit���Ú
��2"".(*fileStat).loadFileId���¢
��(runtime.racefuncexit���Ò
�� runtime.raceread���ø
�� runtime.raceread���Æ
�� runtime.raceread���ì
�� runtime.raceread���¼
�� runtime.raceread���â
�� runtime.raceread���œ
��(runtime.racefuncexit���Æ
��0runtime.morestack_noctxt���0P��
"".autotmp_0956��type.error�"".e�type.error� "".~r2� type.bool� "".fs2�"type.*"".fileStat� "".fs1��"type.*"".fileStat�$PDOP6OP¼OP�ð�>º    È� �'É�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·23e8278e2b69a3a75fa59b23c49ed6ad���JC:/workdir/go/src/os/types_windows.goþ"".atime��À��ºeH‹ %(���H‹‰����H;a†¹��HƒìpH‹\$pH‰$è����1ÛH‰œ$ˆ���‰œ$���H‰œ$˜���H‹œ$€���H‰$H‹\$xH‹[HÿÓH‹L$H‹D$HÇD$(����H����H‰$H‰L$0H‰L$H‰D$8H‰D$H\$(H‰\$è����H‹D$(Hƒø�„ ��HƒÀ H‰D$ H‰$Hƒ$è����H‹\$ H‰$è����H‹D$ ‹XHÁ㠋(HëH½�€>ÕÞ±H)ëHkÛd1öH‰Ù1ÛH‰\$@‰\$HH‰\$PHƒù�|wHù�ʚ;}n1ÛH‰\$hH»�÷‘w���HóH‰\$X‰Ë‰\$`H����H‰$è����H‹����H‹T$X‹L$`H‰T$@H‰”$ˆ���‰L$H‰Œ$���H‰D$PH‰„$˜���è����HƒÄpÃH‰ÍI¹³”Ö&è .H‰ÈI÷éH‰ÓHÁûHÁý?H)ëHÞHiÛ�ʚ;H)ÙHƒù�ZÿÿÿHÁ�ʚ;HÿÎéKÿÿÿ‰�éÙþÿÿè����é#þÿÿ������P
��*runtime.racefuncenter���´�������ä��Htype.*syscall.Win32FileAttributeData���²
��"runtime.assertE2T���þ
�� runtime.raceread���š
�� runtime.raceread���ò��time.Local���„
�� runtime.raceread���’��time.Local���ø
��(runtime.racefuncexit���¨
��0runtime.morestack_noctxt���Pà��"".autotmp_0967�/type.time.Time�"".autotmp_0966��type.int64�"".autotmp_0965��type.int64�"".autotmp_0964��type.int64�"".autotmp_0963��type.int64�"".autotmp_0962��type.int64�"".autotmp_0961��type.int64�"".autotmp_0959�Htype.*syscall.Win32FileAttributeData�"".autotmp_0958�"type.interface {}� "".~r0�_type.time.Time�syscall.ft·2�Ÿ,type.*syscall.Filetime� "".~r1� type.time.Time�
"".fi�� type."".FileInfo�àæßà[�à�ÔŽ ��'q&ƒ:e�Tgclocals·b7536ea38d4590b6ad30f9701020154f�Tgclocals·aef93085905fead704d4d8f60b6d1736���JC:/workdir/go/src/os/types_windows.goþ"".glob.func1��€��|eH‹ %(���H‹‰����H;av!HƒìH‹\$H‰$è����ÆD$ è����HƒÄÃè����ëÂ������H
��*runtime.racefuncenter���\
��(runtime.racefuncexit���p
��0runtime.morestack_noctxt���0�� "".~r1� type.bool� �@�*@�
�#�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���:C:/workdir/go/src/os/getwd.goþ"".init��€��äeH‹ %(���H‹‰����H;a†Ž��HƒìXH‹\$XH‰$è����H����H‰$è����¶����€û�t-H����H‰$è����¶����€ûu
è����HƒÄXÃè���� H����H‰$è����Æ����è����è����è����è����è����è����H����H‰$HÇD$���è����H‹\$H‰\$HH‹\$H‰\$PH����H‰$è����H‹\$HH‰����H‹\$P€=�����…‰��H‰����H����H‰$HÇD$���è����H‹\$H‰\$HH‹\$H‰\$PH����H‰$è����H‹\$HH‰����H‹\$P€=�����… ��H‰����H����H‰$HÇD$���è����H‹\$H‰\$HH‹\$H‰\$PH����H‰$è����H‹\$HH‰����H‹\$P€=�����…‘��H‰����H����H‰$HÇD$���è����H‹\$H‰\$HH‹\$H‰\$PH����H‰$è����H‹\$HH‰����H‹\$P€=�����…��H‰����HÇD$8���H����H‰$è����H����H‰$H����H‰\$H����H‰\$H\$8H‰\$HÇD$ ����è����H‹\$(H‰����H‹\$0€=�����…‚��H‰����HÇD$8 ���H����H‰$è����H����H‰$H����H‰\$H����H‰\$H\$8H‰\$HÇD$ ����è����H‹\$(H‰����H‹\$0€=�����…ï��H‰����H����H‰$è����H‹����H‰$H����H‰\$HÇD$
���è����H‹\$H‰\$@H����H‰$è����H‹\$@€=�����…m��H‰����H����H‰$è����H‹����H‰$H����H‰\$HÇD$ ���è����H‹\$H‰\$@H����H‰$è����H‹\$@€=�����…ë���H‰����H����H‰$è����H‹����H‰$H����H‰\$HÇD$ ���è����H‹\$H‰\$@H����H‰$è����H‹\$@€=�����upH‰����H����H‰$è����H����€=�����u2H‰����è����è����H����H‰$è����Æ����è����HƒÄXÃH-����H‰,$H‰\$è����ë¾H-����H‰,$H‰\$è����ë€H-����H‰,$H‰\$è����éÿÿÿH-����H‰,$H‰\$è����é€þÿÿH-����H‰,$H‰\$è����éþýÿÿH-����H‰,$H‰\$è����ékýÿÿH-����H‰,$H‰\$è����éØüÿÿH-����H‰,$H‰\$è����é\üÿÿH-����H‰,$H‰\$è����éàûÿÿH-����H‰,$H‰\$è����édûÿÿè����éNúÿÿø������P
��*runtime.racefuncenter���^��"".initdone·���p
�� runtime.raceread���~��"".initdone·���–��"".initdone·���¨
�� runtime.raceread���¶��"".initdone·���Ê
��(runtime.racefuncexit���Þ
��"runtime.throwinit���ð��"".initdone·���‚
��"runtime.racewrite���Ž�"".initdone·���š
��time.init���¤
��syscall.init���®
��runtime.init���¸
��io.init���Â
��:internal/syscall/windows.init���Ì
��sync.init���Ú��8go.string."invalid argument"���þ
��errors.New���´��"".ErrInvalid���Æ
��"runtime.racewrite���Þ��"".ErrInvalid���ô�6runtime.writeBarrierEnabled����"".ErrInvalid���ž��:go.string."permission denied"���Â
��errors.New���ø�� "".ErrPermission���Š
��"runtime.racewrite���¢�� "".ErrPermission���¸�6runtime.writeBarrierEnabled���Ô� "".ErrPermission���â��>go.string."file already exists"���†
��errors.New���¼��"".ErrExist���Î
��"runtime.racewrite���æ��"".ErrExist���ü�6runtime.writeBarrierEnabled���˜�"".ErrExist���¦��>go.string."file does not exist"���Ê
��errors.New���€��"".ErrNotExist���’
��"runtime.racewrite���ª��"".ErrNotExist���À�6runtime.writeBarrierEnabled���Ü�"".ErrNotExist���ü��"".Interrupt���Ž 
��"runtime.racewrite���œ ��&type.syscall.Signal���² ��type."".Signal���Ê ��@go.itab.syscall.Signal."".Signal���„

��runtime.convT2I���œ
��"".Interrupt���²
�6runtime.writeBarrierEnabled���Î
�"".Interrupt���î
��"".Kill���€ 
��"runtime.racewrite���Ž ��&type.syscall.Signal���¤ ��type."".Signal���¼ ��@go.itab.syscall.Signal."".Signal���ö 
��runtime.convT2I���Ž ��"".Kill���¤ �6runtime.writeBarrierEnabled���À �"".Kill���Î ��syscall.Stdin���à 
�� runtime.raceread���î ��syscall.Stdin���„ ��,go.string."/dev/stdin"���ª 
��"".NewFile���Ì ��"".Stdin���Þ 
��"runtime.racewrite���ô �6runtime.writeBarrierEnabled�����"".Stdin���ž��syscall.Stdout���°
�� runtime.raceread���¾��syscall.Stdout���Ô��.go.string."/dev/stdout"���ú
��"".NewFile���œ��"".Stdout���®
��"runtime.racewrite���Ä�6runtime.writeBarrierEnabled���à��"".Stdout���î��syscall.Stderr���€
�� runtime.raceread���Ž��syscall.Stderr���¤��.go.string."/dev/stderr"���Ê
��"".NewFile���ì��"".Stderr���þ
��"runtime.racewrite���”�6runtime.writeBarrierEnabled���¨��"".Stderr���¶��"".useSyscallwd���È
��"runtime.racewrite���Ö�� "".glob.func1·f���â�6runtime.writeBarrierEnabled���ö��"".useSyscallwd���€
��"".init.1���Š
��"".init.2���˜��"".initdone·���ª
��"runtime.racewrite���¶�"".initdone·���Â
��(runtime.racefuncexit���Ú��"".useSyscallwd���ö
��.runtime.writebarrierptr���ˆ��"".Stderr���¤
��.runtime.writebarrierptr���¶��"".Stdout���Ò
��.runtime.writebarrierptr���ê��"".Stdin���†
��.runtime.writebarrierptr���ž�"".Kill���º
��.runtime.writebarrierptr���Ò�"".Interrupt���î
��.runtime.writebarrierptr���†�"".ErrNotExist���¢
��.runtime.writebarrierptr���º�"".ErrExist���Ö
��.runtime.writebarrierptr���î� "".ErrPermission���Š
��.runtime.writebarrierptr���¢�"".ErrInvalid���¾
��.runtime.writebarrierptr���Ò
��0runtime.morestack_noctxt����°��"".autotmp_0976��type.*"".File�"".autotmp_0975��type.*"".File�"".autotmp_0974�/type.*"".File�"".autotmp_0973��&type.syscall.Signal�"".autotmp_0972�?&type.syscall.Signal�"".autotmp_0971��type.error�"".autotmp_0970��type.error�"".autotmp_0969��type.error�"".autotmp_0968�type.error�(°O¯°»¯°–�Rªˆò´'+4N�”ت»bbbbyy@hhd?'®+­®m?>A@Aº�H�'»>$>$>$>¨)?)?%Ý�Tgclocals·7d2d5fca80364273fb07d5820a76fef4�Tgclocals·6910e19bd0d31b4222b21d8d53042f42���
JC:/workdir/go/src/os/types_windows.go:C:/workdir/go/src/os/error.goDC:/workdir/go/src/os/exec_posix.go8C:/workdir/go/src/os/file.go:C:/workdir/go/src/os/getwd.goþ*type..hash."".dirInfo�€��ôeH‹ %(���H‹‰����H;a†Ö���Hƒì H‹\$ H‰$è����H‹\$(H‰$Hƒ<$�„¤���H‹\$0H‰\$HÇD$M��è����H‹D$H‹\$(H‰$Hƒ<$�tnH$P��H‰D$0H‰D$è����H‹D$H‹\$(H‰$Hƒ<$�t9H$`��H‰D$0H‰D$HÇD$���è����H‹D$H‰D$0H‰D$8è����HƒÄ É%����뾉%����뉉%����éPÿÿÿè����éÿÿÿ������P
��*runtime.racefuncenter���¨
��runtime.memhash���€
��runtime.strhash���ê
��runtime.memhash���’
��(runtime.racefuncexit���â
��0runtime.morestack_noctxt���0@��
"".autotmp_0979��type.uintptr�"".autotmp_0978��type.uintptr� "".~r2� type.uintptr�"".h�type.uintptr�"".p�� type.*"".dirInfo�@³?@.�€�€� �'Ù�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���FC:/workdir/go/src/os/dir_windows.goþ&type..eq."".dirInfo�À��´eH‹ %(���H‹‰����H;a†ö��HƒìHH‹\$HH‰$è����H‹L$PHƒù�„Î��H‹\$XHƒû�„¸��H‰ $H‰\$HÇD$L��è����¶\$€û�uÆD$`�è����HƒÄHÃH‹\$PH‰$H$L��è����H‹\$XH‰$H$L��è����H‹D$P¶˜L��L‹D$XA¶¨L��@8ëtÆD$`�è����HƒÄHÃH‰$H$P��è����H‹\$PHƒû�„��H‹«P��H‰l$8H‹«X��H‰l$@H‹\$XH‰$H$P��è����H‹T$@H‹\$XHƒû�„¿���H‹‹P��H‰L$(H‹ƒX��H‰D$0H9Â…���H‹l$8H‰,$H‰T$H‰L$H‰D$è����¶\$ €û�thH‹\$PH‰$H$`��è����H‹\$XH‰$H$`��è����H‹l$P¶`��L‹D$XA¶¨`��@8ëtÆD$`�è����HƒÄHÃÆD$`è����HƒÄHÃÆD$`�è����HƒÄHÉé:ÿÿÿ‰éñþÿÿ‰éAþÿÿ‰é+þÿÿè����éæýÿÿ ������P
��*runtime.racefuncenter���º
�� runtime.memequal���â
��(runtime.racefuncexit���˜
�� runtime.raceread���Ä
�� runtime.raceread���”
��(runtime.racefuncexit����� runtime.raceread���º
�� runtime.raceread���Þ
�� runtime.eqstring���ž
�� runtime.raceread���Ê
�� runtime.raceread���š
��(runtime.racefuncexit���¸
��(runtime.racefuncexit���Ö
��(runtime.racefuncexit���¢
��0runtime.morestack_noctxt���0��
"".autotmp_0983�?type.string�"".autotmp_0982�type.string� "".~r2� type.bool�"".q� type.*"".dirInfo�"".p�� type.*"".dirInfo�J[X‚,� � ��'õR²�Tgclocals·51af24152615272c3d9efc8538f95767�Tgclocals·44750c784da4dd430afdd97fea5c405a���FC:/workdir/go/src/os/dir_windows.goþ"".File.isdir� ��”eH‹ %(���H‹‰����H;avjHƒìH‹Y H…Ût H|$H9;uH‰#H‹\$H‰$è����H‹D$1íH9èt2H‰D$H‰$Hƒ$è����H‹l$H‹]1íH9ë•ÀˆD$ è����HƒÄÃ1Àëîè����évÿÿÿ
������t
��*runtime.racefuncenter���²
�� runtime.raceread���æ
��(runtime.racefuncexit���‚
��0runtime.morestack_noctxt��� ��"".f�type.*"".file� "".~r0�type.bool�""..this��type."".File� a ����9�Tgclocals·32bd5c6dc84e3e86dd35593b3922d3aa�Tgclocals·0c8aa8e80191a30eac23f1a218103f16���<autogenerated>þ"".File.close� ��”eH‹ %(���H‹‰����H;avjHƒì(H‹Y H…Ût H|$0H9;uH‰#H‹\$(H‰$è����1ÛH‰\$8H‰\$@H‹\$0H‰$è����H‹L$H‹D$H‰L$H‰L$8H‰D$ H‰D$@è����HƒÄ(Ãè����évÿÿÿ
������t
��*runtime.racefuncenter���¨
�� "".(*file).close���î
��(runtime.racefuncexit���‚
��0runtime.morestack_noctxt���0P��"".autotmp_0985�type.error� "".~r0�type.error�""..this��type."".File�PeOP����9=�Tgclocals·cad14e25fd48dddd762418d02c031d67�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���<autogenerated>þ "".(*File).isdir�À��¶eH‹ %(���H‹‰����H;av{HƒìH‹Y H…Ût H|$H9;uH‰#H‹\$H‰$è����H‹\$H‰$è����H‹\$H‹1íH9èt2H‰D$H‰$Hƒ$è����H‹l$H‹]1íH9ë•ÀˆD$ è����HƒÄÃ1Àëîè����éeÿÿÿ ������t
��*runtime.racefuncenter���
�� runtime.raceread���Ô
�� runtime.raceread���ˆ
��(runtime.racefuncexit���¤
��0runtime.morestack_noctxt��� ��"".f�type.*"".file� "".~r0�type.bool�""..this��type.*"".File� r � � ��90�Tgclocals·32bd5c6dc84e3e86dd35593b3922d3aa�Tgclocals·0c8aa8e80191a30eac23f1a218103f16���<autogenerated>þ "".(*File).close�À��¶eH‹ %(���H‹‰����H;av{Hƒì(H‹Y H…Ût H|$0H9;uH‰#H‹\$(H‰$è����1ÛH‰\$8H‰\$@H‹\$0H‰$è����H‹\$0H‹+H‰,$è����H‹L$H‹D$H‰L$H‰L$8H‰D$ H‰D$@è����HƒÄ(Ãè����éeÿÿÿ ������t
��*runtime.racefuncenter���¨
�� runtime.raceread���Ê
�� "".(*file).close���
��(runtime.racefuncexit���¤
��0runtime.morestack_noctxt���0P��"".autotmp_0987�type.error� "".~r0�type.error�""..this��type.*"".File�PvOP� �
 ��9N�Tgclocals·cad14e25fd48dddd762418d02c031d67�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���<autogenerated>þ*"".(*FileMode).String��à��ÜeH‹ %(���H‹‰����H;a†Ê���Hƒì@H‹Y H…Ût H|$HH9;uH‰#H‹\$@H‰$è����1ÛH‰\$PH‰\$XH‹\$H1íH9ëuEH����H‰$HÇD$���H����H‰\$HÇD$���H����H‰\$ HÇD$(���è���� H‹\$HH‰$è����H‹\$H‹+‰,$è����H‹L$H‹D$H‰L$0H‰L$PH‰D$8H‰D$Xè����HƒÄ@Ãè����éÿÿÿ������|
��*runtime.racefuncenter���º��go.string."os"���â��(go.string."FileMode"���Œ��$go.string."String"���²
��"runtime.panicwrap���Ò
�� runtime.raceread���ð
��$"".FileMode.String���¶
��(runtime.racefuncexit���Ê
��0runtime.morestack_noctxt���0€��"".autotmp_0988�type.string� "".~r0�type.string�""..this��"type.*"".FileMode�€Å€ �ð� ð��=�Tgclocals·69076ee43f1cead0792b9f36906b1b56�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���<autogenerated>þ("".(*FileMode).IsDir�� ��˜eH‹ %(���H‹‰����H;a†¨���Hƒì0H‹Y H…Ût H|$8H9;uH‰#H‹\$0H‰$è����H‹\$81íH9ëuEH����H‰$HÇD$���H����H‰\$HÇD$���H����H‰\$ HÇD$(���è���� H‹\$8H‰$è����H‹\$8‹ã���€ƒû�•ÀˆD$@è����HƒÄ0Ãè����é4ÿÿÿ������|
��*runtime.racefuncenter���¢��go.string."os"���Ê��(go.string."FileMode"���ô��"go.string."IsDir"���š
��"runtime.panicwrap���º
�� runtime.raceread���ò
��(runtime.racefuncexit���†
��0runtime.morestack_noctxt��� `�� "".~r0�type.bool�""..this��"type.*"".FileMode�`£_`�Ð�Ð� �=“�Tgclocals·3f5c1f818fa7055d0400cecd34057162�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ0"".(*FileMode).IsRegular�� ��˜eH‹ %(���H‹‰����H;a†¨���Hƒì0H‹Y H…Ût H|$8H9;uH‰#H‹\$0H‰$è����H‹\$81íH9ëuEH����H‰$HÇD$���H����H‰\$HÇD$���H����H‰\$ HÇD$( ���è���� H‹\$8H‰$è����H‹\$8‹ã���ƒû�”ÀˆD$@è����HƒÄ0Ãè����é4ÿÿÿ������|
��*runtime.racefuncenter���¢��go.string."os"���Ê��(go.string."FileMode"���ô��*go.string."IsRegular"���š
��"runtime.panicwrap���º
�� runtime.raceread���ò
��(runtime.racefuncexit���†
��0runtime.morestack_noctxt��� `�� "".~r0�type.bool�""..this��"type.*"".FileMode�`£_`�Ð�Ð� �=“�Tgclocals·3f5c1f818fa7055d0400cecd34057162�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ&"".(*FileMode).Perm�� ��ŒeH‹ %(���H‹‰����H;a†¢���Hƒì0H‹Y H…Ût H|$8H9;uH‰#H‹\$0H‰$è����H‹\$81íH9ëuEH����H‰$HÇD$���H����H‰\$HÇD$���H����H‰\$ HÇD$(���è���� H‹\$8H‰$è����H‹\$8‹ãÿ��‰\$@è����HƒÄ0Ãè����é:ÿÿÿ������|
��*runtime.racefuncenter���¢��go.string."os"���Ê��(go.string."FileMode"���ô�� go.string."Perm"���š
��"runtime.panicwrap���º
�� runtime.raceread���æ
��(runtime.racefuncexit���ú
��0runtime.morestack_noctxt��� `�� "".~r0� type."".FileMode�""..this��"type.*"".FileMode�`_`�Ð�Ð� �=“�Tgclocals·3f5c1f818fa7055d0400cecd34057162�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ""".FileInfo.IsDir�à��ØeH‹ %(���H‹‰����H;avOHƒìH‹Y H…Ût H|$H9;uH‰#H‹\$H‰$è����H‹\$ H‰$H‹\$H‹[ ÿÓ¶\$ˆ\$(è����HƒÄÃè����ë”
������t
��*runtime.racefuncenter��� �������¸
��(runtime.racefuncexit���Ì
��0runtime.morestack_noctxt���0 �� "".~r0� type.bool�""..this�� type."".FileInfo� J �p�p�
�97�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ&"".FileInfo.ModTime�à��ÈeH‹ %(���H‹‰����H;a†€���Hƒì8H‹Y H…Ût H|$@H9;uH‰#H‹\$8H‰$è����1ÛH‰\$P‰\$XH‰\$`H‹\$HH‰$H‹\$@H‹[(ÿÓH‹T$‹L$H‹D$H‰T$ H‰T$P‰L$(‰L$XH‰D$0H‰D$`è����HƒÄ8Ãè����é\ÿÿÿ
������|
��*runtime.racefuncenter���È�������¢
��(runtime.racefuncexit���¶
��0runtime.morestack_noctxt���Pp��"".autotmp_0993�/type.time.Time� "".~r0� type.time.Time�""..this�� type."".FileInfo�p{op�°�°��=S �Tgclocals·e6e574b02e3b9d44a75c7a6e0cbb8742�Tgclocals·f56b2291fa344104975cb6587be42b9b���<autogenerated>þ "".FileInfo.Mode�à��ÖeH‹ %(���H‹‰����H;avNHƒìH‹Y H…Ût H|$H9;uH‰#H‹\$H‰$è����H‹\$ H‰$H‹\$H‹[0ÿӋ\$‰\$(è����HƒÄÃè����ë•
������t
��*runtime.racefuncenter��� �������¶
��(runtime.racefuncexit���Ê
��0runtime.morestack_noctxt���0 �� "".~r0�  type."".FileMode�""..this�� type."".FileInfo� I �p�p�
�97�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ "".FileInfo.Name� �� eH‹ %(���H‹‰����H;avpHƒì(H‹Y H…Ût H|$0H9;uH‰#H‹\$(H‰$è����1ÛH‰\$@H‰\$HH‹\$8H‰$H‹\$0H‹[8ÿÓH‹L$H‹D$H‰L$H‰L$@H‰D$ H‰D$Hè����HƒÄ(Ãè����épÿÿÿ
������t
��*runtime.racefuncenter���¸�������ú
��(runtime.racefuncexit���Ž
��0runtime.morestack_noctxt���@P��"".autotmp_0995�type.string� "".~r0� type.string�""..this�� type."".FileInfo�PkOP
����9C�Tgclocals·a4eefca4bbbae1af180702e564a8cc49�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���<autogenerated>þ "".FileInfo.Size�à��ÚeH‹ %(���H‹‰����H;avPHƒìH‹Y H…Ût H|$H9;uH‰#H‹\$H‰$è����H‹\$ H‰$H‹\$H‹[@ÿÓH‹\$H‰\$(è����HƒÄÃè����ë“
������t
��*runtime.racefuncenter��� �������º
��(runtime.racefuncexit���Î
��0runtime.morestack_noctxt���0 �� "".~r0� type.int64�""..this�� type."".FileInfo� K
�p�p�
�97�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ"".FileInfo.Sys� �� eH‹ %(���H‹‰����H;avpHƒì(H‹Y H…Ût H|$0H9;uH‰#H‹\$(H‰$è����1ÛH‰\$@H‰\$HH‹\$8H‰$H‹\$0H‹[HÿÓH‹L$H‹D$H‰L$H‰L$@H‰D$ H‰D$Hè����HƒÄ(Ãè����épÿÿÿ
������t
��*runtime.racefuncenter���¸�������ú
��(runtime.racefuncexit���Ž
��0runtime.morestack_noctxt���@P��"".autotmp_0997�"type.interface {}� "".~r0� "type.interface {}�""..this�� type."".FileInfo�PkOP
����9C�Tgclocals·19b49d53e9c11805652fa4c0885cbb29�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���<autogenerated>þ*type..hash."".Process�€��òeH‹ %(���H‹‰����H;av\Hƒì H‹\$ H‰$è����H‹\$(H‰$Hƒ<$�t1H‹\$0H‰\$HÇD$���è����H‹D$H‰D$0H‰D$8è����HƒÄ É%����ëÆè����ë‡
������H
��*runtime.racefuncenter���˜
��runtime.memhash�����(runtime.racefuncexit���æ
��0runtime.morestack_noctxt���0@�� "".~r2� type.uintptr�"".h�type.uintptr�"".p�� type.*"".Process�@N?@�€�€�
�#]�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���FC:/workdir/go/src/os/dir_windows.goþ&type..eq."".Process�À��¸eH‹ %(���H‹‰����H;av|Hƒì H‹\$ H‰$è����H‹\$(H‰$Hƒ<$�tQH‹\$0H‰\$Hƒ|$�t6HÇD$���è����¶\$€û�uÆD$8�è����HƒÄ ÃÆD$8è����HƒÄ É%����ëÁ‰%����ë¦è����édÿÿÿ ������H
��*runtime.racefuncenter���¨
�� runtime.memequal���Ð
��(runtime.racefuncexit���î
��(runtime.racefuncexit���¦
��0runtime.morestack_noctxt���0@�� "".~r2� type.bool�"".q� type.*"".Process�"".p�� type.*"".Process�@V?@?@ � � �
�#}�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���FC:/workdir/go/src/os/dir_windows.goþ "".Signal.Signal�à��ÆeH‹ %(���H‹‰����H;avFHƒìH‹Y H…Ût H|$H9;uH‰#H‹\$H‰$è����H‹\$H‰$H‹\$H‹[ ÿÓè����HƒÄÃè����ë
������t
��*runtime.racefuncenter��� �������¦
��(runtime.racefuncexit���º
��0runtime.morestack_noctxt��� ��""..this��type."".Signal�A�p� p�
�97�Tgclocals·2a1dd1e1e59d0a384c26951e316cd7e6�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ "".Signal.String� �� eH‹ %(���H‹‰����H;avpHƒì(H‹Y H…Ût H|$0H9;uH‰#H‹\$(H‰$è����1ÛH‰\$@H‰\$HH‹\$8H‰$H‹\$0H‹[(ÿÓH‹L$H‹D$H‰L$H‰L$@H‰D$ H‰D$Hè����HƒÄ(Ãè����épÿÿÿ
������t
��*runtime.racefuncenter���¸�������ú
��(runtime.racefuncexit���Ž
��0runtime.morestack_noctxt���@P��"".autotmp_1000�type.string� "".~r0� type.string�""..this��type."".Signal�PkOP
��"��9C�Tgclocals·a4eefca4bbbae1af180702e564a8cc49�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���<autogenerated>þ4type..hash."".ProcessState�€��öeH‹ %(���H‹‰����H;a†—���Hƒì H‹\$ H‰$è����H‹\$(H‰$Hƒ<$�tlH‹\$0H‰\$HÇD$ ���è����H‹D$H‹\$(H‰$Hƒ<$�t6Hƒ$H‰D$0H‰D$HÇD$���è����H‹D$H‰D$0H‰D$8è����HƒÄ É%����ëÁ‰%����ë‹è����éEÿÿÿ ������P
��*runtime.racefuncenter��� 
��runtime.memhash���„
��runtime.memhash���¬
��(runtime.racefuncexit���ä
��0runtime.morestack_noctxt���0@��"".autotmp_1002��type.uintptr� "".~r2� type.uintptr�"".h�type.uintptr�"".p��*type.*"".ProcessState�@€?@!�À�À� �'™�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���FC:/workdir/go/src/os/dir_windows.goþ0type..eq."".ProcessState�À��ºeH‹ %(���H‹‰����H;a†ù���HƒìH‹\$H‰$è����H‹\$ H‰$è����H‹\$(H‰$è����H‹D$ H‹L$(H‹H‹)H9ëtÆD$0�è����HƒÄÃHƒÀHƒÁH‰L$H‰D$H‰$è����H‹\$H‰$è����H‹l$‹]�L‹D$A‹(9ëtÆD$0�è����HƒÄÃH‹\$ H‰$Hƒ$è����H‹\$(H‰$Hƒ$è����H‹l$ H‹]L‹D$(I‹hH9ëtÆD$0�è����HƒÄÃÆD$0è����HƒÄÃè����éãþÿÿ������P
��*runtime.racefuncenter���l
�� runtime.raceread���ˆ
�� runtime.raceread���Æ
��(runtime.racefuncexit���†
�� runtime.raceread���¢
�� runtime.raceread���Þ
��(runtime.racefuncexit���Ž
�� runtime.raceread���´
�� runtime.raceread���ö
��(runtime.racefuncexit���”
��(runtime.racefuncexit���¨
��0runtime.morestack_noctxt���00��
"".autotmp_1004�0type.*syscall.WaitStatus�"".autotmp_1003�0type.*syscall.WaitStatus� "".~r2� type.bool�"".q�*type.*"".ProcessState�"".p��*type.*"".ProcessState�*0M/0K/0K/0/0 � � ��'[,r�Tgclocals·51af24152615272c3d9efc8538f95767�Tgclocals·21a8f585a14d020f181242c5256583dc���FC:/workdir/go/src/os/dir_windows.goþ4type..hash."".SyscallError�à��ÒeH‹ %(���H‹‰����H;a†…���HƒìH‹\$H‰$è����H‹\$ H‰$Hƒ<$�tZH‹\$(H‰\$è����H‹D$H‹\$ H‰$Hƒ<$�t-Hƒ$H‰D$(H‰D$è����H‹D$H‰D$(H‰D$0è����HƒÄÉ%����ëʉ%����ëè����éWÿÿÿ ������P
��*runtime.racefuncenter���Ž
��runtime.strhash���à
��"runtime.interhash���ˆ
��(runtime.racefuncexit�����0runtime.morestack_noctxt���00��"".autotmp_1006��type.uintptr� "".~r2� type.uintptr�"".h�type.uintptr�"".p��*type.*"".SyscallError�0n/0#�°�°� �'‰�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���FC:/workdir/go/src/os/dir_windows.goþ0type..eq."".SyscallError�à��ÞeH‹ %(���H‹‰����H;a†‹��HƒìhH‹\$hH‰$è����H‹\$pH‰$è����H‹\$pHƒû�„U��H‹+H‰l$XH‹kH‰l$`H‹\$xH‰$è����H‹T$`H‹\$xHƒû�„��H‹ H‰L$HH‹CH‰D$PH9Â…ï���H‹l$XH‰,$H‰T$H‰L$H‰D$è����¶\$ €û�„Ä���H‹\$xH‰$Hƒ$è����H‹\$xHƒû�„›���H‹kH‰l$8H‹kH‰l$@H‹\$pH‰$Hƒ$è����H‹T$8H‹\$pHƒû�tbH‹CH‹KH‰L$0H‰D$(H9Ðu9H‰$H‰L$H‰T$H‹l$@H‰l$è����¶\$ €û�tƄ$€���è����HƒÄhÃƄ$€����è����HƒÄhÉ뚉é^ÿÿÿƄ$€����è����HƒÄhÉéÞþÿÿ‰é¤þÿÿè����éQþÿÿ������P
��*runtime.racefuncenter���l
�� runtime.raceread���È
�� runtime.raceread���Þ
�� runtime.eqstring��� 
�� runtime.raceread���ˆ
�� runtime.raceread���
��runtime.ifaceeq���¾
��(runtime.racefuncexit���â
��(runtime.racefuncexit���œ
��(runtime.racefuncexit���Ì
��0runtime.morestack_noctxt���0Ð��"".autotmp_1010�type.error�"".autotmp_1009�_type.error�"".autotmp_1008�?type.string�"".autotmp_1007�type.string� "".~r2� type.bool�"".q�*type.*"".SyscallError�"".p��*type.*"".SyscallError�2ÐÉÏÐÏÐÏÐ�°�°��'<KUDi�Tgclocals·9c91d8a91ac42440a3d1507bc8d2e808�Tgclocals·709ced5e74cbe4c0afb97d3c39ba72fd���FC:/workdir/go/src/os/dir_windows.goþ.type..hash."".PathError�à��ÄeH‹ %(���H‹‰����H;a†¾���HƒìH‹\$H‰$è����H‹\$ H‰$Hƒ<$�„Œ���H‹\$(H‰\$è����H‹D$H‹\$ H‰$Hƒ<$�t_Hƒ$H‰D$(H‰D$è����H‹D$H‹\$ H‰$Hƒ<$�t-Hƒ$ H‰D$(H‰D$è����H‹D$H‰D$(H‰D$0è����HƒÄÉ%����ëʉ%����똉%����éhÿÿÿè����éÿÿÿ������P
��*runtime.racefuncenter���–
��runtime.strhash���è
��runtime.strhash���º
��"runtime.interhash���â
��(runtime.racefuncexit���²
��0runtime.morestack_noctxt���00��
"".autotmp_1013��type.uintptr�"".autotmp_1012��type.uintptr� "".~r2� type.uintptr�"".h�type.uintptr�"".p��$type.*"".PathError�0›/06�ð�ð� �'É�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���FC:/workdir/go/src/os/dir_windows.goþ*type..eq."".PathError�à ��à eH‹ %(���H‹‰����H;a†L��HƒìhH‹\$hH‰$è����H‹\$pH‰$è����H‹\$pHƒû�„��H‹+H‰l$XH‹kH‰l$`H‹\$xH‰$è����H‹T$`H‹\$xHƒû�„Ü��H‹ H‰L$HH‹CH‰D$PH9Â…°��H‹l$XH‰,$H‰T$H‰L$H‰D$è����¶\$ €û�„…��H‹\$pH‰$Hƒ$è����H‹\$pHƒû�„\��H‹kH‰l$HH‹kH‰l$PH‹\$xH‰$Hƒ$è����H‹L$PH‹\$xHƒû�„��H‹SH‰T$XH‹CH‰D$`H9Á…ï���H‹l$HH‰,$H‰L$H‰T$H‰D$è����¶\$ €û�„Ä���H‹\$xH‰$Hƒ$ è����H‹\$xHƒû�„›���H‹k H‰l$8H‹k(H‰l$@H‹\$pH‰$Hƒ$ è����H‹T$8H‹\$pHƒû�tbH‹C H‹K(H‰L$0H‰D$(H9Ðu9H‰$H‰L$H‰T$H‹l$@H‰l$è����¶\$ €û�tƄ$€���è����HƒÄhÃƄ$€����è����HƒÄhÉ뚉é^ÿÿÿƄ$€����è����HƒÄhÉéÝþÿÿ‰éþÿÿƄ$€����è����HƒÄhÉéþÿÿ‰éãýÿÿè����éýÿÿ ������P
��*runtime.racefuncenter���l
�� runtime.raceread���È
�� runtime.raceread���Þ
�� runtime.eqstring��� 
�� runtime.raceread���ˆ
�� runtime.raceread��� 
�� runtime.eqstring���â
�� runtime.raceread���Ê
�� runtime.raceread���Ò
��runtime.ifaceeq���€
��(runtime.racefuncexit���¤
��(runtime.racefuncexit���Þ
��(runtime.racefuncexit���ž 
��(runtime.racefuncexit���Π
��0runtime.morestack_noctxt���0Ð��"".autotmp_1019�type.error�"".autotmp_1018�_type.error�"".autotmp_1017��type.string�"".autotmp_1016��type.string�"".autotmp_1015�?type.string�"".autotmp_1014�type.string� "".~r2� type.bool�"".q�$type.*"".PathError�"".p��$type.*"".PathError�>ÐêÏÐÏÐÏÐÏÐ�ð�ð�$�'<KULUDˆ�Tgclocals·42e7756549fd1f1e78e70fcb9f08dd2b�Tgclocals·5d4fd290f1d168e7b755e73db101e1fc���FC:/workdir/go/src/os/dir_windows.goþ.type..hash."".LinkError�À��¶eH‹ %(���H‹‰����H;a†÷���HƒìH‹\$H‰$è����H‹\$ H‰$Hƒ<$�„Å���H‹\$(H‰\$è����H‹D$H‹\$ H‰$Hƒ<$�„‘���Hƒ$H‰D$(H‰D$è����H‹D$H‹\$ H‰$Hƒ<$�t_Hƒ$ H‰D$(H‰D$è����H‹D$H‹\$ H‰$Hƒ<$�t-Hƒ$0H‰D$(H‰D$è����H‹D$H‰D$(H‰D$0è����HƒÄÉ%����ëʉ%����똉%����écÿÿÿ‰%����é/ÿÿÿè����éåþÿÿ������P
��*runtime.racefuncenter���–
��runtime.strhash���ð
��runtime.strhash���Â
��runtime.strhash���”
��"runtime.interhash���¼
��(runtime.racefuncexit���¤
��0runtime.morestack_noctxt���00�� "".autotmp_1023��type.uintptr�"".autotmp_1022��type.uintptr�"".autotmp_1021��type.uintptr� "".~r2� type.uintptr�"".h�type.uintptr�"".p��$type.*"".LinkError�0È/09� � � �'ù�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���FC:/workdir/go/src/os/dir_windows.goþ*type..eq."".LinkError�€ ��â eH‹ %(���H‹‰����H;a† ��HƒìhH‹\$hH‰$è����H‹\$pH‰$è����H‹\$pHƒû�„×��H‹+H‰l$XH‹kH‰l$`H‹\$xH‰$è����H‹T$`H‹\$xHƒû�„��H‹ H‰L$HH‹CH‰D$PH9Â…q��H‹l$XH‰,$H‰T$H‰L$H‰D$è����¶\$ €û�„F��H‹\$pH‰$Hƒ$è����H‹\$pHƒû�„��H‹kH‰l$HH‹kH‰l$PH‹\$xH‰$Hƒ$è����H‹L$PH‹\$xHƒû�„Ý��H‹SH‰T$XH‹CH‰D$`H9Á…°��H‹l$HH‰,$H‰L$H‰T$H‰D$è����¶\$ €û�„…��H‹\$pH‰$Hƒ$ è����H‹\$pHƒû�„\��H‹k H‰l$XH‹k(H‰l$`H‹\$xH‰$Hƒ$ è����H‹T$`H‹\$xHƒû�„��H‹K H‰L$HH‹C(H‰D$PH9Â…ï���H‹l$XH‰,$H‰T$H‰L$H‰D$è����¶\$ €û�„Ä���H‹\$xH‰$Hƒ$0è����H‹\$xHƒû�„›���H‹k0H‰l$8H‹k8H‰l$@H‹\$pH‰$Hƒ$0è����H‹T$8H‹\$pHƒû�tbH‹C0H‹K8H‰L$0H‰D$(H9Ðu9H‰$H‰L$H‰T$H‹l$@H‰l$è����¶\$ €û�tƄ$€���è����HƒÄhÃƄ$€����è����HƒÄhÉ뚉é^ÿÿÿƄ$€����è����HƒÄhÉéÝþÿÿ‰éþÿÿƄ$€����è����HƒÄhÉéþÿÿ‰éÜýÿÿƄ$€����è����HƒÄhÉé\ýÿÿ‰é"ýÿÿè����éÏüÿÿ(������P
��*runtime.racefuncenter���l
�� runtime.raceread���È
�� runtime.raceread���Þ
�� runtime.eqstring��� 
�� runtime.raceread���ˆ
�� runtime.raceread��� 
�� runtime.eqstring���â
�� runtime.raceread���Ê
�� runtime.raceread���â
�� runtime.eqstring���¤
�� runtime.raceread���Œ 
�� runtime.raceread���”

��runtime.ifaceeq���Â

��(runtime.racefuncexit���æ

��(runtime.racefuncexit���  
��(runtime.racefuncexit���à 
��(runtime.racefuncexit���  
��(runtime.racefuncexit���Р
��0runtime.morestack_noctxt���0Ð��"".autotmp_1031�type.error�"".autotmp_1030�_type.error�"".autotmp_1029��type.string�"".autotmp_1028��type.string�"".autotmp_1027��type.string�"".autotmp_1026��type.string�"".autotmp_1025�?type.string�"".autotmp_1024�type.string� "".~r2� type.bool�"".q�$type.*"".LinkError�"".p��$type.*"".LinkError�JЋÏÐÏÐÏÐÏÐÏÐ'�À�À�,�'<KULULUD·�Tgclocals·42e7756549fd1f1e78e70fcb9f08dd2b�Tgclocals·5d4fd290f1d168e7b755e73db101e1fc���FC:/workdir/go/src/os/dir_windows.goþ(type..hash.[7]string� ��ˆeH‹ %(���H‹‰����H;a† ���Hƒì(H‹\$(H‰$è����H‹T$81ÀHÇD$���H‹l$H9è}\H‰D$ H‰ÅH‰ÐHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$0Hƒû�tEHÁåHëH‰$H‰D$8H‰D$è����H‹T$H‹D$ HÿÀH‹l$H9è|¤H‰T$8H‰T$@è����HƒÄ(Éë·è����é<ÿÿÿ
������P
��*runtime.racefuncenter���Ž
��runtime.strhash���Ú
��(runtime.racefuncexit���ö
��0runtime.morestack_noctxt���0P��
"".autotmp_1034�type.int�"".autotmp_1033�type.int� "".~r2� type.uintptr�"".h�type.uintptr�"".p��type.*[7]string�P—OP�Ð�Ð� �'©�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���FC:/workdir/go/src/os/dir_windows.goþ$type..eq.[7]string�À��¦eH‹ %(���H‹‰����H;a†/��Hƒì`H‹\$`H‰$è����1ÀHÇD$0���H‹l$0H9èØ���H‰D$8H‹\$hH‰ÅH‰D$(HÁåHëH‰$è����H‹D$(H‹\$hHƒû�„Ç���H‰ÅHÁåHëH‹+H‰l$PH‹kH‰l$XH‹\$pH‰ÅHÁåHëH‰$è����H‹T$XH‹\$pHƒû�t}H‹l$(HÁåHëH‹ H‰L$@H‹CH‰D$HH9ÂuLH‹l$PH‰,$H‰T$H‰L$H‰D$è����¶\$ €û�t%H‹D$8HÿÀH‹l$0H9èŒ(ÿÿÿÆD$xè����HƒÄ`ÃÆD$x�è����HƒÄ`Éé|ÿÿÿ‰é2ÿÿÿè����é­þÿÿ������P
��*runtime.racefuncenter���Æ
�� runtime.raceread���Ô
�� runtime.raceread���ò
�� runtime.eqstring���Æ
��(runtime.racefuncexit���ä
��(runtime.racefuncexit���”
��0runtime.morestack_noctxt���0À��"".autotmp_1038�?type.string�"".autotmp_1037�type.string�"".autotmp_1036�_type.int�"".autotmp_1035�Otype.int�"".i�otype.int� "".~r2� type.bool�"".q�type.*[7]string�"".p��type.*[7]string�&À¿À¿À%�à�à��'‚Oh�Tgclocals·51af24152615272c3d9efc8538f95767�Tgclocals·44750c784da4dd430afdd97fea5c405a���FC:/workdir/go/src/os/dir_windows.goþ,type..hash."".fileStat�à��ÚeH‹ %(���H‹‰����H;a† ��Hƒì H‹\$ H‰$è����H‹\$(H‰$Hƒ<$�„×���H‹\$0H‰\$è����H‹D$H‹\$(H‰$Hƒ<$�„£���Hƒ$H‰D$0H‰D$HÇD$,���è����H‹D$H‹\$(H‰$Hƒ<$�thHƒ$@H‰D$0H‰D$è����H‹D$H‹\$(H‰$Hƒ<$�t6Hƒ$PH‰D$0H‰D$HÇD$ ���è����H‹D$H‰D$0H‰D$8è����HƒÄ É%����ëÁ‰%����돉%����éQÿÿÿ‰%����éÿÿÿè����éÓþÿÿ������P
��*runtime.racefuncenter���–
��runtime.strhash���‚
��runtime.memhash���Ô
��runtime.strhash���¸
��runtime.memhash���à
��(runtime.racefuncexit���È
��0runtime.morestack_noctxt���0@�� "".autotmp_1042��type.uintptr�"".autotmp_1041��type.uintptr�"".autotmp_1040��type.uintptr� "".~r2� type.uintptr�"".h�type.uintptr�"".p��"type.*"".fileStat�@Ú?@7�°�°� �'‰�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���FC:/workdir/go/src/os/dir_windows.goþ(type..eq."".fileStat�à ��à eH‹ %(���H‹‰����H;a† ��HƒìXH‹\$XH‰$è����H‹\$`H‰$è����H‹\$`Hƒû�„Ö��H‹+H‰l$HH‹kH‰l$PH‹\$hH‰$è����H‹T$PH‹\$hHƒû�„œ��H‹ H‰L$8H‹CH‰D$@H9Â…s��H‹l$HH‰,$H‰T$H‰L$H‰D$è����¶\$ €û�„H��H‹L$`Hƒù�„2��H‹D$hHƒÁHƒø�„��HƒÀH‰ $H‰D$HÇD$$���è����¶\$€û�uÆD$p�è����HƒÄXÃH‹D$`Hƒø�„Î��H‹L$hHƒÀ4Hƒù�„´��HƒÁ4H‰L$(H‰D$0H‰$è����H‹\$(H‰$è����H‹D$0‹L‹D$(A‹(9ë…i��H‰$Hƒ$è����H‹\$(H‰$Hƒ$è����H‹l$0‹]L‹D$(A‹h9ë…/��H‹\$`H‰$Hƒ$@è����H‹\$`Hƒû�„��H‹k@H‰l$8H‹kHH‰l$@H‹\$hH‰$Hƒ$@è����H‹L$@H‹\$hHƒû�„Æ���H‹S@H‰T$HH‹CHH‰D$PH9Á…œ���H‹l$8H‰,$H‰L$H‰T$H‰D$è����¶\$ €û�tuH‹\$`H‰$Hƒ<$�t\Hƒ$PH‹\$hH‰\$Hƒ|$�t<HƒD$PHÇD$ ���è����¶\$€û�uÆD$p�è����HƒÄXÃÆD$pè����HƒÄXÉ%����뻉%����ë›ÆD$p�è����HƒÄXÉé3ÿÿÿ‰éóþÿÿÆD$p�è����HƒÄXÉéEþÿÿ‰�é+þÿÿ‰�éáýÿÿ‰éÇýÿÿÆD$p�è����HƒÄXÉé]ýÿÿ‰é#ýÿÿè����éÐüÿÿ*������P
��*runtime.racefuncenter���l
�� runtime.raceread���È
�� runtime.raceread���Þ
�� runtime.eqstring���ô
�� runtime.memequal���œ
��(runtime.racefuncexit���˜
�� runtime.raceread���´
�� runtime.raceread���þ
�� runtime.raceread���¤
�� runtime.raceread���ü
�� runtime.raceread���ä
�� runtime.raceread���ü
�� runtime.eqstring���†

�� runtime.memequal���®

��(runtime.racefuncexit���Ì

��(runtime.racefuncexit���Ž 
��(runtime.racefuncexit���È 
��(runtime.racefuncexit���ž 
��(runtime.racefuncexit���Π
��0runtime.morestack_noctxt���0°��"".autotmp_1051��type.string�"".autotmp_1050��type.string�"".autotmp_1049�_ type.*sync.Mutex�"".autotmp_1048�O type.*sync.Mutex�"".autotmp_1045�?type.string�"".autotmp_1044�type.string� "".~r2� type.bool�"".q�"type.*"".fileStat�"".p��"type.*"".fileStat�X°ø¯°ˆ¯°¯° ¯°¯°*¯°�°�°�&�'<Kr4Ló�Tgclocals·42e7756549fd1f1e78e70fcb9f08dd2b�Tgclocals·3c9d26b6dcbe094837230e7de8b17434���FC:/workdir/go/src/os/dir_windows.goþ&"".(*fileStat).Lock�€��äeH‹ %(���H‹‰����H;avUHƒìH‹Y H…Ût H|$H9;uH‰#H‹\$H‰$è����H‹\$H‰$Hƒ<$�tHƒ$4è����è����HƒÄÉ%����ëãè����ëŽ
������t
��*runtime.racefuncenter���¨
��$sync.(*Mutex).Lock���²
��(runtime.racefuncexit���Ø
��0runtime.morestack_noctxt�����""..this��"type.*"".fileStat�G�€�$€�
�9G�Tgclocals·87d20ce1b58390b294df80b886db78bf�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ*"".(*fileStat).Unlock�€��äeH‹ %(���H‹‰����H;avUHƒìH‹Y H…Ût H|$H9;uH‰#H‹\$H‰$è����H‹\$H‰$Hƒ<$�tHƒ$4è����è����HƒÄÉ%����ëãè����ëŽ
������t
��*runtime.racefuncenter���¨
��(sync.(*Mutex).Unlock���²
��(runtime.racefuncexit���Ø
��0runtime.morestack_noctxt�����""..this��"type.*"".fileStat�G�€�&€�
�9G�Tgclocals·87d20ce1b58390b294df80b886db78bf�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þXtype..hash.struct { sync.Mutex; dir string }�€��äeH‹ %(���H‹‰����H;a†Ž���Hƒì H‹\$ H‰$è����H‹\$(H‰$Hƒ<$�tcH‹\$0H‰\$HÇD$���è����H‹D$H‹\$(H‰$Hƒ<$�t-Hƒ$H‰D$0H‰D$è����H‹D$H‰D$0H‰D$8è����HƒÄ É%����ëʉ%����ë”è����éNÿÿÿ ������P
��*runtime.racefuncenter��� 
��runtime.memhash���ò
��runtime.strhash���š
��(runtime.racefuncexit���Ò
��0runtime.morestack_noctxt���0@��"".autotmp_1053��type.uintptr� "".~r2� type.uintptr�"".h�type.uintptr�"".p��Ntype.*struct { sync.Mutex; dir string }�@w?@*�À�À� �'™�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���FC:/workdir/go/src/os/dir_windows.goþTtype..eq.struct { sync.Mutex; dir string }�à��ÂeH‹ %(���H‹‰����H;a†}��HƒìXH‹\$XH‰$è����H‹D$`Hƒø�„U��H‹\$hHƒû�„?��H‰\$(H‰D$0H‰$è����H‹\$(H‰$è����H‹D$0‹L‹D$(A‹(9ë…ø���H‰$Hƒ$è����H‹\$(H‰$Hƒ$è����H‹l$0‹]L‹D$(A‹h9ë…¾���H‹\$`H‰$Hƒ$è����H‹\$`Hƒû�„•���H‹kH‰l$HH‹kH‰l$PH‹\$hH‰$Hƒ$è����H‹T$PH‹\$hHƒû�t\H‹KH‰L$8H‹CH‰D$@H9Âu6H‹l$HH‰,$H‰T$H‰L$H‰D$è����¶\$ €û�tÆD$pè����HƒÄXÃÆD$p�è����HƒÄXÉ렉édÿÿÿÆD$p�è����HƒÄXÉéºþÿÿ‰�é¤þÿÿè����é_þÿÿ������P
��*runtime.racefuncenter���²
�� runtime.raceread���Î
�� runtime.raceread���˜
�� runtime.raceread���¾
�� runtime.raceread���–
�� runtime.raceread���þ
�� runtime.raceread���†
�� runtime.eqstring���®
��(runtime.racefuncexit���Ì
��(runtime.racefuncexit���€
��(runtime.racefuncexit���°
��0runtime.morestack_noctxt���0°��"".autotmp_1057�?type.string�"".autotmp_1056�type.string�"".autotmp_1055�_ type.*sync.Mutex�"".autotmp_1054�O type.*sync.Mutex� "".~r2� type.bool�"".q�Ntype.*struct { sync.Mutex; dir string }�"".p��Ntype.*struct { sync.Mutex; dir string }�2°Á¯°¯°¯°'�°�°��'1r4Dn�Tgclocals·9c91d8a91ac42440a3d1507bc8d2e808�Tgclocals·9e293d2e7bcca1da9b3ac88635a86ca9���FC:/workdir/go/src/os/dir_windows.goþXgo.(*struct { sync.Mutex; dir string }).Lock�à��ÚeH‹ %(���H‹‰����H;avPHƒìH‹Y H…Ût H|$H9;uH‰#H‹\$H‰$è����H‹\$H‰$Hƒ<$�tè����è����HƒÄÉ%����ëèè����ë“
������t
��*runtime.racefuncenter���ž
��$sync.(*Mutex).Lock���¨
��(runtime.racefuncexit���Î
��0runtime.morestack_noctxt�����""..this��Ntype.*struct { sync.Mutex; dir string }�B�p�(p�
�97�Tgclocals·87d20ce1b58390b294df80b886db78bf�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ\go.(*struct { sync.Mutex; dir string }).Unlock�à��ÚeH‹ %(���H‹‰����H;avPHƒìH‹Y H…Ût H|$H9;uH‰#H‹\$H‰$è����H‹\$H‰$Hƒ<$�tè����è����HƒÄÉ%����ëèè����ë“
������t
��*runtime.racefuncenter���ž
��(sync.(*Mutex).Unlock���¨
��(runtime.racefuncexit���Î
��0runtime.morestack_noctxt�����""..this��Ntype.*struct { sync.Mutex; dir string }�B�p�*p�
�97�Tgclocals·87d20ce1b58390b294df80b886db78bf�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þTgclocals·6cc998acb3382799085f9adaf6de6987�8��8��� �������€������!��������þTgclocals·ccf9b63a397cafc04c7b85e38cae74e1�8��8���������a���e���e���e����þTgclocals·c55cf99de9cdd8c8202a466952fa1a45� �� ���������������þTgclocals·0cabbad06479030f0afba4cc01c40424� �� ��������������þTgclocals·c55cf99de9cdd8c8202a466952fa1a45� �� ���������������þTgclocals·fa9a12166903ec72d55d4983b89b33d5� �� ��� ���%���å���þTgclocals·c55cf99de9cdd8c8202a466952fa1a45� �� ���������������þTgclocals·cad14e25fd48dddd762418d02c031d67� �� �������������þTgclocals·c55cf99de9cdd8c8202a466952fa1a45� �� ���������������þTgclocals·cad14e25fd48dddd762418d02c031d67� �� �������������þTgclocals·c55cf99de9cdd8c8202a466952fa1a45� �� ���������������þTgclocals·4a8dcaa1f0a3d20155921d51fed3ea2c� �� �������������þTgclocals·c55cf99de9cdd8c8202a466952fa1a45� �� ���������������þTgclocals·b9e2f210c3a206b5352d33144c6a1618� �� �������������þTgclocals·e48b749e068cae7c3a399141c10fe5f0�(��(�����������������þTgclocals·f7309186bf9eeb0f8ece2eb16f2dc110�(��(����������������þTgclocals·e48b749e068cae7c3a399141c10fe5f0�(��(�����������������þTgclocals·f7309186bf9eeb0f8ece2eb16f2dc110�(��(����������������þTgclocals·0c8aa8e80191a30eac23f1a218103f16� �� ��������������þTgclocals·32bd5c6dc84e3e86dd35593b3922d3aa� �� �������������þTgclocals·0c8aa8e80191a30eac23f1a218103f16� �� ��������������þTgclocals·32bd5c6dc84e3e86dd35593b3922d3aa� �� �������������þTgclocals·64ca935d1a2110a30e2d604686188539� �� ���������������þTgclocals·cad14e25fd48dddd762418d02c031d67� �� �������������þTgclocals·8976d98ccb4fa7cb58d19cb1e865dee3�(��(������������������þTgclocals·27f94a2fe0ff5b305b2385471201b6d7�(��(����������������þTgclocals·64ca935d1a2110a30e2d604686188539� �� ���������������þTgclocals·7dcda74bbbfcce23f95d41fe9bef9631� �� ���������� ����þTgclocals·2c837ca001512a37037efd3161e20199� �� ���������������þTgclocals·f4053cb9119838d9455d02e725cc1941� �� ���������e����þTgclocals·2c837ca001512a37037efd3161e20199� �� ���������������þTgclocals·f4053cb9119838d9455d02e725cc1941� �� ���������e����þTgclocals·17e91a086b6b6e41f020f63a46c0dda9�@��@���
����������”��������������þTgclocals·50921a9a09802860e235944c806934b6�@��@��������������������� ����þTgclocals·c55cf99de9cdd8c8202a466952fa1a45� �� ���������������þTgclocals·342b6176fad1bf8fb686f6c9600f7161� �� �������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·23e8278e2b69a3a75fa59b23c49ed6ad��������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·23e8278e2b69a3a75fa59b23c49ed6ad��������������þTgclocals·c55cf99de9cdd8c8202a466952fa1a45� �� ���������������þTgclocals·21012e18a2c9288476efc55b2fa11dc8� �� �������������þTgclocals·c55cf99de9cdd8c8202a466952fa1a45� �� ���������������þTgclocals·342b6176fad1bf8fb686f6c9600f7161� �� �������������þTgclocals·c55cf99de9cdd8c8202a466952fa1a45� �� ���������������þTgclocals·21012e18a2c9288476efc55b2fa11dc8� �� �������������þ0<go.itab.*"".SyscallError.error�����þ,go.string.hdr."setenv"� �� ������������������$go.string."setenv"���þ$go.string."setenv"���setenv��þTgclocals·cf940145a647a8bb34a6e3d5a1704c98�@��@��� �������ˆ��‰������������þTgclocals·0fe17034a847ca86f5f5b036592406e6�@��@���������������������5����þTgclocals·c55cf99de9cdd8c8202a466952fa1a45� �� ���������������þTgclocals·170309d2da858695ebefc5e7e0d9c320� �� ��������� ����þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·f56b2291fa344104975cb6587be42b9b� �� ���������������þTgclocals·2c033e7f4f4a74cc7e9f368d1fec9f60� �� ��������������þ"go.string.hdr." "� �� ������������������go.string." "���þgo.string." "��� ��þ$go.string.hdr.": "� �� ������������������go.string.": "���þgo.string.": "���: ��þTgclocals·4839c181b903023c3ae99be60aaf4271�(��(������������������þTgclocals·4a6f49bfbb5d0042a5f508261526f69f�(��(����������������þTgclocals·4839c181b903023c3ae99be60aaf4271�(��(������������������þTgclocals·4a6f49bfbb5d0042a5f508261526f69f�(��(����������������þTgclocals·98304215dd49c497c84500d34591a734�(��(������������������þTgclocals·904b17b4fd4f6c501685b7a33692149c�(��(������ ���=��� ����þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·3bb21ca8fe1d99a3e492463bd711418a�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·3bb21ca8fe1d99a3e492463bd711418a�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·3bb21ca8fe1d99a3e492463bd711418a�������������þTgclocals·2ef5571c2f4f7430715e92beefb6ee5b�(��(�������������3����þTgclocals·9c91d8a91ac42440a3d1507bc8d2e808�(��(����������������þTgclocals·2ef5571c2f4f7430715e92beefb6ee5b�(��(�������������3����þTgclocals·9c91d8a91ac42440a3d1507bc8d2e808�(��(����������������þTgclocals·2ef5571c2f4f7430715e92beefb6ee5b�(��(�������������3����þTgclocals·9c91d8a91ac42440a3d1507bc8d2e808�(��(����������������þTgclocals·c301552ca8937361fc2b11074d410d43�0��0���������������������þTgclocals·c6b65adafe3825df3661581be744f0c0�0��0����������������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·87d20ce1b58390b294df80b886db78bf�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·3f5c1f818fa7055d0400cecd34057162�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·5184031d3a32a42d85027f073f873668��������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·5184031d3a32a42d85027f073f873668��������������þ06go.itab.*"".PathError.error�����þ*go.string.hdr."chdir"� �� ������������������"go.string."chdir"���þ"go.string."chdir"��� chdir��þ2go.string.hdr."fork/exec"� �� �������� ����������*go.string."fork/exec"���þ*go.string."fork/exec"� ��fork/exec��þTgclocals·1fcfd91e348e3cfdacc57aa49628e4b8�������������@������ ��������@I�@I�HI �@I �@I @I��@I�@I @I �@I��@I�þTgclocals·a6d1f164404ec9d85fc0e8ff4a2d01e7������ ���%���%���%���%���å��%���%���%���%���%���%���%���%���%���%���å���þTgclocals·c55cf99de9cdd8c8202a466952fa1a45� �� ���������������þTgclocals·cad14e25fd48dddd762418d02c031d67� �� �������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·3f5c1f818fa7055d0400cecd34057162�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·3f5c1f818fa7055d0400cecd34057162�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·3f5c1f818fa7055d0400cecd34057162�������������þTgclocals·69c1753bd5f81501d95132d08af04464�����������þTgclocals·cad14e25fd48dddd762418d02c031d67� �� �������������þTgclocals·69c1753bd5f81501d95132d08af04464�����������þTgclocals·cad14e25fd48dddd762418d02c031d67� �� �������������þ*go.string.hdr."<nil>"� �� ������������������"go.string."<nil>"���þ"go.string."<nil>"��� <nil>��þ8go.string.hdr."exit status "� �� �������� ����������0go.string."exit status "���þ0go.string."exit status "� ��exit status ��þ0go.string.hdr."signal: "� �� ������������������(go.string."signal: "���þ(go.string."signal: "� ��signal: ��þ:go.string.hdr."stop signal: "� �� �������� ����������2go.string."stop signal: "���þ2go.string."stop signal: "� ��stop signal: ��þ.go.string.hdr." (trap "� �� ������������������&go.string." (trap "���þ&go.string." (trap "��� (trap ��þ"go.string.hdr.")"� �� ������������������go.string.")"���þgo.string.")"���)��þ2go.string.hdr."continued"� �� �������� ����������*go.string."continued"���þ*go.string."continued"� ��continued��þ<go.string.hdr." (core dumped)"� �� ������������������4go.string." (core dumped)"���þ4go.string." (core dumped)"� �� (core dumped)��þTgclocals·0b2e4e6d7086ad0c915e7e34a16642d4�(��(��� ���������������þTgclocals·ad3700433a9da2ccbca18a883b6608c0�(��(����������������þ0Bgo.itab.*errors.errorString.error�����þFgo.string.hdr."WaitForSingleObject"� �� ������������������>go.string."WaitForSingleObject"���þ>go.string."WaitForSingleObject"�0��(WaitForSingleObject��þ|go.string.hdr."os: unexpected result from WaitForSingleObject"� �� ��������.����������tgo.string."os: unexpected result from WaitForSingleObject"���þtgo.string."os: unexpected result from WaitForSingleObject"�`��^os: unexpected result from WaitForSingleObject��þDgo.string.hdr."GetExitCodeProcess"� �� ������������������<go.string."GetExitCodeProcess"���þ<go.string."GetExitCodeProcess"�0��&GetExitCodeProcess��þ>go.string.hdr."GetProcessTimes"� �� ������������������6go.string."GetProcessTimes"���þ6go.string."GetProcessTimes"� �� GetProcessTimes��þTgclocals·662a6f20538ee5b49ee44990cba5242d�¨��¨����������������4��4��0��������������� �������@À�@À��À����������þTgclocals·1ce86e8d793d40bdf5a2cc040b02329b�¨��¨����������������������������������������������������������������þ6go.string.hdr."OpenProcess"� �� �������� ����������.go.string."OpenProcess"���þ.go.string."OpenProcess"� ��OpenProcess��þ@go.string.hdr."TerminateProcess"� �� ������������������8go.string."TerminateProcess"���þ8go.string."TerminateProcess"�0��"TerminateProcess��þTgclocals·ac6016c5dd2e4e3629aec105c67df175�X��X �������������� ��!�������€�������þTgclocals·e2b1b2ef40b40e0f0c2a89eeab94395f�X��X ���������� ��������������������������������þ06go.itab.syscall.Errno.error�����þXgo.string.hdr."os: process already finished"� �� ������������������Pgo.string."os: process already finished"���þPgo.string."os: process already finished"�@��:os: process already finished��þTgclocals·ab9483a18a9aa6ce51cb9eaf4d98a9d2�8��8����������������� �������þTgclocals·c244a1d925cb900f8dfdd7e8e9e604d3�8��8����������������������þ6go.string.hdr."CloseHandle"� �� �������� ����������.go.string."CloseHandle"���þ.go.string."CloseHandle"� ��CloseHandle��þTgclocals·c4d8c2d7cc7ebc5c0ea63077380b65de�@��@��� �����������h���i���a�������þTgclocals·ec4785a376295fd58944368177a5a0a4�@��@�������������������������þTgclocals·752f44fc1cdaa0dafcf176286b01c435�@��@��� �������h���i���a�����������þTgclocals·c849740fc5ee4f8074f4a7d44b1f8943�@��@������������������������������þTgclocals·1557783a4b3a511264bd22fb3ee927c7�8��8�������������€���������þTgclocals·3e27b3aa6b89137cce48b3379a2a6610�����������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·3f5c1f818fa7055d0400cecd34057162�������������þTgclocals·0c8aa8e80191a30eac23f1a218103f16� �� ��������������þTgclocals·32bd5c6dc84e3e86dd35593b3922d3aa� �� �������������þTgclocals·0c8aa8e80191a30eac23f1a218103f16� �� ��������������þTgclocals·32bd5c6dc84e3e86dd35593b3922d3aa� �� �������������þTgclocals·69c1753bd5f81501d95132d08af04464�����������þTgclocals·69076ee43f1cead0792b9f36906b1b56� �� �������������þTgclocals·cb1098a0a48cc083234111a8b9bd5f11�@��@���������� U�(U� U��U��U��þTgclocals·b1106eb79c836cf4556b8a2af0f64a6b�@��@�������������������������þ(go.string.hdr."read"� �� ������������������ go.string."read"���þ go.string."read"���
read��þTgclocals·75faddf1925601da9835084513324aac�8��8������������������������þTgclocals·33359cc622e3188fe666b4ce29febda4�8��8���������c�������������þTgclocals·75faddf1925601da9835084513324aac�8��8������������������������þTgclocals·8e1aedc64388e9b0c56532086f9d2a2d�8��8���������Ã�������������þ*go.string.hdr."write"� �� ������������������"go.string."write"���þ"go.string."write"��� write��þTgclocals·964d6fde80b403c06cbbe76b69313c21�8��8������������������������þTgclocals·33359cc622e3188fe666b4ce29febda4�8��8���������c�������������þTgclocals·75faddf1925601da9835084513324aac�8��8������������������������þTgclocals·8e1aedc64388e9b0c56532086f9d2a2d�8��8���������Ã�������������þ(go.string.hdr."seek"� �� ������������������ go.string."seek"���þ go.string."seek"���
seek��þTgclocals·75faddf1925601da9835084513324aac�8��8������������������������þTgclocals·e92a7ac9a58005d2e0045ab291af059d�8��8���������1�������������þTgclocals·64ca935d1a2110a30e2d604686188539� �� ���������������þTgclocals·b6338434a483b71ecf7a1963213f75e2� �� ���������3����þ*go.string.hdr."mkdir"� �� ������������������"go.string."mkdir"���þ"go.string."mkdir"��� mkdir��þTgclocals·1aae5fa8418752c61d2745ed2243938a�8��8������������������������þTgclocals·6205473c48c5b9d038be1bc15d6ecfbc�8��8����������������������þTgclocals·1aae5fa8418752c61d2745ed2243938a�8��8������������������������þTgclocals·9090c295609f00845d1fb2857cdb24cc�8��8������������������ ����þTgclocals·964d6fde80b403c06cbbe76b69313c21�8��8������������������������þTgclocals·8b600844a936dcfeda998c342a286383�8��8����������������������þTgclocals·c55cf99de9cdd8c8202a466952fa1a45� �� ���������������þTgclocals·8dfd82f7c342644e70852766adfe9bec� �� �������������þTgclocals·c55cf99de9cdd8c8202a466952fa1a45� �� ���������������þTgclocals·8dfd82f7c342644e70852766adfe9bec� �� �������������þTgclocals·c55cf99de9cdd8c8202a466952fa1a45� �� ���������������þTgclocals·d1b3fc0658c3973fd0a7c592f2c42a40� �� ���������5����þTgclocals·69c1753bd5f81501d95132d08af04464�����������þTgclocals·e30520296f95bff82226473945ab5dad� �� ���������6����þ0"".sigpipe.args_stackmap�����������þ0go.string.hdr."readlink"� �� ������������������(go.string."readlink"���þ(go.string."readlink"� ��readlink��þTgclocals·cc695bbb028fc9364572f37e430b1f29�@��@��� �������€���`���a�����������þTgclocals·167f0be35d7752276dd065a151a2e5fd�@��@���������������������5����þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·23e8278e2b69a3a75fa59b23c49ed6ad��������������þ*go.string.hdr."chmod"� �� ������������������"go.string."chmod"���þ"go.string."chmod"��� chmod��þTgclocals·1aae5fa8418752c61d2745ed2243938a�8��8������������������������þTgclocals·6205473c48c5b9d038be1bc15d6ecfbc�8��8����������������������þTgclocals·964d6fde80b403c06cbbe76b69313c21�8��8������������������������þTgclocals·c821cc5374b08e19b66a7c16b0b2785d�8��8��������� �������������þ*go.string.hdr."chown"� �� ������������������"go.string."chown"���þ"go.string."chown"��� chown��þTgclocals·96a98cca1eb5cc2aaeec23b2d663833d�8��8��� �������`���a�����������þTgclocals·2ccb27f29f940b1b0e09d73280075653�8��8������������������1����þ,go.string.hdr."lchown"� �� ������������������$go.string."lchown"���þ$go.string."lchown"���lchown��þTgclocals·96a98cca1eb5cc2aaeec23b2d663833d�8��8��� �������`���a�����������þTgclocals·2ccb27f29f940b1b0e09d73280075653�8��8������������������1����þTgclocals·964d6fde80b403c06cbbe76b69313c21�8��8������������������������þTgclocals·794908f67fe279f81c98465feffa6326�8��8����������������������þ0go.string.hdr."truncate"� �� ������������������(go.string."truncate"���þ(go.string."truncate"� ��truncate��þTgclocals·ca4d572d27f22593085a68de5cc71f71�8��8������������������������þTgclocals·c821cc5374b08e19b66a7c16b0b2785d�8��8��������� �������������þ*go.string.hdr."fsync"� �� ������������������"go.string."fsync"���þ"go.string."fsync"��� fsync��þTgclocals·524110021b29401968fd4cc74ddb802e�@��@��� �����������h���i���a�������þTgclocals·ec4785a376295fd58944368177a5a0a4�@��@�������������������������þ.go.string.hdr."chtimes"� �� ������������������&go.string."chtimes"���þ&go.string."chtimes"���chtimes��þTgclocals·2b509c65926600f8143e12336c5b2d4f�8��8��� ���������������������þTgclocals·b4df12ab2f93e48fec09764519dee532�8��8���
���‘���‘���‘���‘���‘���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·3f5c1f818fa7055d0400cecd34057162�������������þTgclocals·151c254648468324ab87698339209c31�@��@������������������� ��������þTgclocals·12f209ab19761cdc5d583b3c61dc5f4d�@��@���������������������
����þTgclocals·69c1753bd5f81501d95132d08af04464�����������þTgclocals·c229a9b0eeee070d2ef805c225472078� �� ���������
����þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·5c5a9f3dff47a8940bdc317b9324ac2a�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·3f5c1f818fa7055d0400cecd34057162�������������þTgclocals·c55cf99de9cdd8c8202a466952fa1a45� �� ���������������þTgclocals·e37028df44e131937946198981083043� �� ���������q����þ&go.string.hdr."\\*"� �� ������������������go.string."\\*"���þgo.string."\\*"���\*��þTgclocals·95b5850f629c208431fb8207456bf78f�X��X ��� ��������������������„�����������þTgclocals·325a510e85b8562470c3ae26fa120531�X��X ����������������������������������þ(go.string.hdr."open"� �� ������������������ go.string."open"���þ go.string."open"���
open��þTgclocals·faaa05e92c4f3434fdda6161138dc8c1�8��8������������������������þTgclocals·910e24b157ca5f9f7b4b1b2fecad255a�8��8������������q����������þTgclocals·c55cf99de9cdd8c8202a466952fa1a45� �� ���������������þTgclocals·cad14e25fd48dddd762418d02c031d67� �� �������������þ*go.string.hdr."close"� �� ������������������"go.string."close"���þ"go.string."close"��� close��þTgclocals·b603776120ee8ede1989f755a44767fe�P��P��� �����������������`���d����������þTgclocals·e636b0074b6d70d445cadb85ca65fba0�P��P�������������������������������þ0@go.itab.*"".fileStat."".FileInfo�����þ.go.string.hdr."Readdir"� �� ������������������&go.string."Readdir"���þ&go.string."Readdir"���Readdir��þ8go.string.hdr."FindNextFile"� �� �������� ����������0go.string."FindNextFile"���þ0go.string."FindNextFile"� ��FindNextFile��þ"go.string.hdr."."� �� ������������������go.string."."���þgo.string."."���.��þ$go.string.hdr.".."� �� ������������������go.string.".."���þgo.string.".."���..��þ$go.string.hdr."\\"� �� ������������������go.string."\\"���þgo.string."\\"���\��þTgclocals·8f1db6f1263e32cff89341a3b8460c07�ˆ��ˆ���������������������������À���È���������������������þTgclocals·05b66aeff189655534c42753b6c956cf�ˆ��ˆ���������e�������������������������������������������þTgclocals·180f7415375abba7160e2f9a29b50196�@��@��� �����������������€�������þTgclocals·32e721457b5e2d67231e9d35dce219db�@��@���������c����������������þTgclocals·ae0a20890c9ac6bfbea3383f34532bab� �� ���������������þTgclocals·8cf14f50ac1bf7ae2848fda35f0590ec� �� ���������c����þTgclocals·6fe324f038dd6c3ceb9f295c441b1173�(��(������������������þTgclocals·07cc3dfbe09213a73a8a591b04878f99�(��(���������Ã�������þTgclocals·092023b2497118026b89147ab86b8694�H��H����������������� ��������€���þTgclocals·cc486b038a961e548ee9358fa6a26e16�H��H���������������������c�������þTgclocals·ae0a20890c9ac6bfbea3383f34532bab� �� ���������������þTgclocals·8cf14f50ac1bf7ae2848fda35f0590ec� �� ���������c����þTgclocals·c55cf99de9cdd8c8202a466952fa1a45� �� ���������������þTgclocals·105f3855eb890a8acc612838e7807774� �� ���������Ã����þTgclocals·c55cf99de9cdd8c8202a466952fa1a45� �� ���������������þTgclocals·385909f76d6de739e72f24698b953b71� �� ���������1����þTgclocals·de8f2f8c19b5b332b621af6e93a35036�(��(������������������þTgclocals·63695d5957740c7862727d01caeaf3c0�(��(����������������þ,go.string.hdr."remove"� �� ������������������$go.string."remove"���þ$go.string."remove"���remove��þTgclocals·df8574d3b12088fad54774a518602570�X��X ����������À���Â�������������Á���ñ���ð����þTgclocals·3b60dac5054c1621dc68b72c3c244498�X��X ������������������ ����������������þ06go.itab.*"".LinkError.error�����þ,go.string.hdr."rename"� �� ������������������$go.string."rename"���þ$go.string."rename"���rename��þTgclocals·1aae5fa8418752c61d2745ed2243938a�8��8������������������������þTgclocals·bcc2668d6432a551e8cba9fc9f0d9c50�8��8������������������5����þ(go.string.hdr."pipe"� �� ������������������ go.string."pipe"���þ go.string."pipe"���
pipe��þ$go.string.hdr."|0"� �� ������������������go.string."|0"���þgo.string."|0"���|0��þ$go.string.hdr."|1"� �� ������������������go.string."|1"���þgo.string."|1"���|1��þTgclocals·1bfd23d50cd403e97b8040c1693f7ae4�P��P�������������Ð���Ñ���Á��������������þTgclocals·3d1cb16895db1ccef471f1d8cb6dc23f�P��P��������������������������������������þTgclocals·c4e1abee0245015e5b165c065ca4a9d1�(��(��� ���������������þTgclocals·21628ef15e17a47b249310bffa1e8bd0�(��(������������������þ(go.string.hdr."link"� �� ������������������ go.string."link"���þ go.string."link"���
link��þTgclocals·134d4b6f30fdf6e873f3d414f5c00c4e�@��@���������� �����������������þTgclocals·ac1fa8f690f47a9188972cafb530e572�@��@������������������5�������þ.go.string.hdr."symlink"� �� ������������������&go.string."symlink"���þ&go.string."symlink"���symlink��þTgclocals·ed8cacd2e914502c80919e98a08fa72a�H��H��� ��������������@���0���2�������þTgclocals·d8dfe1d47b245beae4b653d398d257cd�H��H������������5����������������þTgclocals·5566648f5d157c793e277936b38b654c�8��8���
���������������������þTgclocals·b10cb99f14f8d009e34bf25a025b81c6�8��8����������������������þTgclocals·64ca935d1a2110a30e2d604686188539� �� ���������������þTgclocals·342b6176fad1bf8fb686f6c9600f7161� �� �������������þ&go.string.hdr."PWD"� �� ������������������go.string."PWD"���þgo.string."PWD"���PWD��þ*go.string.hdr."getwd"� �� ������������������"go.string."getwd"���þ"go.string."getwd"��� getwd��þ"go.string.hdr."/"� �� ������������������go.string."/"���þgo.string."/"���/��þ&go.string.hdr."../"� �� ������������������go.string."../"���þgo.string."../"���../��þTgclocals·64ca935d1a2110a30e2d604686188539� �� ���������������þTgclocals·7dcda74bbbfcce23f95d41fe9bef9631� �� ���������� ����þTgclocals·aefe9989017b02000534fe20dcf223ac�0��0��� ������������������þTgclocals·55cabeff85b92397b87f04c127ff8c50�0��0�������������������þTgclocals·16881fc4256e6cf21131a8ee443ac2e9�`��`
�����������À��8���1���0�������À��Ì�Ì��ð���þTgclocals·ddad7b3e4ace0bdb1cc6e56355f3a7a6�`��`
��������������������� ����������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·23e8278e2b69a3a75fa59b23c49ed6ad��������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þ:"".runtime_args.args_stackmap� �� ��������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·5184031d3a32a42d85027f073f873668��������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·5184031d3a32a42d85027f073f873668��������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·5184031d3a32a42d85027f073f873668��������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·5184031d3a32a42d85027f073f873668��������������þ2go.string.hdr."getgroups"� �� �������� ����������*go.string."getgroups"���þ*go.string."getgroups"� ��getgroups��þTgclocals·fa618fce6e12ca388d24358bb005b95b�@��@����������ˆ�‰���������þTgclocals·a83b4e460ec710ce55e4ffac9afa39a8�@��@������������������������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·5184031d3a32a42d85027f073f873668��������������þF"".runtime_beforeExit.args_stackmap�����������þ&go.string.hdr."NUL"� �� ������������������go.string."NUL"���þgo.string."NUL"���NUL��þTgo.string.hdr."GetFileInformationByHandle"� �� ������������������Lgo.string."GetFileInformationByHandle"���þLgo.string."GetFileInformationByHandle"�@��6GetFileInformationByHandle��þTgclocals·a7cda02cf2480193da6840b9fce6784f�`��`
��� �������������������������� ���$��������þTgclocals·a6b74b0cce1848e591a0dba6453c58df�`��`
�������������������������������������þTgclocals·0dc5c0863204b1fb13856ad5f1b640ab�(��(������������������þTgclocals·d6bb8f1ecf8ce874f45ff11e0d822a98�(��(���������=�������þ*go.string.hdr."Lstat"� �� ������������������"go.string."Lstat"���þ"go.string."Lstat"��� Lstat��þFgo.string.hdr."GetFileAttributesEx"� �� ������������������>go.string."GetFileAttributesEx"���þ>go.string."GetFileAttributesEx"�0��(GetFileAttributesEx��þTgclocals·50fe3e9998eddfd050b242de0f9d9492�h��h ��� �����������������€���„������������á���a����þTgclocals·b0a15438851154320060251b6357252a�h��h ������������=����������������������������þTgclocals·69c1753bd5f81501d95132d08af04464�����������þTgclocals·342b6176fad1bf8fb686f6c9600f7161� �� �������������þTgclocals·23e8278e2b69a3a75fa59b23c49ed6ad��������������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·c55cf99de9cdd8c8202a466952fa1a45� �� ���������������þTgclocals·342b6176fad1bf8fb686f6c9600f7161� �� �������������þ"go.string.hdr."-"� �� ������������������go.string."-"���þgo.string."-"���-��þTgclocals·c55cf99de9cdd8c8202a466952fa1a45� �� ���������������þTgclocals·bcdfbcd04eb70526d9504e97d9ef703d� �� ��������������þ"go.string.hdr."0"� �� ������������������go.string."0"���þgo.string."0"���0��þTgclocals·f56b2291fa344104975cb6587be42b9b� �� ���������������þTgclocals·bcdfbcd04eb70526d9504e97d9ef703d� �� ��������������þ<go.string.hdr."ComputerNameEx"� �� ������������������4go.string."ComputerNameEx"���þ4go.string."ComputerNameEx"� ��ComputerNameEx��þTgclocals·1112f317739f4d53266d8f7bdf0a729b�h��h �������������������€`��`��`����� ��!�����þTgclocals·3699e1049a7642e4a19818ce43e5e552�h��h �������������� ������������������������������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·5184031d3a32a42d85027f073f873668��������������þ8go.string.hdr."dalTLDpSugct"� �� �������� ����������0go.string."dalTLDpSugct"���þ0go.string."dalTLDpSugct"� ��dalTLDpSugct��þ2go.string.hdr."rwxrwxrwx"� �� �������� ����������*go.string."rwxrwxrwx"���þ*go.string."rwxrwxrwx"� ��rwxrwxrwx��þTgclocals·8976d98ccb4fa7cb58d19cb1e865dee3�(��(������������������þTgclocals·db6af54fc2b6c9a8b5bff49df4676a74�(��(������������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·23e8278e2b69a3a75fa59b23c49ed6ad��������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·23e8278e2b69a3a75fa59b23c49ed6ad��������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·23e8278e2b69a3a75fa59b23c49ed6ad��������������þTgclocals·69c1753bd5f81501d95132d08af04464�����������þTgclocals·69076ee43f1cead0792b9f36906b1b56� �� �������������þTgclocals·0c8aa8e80191a30eac23f1a218103f16� �� ��������������þTgclocals·32bd5c6dc84e3e86dd35593b3922d3aa� �� �������������þTgclocals·b40f0f67eae216e69d0bb41a8427b144�(��(�����������������þTgclocals·be640a8dfb10918acb9b73d4f4cc3c0b�(��(����������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·3f5c1f818fa7055d0400cecd34057162�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·3f5c1f818fa7055d0400cecd34057162�������������þTgclocals·da251dd59db58ce228b72667fcf3be9d�0��0�������������@��������þTgclocals·1a1af2687cd8b5e4f905522f11cc634c�0��0��������������� ����þTgclocals·69c1753bd5f81501d95132d08af04464�����������þTgclocals·cad14e25fd48dddd762418d02c031d67� �� �������������þTgclocals·c55cf99de9cdd8c8202a466952fa1a45� �� ���������������þTgclocals·cad14e25fd48dddd762418d02c031d67� �� �������������þTgclocals·23e8278e2b69a3a75fa59b23c49ed6ad��������������þTgclocals·3bb21ca8fe1d99a3e492463bd711418a�������������þTgclocals·aef93085905fead704d4d8f60b6d1736�8��8���
���������������������þTgclocals·b7536ea38d4590b6ad30f9701020154f�8��8����������������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·3bb21ca8fe1d99a3e492463bd711418a�������������þ0@go.itab.syscall.Signal."".Signal�����þ@go.string.hdr."invalid argument"� �� ������������������8go.string."invalid argument"���þ8go.string."invalid argument"�0��"invalid argument��þBgo.string.hdr."permission denied"� �� ������������������:go.string."permission denied"���þ:go.string."permission denied"�0��$permission denied��þFgo.string.hdr."file already exists"� �� ������������������>go.string."file already exists"���þ>go.string."file already exists"�0��(file already exists��þFgo.string.hdr."file does not exist"� �� ������������������>go.string."file does not exist"���þ>go.string."file does not exist"�0��(file does not exist��þ4go.string.hdr."/dev/stdin"� �� ��������
����������,go.string."/dev/stdin"���þ,go.string."/dev/stdin"� ��/dev/stdin��þ6go.string.hdr."/dev/stdout"� �� �������� ����������.go.string."/dev/stdout"���þ.go.string."/dev/stdout"� ��/dev/stdout��þ6go.string.hdr."/dev/stderr"� �� �������� ����������.go.string."/dev/stderr"���þ.go.string."/dev/stderr"� ��/dev/stderr��þTgclocals·6910e19bd0d31b4222b21d8d53042f42�(��(�����������������þTgclocals·7d2d5fca80364273fb07d5820a76fef4�����������þ."".ErrInvalid�� type.error���þ. "".ErrPermission�� type.error���þ."".ErrExist�� type.error���þ."".ErrNotExist�� type.error���þ."".Interrupt�� type."".Signal���þ."".Kill�� type."".Signal���þ."".Stdin��type.*"".File���þ."".Stdout��type.*"".File���þ."".Stderr��type.*"".File���þ."".lstat��Ltype.func(string) ("".FileInfo, error)������������"".Lstat·f���þ."".getwdCache��0Ltype.struct { sync.Mutex; dir string }���þ."".useSyscallwd��*type.func(error) bool���þ."".Args��0type.[]string���þ."".devNullStat��À type."".fileStat� ������������������go.string."NUL"���þ""".statictmp_0285��àtype.[7]string�À��������������������������������������������������������������������������������������������� ��go.string." "���`��go.string." "��� ��go.string.": "���þ0"".initdone·��type.uint8���þ4"".(*File).readdirnames·f��������������."".(*File).readdirnames���þ""".FindProcess·f��������������"".FindProcess���þ$"".StartProcess·f��������������"".StartProcess���þ0"".(*Process).Release·f��������������*"".(*Process).Release���þ*"".(*Process).Kill·f��������������$"".(*Process).Kill���þ*"".(*Process).Wait·f��������������$"".(*Process).Wait���þ."".(*Process).Signal·f��������������("".(*Process).Signal���þ<"".(*ProcessState).UserTime·f��������������6"".(*ProcessState).UserTime���þ@"".(*ProcessState).SystemTime·f��������������:"".(*ProcessState).SystemTime���þ8"".(*ProcessState).Exited·f��������������2"".(*ProcessState).Exited���þ:"".(*ProcessState).Success·f��������������4"".(*ProcessState).Success���þ2"".(*ProcessState).Sys·f��������������,"".(*ProcessState).Sys���þ<"".(*ProcessState).SysUsage·f��������������6"".(*ProcessState).SysUsage���þ"".Hostname·f��������������"".Hostname���þ*"".(*File).Readdir·f��������������$"".(*File).Readdir���þ4"".(*File).Readdirnames·f��������������."".(*File).Readdirnames���þ"".Expand·f��������������"".Expand���þ"".ExpandEnv·f��������������"".ExpandEnv���þ."".isShellSpecialVar·f��������������("".isShellSpecialVar���þ "".isAlphaNum·f��������������"".isAlphaNum���þ$"".getShellName·f��������������"".getShellName���þ"".Getenv·f��������������"".Getenv���þ"".LookupEnv·f��������������"".LookupEnv���þ"".Setenv·f��������������"".Setenv���þ"".Unsetenv·f��������������"".Unsetenv���þ"".Clearenv·f��������������"".Clearenv���þ"".Environ·f��������������"".Environ���þ0"".(*PathError).Error·f��������������*"".(*PathError).Error���þ6"".(*SyscallError).Error·f��������������0"".(*SyscallError).Error���þ*"".NewSyscallError·f��������������$"".NewSyscallError���þ"".IsExist·f��������������"".IsExist���þ "".IsNotExist·f��������������"".IsNotExist���þ$"".IsPermission·f��������������"".IsPermission���þ"".isExist·f��������������"".isExist���þ "".isNotExist·f��������������"".isNotExist���þ$"".isPermission·f��������������"".isPermission���þ "".newProcess·f��������������"".newProcess���þ0"".(*Process).setDone·f��������������*"".(*Process).setDone���þ*"".(*Process).done·f��������������$"".(*Process).done���þ"".Getpid·f��������������"".Getpid���þ"".Getppid·f��������������"".Getppid���þ$"".startProcess·f��������������"".startProcess���þ*"".(*Process).kill·f��������������$"".(*Process).kill���þ2"".(*ProcessState).Pid·f��������������,"".(*ProcessState).Pid���þ8"".(*ProcessState).exited·f��������������2"".(*ProcessState).exited���þ:"".(*ProcessState).success·f��������������4"".(*ProcessState).success���þ2"".(*ProcessState).sys·f��������������,"".(*ProcessState).sys���þ<"".(*ProcessState).sysUsage·f��������������6"".(*ProcessState).sysUsage���þ8"".(*ProcessState).String·f��������������2"".(*ProcessState).String���þ*"".(*Process).wait·f��������������$"".(*Process).wait���þ,"".terminateProcess·f��������������&"".terminateProcess���þ."".(*Process).signal·f��������������("".(*Process).signal���þ0"".(*Process).release·f��������������*"".(*Process).release���þ""".findProcess·f��������������"".findProcess���þ"".init.1·f��������������"".init.1���þ$"".ftToDuration·f��������������"".ftToDuration���þ<"".(*ProcessState).userTime·f��������������6"".(*ProcessState).userTime���þ@"".(*ProcessState).systemTime·f��������������:"".(*ProcessState).systemTime���þ$"".(*File).Name·f��������������"".(*File).Name���þ0"".(*LinkError).Error·f��������������*"".(*LinkError).Error���þ$"".(*File).Read·f��������������"".(*File).Read���þ("".(*File).ReadAt·f��������������""".(*File).ReadAt���þ&"".(*File).Write·f�������������� "".(*File).Write���þ*"".(*File).WriteAt·f��������������$"".(*File).WriteAt���þ$"".(*File).Seek·f��������������"".(*File).Seek���þ2"".(*File).WriteString·f��������������,"".(*File).WriteString���þ"".Mkdir·f��������������"".Mkdir���þ"".Chdir·f��������������"".Chdir���þ&"".(*File).Chdir·f�������������� "".(*File).Chdir���þ"".Open·f��������������"".Open���þ"".Create·f��������������"".Create���þ"".Rename·f��������������"".Rename���þ"".fixCount·f��������������"".fixCount���þ"".sigpipe·f��������������"".sigpipe���þ"".Readlink·f��������������"".Readlink���þ""".syscallMode·f��������������"".syscallMode���þ"".Chmod·f��������������"".Chmod���þ&"".(*File).Chmod·f�������������� "".(*File).Chmod���þ"".Chown·f��������������"".Chown���þ"".Lchown·f��������������"".Lchown���þ&"".(*File).Chown·f�������������� "".(*File).Chown���þ,"".(*File).Truncate·f��������������&"".(*File).Truncate���þ$"".(*File).Sync·f��������������"".(*File).Sync���þ"".Chtimes·f��������������"".Chtimes���þ "".(*File).Fd·f��������������"".(*File).Fd���þ"".newFile·f��������������"".newFile���þ"".NewFile·f��������������"".NewFile���þ "".epipecheck·f��������������"".epipecheck���þ&"".(*file).isdir·f�������������� "".(*file).isdir���þ"".openFile·f��������������"".openFile���þ"".openDir·f��������������"".openDir���þ"".OpenFile·f��������������"".OpenFile���þ&"".(*File).Close·f�������������� "".(*File).Close���þ&"".(*file).close·f�������������� "".(*file).close���þ*"".(*File).readdir·f��������������$"".(*File).readdir���þ2"".(*File).readConsole·f��������������,"".(*File).readConsole���þ$"".(*File).read·f��������������"".(*File).read���þ&"".(*File).pread·f�������������� "".(*File).pread���þ4"".(*File).writeConsole·f��������������."".(*File).writeConsole���þ&"".(*File).write·f�������������� "".(*File).write���þ("".(*File).pwrite·f��������������""".(*File).pwrite���þ$"".(*File).seek·f��������������"".(*File).seek���þ"".Truncate·f��������������"".Truncate���þ"".Remove·f��������������"".Remove���þ"".rename·f��������������"".rename���þ"".Pipe·f��������������"".Pipe���þ"".TempDir·f��������������"".TempDir���þ"".Link·f��������������"".Link���þ"".Symlink·f��������������"".Symlink���þ"".fromSlash·f��������������"".fromSlash���þ"".dirname·f��������������"".dirname���þ"".Getwd·f��������������"".Getwd���þ"".MkdirAll·f��������������"".MkdirAll���þ"".RemoveAll·f��������������"".RemoveAll���þ*"".IsPathSeparator·f��������������$"".IsPathSeparator���þ"".init.2·f��������������"".init.2���þ$"".runtime_args·f��������������"".runtime_args���þ"".Getuid·f��������������"".Getuid���þ"".Geteuid·f��������������"".Geteuid���þ"".Getgid·f��������������"".Getgid���þ"".Getegid·f��������������"".Getegid���þ"".Getgroups·f��������������"".Getgroups���þ"".Exit·f��������������"".Exit���þ0"".runtime_beforeExit·f��������������*"".runtime_beforeExit���þ$"".(*File).Stat·f��������������"".(*File).Stat���þ"".Stat·f��������������"".Stat���þ"".Lstat·f��������������"".Lstat���þ"".basename·f��������������"".basename���þ"".isAbs·f��������������"".isAbs���þ "".volumeName·f��������������"".volumeName���þ"".itoa·f��������������"".itoa���þ"".uitoa·f��������������"".uitoa���þ"".hostname·f��������������"".hostname���þ""".Getpagesize·f��������������"".Getpagesize���þ*"".FileMode.String·f��������������$"".FileMode.String���þ("".FileMode.IsDir·f��������������""".FileMode.IsDir���þ0"".FileMode.IsRegular·f��������������*"".FileMode.IsRegular���þ&"".FileMode.Perm·f�������������� "".FileMode.Perm���þ,"".(*fileStat).Name·f��������������&"".(*fileStat).Name���þ."".(*fileStat).IsDir·f��������������("".(*fileStat).IsDir���þ"".SameFile·f��������������"".SameFile���þ,"".(*fileStat).Size·f��������������&"".(*fileStat).Size���þ,"".(*fileStat).Mode·f��������������&"".(*fileStat).Mode���þ2"".(*fileStat).ModTime·f��������������,"".(*fileStat).ModTime���þ*"".(*fileStat).Sys·f��������������$"".(*fileStat).Sys���þ8"".(*fileStat).loadFileId·f��������������2"".(*fileStat).loadFileId���þ"".sameFile·f��������������"".sameFile���þ"".atime·f��������������"".atime���þ "".glob.func1·f��������������"".glob.func1���þ"".init·f��������������"".init���þ"runtime.gcbits.01����þ0go.string.hdr."[]string"� �� ������������������(go.string."[]string"���þ(go.string."[]string"� ��[]string��þtype.[]string� �� ��������������Ó¨ó
��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��0go.string.hdr."[]string"���p��,go.weak.type.*[]string���€��"runtime.zerovalue�����type.string���þ:go.typelink.[]string []string��������������type.[]string���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·44750c784da4dd430afdd97fea5c405a� �� ��������������þTgclocals·51af24152615272c3d9efc8538f95767� �� �������������þ2type..hashfunc."".dirInfo��������������*type..hash."".dirInfo���þ.type..eqfunc."".dirInfo��������������&type..eq."".dirInfo���þ(type..alg."".dirInfo� �� �������������������2type..hashfunc."".dirInfo�����.type..eqfunc."".dirInfo���þFruntime.gcbits.00000000000000000004�������������þ4go.string.hdr."os.dirInfo"� �� ��������
����������,go.string."os.dirInfo"���þ,go.string."os.dirInfo"� ��os.dirInfo��þ(go.string.hdr."data"� �� ������������������ go.string."data"���þ go.string."data"���
data��þ$go.string.hdr."os"� �� ������������������go.string."os"���þgo.string."os"���os��þ"go.importpath."".� �� ������������������go.string."os"���þ0go.string.hdr."needdata"� �� ������������������(go.string."needdata"���þ(go.string."needdata"� ��needdata��þ(go.string.hdr."path"� �� ������������������ go.string."path"���þ go.string."path"���
path��þ.go.string.hdr."isempty"� �� ������������������&go.string."isempty"���þ&go.string."isempty"���isempty��þ.go.string.hdr."dirInfo"� �� ������������������&go.string."dirInfo"���þ&go.string."dirInfo"���dirInfo��þtype."".dirInfo��Ð��Ðh������X������{‡[ž�����������������������������������������������������������������������������������������������������������������������������������������������L��������������������������������������P��������������������������������������`����������������������������������������������,0��(type..alg."".dirInfo���@��Fruntime.gcbits.00000000000000000004���P��4go.string.hdr."os.dirInfo"���p�� type.*"".dirInfo���€��"runtime.zerovalue���À�type."".dirInfo���À��(go.string.hdr."data"���Ð��"go.importpath."".���à��4type.syscall.Win32finddata�����0go.string.hdr."needdata"��� ��"go.importpath."".���°��type.bool���à��(go.string.hdr."path"���ð��"go.importpath."".���€��type.string���°��.go.string.hdr."isempty"���À��"go.importpath."".���Ð��type.bool���`€�type."".dirInfo���€��.go.string.hdr."dirInfo"�����"go.importpath."".��� Ð�type."".dirInfo���þ6go.string.hdr."*os.dirInfo"� �� �������� ����������.go.string."*os.dirInfo"���þ.go.string."*os.dirInfo"� ��*os.dirInfo��þ type.*"".dirInfo�� �� ��������������G̋ç�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��6go.string.hdr."*os.dirInfo"���p��2go.weak.type.**"".dirInfo���€��"runtime.zerovalue�����type."".dirInfo���þ.go.string.hdr."[]uint8"� �� ������������������&go.string."[]uint8"���þ&go.string."[]uint8"���[]uint8��þtype.[]uint8� �� ��������������ß~.8��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��.go.string.hdr."[]uint8"���p��*go.weak.type.*[]uint8���€��"runtime.zerovalue�����type.uint8���þ6go.typelink.[]uint8 []uint8��������������type.[]uint8���þ.go.string.hdr."[]int32"� �� ������������������&go.string."[]int32"���þ&go.string."[]int32"���[]int32��þtype.[]int32� �� ��������������*Ms��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��.go.string.hdr."[]int32"���p��*go.weak.type.*[]int32���€��"runtime.zerovalue�����type.int32���þ6go.typelink.[]int32 []int32��������������type.[]int32���þ&runtime.gcbits.4a02���J�þ.go.string.hdr."os.file"� �� ������������������&go.string."os.file"���þ&go.string."os.file"���os.file��þ$go.string.hdr."fd"� �� ������������������go.string."fd"���þgo.string."fd"���fd��þ(go.string.hdr."name"� �� ������������������ go.string."name"���þ go.string."name"���
name��þ.go.string.hdr."dirinfo"� �� ������������������&go.string."dirinfo"���þ&go.string."dirinfo"���dirinfo��þ"go.string.hdr."l"� �� ������������������go.string."l"���þgo.string."l"���l��þ2go.string.hdr."isConsole"� �� �������� ����������*go.string."isConsole"���þ*go.string."isConsole"� ��isConsole��þ0go.string.hdr."lastbits"� �� ������������������(go.string."lastbits"���þ(go.string."lastbits"� ��lastbits��þ.go.string.hdr."readbuf"� �� ������������������&go.string."readbuf"���þ&go.string."readbuf"���readbuf��þ(go.string.hdr."file"� �� ������������������ go.string."file"���þ go.string."file"���
file��þtype."".file��À��À`�������P�������*å{a����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� ���������������������������������������(���������������������������������������0���������������������������������������H�����������������������������������������������>0à� runtime.algarray���@��&runtime.gcbits.4a02���P��.go.string.hdr."os.file"���p��type.*"".file���€��"runtime.zerovalue���À�type."".file���À��$go.string.hdr."fd"���Ð��"go.importpath."".���à��&type.syscall.Handle�����(go.string.hdr."name"��� ��"go.importpath."".���°��type.string���à��.go.string.hdr."dirinfo"���ð��"go.importpath."".���€�� type.*"".dirInfo���°��"go.string.hdr."l"���À��"go.importpath."".���Ð��type.sync.Mutex���€��2go.string.hdr."isConsole"�����"go.importpath."".��� ��type.bool���Ð��0go.string.hdr."lastbits"���à��"go.importpath."".���ð��type.[]uint8��� ��.go.string.hdr."readbuf"���°��"go.importpath."".���À��type.[]int32���`ð�type."".file���ð��(go.string.hdr."file"���€��"go.importpath."".���À�type."".file���þ0go.string.hdr."*os.file"� �� ������������������(go.string."*os.file"���þ(go.string."*os.file"� ��*os.file��þHgo.string.hdr."func(*os.file) error"� �� ������������������@go.string."func(*os.file) error"���þ@go.string."func(*os.file) error"�0��*func(*os.file) error��þ2type.func(*"".file) error� �� ��������������^™êP�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Hgo.string.hdr."func(*os.file) error"���p��Dgo.weak.type.*func(*"".file) error���€��"runtime.zerovalue��� €�2type.func(*"".file) error���А�2type.func(*"".file) error���€��type.*"".file�����type.error���þjgo.typelink.func(*os.file) error func(*"".file) error��������������2type.func(*"".file) error���þFgo.string.hdr."func(*os.file) bool"� �� ������������������>go.string."func(*os.file) bool"���þ>go.string."func(*os.file) bool"�0��(func(*os.file) bool��þ0type.func(*"".file) bool� �� ��������������‘¤‡�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Fgo.string.hdr."func(*os.file) bool"���p��Bgo.weak.type.*func(*"".file) bool���€��"runtime.zerovalue��� €�0type.func(*"".file) bool���А�0type.func(*"".file) bool���€��type.*"".file�����type.bool���þfgo.typelink.func(*os.file) bool func(*"".file) bool��������������0type.func(*"".file) bool���þ8go.string.hdr."func() error"� �� �������� ����������0go.string."func() error"���þ0go.string."func() error"� ��func() error��þ"type.func() error�����������������œ‚Öµ�3��������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��8go.string.hdr."func() error"���p��4go.weak.type.*func() error���€��"runtime.zerovalue��� €�"type.func() error���Ѐ�"type.func() error���€��type.error���þJgo.typelink.func() error func() error��������������"type.func() error���þ*go.string.hdr."isdir"� �� ������������������"go.string."isdir"���þ"go.string."isdir"��� isdir��þ6go.string.hdr."func() bool"� �� �������� ����������.go.string."func() bool"���þ.go.string."func() bool"� ��func() bool��þ type.func() bool�����������������TËx�3��������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��6go.string.hdr."func() bool"���p��2go.weak.type.*func() bool���€��"runtime.zerovalue��� €� type.func() bool���Ѐ� type.func() bool���€��type.bool���þFgo.typelink.func() bool func() bool�������������� type.func() bool���þtype.*"".file��°��°��������������{:¿�6����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������(0 � runtime.algarray���@��"runtime.gcbits.01���P��0go.string.hdr."*os.file"���p��,go.weak.type.**"".file���€��"runtime.zerovalue�����type."".file���` �type.*"".file���Àð�type.*"".file���ð��*go.string.hdr."close"���€��"go.importpath."".�����"type.func() error��� ��2type.func(*"".file) error���°�� "".(*file).close���À�� "".(*file).close���Ð��*go.string.hdr."isdir"���à��"go.importpath."".���ð�� type.func() bool���€��0type.func(*"".file) bool����� "".(*file).isdir��� �� "".(*file).isdir���þ.go.string.hdr."os.File"� �� ������������������&go.string."os.File"���þ&go.string."os.File"���os.File��þTgclocals·0c8aa8e80191a30eac23f1a218103f16� �� ��������������þTgclocals·32bd5c6dc84e3e86dd35593b3922d3aa� �� �������������þTgclocals·c55cf99de9cdd8c8202a466952fa1a45� �� ���������������þTgclocals·cad14e25fd48dddd762418d02c031d67� �� �������������þFgo.string.hdr."func(os.File) error"� �� ������������������>go.string."func(os.File) error"���þ>go.string."func(os.File) error"�0��(func(os.File) error��þ0type.func("".File) error� �� ��������������8Ì(Z�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Fgo.string.hdr."func(os.File) error"���p��Bgo.weak.type.*func("".File) error���€��"runtime.zerovalue��� €�0type.func("".File) error���А�0type.func("".File) error���€��type."".File�����type.error���þfgo.typelink.func(os.File) error func("".File) error��������������0type.func("".File) error���þDgo.string.hdr."func(os.File) bool"� �� ������������������<go.string."func(os.File) bool"���þ<go.string."func(os.File) bool"�0��&func(os.File) bool��þ.type.func("".File) bool� �� ��������������'æ!‚�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Dgo.string.hdr."func(os.File) bool"���p��@go.weak.type.*func("".File) bool���€��"runtime.zerovalue��� €�.type.func("".File) bool���А�.type.func("".File) bool���€��type."".File�����type.bool���þbgo.typelink.func(os.File) bool func("".File) bool��������������.type.func("".File) bool���þ(go.string.hdr."File"� �� ������������������ go.string."File"���þ go.string."File"���
File��þtype."".File�� �� ��������������“Ø×G�9����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������.0 � runtime.algarray���@��"runtime.gcbits.01���P��.go.string.hdr."os.File"���p��type.*"".File���€��"runtime.zerovalue���À�type."".File���à��type.*"".file���`�type."".File�����(go.string.hdr."File"��� ��"go.importpath."".���°à�type."".File���à��*go.string.hdr."close"���ð��"go.importpath."".���€��"type.func() error�����0type.func("".File) error��� ��"".File.close���°��"".File.close���À��*go.string.hdr."isdir"���Ð��"go.importpath."".���à�� type.func() bool���ð��.type.func("".File) bool���€��"".File.isdir�����"".File.isdir���þ0go.string.hdr."*os.File"� �� ������������������(go.string."*os.File"���þ(go.string."*os.File"� ��*os.File��þTgclocals·0c8aa8e80191a30eac23f1a218103f16� �� ��������������þTgclocals·32bd5c6dc84e3e86dd35593b3922d3aa� �� �������������þTgclocals·c55cf99de9cdd8c8202a466952fa1a45� �� ���������������þTgclocals·cad14e25fd48dddd762418d02c031d67� �� �������������þHgo.string.hdr."func(*os.File) error"� �� ������������������@go.string."func(*os.File) error"���þ@go.string."func(*os.File) error"�0��*func(*os.File) error��þ2type.func(*"".File) error� �� ��������������‘Œ �3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Hgo.string.hdr."func(*os.File) error"���p��Dgo.weak.type.*func(*"".File) error���€��"runtime.zerovalue��� €�2type.func(*"".File) error���А�2type.func(*"".File) error���€��type.*"".File�����type.error���þjgo.typelink.func(*os.File) error func(*"".File) error��������������2type.func(*"".File) error���þ8go.string.hdr."*os.FileMode"� �� �������� ����������0go.string."*os.FileMode"���þ0go.string."*os.FileMode"� ��*os.FileMode��þ0go.string.hdr."FileMode"� �� ������������������(go.string."FileMode"���þ(go.string."FileMode"� ��FileMode��þ,go.string.hdr."String"� �� ������������������$go.string."String"���þ$go.string."String"���String��þTgclocals·c55cf99de9cdd8c8202a466952fa1a45� �� ���������������þTgclocals·69076ee43f1cead0792b9f36906b1b56� �� �������������þ*go.string.hdr."IsDir"� �� ������������������"go.string."IsDir"���þ"go.string."IsDir"��� IsDir��þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·3f5c1f818fa7055d0400cecd34057162�������������þ2go.string.hdr."IsRegular"� �� �������� ����������*go.string."IsRegular"���þ*go.string."IsRegular"� ��IsRegular��þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·3f5c1f818fa7055d0400cecd34057162�������������þ(go.string.hdr."Perm"� �� ������������������ go.string."Perm"���þ go.string."Perm"���
Perm��þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·3f5c1f818fa7055d0400cecd34057162�������������þNgo.string.hdr."func(*os.FileMode) bool"� �� ������������������Fgo.string."func(*os.FileMode) bool"���þFgo.string."func(*os.FileMode) bool"�0��0func(*os.FileMode) bool��þ8type.func(*"".FileMode) bool� �� ��������������½gڔ�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Ngo.string.hdr."func(*os.FileMode) bool"���p��Jgo.weak.type.*func(*"".FileMode) bool���€��"runtime.zerovalue��� €�8type.func(*"".FileMode) bool���А�8type.func(*"".FileMode) bool���€��"type.*"".FileMode�����type.bool���þvgo.typelink.func(*os.FileMode) bool func(*"".FileMode) bool��������������8type.func(*"".FileMode) bool���þ\go.string.hdr."func(*os.FileMode) os.FileMode"� �� ������������������Tgo.string."func(*os.FileMode) os.FileMode"���þTgo.string."func(*os.FileMode) os.FileMode"�@��>func(*os.FileMode) os.FileMode��þFtype.func(*"".FileMode) "".FileMode� �� ��������������µa¯Ë�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��\go.string.hdr."func(*os.FileMode) os.FileMode"���p��Xgo.weak.type.*func(*"".FileMode) "".FileMode���€��"runtime.zerovalue��� €�Ftype.func(*"".FileMode) "".FileMode���А�Ftype.func(*"".FileMode) "".FileMode���€��"type.*"".FileMode����� type."".FileMode���þ’go.typelink.func(*os.FileMode) os.FileMode func(*"".FileMode) "".FileMode��������������Ftype.func(*"".FileMode) "".FileMode���þRgo.string.hdr."func(*os.FileMode) string"� �� ������������������Jgo.string."func(*os.FileMode) string"���þJgo.string."func(*os.FileMode) string"�@��4func(*os.FileMode) string��þ<type.func(*"".FileMode) string� �� ��������������>®¼r�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Rgo.string.hdr."func(*os.FileMode) string"���p��Ngo.weak.type.*func(*"".FileMode) string���€��"runtime.zerovalue��� €�<type.func(*"".FileMode) string���А�<type.func(*"".FileMode) string���€��"type.*"".FileMode�����type.string���þ~go.typelink.func(*os.FileMode) string func(*"".FileMode) string��������������<type.func(*"".FileMode) string���þDgo.string.hdr."func() os.FileMode"� �� ������������������<go.string."func() os.FileMode"���þ<go.string."func() os.FileMode"�0��&func() os.FileMode��þ.type.func() "".FileMode�����������������ÿ­Êä�3��������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Dgo.string.hdr."func() os.FileMode"���p��@go.weak.type.*func() "".FileMode���€��"runtime.zerovalue��� €�.type.func() "".FileMode���Ѐ�.type.func() "".FileMode���€�� type."".FileMode���þbgo.typelink.func() os.FileMode func() "".FileMode��������������.type.func() "".FileMode���þ:go.string.hdr."func() string"� �� �������� ����������2go.string."func() string"���þ2go.string."func() string"� ��func() string��þ$type.func() string�����������������¢mË�3��������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��:go.string.hdr."func() string"���p��6go.weak.type.*func() string���€��"runtime.zerovalue��� €�$type.func() string���Ѐ�$type.func() string���€��type.string���þNgo.typelink.func() string func() string��������������$type.func() string���þ"type.*"".FileMode��ð��ð��������������}ZîÉ�6����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������80 � runtime.algarray���@��"runtime.gcbits.01���P��8go.string.hdr."*os.FileMode"���p��4go.weak.type.**"".FileMode���€��"runtime.zerovalue����� type."".FileMode���` �"type.*"".FileMode���Àð�"type.*"".FileMode���ð��*go.string.hdr."IsDir"����� type.func() bool��� ��8type.func(*"".FileMode) bool���°��("".(*FileMode).IsDir���À��("".(*FileMode).IsDir���Ð��2go.string.hdr."IsRegular"���ð�� type.func() bool���€��8type.func(*"".FileMode) bool�����0"".(*FileMode).IsRegular��� ��0"".(*FileMode).IsRegular���°��(go.string.hdr."Perm"���Ð��.type.func() "".FileMode���à��Ftype.func(*"".FileMode) "".FileMode���ð��&"".(*FileMode).Perm���€��&"".(*FileMode).Perm�����,go.string.hdr."String"���°��$type.func() string���À��<type.func(*"".FileMode) string���Ð��*"".(*FileMode).String���à��*"".(*FileMode).String���þruntime.gcbits.������þ6go.string.hdr."os.FileMode"� �� �������� ����������.go.string."os.FileMode"���þ.go.string."os.FileMode"� ��os.FileMode��þLgo.string.hdr."func(os.FileMode) bool"� �� ������������������Dgo.string."func(os.FileMode) bool"���þDgo.string."func(os.FileMode) bool"�0��.func(os.FileMode) bool��þ6type.func("".FileMode) bool� �� ��������������-ìH<�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Lgo.string.hdr."func(os.FileMode) bool"���p��Hgo.weak.type.*func("".FileMode) bool���€��"runtime.zerovalue��� €�6type.func("".FileMode) bool���А�6type.func("".FileMode) bool���€�� type."".FileMode�����type.bool���þrgo.typelink.func(os.FileMode) bool func("".FileMode) bool��������������6type.func("".FileMode) bool���þZgo.string.hdr."func(os.FileMode) os.FileMode"� �� ������������������Rgo.string."func(os.FileMode) os.FileMode"���þRgo.string."func(os.FileMode) os.FileMode"�@��<func(os.FileMode) os.FileMode��þDtype.func("".FileMode) "".FileMode� �� ��������������¡ÙQ�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Zgo.string.hdr."func(os.FileMode) os.FileMode"���p��Vgo.weak.type.*func("".FileMode) "".FileMode���€��"runtime.zerovalue��� €�Dtype.func("".FileMode) "".FileMode���А�Dtype.func("".FileMode) "".FileMode���€�� type."".FileMode����� type."".FileMode���þŽgo.typelink.func(os.FileMode) os.FileMode func("".FileMode) "".FileMode��������������Dtype.func("".FileMode) "".FileMode���þPgo.string.hdr."func(os.FileMode) string"� �� ������������������Hgo.string."func(os.FileMode) string"���þHgo.string."func(os.FileMode) string"�@��2func(os.FileMode) string��þ:type.func("".FileMode) string� �� ��������������ÇÁ´—�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Pgo.string.hdr."func(os.FileMode) string"���p��Lgo.weak.type.*func("".FileMode) string���€��"runtime.zerovalue��� €�:type.func("".FileMode) string���А�:type.func("".FileMode) string���€�� type."".FileMode�����type.string���þzgo.typelink.func(os.FileMode) string func("".FileMode) string��������������:type.func("".FileMode) string���þ type."".FileMode��à��à���������������MPX�Š��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������:0€� runtime.algarray���@��runtime.gcbits.���P��6go.string.hdr."os.FileMode"���p��"type.*"".FileMode���€��"runtime.zerovalue���`� type."".FileMode�����0go.string.hdr."FileMode"��� ��"go.importpath."".���°à� type."".FileMode���à��*go.string.hdr."IsDir"���€�� type.func() bool�����6type.func("".FileMode) bool��� ��("".(*FileMode).IsDir���°��""".FileMode.IsDir���À��2go.string.hdr."IsRegular"���à�� type.func() bool���ð��6type.func("".FileMode) bool���€��0"".(*FileMode).IsRegular�����*"".FileMode.IsRegular��� ��(go.string.hdr."Perm"���À��.type.func() "".FileMode���Ð��Dtype.func("".FileMode) "".FileMode���à��&"".(*FileMode).Perm���ð�� "".FileMode.Perm���€��,go.string.hdr."String"��� ��$type.func() string���°��:type.func("".FileMode) string���À��*"".(*FileMode).String���Ð��$"".FileMode.String���þbgo.string.hdr."func(*os.File, os.FileMode) error"� �� ��������!����������Zgo.string."func(*os.File, os.FileMode) error"���þZgo.string."func(*os.File, os.FileMode) error"�P��Dfunc(*os.File, os.FileMode) error��þLtype.func(*"".File, "".FileMode) error�°��°��������������ê]å�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��bgo.string.hdr."func(*os.File, os.FileMode) error"���p��^go.weak.type.*func(*"".File, "".FileMode) error���€��"runtime.zerovalue��� €�Ltype.func(*"".File, "".FileMode) error���Р�Ltype.func(*"".File, "".FileMode) error���€��type.*"".File����� type."".FileMode��� ��type.error���þžgo.typelink.func(*os.File, os.FileMode) error func(*"".File, "".FileMode) error��������������Ltype.func(*"".File, "".FileMode) error���þ\go.string.hdr."func(*os.File, int, int) error"� �� ������������������Tgo.string."func(*os.File, int, int) error"���þTgo.string."func(*os.File, int, int) error"�@��>func(*os.File, int, int) error��þFtype.func(*"".File, int, int) error�À��À��������������C`TÛ�3������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��\go.string.hdr."func(*os.File, int, int) error"���p��Xgo.weak.type.*func(*"".File, int, int) error���€��"runtime.zerovalue��� €�Ftype.func(*"".File, int, int) error���а�Ftype.func(*"".File, int, int) error���€��type.*"".File�����type.int��� ��type.int���°��type.error���þ’go.typelink.func(*os.File, int, int) error func(*"".File, int, int) error��������������Ftype.func(*"".File, int, int) error���þLgo.string.hdr."func(*os.File) uintptr"� �� ������������������Dgo.string."func(*os.File) uintptr"���þDgo.string."func(*os.File) uintptr"�0��.func(*os.File) uintptr��þ6type.func(*"".File) uintptr� �� ��������������n:e!�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Lgo.string.hdr."func(*os.File) uintptr"���p��Hgo.weak.type.*func(*"".File) uintptr���€��"runtime.zerovalue��� €�6type.func(*"".File) uintptr���А�6type.func(*"".File) uintptr���€��type.*"".File�����type.uintptr���þrgo.typelink.func(*os.File) uintptr func(*"".File) uintptr��������������6type.func(*"".File) uintptr���þJgo.string.hdr."func(*os.File) string"� �� ������������������Bgo.string."func(*os.File) string"���þBgo.string."func(*os.File) string"�0��,func(*os.File) string��þ4type.func(*"".File) string� �� ��������������k¹�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Jgo.string.hdr."func(*os.File) string"���p��Fgo.weak.type.*func(*"".File) string���€��"runtime.zerovalue��� €�4type.func(*"".File) string���А�4type.func(*"".File) string���€��type.*"".File�����type.string���þngo.typelink.func(*os.File) string func(*"".File) string��������������4type.func(*"".File) string���þhgo.string.hdr."func(*os.File, []uint8) (int, error)"� �� ��������$����������`go.string."func(*os.File, []uint8) (int, error)"���þ`go.string."func(*os.File, []uint8) (int, error)"�P��Jfunc(*os.File, []uint8) (int, error)��þRtype.func(*"".File, []uint8) (int, error)�À��À��������������ʱa�3������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��hgo.string.hdr."func(*os.File, []uint8) (int, error)"���p��dgo.weak.type.*func(*"".File, []uint8) (int, error)���€��"runtime.zerovalue��� €�Rtype.func(*"".File, []uint8) (int, error)���Р�Rtype.func(*"".File, []uint8) (int, error)���€��type.*"".File�����type.[]uint8��� ��type.int���°��type.error���þªgo.typelink.func(*os.File, []uint8) (int, error) func(*"".File, []uint8) (int, error)��������������Rtype.func(*"".File, []uint8) (int, error)���þvgo.string.hdr."func(*os.File, []uint8, int64) (int, error)"� �� ��������+����������ngo.string."func(*os.File, []uint8, int64) (int, error)"���þngo.string."func(*os.File, []uint8, int64) (int, error)"�`��Xfunc(*os.File, []uint8, int64) (int, error)��þ`type.func(*"".File, []uint8, int64) (int, error)�Ð��Ð��������������»4Y�3��������������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��vgo.string.hdr."func(*os.File, []uint8, int64) (int, error)"���p��rgo.weak.type.*func(*"".File, []uint8, int64) (int, error)���€��"runtime.zerovalue��� €�`type.func(*"".File, []uint8, int64) (int, error)���а�`type.func(*"".File, []uint8, int64) (int, error)���€��type.*"".File�����type.[]uint8��� ��type.int64���°��type.int���À��type.error���þÆgo.typelink.func(*os.File, []uint8, int64) (int, error) func(*"".File, []uint8, int64) (int, error)��������������`type.func(*"".File, []uint8, int64) (int, error)���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·3bb21ca8fe1d99a3e492463bd711418a�������������þTgclocals·f56b2291fa344104975cb6587be42b9b� �� ���������������þTgclocals·e6e574b02e3b9d44a75c7a6e0cbb8742� �� �������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·3bb21ca8fe1d99a3e492463bd711418a�������������þTgclocals·c55cf99de9cdd8c8202a466952fa1a45� �� ���������������þTgclocals·a4eefca4bbbae1af180702e564a8cc49� �� �������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·3bb21ca8fe1d99a3e492463bd711418a�������������þTgclocals·c55cf99de9cdd8c8202a466952fa1a45� �� ���������������þTgclocals·19b49d53e9c11805652fa4c0885cbb29� �� �������������þ@go.string.hdr."func() time.Time"� �� ������������������8go.string."func() time.Time"���þ8go.string."func() time.Time"�0��"func() time.Time��þ*type.func() time.Time����������������� ¹tþ�3��������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��@go.string.hdr."func() time.Time"���p��<go.weak.type.*func() time.Time���€��"runtime.zerovalue��� €�*type.func() time.Time���Ѐ�*type.func() time.Time���€��type.time.Time���þZgo.typelink.func() time.Time func() time.Time��������������*type.func() time.Time���þ8go.string.hdr."func() int64"� �� �������� ����������0go.string."func() int64"���þ0go.string."func() int64"� ��func() int64��þ"type.func() int64�����������������a|‘�3��������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��8go.string.hdr."func() int64"���p��4go.weak.type.*func() int64���€��"runtime.zerovalue��� €�"type.func() int64���Ѐ�"type.func() int64���€��type.int64���þJgo.typelink.func() int64 func() int64��������������"type.func() int64���þ"runtime.gcbits.03����þ8go.string.hdr."interface {}"� �� �������� ����������0go.string."interface {}"���þ0go.string."interface {}"� ��interface {}��þ"type.interface {}�À��À��������������çW ������������������������������������������������������������������������� 0€� runtime.algarray���@��"runtime.gcbits.03���P��8go.string.hdr."interface {}"���p��4go.weak.type.*interface {}���€��"runtime.zerovalue���À�"type.interface {}���þFgo.string.hdr."func() interface {}"� �� ������������������>go.string."func() interface {}"���þ>go.string."func() interface {}"�0��(func() interface {}��þ0type.func() interface {}�����������������#´ñ�3��������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Fgo.string.hdr."func() interface {}"���p��Bgo.weak.type.*func() interface {}���€��"runtime.zerovalue��� €�0type.func() interface {}���Ѐ�0type.func() interface {}���€��"type.interface {}���þfgo.typelink.func() interface {} func() interface {}��������������0type.func() interface {}���þ8go.string.hdr."*os.FileInfo"� �� �������� ����������0go.string."*os.FileInfo"���þ0go.string."*os.FileInfo"� ��*os.FileInfo��þ"type.*"".FileInfo�� �� ��������������hÍoh�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��8go.string.hdr."*os.FileInfo"���p��4go.weak.type.**"".FileInfo���€��"runtime.zerovalue����� type."".FileInfo���þ6go.string.hdr."os.FileInfo"� �� �������� ����������.go.string."os.FileInfo"���þ.go.string."os.FileInfo"� ��os.FileInfo��þ.go.string.hdr."ModTime"� �� ������������������&go.string."ModTime"���þ&go.string."ModTime"���ModTime��þ(go.string.hdr."Mode"� �� ������������������ go.string."Mode"���þ go.string."Mode"���
Mode��þ(go.string.hdr."Name"� �� ������������������ go.string."Name"���þ go.string."Name"���
Name��þ(go.string.hdr."Size"� �� ������������������ go.string."Size"���þ go.string."Size"���
Size��þ&go.string.hdr."Sys"� �� ������������������go.string."Sys"���þgo.string."Sys"���Sys��þ0go.string.hdr."FileInfo"� �� ������������������(go.string."FileInfo"���þ(go.string."FileInfo"� ��FileInfo��þ type."".FileInfo��°��°��������������Ô#^¦���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������,0à� runtime.algarray���@��"runtime.gcbits.03���P��6go.string.hdr."os.FileInfo"���p��"type.*"".FileInfo���€��"runtime.zerovalue���À� type."".FileInfo���À��*go.string.hdr."IsDir"���à�� type.func() bool���ð��.go.string.hdr."ModTime"�����*type.func() time.Time��� ��(go.string.hdr."Mode"���À��.type.func() "".FileMode���Ð��(go.string.hdr."Name"���ð��$type.func() string���€��(go.string.hdr."Size"��� ��"type.func() int64���°��&go.string.hdr."Sys"���Ð��0type.func() interface {}���`à� type."".FileInfo���à��0go.string.hdr."FileInfo"���ð��"go.importpath."".���€°� type."".FileInfo���þ:go.string.hdr."[]os.FileInfo"� �� �������� ����������2go.string."[]os.FileInfo"���þ2go.string."[]os.FileInfo"� ��[]os.FileInfo��þ$type.[]"".FileInfo� �� ��������������&¨h��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��:go.string.hdr."[]os.FileInfo"���p��6go.weak.type.*[]"".FileInfo���€��"runtime.zerovalue����� type."".FileInfo���þNgo.typelink.[]os.FileInfo []"".FileInfo��������������$type.[]"".FileInfo���þtgo.string.hdr."func(*os.File, int) ([]os.FileInfo, error)"� �� ��������*����������lgo.string."func(*os.File, int) ([]os.FileInfo, error)"���þlgo.string."func(*os.File, int) ([]os.FileInfo, error)"�`��Vfunc(*os.File, int) ([]os.FileInfo, error)��þ^type.func(*"".File, int) ([]"".FileInfo, error)�À��À��������������w‚f+�3������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��tgo.string.hdr."func(*os.File, int) ([]os.FileInfo, error)"���p��pgo.weak.type.*func(*"".File, int) ([]"".FileInfo, error)���€��"runtime.zerovalue��� €�^type.func(*"".File, int) ([]"".FileInfo, error)���Р�^type.func(*"".File, int) ([]"".FileInfo, error)���€��type.*"".File�����type.int��� ��$type.[]"".FileInfo���°��type.error���þÂgo.typelink.func(*os.File, int) ([]os.FileInfo, error) func(*"".File, int) ([]"".FileInfo, error)��������������^type.func(*"".File, int) ([]"".FileInfo, error)���þjgo.string.hdr."func(*os.File, int) ([]string, error)"� �� ��������%����������bgo.string."func(*os.File, int) ([]string, error)"���þbgo.string."func(*os.File, int) ([]string, error)"�P��Lfunc(*os.File, int) ([]string, error)��þTtype.func(*"".File, int) ([]string, error)�À��À��������������iÂ�3������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��jgo.string.hdr."func(*os.File, int) ([]string, error)"���p��fgo.weak.type.*func(*"".File, int) ([]string, error)���€��"runtime.zerovalue��� €�Ttype.func(*"".File, int) ([]string, error)���Р�Ttype.func(*"".File, int) ([]string, error)���€��type.*"".File�����type.int��� ��type.[]string���°��type.error���þ®go.typelink.func(*os.File, int) ([]string, error) func(*"".File, int) ([]string, error)��������������Ttype.func(*"".File, int) ([]string, error)���þrgo.string.hdr."func(*os.File, int64, int) (int64, error)"� �� ��������)����������jgo.string."func(*os.File, int64, int) (int64, error)"���þjgo.string."func(*os.File, int64, int) (int64, error)"�`��Tfunc(*os.File, int64, int) (int64, error)��þ\type.func(*"".File, int64, int) (int64, error)�Ð��Ð��������������3v¯.�3��������������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��rgo.string.hdr."func(*os.File, int64, int) (int64, error)"���p��ngo.weak.type.*func(*"".File, int64, int) (int64, error)���€��"runtime.zerovalue��� €�\type.func(*"".File, int64, int) (int64, error)���а�\type.func(*"".File, int64, int) (int64, error)���€��type.*"".File�����type.int64��� ��type.int���°��type.int64���À��type.error���þ¾go.typelink.func(*os.File, int64, int) (int64, error) func(*"".File, int64, int) (int64, error)��������������\type.func(*"".File, int64, int) (int64, error)���þfgo.string.hdr."func(*os.File) (os.FileInfo, error)"� �� ��������#����������^go.string."func(*os.File) (os.FileInfo, error)"���þ^go.string."func(*os.File) (os.FileInfo, error)"�P��Hfunc(*os.File) (os.FileInfo, error)��þPtype.func(*"".File) ("".FileInfo, error)�°��°��������������Ú¦0�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��fgo.string.hdr."func(*os.File) (os.FileInfo, error)"���p��bgo.weak.type.*func(*"".File) ("".FileInfo, error)���€��"runtime.zerovalue��� €�Ptype.func(*"".File) ("".FileInfo, error)���А�Ptype.func(*"".File) ("".FileInfo, error)���€��type.*"".File����� type."".FileInfo��� ��type.error���þ¦go.typelink.func(*os.File) (os.FileInfo, error) func(*"".File) ("".FileInfo, error)��������������Ptype.func(*"".File) ("".FileInfo, error)���þVgo.string.hdr."func(*os.File, int64) error"� �� ������������������Ngo.string."func(*os.File, int64) error"���þNgo.string."func(*os.File, int64) error"�@��8func(*os.File, int64) error��þ@type.func(*"".File, int64) error�°��°��������������8Òþ�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Vgo.string.hdr."func(*os.File, int64) error"���p��Rgo.weak.type.*func(*"".File, int64) error���€��"runtime.zerovalue��� €�@type.func(*"".File, int64) error���Р�@type.func(*"".File, int64) error���€��type.*"".File�����type.int64��� ��type.error���þ†go.typelink.func(*os.File, int64) error func(*"".File, int64) error��������������@type.func(*"".File, int64) error���þfgo.string.hdr."func(*os.File, string) (int, error)"� �� ��������#����������^go.string."func(*os.File, string) (int, error)"���þ^go.string."func(*os.File, string) (int, error)"�P��Hfunc(*os.File, string) (int, error)��þPtype.func(*"".File, string) (int, error)�À��À��������������¬"Éó�3������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��fgo.string.hdr."func(*os.File, string) (int, error)"���p��bgo.weak.type.*func(*"".File, string) (int, error)���€��"runtime.zerovalue��� €�Ptype.func(*"".File, string) (int, error)���Р�Ptype.func(*"".File, string) (int, error)���€��type.*"".File�����type.string��� ��type.int���°��type.error���þ¦go.typelink.func(*os.File, string) (int, error) func(*"".File, string) (int, error)��������������Ptype.func(*"".File, string) (int, error)���þFgo.string.hdr."func(*os.File) bool"� �� ������������������>go.string."func(*os.File) bool"���þ>go.string."func(*os.File) bool"�0��(func(*os.File) bool��þ0type.func(*"".File) bool� �� ��������������¬©˜S�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Fgo.string.hdr."func(*os.File) bool"���p��Bgo.weak.type.*func(*"".File) bool���€��"runtime.zerovalue��� €�0type.func(*"".File) bool���А�0type.func(*"".File) bool���€��type.*"".File�����type.bool���þfgo.typelink.func(*os.File) bool func(*"".File) bool��������������0type.func(*"".File) bool���þ*go.string.hdr."Chdir"� �� ������������������"go.string."Chdir"���þ"go.string."Chdir"��� Chdir��þ*go.string.hdr."Chmod"� �� ������������������"go.string."Chmod"���þ"go.string."Chmod"��� Chmod��þNgo.string.hdr."func(os.FileMode) error"� �� ������������������Fgo.string."func(os.FileMode) error"���þFgo.string."func(os.FileMode) error"�0��0func(os.FileMode) error��þ8type.func("".FileMode) error� �� ��������������{…�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Ngo.string.hdr."func(os.FileMode) error"���p��Jgo.weak.type.*func("".FileMode) error���€��"runtime.zerovalue��� €�8type.func("".FileMode) error���А�8type.func("".FileMode) error���€�� type."".FileMode�����type.error���þvgo.typelink.func(os.FileMode) error func("".FileMode) error��������������8type.func("".FileMode) error���þ*go.string.hdr."Chown"� �� ������������������"go.string."Chown"���þ"go.string."Chown"��� Chown��þHgo.string.hdr."func(int, int) error"� �� ������������������@go.string."func(int, int) error"���þ@go.string."func(int, int) error"�0��*func(int, int) error��þ2type.func(int, int) error�°��°��������������Pt@�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Hgo.string.hdr."func(int, int) error"���p��Dgo.weak.type.*func(int, int) error���€��"runtime.zerovalue��� €�2type.func(int, int) error���Р�2type.func(int, int) error���€��type.int�����type.int��� ��type.error���þjgo.typelink.func(int, int) error func(int, int) error��������������2type.func(int, int) error���þ*go.string.hdr."Close"� �� ������������������"go.string."Close"���þ"go.string."Close"��� Close��þ$go.string.hdr."Fd"� �� ������������������go.string."Fd"���þgo.string."Fd"���Fd��þ<go.string.hdr."func() uintptr"� �� ������������������4go.string."func() uintptr"���þ4go.string."func() uintptr"� ��func() uintptr��þ&type.func() uintptr�����������������“}ëg�3��������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��<go.string.hdr."func() uintptr"���p��8go.weak.type.*func() uintptr���€��"runtime.zerovalue��� €�&type.func() uintptr���Ѐ�&type.func() uintptr���€��type.uintptr���þRgo.typelink.func() uintptr func() uintptr��������������&type.func() uintptr���þ(go.string.hdr."Read"� �� ������������������ go.string."Read"���þ go.string."Read"���
Read��þTgo.string.hdr."func([]uint8) (int, error)"� �� ������������������Lgo.string."func([]uint8) (int, error)"���þLgo.string."func([]uint8) (int, error)"�@��6func([]uint8) (int, error)��þ>type.func([]uint8) (int, error)�°��°��������������„N4P�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Tgo.string.hdr."func([]uint8) (int, error)"���p��Pgo.weak.type.*func([]uint8) (int, error)���€��"runtime.zerovalue��� €�>type.func([]uint8) (int, error)���А�>type.func([]uint8) (int, error)���€��type.[]uint8�����type.int��� ��type.error���þ‚go.typelink.func([]uint8) (int, error) func([]uint8) (int, error)��������������>type.func([]uint8) (int, error)���þ,go.string.hdr."ReadAt"� �� ������������������$go.string."ReadAt"���þ$go.string."ReadAt"���ReadAt��þbgo.string.hdr."func([]uint8, int64) (int, error)"� �� ��������!����������Zgo.string."func([]uint8, int64) (int, error)"���þZgo.string."func([]uint8, int64) (int, error)"�P��Dfunc([]uint8, int64) (int, error)��þLtype.func([]uint8, int64) (int, error)�À��À��������������ŠC¶,�3������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��bgo.string.hdr."func([]uint8, int64) (int, error)"���p��^go.weak.type.*func([]uint8, int64) (int, error)���€��"runtime.zerovalue��� €�Ltype.func([]uint8, int64) (int, error)���Р�Ltype.func([]uint8, int64) (int, error)���€��type.[]uint8�����type.int64��� ��type.int���°��type.error���þžgo.typelink.func([]uint8, int64) (int, error) func([]uint8, int64) (int, error)��������������Ltype.func([]uint8, int64) (int, error)���þ`go.string.hdr."func(int) ([]os.FileInfo, error)"� �� �������� ����������Xgo.string."func(int) ([]os.FileInfo, error)"���þXgo.string."func(int) ([]os.FileInfo, error)"�P��Bfunc(int) ([]os.FileInfo, error)��þJtype.func(int) ([]"".FileInfo, error)�°��°�������������� °�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��`go.string.hdr."func(int) ([]os.FileInfo, error)"���p��\go.weak.type.*func(int) ([]"".FileInfo, error)���€��"runtime.zerovalue��� €�Jtype.func(int) ([]"".FileInfo, error)���А�Jtype.func(int) ([]"".FileInfo, error)���€��type.int�����$type.[]"".FileInfo��� ��type.error���þšgo.typelink.func(int) ([]os.FileInfo, error) func(int) ([]"".FileInfo, error)��������������Jtype.func(int) ([]"".FileInfo, error)���þ8go.string.hdr."Readdirnames"� �� �������� ����������0go.string."Readdirnames"���þ0go.string."Readdirnames"� ��Readdirnames��þVgo.string.hdr."func(int) ([]string, error)"� �� ������������������Ngo.string."func(int) ([]string, error)"���þNgo.string."func(int) ([]string, error)"�@��8func(int) ([]string, error)��þ@type.func(int) ([]string, error)�°��°��������������ˆ´ßy�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Vgo.string.hdr."func(int) ([]string, error)"���p��Rgo.weak.type.*func(int) ([]string, error)���€��"runtime.zerovalue��� €�@type.func(int) ([]string, error)���А�@type.func(int) ([]string, error)���€��type.int�����type.[]string��� ��type.error���þ†go.typelink.func(int) ([]string, error) func(int) ([]string, error)��������������@type.func(int) ([]string, error)���þ(go.string.hdr."Seek"� �� ������������������ go.string."Seek"���þ go.string."Seek"���
Seek��þ^go.string.hdr."func(int64, int) (int64, error)"� �� ������������������Vgo.string."func(int64, int) (int64, error)"���þVgo.string."func(int64, int) (int64, error)"�@��@func(int64, int) (int64, error)��þHtype.func(int64, int) (int64, error)�À��À��������������³¤�3������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��^go.string.hdr."func(int64, int) (int64, error)"���p��Zgo.weak.type.*func(int64, int) (int64, error)���€��"runtime.zerovalue��� €�Htype.func(int64, int) (int64, error)���Р�Htype.func(int64, int) (int64, error)���€��type.int64�����type.int��� ��type.int64���°��type.error���þ–go.typelink.func(int64, int) (int64, error) func(int64, int) (int64, error)��������������Htype.func(int64, int) (int64, error)���þ(go.string.hdr."Stat"� �� ������������������ go.string."Stat"���þ go.string."Stat"���
Stat��þVgo.string.hdr."func() (os.FileInfo, error)"� �� ������������������Ngo.string."func() (os.FileInfo, error)"���þNgo.string."func() (os.FileInfo, error)"�@��8func() (os.FileInfo, error)��þ@type.func() ("".FileInfo, error)� �� ��������������XfC»�3����������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Vgo.string.hdr."func() (os.FileInfo, error)"���p��Rgo.weak.type.*func() ("".FileInfo, error)���€��"runtime.zerovalue��� €�@type.func() ("".FileInfo, error)���Ѐ�@type.func() ("".FileInfo, error)���€�� type."".FileInfo�����type.error���þ†go.typelink.func() (os.FileInfo, error) func() ("".FileInfo, error)��������������@type.func() ("".FileInfo, error)���þ(go.string.hdr."Sync"� �� ������������������ go.string."Sync"���þ go.string."Sync"���
Sync��þ0go.string.hdr."Truncate"� �� ������������������(go.string."Truncate"���þ(go.string."Truncate"� ��Truncate��þBgo.string.hdr."func(int64) error"� �� ������������������:go.string."func(int64) error"���þ:go.string."func(int64) error"�0��$func(int64) error��þ,type.func(int64) error� �� ��������������?›Q�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Bgo.string.hdr."func(int64) error"���p��>go.weak.type.*func(int64) error���€��"runtime.zerovalue��� €�,type.func(int64) error���А�,type.func(int64) error���€��type.int64�����type.error���þ^go.typelink.func(int64) error func(int64) error��������������,type.func(int64) error���þ*go.string.hdr."Write"� �� ������������������"go.string."Write"���þ"go.string."Write"��� Write��þ.go.string.hdr."WriteAt"� �� ������������������&go.string."WriteAt"���þ&go.string."WriteAt"���WriteAt��þ6go.string.hdr."WriteString"� �� �������� ����������.go.string."WriteString"���þ.go.string."WriteString"� ��WriteString��þRgo.string.hdr."func(string) (int, error)"� �� ������������������Jgo.string."func(string) (int, error)"���þJgo.string."func(string) (int, error)"�@��4func(string) (int, error)��þ<type.func(string) (int, error)�°��°��������������êG´ò�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Rgo.string.hdr."func(string) (int, error)"���p��Ngo.weak.type.*func(string) (int, error)���€��"runtime.zerovalue��� €�<type.func(string) (int, error)���А�<type.func(string) (int, error)���€��type.string�����type.int��� ��type.error���þ~go.typelink.func(string) (int, error) func(string) (int, error)��������������<type.func(string) (int, error)���þ*go.string.hdr."pread"� �� ������������������"go.string."pread"���þ"go.string."pread"��� pread��þ,go.string.hdr."pwrite"� �� ������������������$go.string."pwrite"���þ$go.string."pwrite"���pwrite��þ6go.string.hdr."readConsole"� �� �������� ����������.go.string."readConsole"���þ.go.string."readConsole"� ��readConsole��þ.go.string.hdr."readdir"� �� ������������������&go.string."readdir"���þ&go.string."readdir"���readdir��þ8go.string.hdr."readdirnames"� �� �������� ����������0go.string."readdirnames"���þ0go.string."readdirnames"� ��readdirnames��þ8go.string.hdr."writeConsole"� �� �������� ����������0go.string."writeConsole"���þ0go.string."writeConsole"� ��writeConsole��þtype.*"".File��ð��ð��������������Dµó3�6����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������¾0 � runtime.algarray���@��"runtime.gcbits.01���P��0go.string.hdr."*os.File"���p��,go.weak.type.**"".File���€��"runtime.zerovalue�����type."".File���` �type.*"".File���Àð�type.*"".File���ð��*go.string.hdr."Chdir"�����"type.func() error��� ��2type.func(*"".File) error���°�� "".(*File).Chdir���À�� "".(*File).Chdir���Ð��*go.string.hdr."Chmod"���ð��8type.func("".FileMode) error���€��Ltype.func(*"".File, "".FileMode) error����� "".(*File).Chmod��� �� "".(*File).Chmod���°��*go.string.hdr."Chown"���Ð��2type.func(int, int) error���à��Ftype.func(*"".File, int, int) error���ð�� "".(*File).Chown���€�� "".(*File).Chown�����*go.string.hdr."Close"���°��"type.func() error���À��2type.func(*"".File) error���Ð�� "".(*File).Close���à�� "".(*File).Close���ð��$go.string.hdr."Fd"�����&type.func() uintptr��� ��6type.func(*"".File) uintptr���°��"".(*File).Fd���À��"".(*File).Fd���Ð��(go.string.hdr."Name"���ð��$type.func() string���€��4type.func(*"".File) string�����"".(*File).Name��� ��"".(*File).Name���°��(go.string.hdr."Read"���Ð��>type.func([]uint8) (int, error)���à��Rtype.func(*"".File, []uint8) (int, error)���ð��"".(*File).Read���€��"".(*File).Read�����,go.string.hdr."ReadAt"���°��Ltype.func([]uint8, int64) (int, error)���À��`type.func(*"".File, []uint8, int64) (int, error)���Ð��""".(*File).ReadAt���à��""".(*File).ReadAt���ð��.go.string.hdr."Readdir"�����Jtype.func(int) ([]"".FileInfo, error)��� ��^type.func(*"".File, int) ([]"".FileInfo, error)���°��$"".(*File).Readdir���À��$"".(*File).Readdir���Ð��8go.string.hdr."Readdirnames"���ð��@type.func(int) ([]string, error)���€ ��Ttype.func(*"".File, int) ([]string, error)��� ��."".(*File).Readdirnames���  ��."".(*File).Readdirnames���° ��(go.string.hdr."Seek"���Ð ��Htype.func(int64, int) (int64, error)���à ��\type.func(*"".File, int64, int) (int64, error)���ð ��"".(*File).Seek���€
��"".(*File).Seek���
��(go.string.hdr."Stat"���°
��@type.func() ("".FileInfo, error)�����Ptype.func(*"".File) ("".FileInfo, error)���Ð
��"".(*File).Stat���à
��"".(*File).Stat���ð
��(go.string.hdr."Sync"��� ��"type.func() error���  ��2type.func(*"".File) error���° ��"".(*File).Sync���À ��"".(*File).Sync���Ð ��0go.string.hdr."Truncate"���ð ��,type.func(int64) error���€ ��@type.func(*"".File, int64) error��� ��&"".(*File).Truncate���  ��&"".(*File).Truncate���° ��*go.string.hdr."Write"���Ð ��>type.func([]uint8) (int, error)���à ��Rtype.func(*"".File, []uint8) (int, error)���ð �� "".(*File).Write���€ �� "".(*File).Write��� ��.go.string.hdr."WriteAt"���° ��Ltype.func([]uint8, int64) (int, error)���À ��`type.func(*"".File, []uint8, int64) (int, error)���Ð ��$"".(*File).WriteAt���à ��$"".(*File).WriteAt���ð ��6go.string.hdr."WriteString"�����<type.func(string) (int, error)��� ��Ptype.func(*"".File, string) (int, error)���°��,"".(*File).WriteString���À��,"".(*File).WriteString���Ð��*go.string.hdr."close"���à��"go.importpath."".���ð��"type.func() error���€��2type.func(*"".File) error����� "".(*File).close��� �� "".(*File).close���°��*go.string.hdr."isdir"���À��"go.importpath."".���Ð�� type.func() bool���à��0type.func(*"".File) bool���ð�� "".(*File).isdir���€�� "".(*File).isdir�����*go.string.hdr."pread"��� ��"go.importpath."".���°��Ltype.func([]uint8, int64) (int, error)���À��`type.func(*"".File, []uint8, int64) (int, error)���Ð�� "".(*File).pread���à�� "".(*File).pread���ð��,go.string.hdr."pwrite"���€��"go.importpath."".�����Ltype.func([]uint8, int64) (int, error)��� ��`type.func(*"".File, []uint8, int64) (int, error)���°��""".(*File).pwrite���À��""".(*File).pwrite���Ð��(go.string.hdr."read"���à��"go.importpath."".���ð��>type.func([]uint8) (int, error)���€��Rtype.func(*"".File, []uint8) (int, error)�����"".(*File).read��� ��"".(*File).read���°��6go.string.hdr."readConsole"���À��"go.importpath."".���Ð��>type.func([]uint8) (int, error)���à��Rtype.func(*"".File, []uint8) (int, error)���ð��,"".(*File).readConsole���€��,"".(*File).readConsole�����.go.string.hdr."readdir"��� ��"go.importpath."".���°��Jtype.func(int) ([]"".FileInfo, error)���À��^type.func(*"".File, int) ([]"".FileInfo, error)���Ð��$"".(*File).readdir���à��$"".(*File).readdir���ð��8go.string.hdr."readdirnames"���€��"go.importpath."".�����@type.func(int) ([]string, error)��� ��Ttype.func(*"".File, int) ([]string, error)���°��."".(*File).readdirnames���À��."".(*File).readdirnames���Ð��(go.string.hdr."seek"���à��"go.importpath."".���ð��Htype.func(int64, int) (int64, error)���€��\type.func(*"".File, int64, int) (int64, error)�����"".(*File).seek��� ��"".(*File).seek���°��*go.string.hdr."write"���À��"go.importpath."".���Ð��>type.func([]uint8) (int, error)���à��Rtype.func(*"".File, []uint8) (int, error)���ð�� "".(*File).write���€�� "".(*File).write�����8go.string.hdr."writeConsole"��� ��"go.importpath."".���°��>type.func([]uint8) (int, error)���À��Rtype.func(*"".File, []uint8) (int, error)���Ð��."".(*File).writeConsole���à��."".(*File).writeConsole���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·3bb21ca8fe1d99a3e492463bd711418a�������������þ2type..hashfunc."".Process��������������*type..hash."".Process���þ.type..eqfunc."".Process��������������&type..eq."".Process���þ(type..alg."".Process� �� �������������������2type..hashfunc."".Process�����.type..eqfunc."".Process���þ4go.string.hdr."os.Process"� �� ��������
����������,go.string."os.Process"���þ,go.string."os.Process"� ��os.Process��þ&go.string.hdr."Pid"� �� ������������������go.string."Pid"���þgo.string."Pid"���Pid��þ,go.string.hdr."handle"� �� ������������������$go.string."handle"���þ$go.string."handle"���handle��þ,go.string.hdr."isdone"� �� ������������������$go.string."isdone"���þ$go.string."isdone"���isdone��þ.go.string.hdr."Process"� �� ������������������&go.string."Process"���þ&go.string."Process"���Process��þtype."".Process��€��€���������������{Âïz�™������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������$0��(type..alg."".Process���@��runtime.gcbits.���P��4go.string.hdr."os.Process"���p�� type.*"".Process���€��"runtime.zerovalue���À�type."".Process���À��&go.string.hdr."Pid"���à��type.int�����,go.string.hdr."handle"��� ��"go.importpath."".���°��type.uintptr���à��,go.string.hdr."isdone"���ð��"go.importpath."".���€��type.uint32���`°�type."".Process���°��.go.string.hdr."Process"���À��"go.importpath."".���Ѐ�type."".Process���þ6go.string.hdr."*os.Process"� �� �������� ����������.go.string."*os.Process"���þ.go.string."*os.Process"� ��*os.Process��þNgo.string.hdr."func(*os.Process) error"� �� ������������������Fgo.string."func(*os.Process) error"���þFgo.string."func(*os.Process) error"�0��0func(*os.Process) error��þ8type.func(*"".Process) error� �� ��������������Wš´ë�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Ngo.string.hdr."func(*os.Process) error"���p��Jgo.weak.type.*func(*"".Process) error���€��"runtime.zerovalue��� €�8type.func(*"".Process) error���А�8type.func(*"".Process) error���€�� type.*"".Process�����type.error���þvgo.typelink.func(*os.Process) error func(*"".Process) error��������������8type.func(*"".Process) error���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·2a1dd1e1e59d0a384c26951e316cd7e6�������������þTgclocals·c55cf99de9cdd8c8202a466952fa1a45� �� ���������������þTgclocals·a4eefca4bbbae1af180702e564a8cc49� �� �������������þ,go.string.hdr."func()"� �� ������������������$go.string."func()"���þ$go.string."func()"���func()��þtype.func()�€��€��������������ö¼‚ö�3��������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��,go.string.hdr."func()"���p��(go.weak.type.*func()���€��"runtime.zerovalue��� €�type.func()���Ѐ�type.func()���þ2go.typelink.func() func()��������������type.func()���þ4go.string.hdr."*os.Signal"� �� ��������
����������,go.string."*os.Signal"���þ,go.string."*os.Signal"� ��*os.Signal��þtype.*"".Signal�� �� ��������������G$ßð�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��4go.string.hdr."*os.Signal"���p��0go.weak.type.**"".Signal���€��"runtime.zerovalue�����type."".Signal���þ2go.string.hdr."os.Signal"� �� �������� ����������*go.string."os.Signal"���þ*go.string."os.Signal"� ��os.Signal��þ,go.string.hdr."Signal"� �� ������������������$go.string."Signal"���þ$go.string."Signal"���Signal��þtype."".Signal��ð��ð��������������‡±Í´���������������������������������������������������������������������������������������������������������������������������������������������������������������0à� runtime.algarray���@��"runtime.gcbits.03���P��2go.string.hdr."os.Signal"���p��type.*"".Signal���€��"runtime.zerovalue���À�type."".Signal���À��,go.string.hdr."Signal"���à��type.func()���ð��,go.string.hdr."String"�����$type.func() string���` �type."".Signal��� ��,go.string.hdr."Signal"���°��"go.importpath."".���Àð�type."".Signal���þdgo.string.hdr."func(*os.Process, os.Signal) error"� �� ��������"����������\go.string."func(*os.Process, os.Signal) error"���þ\go.string."func(*os.Process, os.Signal) error"�P��Ffunc(*os.Process, os.Signal) error��þNtype.func(*"".Process, "".Signal) error�°��°��������������§˜¼�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��dgo.string.hdr."func(*os.Process, os.Signal) error"���p��`go.weak.type.*func(*"".Process, "".Signal) error���€��"runtime.zerovalue��� €�Ntype.func(*"".Process, "".Signal) error���Р�Ntype.func(*"".Process, "".Signal) error���€�� type.*"".Process�����type."".Signal��� ��type.error���þ¢go.typelink.func(*os.Process, os.Signal) error func(*"".Process, "".Signal) error��������������Ntype.func(*"".Process, "".Signal) error���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·21a8f585a14d020f181242c5256583dc� �� ��������������þTgclocals·51af24152615272c3d9efc8538f95767� �� �������������þ<type..hashfunc."".ProcessState��������������4type..hash."".ProcessState���þ8type..eqfunc."".ProcessState��������������0type..eq."".ProcessState���þ2type..alg."".ProcessState� �� �������������������<type..hashfunc."".ProcessState�����8type..eqfunc."".ProcessState���þ"runtime.gcbits.04����þ>go.string.hdr."os.ProcessState"� �� ������������������6go.string."os.ProcessState"���þ6go.string."os.ProcessState"� �� os.ProcessState��þ&go.string.hdr."pid"� �� ������������������go.string."pid"���þgo.string."pid"���pid��þ,go.string.hdr."status"� �� ������������������$go.string."status"���þ$go.string."status"���status��þ,go.string.hdr."rusage"� �� ������������������$go.string."rusage"���þ$go.string."rusage"���rusage��þ8go.string.hdr."ProcessState"� �� �������� ����������0go.string."ProcessState"���þ0go.string."ProcessState"� ��ProcessState��þ(type."".ProcessState��€��€��������������£&�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������&0��2type..alg."".ProcessState���@��"runtime.gcbits.04���P��>go.string.hdr."os.ProcessState"���p��*type.*"".ProcessState���€��"runtime.zerovalue���À�(type."".ProcessState���À��&go.string.hdr."pid"���Ð��"go.importpath."".���à��type.int�����,go.string.hdr."status"��� ��"go.importpath."".���°��.type.syscall.WaitStatus���à��,go.string.hdr."rusage"���ð��"go.importpath."".���€��(type.*syscall.Rusage���`°�(type."".ProcessState���°��8go.string.hdr."ProcessState"���À��"go.importpath."".���Ѐ�(type."".ProcessState���þ@go.string.hdr."*os.ProcessState"� �� ������������������8go.string."*os.ProcessState"���þ8go.string."*os.ProcessState"�0��"*os.ProcessState��þVgo.string.hdr."func(*os.ProcessState) bool"� �� ������������������Ngo.string."func(*os.ProcessState) bool"���þNgo.string."func(*os.ProcessState) bool"�@��8func(*os.ProcessState) bool��þ@type.func(*"".ProcessState) bool� �� ��������������•Á—�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Vgo.string.hdr."func(*os.ProcessState) bool"���p��Rgo.weak.type.*func(*"".ProcessState) bool���€��"runtime.zerovalue��� €�@type.func(*"".ProcessState) bool���А�@type.func(*"".ProcessState) bool���€��*type.*"".ProcessState�����type.bool���þ†go.typelink.func(*os.ProcessState) bool func(*"".ProcessState) bool��������������@type.func(*"".ProcessState) bool���þTgo.string.hdr."func(*os.ProcessState) int"� �� ������������������Lgo.string."func(*os.ProcessState) int"���þLgo.string."func(*os.ProcessState) int"�@��6func(*os.ProcessState) int��þ>type.func(*"".ProcessState) int� �� ��������������¢?Ó�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Tgo.string.hdr."func(*os.ProcessState) int"���p��Pgo.weak.type.*func(*"".ProcessState) int���€��"runtime.zerovalue��� €�>type.func(*"".ProcessState) int���А�>type.func(*"".ProcessState) int���€��*type.*"".ProcessState�����type.int���þ‚go.typelink.func(*os.ProcessState) int func(*"".ProcessState) int��������������>type.func(*"".ProcessState) int���þZgo.string.hdr."func(*os.ProcessState) string"� �� ������������������Rgo.string."func(*os.ProcessState) string"���þRgo.string."func(*os.ProcessState) string"�@��<func(*os.ProcessState) string��þDtype.func(*"".ProcessState) string� �� ��������������¸ãG,�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Zgo.string.hdr."func(*os.ProcessState) string"���p��Vgo.weak.type.*func(*"".ProcessState) string���€��"runtime.zerovalue��� €�Dtype.func(*"".ProcessState) string���А�Dtype.func(*"".ProcessState) string���€��*type.*"".ProcessState�����type.string���þŽgo.typelink.func(*os.ProcessState) string func(*"".ProcessState) string��������������Dtype.func(*"".ProcessState) string���þfgo.string.hdr."func(*os.ProcessState) interface {}"� �� ��������#����������^go.string."func(*os.ProcessState) interface {}"���þ^go.string."func(*os.ProcessState) interface {}"�P��Hfunc(*os.ProcessState) interface {}��þPtype.func(*"".ProcessState) interface {}� �� ��������������ÏO¤�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��fgo.string.hdr."func(*os.ProcessState) interface {}"���p��bgo.weak.type.*func(*"".ProcessState) interface {}���€��"runtime.zerovalue��� €�Ptype.func(*"".ProcessState) interface {}���А�Ptype.func(*"".ProcessState) interface {}���€��*type.*"".ProcessState�����"type.interface {}���þ¦go.typelink.func(*os.ProcessState) interface {} func(*"".ProcessState) interface {}��������������Ptype.func(*"".ProcessState) interface {}���þhgo.string.hdr."func(*os.ProcessState) time.Duration"� �� ��������$����������`go.string."func(*os.ProcessState) time.Duration"���þ`go.string."func(*os.ProcessState) time.Duration"�P��Jfunc(*os.ProcessState) time.Duration��þRtype.func(*"".ProcessState) time.Duration� �� ��������������;òä�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��hgo.string.hdr."func(*os.ProcessState) time.Duration"���p��dgo.weak.type.*func(*"".ProcessState) time.Duration���€��"runtime.zerovalue��� €�Rtype.func(*"".ProcessState) time.Duration���А�Rtype.func(*"".ProcessState) time.Duration���€��*type.*"".ProcessState�����$type.time.Duration���þªgo.typelink.func(*os.ProcessState) time.Duration func(*"".ProcessState) time.Duration��������������Rtype.func(*"".ProcessState) time.Duration���þ,go.string.hdr."Exited"� �� ������������������$go.string."Exited"���þ$go.string."Exited"���Exited��þ4go.string.hdr."func() int"� �� ��������
����������,go.string."func() int"���þ,go.string."func() int"� ��func() int��þtype.func() int�����������������å†9à�3��������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��4go.string.hdr."func() int"���p��0go.weak.type.*func() int���€��"runtime.zerovalue��� €�type.func() int���Ѐ�type.func() int���€��type.int���þBgo.typelink.func() int func() int��������������type.func() int���þ.go.string.hdr."Success"� �� ������������������&go.string."Success"���þ&go.string."Success"���Success��þ0go.string.hdr."SysUsage"� �� ������������������(go.string."SysUsage"���þ(go.string."SysUsage"� ��SysUsage��þ4go.string.hdr."SystemTime"� �� ��������
����������,go.string."SystemTime"���þ,go.string."SystemTime"� ��SystemTime��þHgo.string.hdr."func() time.Duration"� �� ������������������@go.string."func() time.Duration"���þ@go.string."func() time.Duration"�0��*func() time.Duration��þ2type.func() time.Duration�����������������rÆnå�3��������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Hgo.string.hdr."func() time.Duration"���p��Dgo.weak.type.*func() time.Duration���€��"runtime.zerovalue��� €�2type.func() time.Duration���Ѐ�2type.func() time.Duration���€��$type.time.Duration���þjgo.typelink.func() time.Duration func() time.Duration��������������2type.func() time.Duration���þ0go.string.hdr."UserTime"� �� ������������������(go.string."UserTime"���þ(go.string."UserTime"� ��UserTime��þ,go.string.hdr."exited"� �� ������������������$go.string."exited"���þ$go.string."exited"���exited��þ.go.string.hdr."success"� �� ������������������&go.string."success"���þ&go.string."success"���success��þ&go.string.hdr."sys"� �� ������������������go.string."sys"���þgo.string."sys"���sys��þ0go.string.hdr."sysUsage"� �� ������������������(go.string."sysUsage"���þ(go.string."sysUsage"� ��sysUsage��þ4go.string.hdr."systemTime"� �� ��������
����������,go.string."systemTime"���þ,go.string."systemTime"� ��systemTime��þ0go.string.hdr."userTime"� �� ������������������(go.string."userTime"���þ(go.string."userTime"� ��userTime��þ*type.*"".ProcessState��° ��° ��������������…rå�6����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������¨0 � runtime.algarray���@��"runtime.gcbits.01���P��@go.string.hdr."*os.ProcessState"���p��<go.weak.type.**"".ProcessState���€��"runtime.zerovalue�����(type."".ProcessState���` �*type.*"".ProcessState���Àð�*type.*"".ProcessState���ð��,go.string.hdr."Exited"����� type.func() bool��� ��@type.func(*"".ProcessState) bool���°��2"".(*ProcessState).Exited���À��2"".(*ProcessState).Exited���Ð��&go.string.hdr."Pid"���ð��type.func() int���€��>type.func(*"".ProcessState) int�����,"".(*ProcessState).Pid��� ��,"".(*ProcessState).Pid���°��,go.string.hdr."String"���Ð��$type.func() string���à��Dtype.func(*"".ProcessState) string���ð��2"".(*ProcessState).String���€��2"".(*ProcessState).String�����.go.string.hdr."Success"���°�� type.func() bool���À��@type.func(*"".ProcessState) bool���Ð��4"".(*ProcessState).Success���à��4"".(*ProcessState).Success���ð��&go.string.hdr."Sys"�����0type.func() interface {}��� ��Ptype.func(*"".ProcessState) interface {}���°��,"".(*ProcessState).Sys���À��,"".(*ProcessState).Sys���Ð��0go.string.hdr."SysUsage"���ð��0type.func() interface {}���€��Ptype.func(*"".ProcessState) interface {}�����6"".(*ProcessState).SysUsage��� ��6"".(*ProcessState).SysUsage���°��4go.string.hdr."SystemTime"���Ð��2type.func() time.Duration���à��Rtype.func(*"".ProcessState) time.Duration���ð��:"".(*ProcessState).SystemTime���€��:"".(*ProcessState).SystemTime�����0go.string.hdr."UserTime"���°��2type.func() time.Duration���À��Rtype.func(*"".ProcessState) time.Duration���Ð��6"".(*ProcessState).UserTime���à��6"".(*ProcessState).UserTime���ð��,go.string.hdr."exited"���€��"go.importpath."".����� type.func() bool��� ��@type.func(*"".ProcessState) bool���°��2"".(*ProcessState).exited���À��2"".(*ProcessState).exited���Ð��.go.string.hdr."success"���à��"go.importpath."".���ð�� type.func() bool���€ ��@type.func(*"".ProcessState) bool��� ��4"".(*ProcessState).success���  ��4"".(*ProcessState).success���° ��&go.string.hdr."sys"���À ��"go.importpath."".���Ð ��0type.func() interface {}���à ��Ptype.func(*"".ProcessState) interface {}���ð ��,"".(*ProcessState).sys���€
��,"".(*ProcessState).sys���
��0go.string.hdr."sysUsage"��� 
��"go.importpath."".���°
��0type.func() interface {}�����Ptype.func(*"".ProcessState) interface {}���Ð
��6"".(*ProcessState).sysUsage���à
��6"".(*ProcessState).sysUsage���ð
��4go.string.hdr."systemTime"���€ ��"go.importpath."".��� ��2type.func() time.Duration���  ��Rtype.func(*"".ProcessState) time.Duration���° ��:"".(*ProcessState).systemTime���À ��:"".(*ProcessState).systemTime���Ð ��0go.string.hdr."userTime"���à ��"go.importpath."".���ð ��2type.func() time.Duration���€ ��Rtype.func(*"".ProcessState) time.Duration��� ��6"".(*ProcessState).userTime���  ��6"".(*ProcessState).userTime���þvgo.string.hdr."func(*os.Process) (*os.ProcessState, error)"� �� ��������+����������ngo.string."func(*os.Process) (*os.ProcessState, error)"���þngo.string."func(*os.Process) (*os.ProcessState, error)"�`��Xfunc(*os.Process) (*os.ProcessState, error)��þ`type.func(*"".Process) (*"".ProcessState, error)�°��°��������������͞ð�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��vgo.string.hdr."func(*os.Process) (*os.ProcessState, error)"���p��rgo.weak.type.*func(*"".Process) (*"".ProcessState, error)���€��"runtime.zerovalue��� €�`type.func(*"".Process) (*"".ProcessState, error)���А�`type.func(*"".Process) (*"".ProcessState, error)���€�� type.*"".Process�����*type.*"".ProcessState��� ��type.error���þÆgo.typelink.func(*os.Process) (*os.ProcessState, error) func(*"".Process) (*"".ProcessState, error)��������������`type.func(*"".Process) (*"".ProcessState, error)���þLgo.string.hdr."func(*os.Process) bool"� �� ������������������Dgo.string."func(*os.Process) bool"���þDgo.string."func(*os.Process) bool"�0��.func(*os.Process) bool��þ6type.func(*"".Process) bool� �� ��������������íá8h�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Lgo.string.hdr."func(*os.Process) bool"���p��Hgo.weak.type.*func(*"".Process) bool���€��"runtime.zerovalue��� €�6type.func(*"".Process) bool���А�6type.func(*"".Process) bool���€�� type.*"".Process�����type.bool���þrgo.typelink.func(*os.Process) bool func(*"".Process) bool��������������6type.func(*"".Process) bool���þBgo.string.hdr."func(*os.Process)"� �� ������������������:go.string."func(*os.Process)"���þ:go.string."func(*os.Process)"�0��$func(*os.Process)��þ,type.func(*"".Process)�����������������@:Xo�3��������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Bgo.string.hdr."func(*os.Process)"���p��>go.weak.type.*func(*"".Process)���€��"runtime.zerovalue��� €�,type.func(*"".Process)���А�,type.func(*"".Process)���€�� type.*"".Process���þ^go.typelink.func(*os.Process) func(*"".Process)��������������,type.func(*"".Process)���þ(go.string.hdr."Kill"� �� ������������������ go.string."Kill"���þ go.string."Kill"���
Kill��þ.go.string.hdr."Release"� �� ������������������&go.string."Release"���þ&go.string."Release"���Release��þJgo.string.hdr."func(os.Signal) error"� �� ������������������Bgo.string."func(os.Signal) error"���þBgo.string."func(os.Signal) error"�0��,func(os.Signal) error��þ4type.func("".Signal) error� �� ��������������'H@G�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Jgo.string.hdr."func(os.Signal) error"���p��Fgo.weak.type.*func("".Signal) error���€��"runtime.zerovalue��� €�4type.func("".Signal) error���А�4type.func("".Signal) error���€��type."".Signal�����type.error���þngo.typelink.func(os.Signal) error func("".Signal) error��������������4type.func("".Signal) error���þ(go.string.hdr."Wait"� �� ������������������ go.string."Wait"���þ go.string."Wait"���
Wait��þ`go.string.hdr."func() (*os.ProcessState, error)"� �� �������� ����������Xgo.string."func() (*os.ProcessState, error)"���þXgo.string."func() (*os.ProcessState, error)"�P��Bfunc() (*os.ProcessState, error)��þJtype.func() (*"".ProcessState, error)� �� ��������������\CŒ�3����������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��`go.string.hdr."func() (*os.ProcessState, error)"���p��\go.weak.type.*func() (*"".ProcessState, error)���€��"runtime.zerovalue��� €�Jtype.func() (*"".ProcessState, error)���Ѐ�Jtype.func() (*"".ProcessState, error)���€��*type.*"".ProcessState�����type.error���þšgo.typelink.func() (*os.ProcessState, error) func() (*"".ProcessState, error)��������������Jtype.func() (*"".ProcessState, error)���þ(go.string.hdr."done"� �� ������������������ go.string."done"���þ go.string."done"���
done��þ(go.string.hdr."kill"� �� ������������������ go.string."kill"���þ go.string."kill"���
kill��þ.go.string.hdr."release"� �� ������������������&go.string."release"���þ&go.string."release"���release��þ.go.string.hdr."setDone"� �� ������������������&go.string."setDone"���þ&go.string."setDone"���setDone��þ,go.string.hdr."signal"� �� ������������������$go.string."signal"���þ$go.string."signal"���signal��þ(go.string.hdr."wait"� �� ������������������ go.string."wait"���þ go.string."wait"���
wait��þ type.*"".Process��° ��° ��������������¹’00�6��������������������������������������������������������������������������������
�������
�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������€0 � runtime.algarray���@��"runtime.gcbits.01���P��6go.string.hdr."*os.Process"���p��2go.weak.type.**"".Process���€��"runtime.zerovalue�����type."".Process���` � type.*"".Process���Àð� type.*"".Process���ð��(go.string.hdr."Kill"�����"type.func() error��� ��8type.func(*"".Process) error���°��$"".(*Process).Kill���À��$"".(*Process).Kill���Ð��.go.string.hdr."Release"���ð��"type.func() error���€��8type.func(*"".Process) error�����*"".(*Process).Release��� ��*"".(*Process).Release���°��,go.string.hdr."Signal"���Ð��4type.func("".Signal) error���à��Ntype.func(*"".Process, "".Signal) error���ð��("".(*Process).Signal���€��("".(*Process).Signal�����(go.string.hdr."Wait"���°��Jtype.func() (*"".ProcessState, error)���À��`type.func(*"".Process) (*"".ProcessState, error)���Ð��$"".(*Process).Wait���à��$"".(*Process).Wait���ð��(go.string.hdr."done"���€��"go.importpath."".����� type.func() bool��� ��6type.func(*"".Process) bool���°��$"".(*Process).done���À��$"".(*Process).done���Ð��(go.string.hdr."kill"���à��"go.importpath."".���ð��"type.func() error���€��8type.func(*"".Process) error�����$"".(*Process).kill��� ��$"".(*Process).kill���°��.go.string.hdr."release"���À��"go.importpath."".���Ð��"type.func() error���à��8type.func(*"".Process) error���ð��*"".(*Process).release���€��*"".(*Process).release�����.go.string.hdr."setDone"��� ��"go.importpath."".���°��type.func()���À��,type.func(*"".Process)���Ð��*"".(*Process).setDone���à��*"".(*Process).setDone���ð��,go.string.hdr."signal"���€��"go.importpath."".�����4type.func("".Signal) error��� ��Ntype.func(*"".Process, "".Signal) error���°��("".(*Process).signal���À��("".(*Process).signal���Ð��(go.string.hdr."wait"���à��"go.importpath."".���ð��Jtype.func() (*"".ProcessState, error)���€ ��`type.func(*"".Process) (*"".ProcessState, error)��� ��$"".(*Process).wait���  ��$"".(*Process).wait���þ4go.string.hdr."[]*os.File"� �� ��������
����������,go.string."[]*os.File"���þ,go.string."[]*os.File"� ��[]*os.File��þtype.[]*"".File� �� ��������������N|2›��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��4go.string.hdr."[]*os.File"���p��0go.weak.type.*[]*"".File���€��"runtime.zerovalue�����type.*"".File���þBgo.typelink.[]*os.File []*"".File��������������type.[]*"".File���þ&runtime.gcbits.2501���%�þ6go.string.hdr."os.ProcAttr"� �� �������� ����������.go.string."os.ProcAttr"���þ.go.string."os.ProcAttr"� ��os.ProcAttr��þ&go.string.hdr."Dir"� �� ������������������go.string."Dir"���þgo.string."Dir"���Dir��þ&go.string.hdr."Env"� �� ������������������go.string."Env"���þgo.string."Env"���Env��þ*go.string.hdr."Files"� �� ������������������"go.string."Files"���þ"go.string."Files"��� Files��þ0go.string.hdr."ProcAttr"� �� ������������������(go.string."ProcAttr"���þ(go.string."ProcAttr"� ��ProcAttr��þ type."".ProcAttr��Ð��ÐH�������H��������ÝgŠ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������(���������������������������������������@�����������������������������������������������$0à� runtime.algarray���@��&runtime.gcbits.2501���P��6go.string.hdr."os.ProcAttr"���p��"type.*"".ProcAttr���€��"runtime.zerovalue���À� type."".ProcAttr���À��&go.string.hdr."Dir"���à��type.string�����&go.string.hdr."Env"���°��type.[]string���à��*go.string.hdr."Files"���€��type.[]*"".File���°��&go.string.hdr."Sys"���Ð��2type.*syscall.SysProcAttr���`€� type."".ProcAttr���€��0go.string.hdr."ProcAttr"�����"go.importpath."".��� Ð� type."".ProcAttr���þ8go.string.hdr."*os.ProcAttr"� �� �������� ����������0go.string."*os.ProcAttr"���þ0go.string."*os.ProcAttr"� ��*os.ProcAttr��þ"type.*"".ProcAttr�� �� ���������������¡ �6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��8go.string.hdr."*os.ProcAttr"���p��4go.weak.type.**"".ProcAttr���€��"runtime.zerovalue����� type."".ProcAttr���þFgo.string.hdr."func(string) string"� �� ������������������>go.string."func(string) string"���þ>go.string."func(string) string"�0��(func(string) string��þ0type.func(string) string� �� ��������������Mü¨ç�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Fgo.string.hdr."func(string) string"���p��Bgo.weak.type.*func(string) string���€��"runtime.zerovalue��� €�0type.func(string) string���А�0type.func(string) string���€��type.string�����type.string���þfgo.typelink.func(string) string func(string) string��������������0type.func(string) string���þ type..hashfunc32� �� �������� ����������,runtime.memhash_varlen���þtype..eqfunc32� �� �������� ����������.runtime.memequal_varlen���þtype..alg32� �� ������������������� type..hashfunc32�����type..eqfunc32���þ2go.string.hdr."[32]uint8"� �� �������� ����������*go.string."[32]uint8"���þ*go.string."[32]uint8"� ��[32]uint8��þtype.[32]uint8�À��À ���������������œYÿ¨�‘���������������������������������������������������������������� �������0��type..alg32���@��runtime.gcbits.���P��2go.string.hdr."[32]uint8"���p��.go.weak.type.*[32]uint8���€��"runtime.zerovalue�����type.uint8��� ��type.[]uint8���þ>go.typelink.[32]uint8 [32]uint8��������������type.[32]uint8���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·709ced5e74cbe4c0afb97d3c39ba72fd�(��(����������@��� ����þTgclocals·9c91d8a91ac42440a3d1507bc8d2e808�(��(����������������þ<type..hashfunc."".SyscallError��������������4type..hash."".SyscallError���þ8type..eqfunc."".SyscallError��������������0type..eq."".SyscallError���þ2type..alg."".SyscallError� �� �������������������<type..hashfunc."".SyscallError�����8type..eqfunc."".SyscallError���þ@go.string.hdr."*os.SyscallError"� �� ������������������8go.string."*os.SyscallError"���þ8go.string."*os.SyscallError"�0��"*os.SyscallError��þZgo.string.hdr."func(*os.SyscallError) string"� �� ������������������Rgo.string."func(*os.SyscallError) string"���þRgo.string."func(*os.SyscallError) string"�@��<func(*os.SyscallError) string��þDtype.func(*"".SyscallError) string� �� ��������������<ºš¯�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Zgo.string.hdr."func(*os.SyscallError) string"���p��Vgo.weak.type.*func(*"".SyscallError) string���€��"runtime.zerovalue��� €�Dtype.func(*"".SyscallError) string���А�Dtype.func(*"".SyscallError) string���€��*type.*"".SyscallError�����type.string���þŽgo.typelink.func(*os.SyscallError) string func(*"".SyscallError) string��������������Dtype.func(*"".SyscallError) string���þ*go.string.hdr."Error"� �� ������������������"go.string."Error"���þ"go.string."Error"��� Error��þ*type.*"".SyscallError��Ð��Ð�������������� ã·ý�6����������������������������������������������������������������������������������������������������������������������������������������������0 � runtime.algarray���@��"runtime.gcbits.01���P��@go.string.hdr."*os.SyscallError"���p��<go.weak.type.**"".SyscallError���€��"runtime.zerovalue�����(type."".SyscallError���` �*type.*"".SyscallError���Àð�*type.*"".SyscallError���ð��*go.string.hdr."Error"�����$type.func() string��� ��Dtype.func(*"".SyscallError) string���°��0"".(*SyscallError).Error���À��0"".(*SyscallError).Error���þ"runtime.gcbits.0d��� �þ>go.string.hdr."os.SyscallError"� �� ������������������6go.string."os.SyscallError"���þ6go.string."os.SyscallError"� �� os.SyscallError��þ.go.string.hdr."Syscall"� �� ������������������&go.string."Syscall"���þ&go.string."Syscall"���Syscall��þ&go.string.hdr."Err"� �� ������������������go.string."Err"���þgo.string."Err"���Err��þ8go.string.hdr."SyscallError"� �� �������� ����������0go.string."SyscallError"���þ0go.string."SyscallError"� ��SyscallError��þ(type."".SyscallError��°��° ������� ������� ÷žW����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������0��2type..alg."".SyscallError���@��"runtime.gcbits.0d���P��>go.string.hdr."os.SyscallError"���p��*type.*"".SyscallError���€��"runtime.zerovalue���À�(type."".SyscallError���À��.go.string.hdr."Syscall"���à��type.string�����&go.string.hdr."Err"���°��type.error���`à�(type."".SyscallError���à��8go.string.hdr."SyscallError"���ð��"go.importpath."".���€°�(type."".SyscallError���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·5d4fd290f1d168e7b755e73db101e1fc�0��0����������@������ ����þTgclocals·42e7756549fd1f1e78e70fcb9f08dd2b�0��0�������������������þ6type..hashfunc."".PathError��������������.type..hash."".PathError���þ2type..eqfunc."".PathError��������������*type..eq."".PathError���þ,type..alg."".PathError� �� �������������������6type..hashfunc."".PathError�����2type..eqfunc."".PathError���þ"runtime.gcbits.35���5�þ8go.string.hdr."os.PathError"� �� �������� ����������0go.string."os.PathError"���þ0go.string."os.PathError"� ��os.PathError��þ$go.string.hdr."Op"� �� ������������������go.string."Op"���þgo.string."Op"���Op��þ(go.string.hdr."Path"� �� ������������������ go.string."Path"���þ go.string."Path"���
Path��þ2go.string.hdr."PathError"� �� �������� ����������*go.string."PathError"���þ*go.string."PathError"� ��PathError��þ"type."".PathError��€��€0�������0�������LZgþ�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� ����������������������������������������������� 0��,type..alg."".PathError���@��"runtime.gcbits.35���P��8go.string.hdr."os.PathError"���p��$type.*"".PathError���€��"runtime.zerovalue���À�"type."".PathError���À��$go.string.hdr."Op"���à��type.string�����(go.string.hdr."Path"���°��type.string���à��&go.string.hdr."Err"���€��type.error���`°�"type."".PathError���°��2go.string.hdr."PathError"���À��"go.importpath."".���Ѐ�"type."".PathError���þ:go.string.hdr."*os.PathError"� �� �������� ����������2go.string."*os.PathError"���þ2go.string."*os.PathError"� ��*os.PathError��þTgo.string.hdr."func(*os.PathError) string"� �� ������������������Lgo.string."func(*os.PathError) string"���þLgo.string."func(*os.PathError) string"�@��6func(*os.PathError) string��þ>type.func(*"".PathError) string� �� ��������������·ã�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Tgo.string.hdr."func(*os.PathError) string"���p��Pgo.weak.type.*func(*"".PathError) string���€��"runtime.zerovalue��� €�>type.func(*"".PathError) string���А�>type.func(*"".PathError) string���€��$type.*"".PathError�����type.string���þ‚go.typelink.func(*os.PathError) string func(*"".PathError) string��������������>type.func(*"".PathError) string���þ$type.*"".PathError��Ð��Ð��������������ت‰·�6����������������������������������������������������������������������������������������������������������������������������������������������0 � runtime.algarray���@��"runtime.gcbits.01���P��:go.string.hdr."*os.PathError"���p��6go.weak.type.**"".PathError���€��"runtime.zerovalue�����"type."".PathError���` �$type.*"".PathError���Àð�$type.*"".PathError���ð��*go.string.hdr."Error"�����$type.func() string��� ��>type.func(*"".PathError) string���°��*"".(*PathError).Error���À��*"".(*PathError).Error���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·5d4fd290f1d168e7b755e73db101e1fc�0��0����������@������ ����þTgclocals·42e7756549fd1f1e78e70fcb9f08dd2b�0��0�������������������þ6type..hashfunc."".LinkError��������������.type..hash."".LinkError���þ2type..eqfunc."".LinkError��������������*type..eq."".LinkError���þ,type..alg."".LinkError� �� �������������������6type..hashfunc."".LinkError�����2type..eqfunc."".LinkError���þ"runtime.gcbits.d5���Õ�þ8go.string.hdr."os.LinkError"� �� �������� ����������0go.string."os.LinkError"���þ0go.string."os.LinkError"� ��os.LinkError��þ&go.string.hdr."Old"� �� ������������������go.string."Old"���þgo.string."Old"���Old��þ&go.string.hdr."New"� �� ������������������go.string."New"���þgo.string."New"���New��þ2go.string.hdr."LinkError"� �� �������� ����������*go.string."LinkError"���þ*go.string."LinkError"� ��LinkError��þ"type."".LinkError��Ð��Ð@�������@�������Fº03�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� ���������������������������������������0�����������������������������������������������$0��,type..alg."".LinkError���@��"runtime.gcbits.d5���P��8go.string.hdr."os.LinkError"���p��$type.*"".LinkError���€��"runtime.zerovalue���À�"type."".LinkError���À��$go.string.hdr."Op"���à��type.string�����&go.string.hdr."Old"���°��type.string���à��&go.string.hdr."New"���€��type.string���°��&go.string.hdr."Err"���Ð��type.error���`€�"type."".LinkError���€��2go.string.hdr."LinkError"�����"go.importpath."".��� Ð�"type."".LinkError���þ:go.string.hdr."*os.LinkError"� �� �������� ����������2go.string."*os.LinkError"���þ2go.string."*os.LinkError"� ��*os.LinkError��þTgo.string.hdr."func(*os.LinkError) string"� �� ������������������Lgo.string."func(*os.LinkError) string"���þLgo.string."func(*os.LinkError) string"�@��6func(*os.LinkError) string��þ>type.func(*"".LinkError) string� �� ��������������jsÇ�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Tgo.string.hdr."func(*os.LinkError) string"���p��Pgo.weak.type.*func(*"".LinkError) string���€��"runtime.zerovalue��� €�>type.func(*"".LinkError) string���А�>type.func(*"".LinkError) string���€��$type.*"".LinkError�����type.string���þ‚go.typelink.func(*os.LinkError) string func(*"".LinkError) string��������������>type.func(*"".LinkError) string���þ$type.*"".LinkError��Ð��Ð��������������Ôkœë�6����������������������������������������������������������������������������������������������������������������������������������������������0 � runtime.algarray���@��"runtime.gcbits.01���P��:go.string.hdr."*os.LinkError"���p��6go.weak.type.**"".LinkError���€��"runtime.zerovalue�����"type."".LinkError���` �$type.*"".LinkError���Àð�$type.*"".LinkError���ð��*go.string.hdr."Error"�����$type.func() string��� ��>type.func(*"".LinkError) string���°��*"".(*LinkError).Error���À��*"".(*LinkError).Error���þ2go.string.hdr."[]uintptr"� �� �������� ����������*go.string."[]uintptr"���þ*go.string."[]uintptr"� ��[]uintptr��þtype.[]uintptr� �� ��������������»3À]��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��2go.string.hdr."[]uintptr"���p��.go.weak.type.*[]uintptr���€��"runtime.zerovalue�����type.uintptr���þ>go.typelink.[]uintptr []uintptr��������������type.[]uintptr���þ2go.string.hdr."**os.File"� �� �������� ����������*go.string."**os.File"���þ*go.string."**os.File"� ��**os.File��þtype.**"".File� �� ��������������ËQP­�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��2go.string.hdr."**os.File"���p��.go.weak.type.***"".File���€��"runtime.zerovalue�����type.*"".File���þ0go.string.hdr."[]uint16"� �� ������������������(go.string."[]uint16"���þ(go.string."[]uint16"� ��[]uint16��þtype.[]uint16� �� ��������������çŽã ��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��0go.string.hdr."[]uint16"���p��,go.weak.type.*[]uint16���€��"runtime.zerovalue�����type.uint16���þ:go.typelink.[]uint16 []uint16��������������type.[]uint16���þ&type..hashfunc16384� �� ���������@���������,runtime.memhash_varlen���þ"type..eqfunc16384� �� ���������@���������.runtime.memequal_varlen���þtype..alg16384� �� �������������������&type..hashfunc16384�����"type..eqfunc16384���þ8go.string.hdr."[8192]uint16"� �� �������� ����������0go.string."[8192]uint16"���þ0go.string."[8192]uint16"� ��[8192]uint16��þ"type.[8192]uint16�À��À�@��������������NÅ09�‘����������������������������������������������������������������� ������0��type..alg16384���@��runtime.gcbits.���P��8go.string.hdr."[8192]uint16"���p��4go.weak.type.*[8192]uint16���€��"runtime.zerovalue�����type.uint16��� ��type.[]uint16���þJgo.typelink.[8192]uint16 [8192]uint16��������������"type.[8192]uint16���þ:go.string.hdr."*[8192]uint16"� �� �������� ����������2go.string."*[8192]uint16"���þ2go.string."*[8192]uint16"� ��*[8192]uint16��þ$type.*[8192]uint16� �� ��������������í’eb�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��:go.string.hdr."*[8192]uint16"���p��6go.weak.type.**[8192]uint16���€��"runtime.zerovalue�����"type.[8192]uint16���þ>go.string.hdr."[]*[8192]uint16"� �� ������������������6go.string."[]*[8192]uint16"���þ6go.string."[]*[8192]uint16"� �� []*[8192]uint16��þ(type.[]*[8192]uint16� �� ��������������–g¿¨��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��>go.string.hdr."[]*[8192]uint16"���p��:go.weak.type.*[]*[8192]uint16���€��"runtime.zerovalue�����$type.*[8192]uint16���þVgo.typelink.[]*[8192]uint16 []*[8192]uint16��������������(type.[]*[8192]uint16���þ&type..hashfunc65536� �� ������������������,runtime.memhash_varlen���þ"type..eqfunc65536� �� ������������������.runtime.memequal_varlen���þtype..alg65536� �� �������������������&type..hashfunc65536�����"type..eqfunc65536���þž runtime.gcbits.ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff�€��€ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ�þFgo.string.hdr."[8192]*[8192]uint16"� �� ������������������>go.string."[8192]*[8192]uint16"���þ>go.string."[8192]*[8192]uint16"�0��([8192]*[8192]uint16��þ0type.[8192]*[8192]uint16�À��À��������������ˆË������������������������������������������������������������������ ������0��type..alg65536���@��ž runtime.gcbits.ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff���P��Fgo.string.hdr."[8192]*[8192]uint16"���p��Bgo.weak.type.*[8192]*[8192]uint16���€��"runtime.zerovalue�����$type.*[8192]uint16��� ��(type.[]*[8192]uint16���þfgo.typelink.[8192]*[8192]uint16 [8192]*[8192]uint16��������������0type.[8192]*[8192]uint16���þHgo.string.hdr."*[8192]*[8192]uint16"� �� ������������������@go.string."*[8192]*[8192]uint16"���þ@go.string."*[8192]*[8192]uint16"�0��**[8192]*[8192]uint16��þ2type.*[8192]*[8192]uint16� �� ��������������5.Q�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��Hgo.string.hdr."*[8192]*[8192]uint16"���p��Dgo.weak.type.**[8192]*[8192]uint16���€��"runtime.zerovalue�����0type.[8192]*[8192]uint16���þ<go.string.hdr."**[8192]uint16"� �� ������������������4go.string."**[8192]uint16"���þ4go.string."**[8192]uint16"� ��**[8192]uint16��þ&type.**[8192]uint16� �� ��������������^T-€�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��<go.string.hdr."**[8192]uint16"���p��8go.weak.type.***[8192]uint16���€��"runtime.zerovalue�����$type.*[8192]uint16���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·44750c784da4dd430afdd97fea5c405a� �� ��������������þTgclocals·51af24152615272c3d9efc8538f95767� �� �������������þ0type..hashfunc.[7]string��������������(type..hash.[7]string���þ,type..eqfunc.[7]string��������������$type..eq.[7]string���þ&type..alg.[7]string� �� �������������������0type..hashfunc.[7]string�����,type..eqfunc.[7]string���þ&runtime.gcbits.5515���U�þ2go.string.hdr."[7]string"� �� �������� ����������*go.string."[7]string"���þ*go.string."[7]string"� ��[7]string��þtype.[7]string�À��Àp�������h�������ß VÍ������������������������������������������������������������������������0��&type..alg.[7]string���@��&runtime.gcbits.5515���P��2go.string.hdr."[7]string"���p��.go.weak.type.*[7]string���€��"runtime.zerovalue�����type.string��� ��type.[]string���þ>go.typelink.[7]string [7]string��������������type.[7]string���þ4go.string.hdr."*[7]string"� �� ��������
����������,go.string."*[7]string"���þ,go.string."*[7]string"� ��*[7]string��þtype.*[7]string� �� ��������������òÍ¿�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��4go.string.hdr."*[7]string"���p��0go.weak.type.**[7]string���€��"runtime.zerovalue�����type.[7]string���þDgo.string.hdr."[]syscall.Timespec"� �� ������������������<go.string."[]syscall.Timespec"���þ<go.string."[]syscall.Timespec"�0��&[]syscall.Timespec��þ.type.[]syscall.Timespec� �� ��������������Âù¦��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��Dgo.string.hdr."[]syscall.Timespec"���p��@go.weak.type.*[]syscall.Timespec���€��"runtime.zerovalue�����*type.syscall.Timespec���þbgo.typelink.[]syscall.Timespec []syscall.Timespec��������������.type.[]syscall.Timespec���þFgo.string.hdr."[2]syscall.Timespec"� �� ������������������>go.string."[2]syscall.Timespec"���þ>go.string."[2]syscall.Timespec"�0��([2]syscall.Timespec��þ0type.[2]syscall.Timespec�À��À ���������������‰¤š�‘�����������������������������������������������������������������������0��type..alg32���@��runtime.gcbits.���P��Fgo.string.hdr."[2]syscall.Timespec"���p��Bgo.weak.type.*[2]syscall.Timespec���€��"runtime.zerovalue�����*type.syscall.Timespec��� ��.type.[]syscall.Timespec���þfgo.typelink.[2]syscall.Timespec [2]syscall.Timespec��������������0type.[2]syscall.Timespec���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·3c9d26b6dcbe094837230e7de8b17434�0��0��������������������þTgclocals·42e7756549fd1f1e78e70fcb9f08dd2b�0��0�������������������þ4type..hashfunc."".fileStat��������������,type..hash."".fileStat���þ0type..eqfunc."".fileStat��������������(type..eq."".fileStat���þ*type..alg."".fileStat� �� �������������������4type..hashfunc."".fileStat�����0type..eqfunc."".fileStat���þ8go.string.hdr."*os.fileStat"� �� �������� ����������0go.string."*os.fileStat"���þ0go.string."*os.fileStat"� ��*os.fileStat��þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·87d20ce1b58390b294df80b886db78bf�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·87d20ce1b58390b294df80b886db78bf�������������þNgo.string.hdr."func(*os.fileStat) bool"� �� ������������������Fgo.string."func(*os.fileStat) bool"���þFgo.string."func(*os.fileStat) bool"�0��0func(*os.fileStat) bool��þ8type.func(*"".fileStat) bool� �� ��������������Ÿ£ó�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Ngo.string.hdr."func(*os.fileStat) bool"���p��Jgo.weak.type.*func(*"".fileStat) bool���€��"runtime.zerovalue��� €�8type.func(*"".fileStat) bool���А�8type.func(*"".fileStat) bool���€��"type.*"".fileStat�����type.bool���þvgo.typelink.func(*os.fileStat) bool func(*"".fileStat) bool��������������8type.func(*"".fileStat) bool���þDgo.string.hdr."func(*os.fileStat)"� �� ������������������<go.string."func(*os.fileStat)"���þ<go.string."func(*os.fileStat)"�0��&func(*os.fileStat)��þ.type.func(*"".fileStat)�����������������¿Š[÷�3��������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Dgo.string.hdr."func(*os.fileStat)"���p��@go.weak.type.*func(*"".fileStat)���€��"runtime.zerovalue��� €�.type.func(*"".fileStat)���А�.type.func(*"".fileStat)���€��"type.*"".fileStat���þbgo.typelink.func(*os.fileStat) func(*"".fileStat)��������������.type.func(*"".fileStat)���þXgo.string.hdr."func(*os.fileStat) time.Time"� �� ������������������Pgo.string."func(*os.fileStat) time.Time"���þPgo.string."func(*os.fileStat) time.Time"�@��:func(*os.fileStat) time.Time��þBtype.func(*"".fileStat) time.Time� �� ��������������š§|ç�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Xgo.string.hdr."func(*os.fileStat) time.Time"���p��Tgo.weak.type.*func(*"".fileStat) time.Time���€��"runtime.zerovalue��� €�Btype.func(*"".fileStat) time.Time���А�Btype.func(*"".fileStat) time.Time���€��"type.*"".fileStat�����type.time.Time���þŠgo.typelink.func(*os.fileStat) time.Time func(*"".fileStat) time.Time��������������Btype.func(*"".fileStat) time.Time���þ\go.string.hdr."func(*os.fileStat) os.FileMode"� �� ������������������Tgo.string."func(*os.fileStat) os.FileMode"���þTgo.string."func(*os.fileStat) os.FileMode"�@��>func(*os.fileStat) os.FileMode��þFtype.func(*"".fileStat) "".FileMode� �� ��������������r¿I³�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��\go.string.hdr."func(*os.fileStat) os.FileMode"���p��Xgo.weak.type.*func(*"".fileStat) "".FileMode���€��"runtime.zerovalue��� €�Ftype.func(*"".fileStat) "".FileMode���А�Ftype.func(*"".fileStat) "".FileMode���€��"type.*"".fileStat����� type."".FileMode���þ’go.typelink.func(*os.fileStat) os.FileMode func(*"".fileStat) "".FileMode��������������Ftype.func(*"".fileStat) "".FileMode���þRgo.string.hdr."func(*os.fileStat) string"� �� ������������������Jgo.string."func(*os.fileStat) string"���þJgo.string."func(*os.fileStat) string"�@��4func(*os.fileStat) string��þ<type.func(*"".fileStat) string� �� ��������������FP­¾�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Rgo.string.hdr."func(*os.fileStat) string"���p��Ngo.weak.type.*func(*"".fileStat) string���€��"runtime.zerovalue��� €�<type.func(*"".fileStat) string���А�<type.func(*"".fileStat) string���€��"type.*"".fileStat�����type.string���þ~go.typelink.func(*os.fileStat) string func(*"".fileStat) string��������������<type.func(*"".fileStat) string���þPgo.string.hdr."func(*os.fileStat) int64"� �� ������������������Hgo.string."func(*os.fileStat) int64"���þHgo.string."func(*os.fileStat) int64"�@��2func(*os.fileStat) int64��þ:type.func(*"".fileStat) int64� �� ��������������Ìý¶î�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Pgo.string.hdr."func(*os.fileStat) int64"���p��Lgo.weak.type.*func(*"".fileStat) int64���€��"runtime.zerovalue��� €�:type.func(*"".fileStat) int64���А�:type.func(*"".fileStat) int64���€��"type.*"".fileStat�����type.int64���þzgo.typelink.func(*os.fileStat) int64 func(*"".fileStat) int64��������������:type.func(*"".fileStat) int64���þ^go.string.hdr."func(*os.fileStat) interface {}"� �� ������������������Vgo.string."func(*os.fileStat) interface {}"���þVgo.string."func(*os.fileStat) interface {}"�@��@func(*os.fileStat) interface {}��þHtype.func(*"".fileStat) interface {}� �� ��������������Ùc|�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��^go.string.hdr."func(*os.fileStat) interface {}"���p��Zgo.weak.type.*func(*"".fileStat) interface {}���€��"runtime.zerovalue��� €�Htype.func(*"".fileStat) interface {}���А�Htype.func(*"".fileStat) interface {}���€��"type.*"".fileStat�����"type.interface {}���þ–go.typelink.func(*os.fileStat) interface {} func(*"".fileStat) interface {}��������������Htype.func(*"".fileStat) interface {}���þPgo.string.hdr."func(*os.fileStat) error"� �� ������������������Hgo.string."func(*os.fileStat) error"���þHgo.string."func(*os.fileStat) error"�@��2func(*os.fileStat) error��þ:type.func(*"".fileStat) error� �� ��������������W˜
R�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Pgo.string.hdr."func(*os.fileStat) error"���p��Lgo.weak.type.*func(*"".fileStat) error���€��"runtime.zerovalue��� €�:type.func(*"".fileStat) error���А�:type.func(*"".fileStat) error���€��"type.*"".fileStat�����type.error���þzgo.typelink.func(*os.fileStat) error func(*"".fileStat) error��������������:type.func(*"".fileStat) error���þ(go.string.hdr."Lock"� �� ������������������ go.string."Lock"���þ go.string."Lock"���
Lock��þ,go.string.hdr."Unlock"� �� ������������������$go.string."Unlock"���þ$go.string."Unlock"���Unlock��þ4go.string.hdr."loadFileId"� �� ��������
����������,go.string."loadFileId"���þ,go.string."loadFileId"� ��loadFileId��þ"type.*"".fileStat��Ð��Ð��������������B/òk�6�������������������������������������������������������������������������������� ������� �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������l0 � runtime.algarray���@��"runtime.gcbits.01���P��8go.string.hdr."*os.fileStat"���p��4go.weak.type.**"".fileStat���€��"runtime.zerovalue����� type."".fileStat���` �"type.*"".fileStat���Àð�"type.*"".fileStat���ð��*go.string.hdr."IsDir"����� type.func() bool��� ��8type.func(*"".fileStat) bool���°��("".(*fileStat).IsDir���À��("".(*fileStat).IsDir���Ð��(go.string.hdr."Lock"���ð��type.func()���€��.type.func(*"".fileStat)�����&"".(*fileStat).Lock��� ��&"".(*fileStat).Lock���°��.go.string.hdr."ModTime"���Ð��*type.func() time.Time���à��Btype.func(*"".fileStat) time.Time���ð��,"".(*fileStat).ModTime���€��,"".(*fileStat).ModTime�����(go.string.hdr."Mode"���°��.type.func() "".FileMode���À��Ftype.func(*"".fileStat) "".FileMode���Ð��&"".(*fileStat).Mode���à��&"".(*fileStat).Mode���ð��(go.string.hdr."Name"�����$type.func() string��� ��<type.func(*"".fileStat) string���°��&"".(*fileStat).Name���À��&"".(*fileStat).Name���Ð��(go.string.hdr."Size"���ð��"type.func() int64���€��:type.func(*"".fileStat) int64�����&"".(*fileStat).Size��� ��&"".(*fileStat).Size���°��&go.string.hdr."Sys"���Ð��0type.func() interface {}���à��Htype.func(*"".fileStat) interface {}���ð��$"".(*fileStat).Sys���€��$"".(*fileStat).Sys�����,go.string.hdr."Unlock"���°��type.func()���À��.type.func(*"".fileStat)���Ð��*"".(*fileStat).Unlock���à��*"".(*fileStat).Unlock���ð��4go.string.hdr."loadFileId"���€��"go.importpath."".�����"type.func() error��� ��:type.func(*"".fileStat) error���°��2"".(*fileStat).loadFileId���À��2"".(*fileStat).loadFileId���þ&runtime.gcbits.0101����þ6go.string.hdr."os.fileStat"� �� �������� ����������.go.string."os.fileStat"���þ.go.string."os.fileStat"� ��os.fileStat��þ&go.string.hdr."vol"� �� ������������������go.string."vol"���þgo.string."vol"���vol��þ*go.string.hdr."idxhi"� �� ������������������"go.string."idxhi"���þ"go.string."idxhi"��� idxhi��þ*go.string.hdr."idxlo"� �� ������������������"go.string."idxlo"���þ"go.string."idxlo"��� idxlo��þ0go.string.hdr."fileStat"� �� ������������������(go.string."fileStat"���þ(go.string."fileStat"� ��fileStat��þ type."".fileStat��À��À`�������H�������Tg¢T��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������4���������������������������������������@���������������������������������������P���������������������������������������T���������������������������������������X�����������������������������������������������:0��*type..alg."".fileStat���@��&runtime.gcbits.0101���P��6go.string.hdr."os.fileStat"���p��"type.*"".fileStat���€��"runtime.zerovalue���À� type."".fileStat���À��(go.string.hdr."name"���Ð��"go.importpath."".���à��type.string�����&go.string.hdr."sys"��� ��"go.importpath."".���°��Ftype.syscall.Win32FileAttributeData���€��type.sync.Mutex���°��(go.string.hdr."path"���À��"go.importpath."".���Ð��type.string���€��&go.string.hdr."vol"�����"go.importpath."".��� ��type.uint32���Ð��*go.string.hdr."idxhi"���à��"go.importpath."".���ð��type.uint32��� ��*go.string.hdr."idxlo"���°��"go.importpath."".���À��type.uint32���`ð� type."".fileStat���ð��0go.string.hdr."fileStat"���€��"go.importpath."".���À� type."".fileStat���þ$type..hashfunc1024� �� ������������������,runtime.memhash_varlen���þ type..eqfunc1024� �� ������������������.runtime.memequal_varlen���þtype..alg1024� �� �������������������$type..hashfunc1024����� type..eqfunc1024���þ4go.string.hdr."[256]int32"� �� ��������
����������,go.string."[256]int32"���þ,go.string."[256]int32"� ��[256]int32��þtype.[256]int32�À��À���������������…G5›�‘�����������������������������������������������������������������������0��type..alg1024���@��runtime.gcbits.���P��4go.string.hdr."[256]int32"���p��0go.weak.type.*[256]int32���€��"runtime.zerovalue�����type.int32��� ��type.[]int32���þBgo.typelink.[256]int32 [256]int32��������������type.[256]int32���þ@go.string.hdr."[]syscall.Handle"� �� ������������������8go.string."[]syscall.Handle"���þ8go.string."[]syscall.Handle"�0��"[]syscall.Handle��þ*type.[]syscall.Handle� �� ��������������Á•2’��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��@go.string.hdr."[]syscall.Handle"���p��<go.weak.type.*[]syscall.Handle���€��"runtime.zerovalue�����&type.syscall.Handle���þZgo.typelink.[]syscall.Handle []syscall.Handle��������������*type.[]syscall.Handle���þBgo.string.hdr."[2]syscall.Handle"� �� ������������������:go.string."[2]syscall.Handle"���þ:go.string."[2]syscall.Handle"�0��$[2]syscall.Handle��þ,type.[2]syscall.Handle�À��À���������������›Í·+�‘�����������������������������������������������������������������������0À� runtime.algarray���@��runtime.gcbits.���P��Bgo.string.hdr."[2]syscall.Handle"���p��>go.weak.type.*[2]syscall.Handle���€��"runtime.zerovalue�����&type.syscall.Handle��� ��*type.[]syscall.Handle���þ^go.typelink.[2]syscall.Handle [2]syscall.Handle��������������,type.[2]syscall.Handle���þ*go.string.hdr."[]int"� �� ������������������"go.string."[]int"���þ"go.string."[]int"��� []int��þtype.[]int� �� ��������������Žfù��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��*go.string.hdr."[]int"���p��&go.weak.type.*[]int���€��"runtime.zerovalue�����type.int���þ.go.typelink.[]int []int��������������type.[]int���þ type..hashfunc20� �� ������������������,runtime.memhash_varlen���þtype..eqfunc20� �� ������������������.runtime.memequal_varlen���þtype..alg20� �� ������������������� type..hashfunc20�����type..eqfunc20���þ2go.string.hdr."[20]uint8"� �� �������� ����������*go.string."[20]uint8"���þ*go.string."[20]uint8"� ��[20]uint8��þtype.[20]uint8�À��À���������������~¨…�‘�����������������������������������������������������������������������0��type..alg20���@��runtime.gcbits.���P��2go.string.hdr."[20]uint8"���p��.go.weak.type.*[20]uint8���€��"runtime.zerovalue�����type.uint8��� ��type.[]uint8���þ>go.typelink.[20]uint8 [20]uint8��������������type.[20]uint8���þbgo.string.hdr."func(string) (os.FileInfo, error)"� �� ��������!����������Zgo.string."func(string) (os.FileInfo, error)"���þZgo.string."func(string) (os.FileInfo, error)"�P��Dfunc(string) (os.FileInfo, error)��þLtype.func(string) ("".FileInfo, error)�°��°��������������Á}y�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��bgo.string.hdr."func(string) (os.FileInfo, error)"���p��^go.weak.type.*func(string) ("".FileInfo, error)���€��"runtime.zerovalue��� €�Ltype.func(string) ("".FileInfo, error)���А�Ltype.func(string) ("".FileInfo, error)���€��type.string����� type."".FileInfo��� ��type.error���þžgo.typelink.func(string) (os.FileInfo, error) func(string) ("".FileInfo, error)��������������Ltype.func(string) ("".FileInfo, error)���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·9e293d2e7bcca1da9b3ac88635a86ca9�(��(�����������������þTgclocals·9c91d8a91ac42440a3d1507bc8d2e808�(��(����������������þ`type..hashfunc.struct { sync.Mutex; dir string }��������������Xtype..hash.struct { sync.Mutex; dir string }���þ\type..eqfunc.struct { sync.Mutex; dir string }��������������Ttype..eq.struct { sync.Mutex; dir string }���þVtype..alg.struct { sync.Mutex; dir string }� �� �������������������`type..hashfunc.struct { sync.Mutex; dir string }�����\type..eqfunc.struct { sync.Mutex; dir string }���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·87d20ce1b58390b294df80b886db78bf�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·87d20ce1b58390b294df80b886db78bf�������������þdgo.string.hdr."*struct { sync.Mutex; dir string }"� �� ��������"����������\go.string."*struct { sync.Mutex; dir string }"���þ\go.string."*struct { sync.Mutex; dir string }"�P��F*struct { sync.Mutex; dir string }��þpgo.string.hdr."func(*struct { sync.Mutex; dir string })"� �� ��������(����������hgo.string."func(*struct { sync.Mutex; dir string })"���þhgo.string."func(*struct { sync.Mutex; dir string })"�`��Rfunc(*struct { sync.Mutex; dir string })��þZtype.func(*struct { sync.Mutex; dir string })�����������������Gú…3�3��������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��pgo.string.hdr."func(*struct { sync.Mutex; dir string })"���p��lgo.weak.type.*func(*struct { sync.Mutex; dir string })���€��"runtime.zerovalue��� €�Ztype.func(*struct { sync.Mutex; dir string })���А�Ztype.func(*struct { sync.Mutex; dir string })���€��Ntype.*struct { sync.Mutex; dir string }���þºgo.typelink.func(*struct { sync.Mutex; dir string }) func(*struct { sync.Mutex; dir string })��������������Ztype.func(*struct { sync.Mutex; dir string })���þNtype.*struct { sync.Mutex; dir string }�°��°��������������¿“t­�6����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������$0 � runtime.algarray���@��"runtime.gcbits.01���P��dgo.string.hdr."*struct { sync.Mutex; dir string }"���p��`go.weak.type.**struct { sync.Mutex; dir string }���€��"runtime.zerovalue�����Ltype.struct { sync.Mutex; dir string }���` �Ntype.*struct { sync.Mutex; dir string }���Àð�Ntype.*struct { sync.Mutex; dir string }���ð��(go.string.hdr."Lock"�����type.func()��� ��Ztype.func(*struct { sync.Mutex; dir string })���°��Xgo.(*struct { sync.Mutex; dir string }).Lock���À��Xgo.(*struct { sync.Mutex; dir string }).Lock���Ð��,go.string.hdr."Unlock"���ð��type.func()���€��Ztype.func(*struct { sync.Mutex; dir string })�����\go.(*struct { sync.Mutex; dir string }).Unlock��� ��\go.(*struct { sync.Mutex; dir string }).Unlock���þ"runtime.gcbits.02����þbgo.string.hdr."struct { sync.Mutex; dir string }"� �� ��������!����������Zgo.string."struct { sync.Mutex; dir string }"���þZgo.string."struct { sync.Mutex; dir string }"�P��Dstruct { sync.Mutex; dir string }��þ&go.string.hdr."dir"� �� ������������������go.string."dir"���þgo.string."dir"���dir��þLtype.struct { sync.Mutex; dir string }�à��à��������������@8µÎ������������������������������������������������������������������������������������������������������������������������������������������������������0��Vtype..alg.struct { sync.Mutex; dir string }���@��"runtime.gcbits.02���P��bgo.string.hdr."struct { sync.Mutex; dir string }"���p��Ntype.*struct { sync.Mutex; dir string }���€��"runtime.zerovalue���À�Ltype.struct { sync.Mutex; dir string }���à��type.sync.Mutex�����&go.string.hdr."dir"��� ��"go.importpath."".���°��type.string���þ@go.string.hdr."func(error) bool"� �� ������������������8go.string."func(error) bool"���þ8go.string."func(error) bool"�0��"func(error) bool��þ*type.func(error) bool� �� �������������� O®A�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��@go.string.hdr."func(error) bool"���p��<go.weak.type.*func(error) bool���€��"runtime.zerovalue��� €�*type.func(error) bool���А�*type.func(error) bool���€��type.error�����type.bool���þZgo.typelink.func(error) bool func(error) bool��������������*type.func(error) bool���þ,go.string.hdr."unsafe"� �� ������������������$go.string."unsafe"���þ$go.string."unsafe"���unsafe��þ*go.importpath.unsafe.� �� ������������������$go.string."unsafe"���þ.go.string.hdr."runtime"� �� ������������������&go.string."runtime"���þ&go.string."runtime"���runtime��þ,go.importpath.runtime.� �� ������������������&go.string."runtime"���þ(go.string.hdr."time"� �� ������������������ go.string."time"���þ go.string."time"���
time��þ&go.importpath.time.� �� ������������������ go.string."time"���þ,go.string.hdr."errors"� �� ������������������$go.string."errors"���þ$go.string."errors"���errors��þ*go.importpath.errors.� �� ������������������$go.string."errors"���þ.go.string.hdr."syscall"� �� ������������������&go.string."syscall"���þ&go.string."syscall"���syscall��þ,go.importpath.syscall.� �� ������������������&go.string."syscall"���þ(go.string.hdr."sync"� �� ������������������ go.string."sync"���þ go.string."sync"���
sync��þ&go.importpath.sync.� �� ������������������ go.string."sync"���þ6go.string.hdr."sync/atomic"� �� �������� ����������.go.string."sync/atomic"���þ.go.string."sync/atomic"� ��sync/atomic��þ4go.importpath.sync/atomic.� �� �������� ����������.go.string."sync/atomic"���þ:go.string.hdr."unicode/utf16"� �� �������� ����������2go.string."unicode/utf16"���þ2go.string."unicode/utf16"� ��unicode/utf16��þ8go.importpath.unicode/utf16.� �� �������� ����������2go.string."unicode/utf16"���þ$go.string.hdr."io"� �� ������������������go.string."io"���þgo.string."io"���io��þ"go.importpath.io.� �� ������������������go.string."io"���þPgo.string.hdr."internal/syscall/windows"� �� ������������������Hgo.string."internal/syscall/windows"���þHgo.string."internal/syscall/windows"�@��2internal/syscall/windows��þNgo.importpath.internal/syscall/windows.� �� ������������������Hgo.string."internal/syscall/windows"���þ8go.string.hdr."unicode/utf8"� �� �������� ����������0go.string."unicode/utf8"���þ0go.string."unicode/utf8"� ��unicode/utf8��þ6go.importpath.unicode/utf8.� �� �������� ����������0go.string."unicode/utf8"���þ0type..hash."".dirInfo·f��������������*type..hash."".dirInfo���þ,type..eq."".dirInfo·f��������������&type..eq."".dirInfo���þ "".File.isdir·f��������������"".File.isdir���þ "".File.close·f��������������"".File.close���þ&"".(*File).isdir·f�������������� "".(*File).isdir���þ&"".(*File).close·f�������������� "".(*File).close���þ0"".(*FileMode).String·f��������������*"".(*FileMode).String���þ."".(*FileMode).IsDir·f��������������("".(*FileMode).IsDir���þ6"".(*FileMode).IsRegular·f��������������0"".(*FileMode).IsRegular���þ,"".(*FileMode).Perm·f��������������&"".(*FileMode).Perm���þ("".FileInfo.IsDir·f��������������""".FileInfo.IsDir���þ,"".FileInfo.ModTime·f��������������&"".FileInfo.ModTime���þ&"".FileInfo.Mode·f�������������� "".FileInfo.Mode���þ&"".FileInfo.Name·f�������������� "".FileInfo.Name���þ&"".FileInfo.Size·f�������������� "".FileInfo.Size���þ$"".FileInfo.Sys·f��������������"".FileInfo.Sys���þ0type..hash."".Process·f��������������*type..hash."".Process���þ,type..eq."".Process·f��������������&type..eq."".Process���þ&"".Signal.Signal·f�������������� "".Signal.Signal���þ&"".Signal.String·f�������������� "".Signal.String���þ:type..hash."".ProcessState·f��������������4type..hash."".ProcessState���þ6type..eq."".ProcessState·f��������������0type..eq."".ProcessState���þ:type..hash."".SyscallError·f��������������4type..hash."".SyscallError���þ6type..eq."".SyscallError·f��������������0type..eq."".SyscallError���þ4type..hash."".PathError·f��������������.type..hash."".PathError���þ0type..eq."".PathError·f��������������*type..eq."".PathError���þ4type..hash."".LinkError·f��������������.type..hash."".LinkError���þ0type..eq."".LinkError·f��������������*type..eq."".LinkError���þ.type..hash.[7]string·f��������������(type..hash.[7]string���þ*type..eq.[7]string·f��������������$type..eq.[7]string���þ2type..hash."".fileStat·f��������������,type..hash."".fileStat���þ.type..eq."".fileStat·f��������������(type..eq."".fileStat���þ,"".(*fileStat).Lock·f��������������&"".(*fileStat).Lock���þ0"".(*fileStat).Unlock·f��������������*"".(*fileStat).Unlock���þ^type..hash.struct { sync.Mutex; dir string }·f��������������Xtype..hash.struct { sync.Mutex; dir string }���þZtype..eq.struct { sync.Mutex; dir string }·f��������������Ttype..eq.struct { sync.Mutex; dir string }���þ^go.(*struct { sync.Mutex; dir string }).Lock·f��������������Xgo.(*struct { sync.Mutex; dir string }).Lock���þbgo.(*struct { sync.Mutex; dir string }).Unlock·f��������������\go.(*struct { sync.Mutex; dir string }).Unlock���þ"runtime.zerovalue������ÿÿgo13ld�