blob: 6aacd8ad80c8c16c54c2474657ef77cb33654c3f [file] [log] [blame]
!<arch>
__.PKGDEF 0 0 0 644 24811 `
go object linux amd64 go1.5.1 X:none
build id "899beca0b99b26bc649b869593f93ad9ffd5aabb"
$$
package os
import runtime "runtime"
import io "io"
import errors "errors"
import sync "sync"
import syscall "syscall"
import time "time"
import atomic "sync/atomic"
type @"syscall".Signal int
func (@"syscall".s·1 @"syscall".Signal) Signal () { }
func (@"syscall".s·2 @"syscall".Signal) String () (? string)
type @"syscall".WaitStatus uint32
func (@"syscall".w·2 @"syscall".WaitStatus) Continued () (? bool) { return @"syscall".w·2 == @"syscall".WaitStatus(0xffff) }
func (@"syscall".w·2 @"syscall".WaitStatus) CoreDump () (? bool) { return @"syscall".w·2.Signaled() && @"syscall".w·2 & @"syscall".WaitStatus(0x80) != @"syscall".WaitStatus(0x0) }
func (@"syscall".w·2 @"syscall".WaitStatus) ExitStatus () (? int) { if !@"syscall".w·2.Exited() { return -0x1 }; return int(@"syscall".w·2 >> 0x8) & 0xff }
func (@"syscall".w·2 @"syscall".WaitStatus) Exited () (? bool) { return @"syscall".w·2 & @"syscall".WaitStatus(0x7f) == @"syscall".WaitStatus(0x0) }
func (@"syscall".w·2 @"syscall".WaitStatus) Signal () (? @"syscall".Signal) { if !@"syscall".w·2.Signaled() { return @"syscall".Signal(-0x1) }; return @"syscall".Signal(@"syscall".w·2 & @"syscall".WaitStatus(0x7f)) }
func (@"syscall".w·2 @"syscall".WaitStatus) Signaled () (? bool) { return @"syscall".w·2 & @"syscall".WaitStatus(0x7f) != @"syscall".WaitStatus(0x7f) && @"syscall".w·2 & @"syscall".WaitStatus(0x7f) != @"syscall".WaitStatus(0x0) }
func (@"syscall".w·2 @"syscall".WaitStatus) StopSignal () (? @"syscall".Signal) { if !@"syscall".w·2.Stopped() { return @"syscall".Signal(-0x1) }; return @"syscall".Signal(@"syscall".w·2 >> 0x8) & @"syscall".Signal(0xff) }
func (@"syscall".w·2 @"syscall".WaitStatus) Stopped () (? bool) { return @"syscall".w·2 & @"syscall".WaitStatus(0xff) == @"syscall".WaitStatus(0x7f) }
func (@"syscall".w·2 @"syscall".WaitStatus) TrapCause () (? int) { if @"syscall".w·2.StopSignal() != @"syscall".Signal(0x5) { return -0x1 }; return int(@"syscall".w·2 >> 0x8) >> 0x8 }
type @"syscall".Timeval struct { Sec int64; Usec int64 }
func (@"syscall".tv·2 *@"syscall".Timeval "esc:0x1") Nano () (? int64) { return int64(@"syscall".tv·2.Sec) * 0x3b9aca00 + int64(@"syscall".tv·2.Usec) * 0x3e8 }
func (@"syscall".tv·3 *@"syscall".Timeval "esc:0x1") Unix () (@"syscall".sec·1 int64, @"syscall".nsec·2 int64) { return int64(@"syscall".tv·3.Sec), int64(@"syscall".tv·3.Usec) * 0x3e8 }
type @"syscall".Rusage struct { Utime @"syscall".Timeval; Stime @"syscall".Timeval; Maxrss int64; Ixrss int64; Idrss int64; Isrss int64; Minflt int64; Majflt int64; Nswap int64; Inblock int64; Oublock int64; Msgsnd int64; Msgrcv int64; Nsignals int64; Nvcsw int64; Nivcsw int64 }
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 @"time".Duration(@"".p·2.@"".rusage.Stime.Nano()) * @"time".Duration(0x1) }
func (@"".p·2 *@"".ProcessState "esc:0x1") @"".userTime () (? @"time".Duration) { return @"time".Duration(@"".p·2.@"".rusage.Utime.Nano()) * @"time".Duration(0x1) }
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 @"".dirInfo struct { @"".buf []byte; @"".nbuf int; @"".bufp int }
type @"".file struct { @"".fd int; @"".name string; @"".dirinfo *@"".dirInfo; @"".nepipe int32 }
func (@"".file·2 *@"".file) @"".close () (? error)
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)
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)
func (@"".f·2 *@"".File "esc:0x9") Close () (? error)
func (@"".f·2 *@"".File "esc:0x1") Fd () (? uintptr) { if @"".f·2 == nil { return 0xffffffffffffffff }; return uintptr(@"".f·2.@"".file.@"".fd) }
func (@"".f·2 *@"".File "esc:0x32") Name () (? string) { return @"".f·2.@"".file.@"".name }
func (@"".f·3 *@"".File "esc:0x102") Read (@"".b·4 []byte) (@"".n·1 int, @"".err·2 error)
func (@"".f·3 *@"".File "esc:0x102") ReadAt (@"".b·4 []byte "esc:0x1", @"".off·5 int64) (@"".n·1 int, @"".err·2 error)
func (@"".f·3 *@"".File "esc:0x1") Readdir (@"".n·4 int) (@"".fi·1 []@"".FileInfo, @"".err·2 error)
func (@"".f·3 *@"".File "esc:0x1") Readdirnames (@"".n·4 int) (@"".names·1 []string, @"".err·2 error)
func (@"".f·3 *@"".File "esc:0x102") Seek (@"".offset·4 int64, @"".whence·5 int) (@"".ret·1 int64, @"".err·2 error)
func (@"".f·3 *@"".File "esc:0x10a") 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:0x102") 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:0x1") @"".pread (@"".b·4 []byte "esc:0x1", @"".off·5 int64) (@"".n·1 int, @"".err·2 error)
func (@"".f·3 *@"".File "esc:0x1") @"".pwrite (@"".b·4 []byte "esc:0x1", @"".off·5 int64) (@"".n·1 int, @"".err·2 error)
func (@"".f·3 *@"".File "esc:0x1") @"".read (@"".b·4 []byte) (@"".n·1 int, @"".err·2 error)
func (@"".f·3 *@"".File "esc:0x1") @"".readdir (@"".n·4 int) (@"".fi·1 []@"".FileInfo, @"".err·2 error)
func (@"".f·3 *@"".File "esc:0x1") @"".readdirnames (@"".n·4 int) (@"".names·1 []string, @"".err·2 error)
func (@"".f·3 *@"".File "esc:0x1") @"".seek (@"".offset·4 int64, @"".whence·5 int) (@"".ret·1 int64, @"".err·2 error)
func (@"".f·3 *@"".File "esc:0x1") @"".write (@"".b·4 []byte) (@"".n·1 int, @"".err·2 error)
type @"syscall".Credential struct { Uid uint32; Gid uint32; Groups []uint32 }
type @"syscall".SysProcIDMap struct { ContainerID int; HostID int; Size int }
type @"syscall".SysProcAttr struct { Chroot string; Credential *@"syscall".Credential; Ptrace bool; Setsid bool; Setpgid bool; Setctty bool; Noctty bool; Ctty int; Foreground bool; Pgid int; Pdeathsig @"syscall".Signal; Cloneflags uintptr; UidMappings []@"syscall".SysProcIDMap; GidMappings []@"syscall".SysProcIDMap; GidMappingsEnableSetgroups bool }
type @"".ProcAttr struct { Dir string; Env []string; Files []*@"".File; Sys *@"syscall".SysProcAttr }
func @"".StartProcess (@"".name·3 string, @"".argv·4 []string "esc:0x9", @"".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, @"".value·3 string) (? error)
func @"".Unsetenv (@"".key·2 string) (? 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 = 0x101000
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)
func @"".Lchown (@"".name·2 string, @"".uid·3 int, @"".gid·4 int) (? error)
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 = "/dev/null"
func @"".OpenFile (@"".name·3 string, @"".flag·4 int, @"".perm·5 @"".FileMode) (? *@"".File, ? error)
func @"".Stat (@"".name·3 string) (? @"".FileInfo, ? error)
func @"".Lstat (@"".name·3 string) (? @"".FileInfo, ? error)
func @"".Truncate (@"".name·2 string, @"".size·3 int64) (? error)
func @"".Remove (@"".name·2 string) (? 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 = '/'
const @"".PathListSeparator = ':'
func @"".IsPathSeparator (@"".c·2 uint8) (? bool) { return 0x2f == @"".c·2 }
func @"".Pipe () (@"".r·1 *@"".File, @"".w·2 *@"".File, @"".err·3 error)
var @"".Args []string
func @"".Getuid () (? int)
func @"".Geteuid () (? int)
func @"".Getgid () (? int)
func @"".Getegid () (? int)
func @"".Getgroups () (? []int, ? error)
func @"".Exit (@"".code·1 int)
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 "esc:0x1", @"".fi2·3 @"".FileInfo "esc:0x1") (? bool) { var @"".fs1·4 *@"".fileStat; var @"".ok1·5 bool; @"".fs1·4, @"".ok1·5 = @"".fi1·2.(*@"".fileStat); var @"".fs2·6 *@"".fileStat; var @"".ok2·7 bool; @"".fs2·6, @"".ok2·7 = @"".fi2·3.(*@"".fileStat); if !@"".ok1·5 || !@"".ok2·7 { return false }; return @"".sameFile(@"".fs1·4, @"".fs2·6) }
func @"".init ()
const @"time".Nanosecond @"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".Getpagesize () (? int) { return 0x1000 }
type @"".fileStat struct { @"".name string; @"".size int64; @"".mode @"".FileMode; @"".modTime @"time".Time; @"".sys interface {} }
func (@"".fs·2 *@"".fileStat "esc:0x1") IsDir () (? bool) { return @"".fs·2.Mode().IsDir() }
func (@"".fs·2 *@"".fileStat "esc:0x22") ModTime () (? @"time".Time) { return @"".fs·2.@"".modTime }
func (@"".fs·2 *@"".fileStat "esc:0x1") Mode () (? @"".FileMode) { return @"".fs·2.@"".mode }
func (@"".fs·2 *@"".fileStat "esc:0x22") Name () (? string) { return @"".fs·2.@"".name }
func (@"".fs·2 *@"".fileStat "esc:0x1") Size () (? int64) { return @"".fs·2.@"".size }
func (@"".fs·2 *@"".fileStat "esc:0x22") Sys () (? interface {}) { return @"".fs·2.@"".sys }
func @"".sameFile (@"".fs1·2 *@"".fileStat "esc:0x1", @"".fs2·3 *@"".fileStat "esc:0x1") (? bool) { var @"".stat1·4 *@"syscall".Stat_t; @"".stat1·4 = @"".fs1·2.@"".sys.(*@"syscall".Stat_t); var @"".stat2·5 *@"syscall".Stat_t; @"".stat2·5 = @"".fs2·3.@"".sys.(*@"syscall".Stat_t); return @"".stat1·4.Dev == @"".stat2·5.Dev && @"".stat1·4.Ino == @"".stat2·5.Ino }
type @"syscall".Timespec struct { Sec int64; Nsec int64 }
func (@"syscall".ts·2 *@"syscall".Timespec "esc:0x1") Nano () (? int64) { return int64(@"syscall".ts·2.Sec) * 0x3b9aca00 + int64(@"syscall".ts·2.Nsec) }
func (@"syscall".ts·3 *@"syscall".Timespec "esc:0x1") Unix () (@"syscall".sec·1 int64, @"syscall".nsec·2 int64) { return int64(@"syscall".ts·3.Sec), int64(@"syscall".ts·3.Nsec) }
type @"syscall".Stat_t struct { Dev uint64; Ino uint64; Nlink uint64; Mode uint32; Uid uint32; Gid uint32; X__pad0 int32; Rdev uint64; Size int64; Blksize int64; Blocks int64; Atim @"syscall".Timespec; Mtim @"syscall".Timespec; Ctim @"syscall".Timespec; X__unused [3]int64 }
$$
�_go_.o 0 0 0 644 366785 `
go object linux amd64 go1.5.1 X:none
!
��go13ldio.asyscall.a time.aerrors.aruntime.async/atomic.a sync.a�þ."".(*File).readdirnames��À ��¢ dH‹ %����H„$`ÿÿÿH;A†ì��Hì ��H‹œ$ ��H‰$è����1Û1Û1ÛH‰œ$P��H‰œ$X��1ÛH‰œ$8��H‰œ$@��H‰œ$H��H‹œ$(��H‰$è����H‹œ$(��H‹+H‰,$Hƒ$è����H‹¬$(��H‹m�H‹]1íH9ë…?��H����H‰$è����H‹\$H‰œ$���H‹œ$(��H‰$è����H‹œ$(��H‹+H‰,$Hƒ$è����H‹œ$(��H‹+Hƒý�„û��H‹œ$���€=�����…Ï��H‰]H����H‰$HÇD$���HÇD$���è����H‹\$H‰œ$��H‹\$ H‰œ$��H‹\$(H‰œ$��H‹œ$(��H‰$è����H‹œ$(��H‹+H‰,$Hƒ$è����H‹œ$(��H‹H‹kH‰,$è����H‹œ$(��H‹+H‹]H‹¬$��H‰kH‹¬$��H‰kH‹¬$��€=�����…ñ��H‰+H‹œ$(��H‰$è����H‹œ$(��H‹+H‰,$Hƒ$è����H‹œ$(��H‹H‹kH‰¬$€���H‹„$0��Hƒø�HÇÀd���HDŽ$0��ÿÿÿÿH����H‰$HÇD$����H‰D$è����H‹Œ$€���H‹l$H‹T$ H‹D$(H‰¬$8��H‰”$@��H‰„$H��H‹œ$0��Hƒû�„)��H‰ $Hƒ$ è����H‹œ$€���H‰$Hƒ$è����H‹„$€���H‹X H‹hH9ëŒb��H‰$Hƒ$ è����H‹œ$€���HÇC ����1ÛH‰œ$È���H‰œ$Ð���H‹œ$(��H‰$è����H‹œ$(��H‹+H‰,$è����H‹œ$€���H‰$è����H‹œ$(��H‹H‹+H‰,$H‹´$€���H|$H‹H‰H‹NH‰OH‹NH‰Oè����H‹D$ H‹T$(H‹L$01ÛHƒø�}1ÀH‰”$è���H‰”$˜���H‰Œ$ð���H‰Œ$ ���H‰D$xH‹œ$€���H‰$Hƒ$è����H‹Œ$€���H‹l$xH‰iH‹„$˜���H‹”$ ���H‰”$Ð���H‰„$È���Hƒø�„��H����H‰œ$¸���HDŽ$À���
���H‰”$à���1ÛH‰œ$¨���H‰œ$°���H‰„$Ø���Hƒø�uB1ÉH‰ÈH‰Œ$¨���H‰„$°���H‰Œ$ø���H‰Œ$P��H‰„$���H‰„$X��è����HÄ ��ÃH����H‰$è����H‹D$H‰„$ˆ���H‰$è����H‹œ$ˆ���H‹¬$À���H‰kH‹¬$¸���€=�����…¶���H‰+H‹œ$ˆ���H‰$Hƒ$è����H‹œ$ˆ���H‹¬$Ø���H‰kH‹¬$à���€=�����udH‰kH‹œ$ˆ���H‰œ$ˆ���H‹����1íH9ètH‹”$ˆ���H‰ÁH‰ÐéÿÿÿH����H‰$H����H‰\$H����H‰\$è����H‹D$ë¾LCL‰$H‰l$è����ëŒH‰$H‰l$è����é:ÿÿÿH‰ $Hƒ$è����H‹„$€���H‹XHƒû�vH‹œ$0��Hƒû�|IH‹œ$@��Hƒû�u;H����H‰$è����H‹����H‰œ$P��H‹����H‰œ$X��è����HÄ ��Ã1ÛH‰œ$P��H‰œ$X��è����HÄ ��ÃH‰$Hƒ$ è����H‹„$€���H‹h H‰l$xH‰$Hƒ$è����H‹„$€���H‹hH‰l$pH‰$è����H‹œ$€���H‹l$xL‹D$pL‹KM9ȇ!��L9Ň��L‹I)èI)éIƒù�tM*L‰”$��L‰$L‰„$��L‰D$L‰Œ$��L‰L$H‹œ$0��H‰\$H‹œ$8��H‰\$ H‹œ$@��H‰\$(H‹œ$H��H‰\$0è����H‹L$8H‹D$@H‹t$HH‹l$PH‹T$XH‰L$hH‰D$`H‰´$8��H‰¬$@��H‰”$H��H‹œ$€���H‰$Hƒ$ è����H‹„$€���H‹h H‰l$xH‰$Hƒ$ è����H‹Œ$€���H‹l$xL‹D$hLÅH‰i H‹œ$0��H‹l$`H)ëH‰œ$0��éÈúÿÿè���� H‰$H‰l$è����éÿùÿÿLEL‰$H‰\$è����éùÿÿ‰E�éýøÿÿè����éï÷ÿÿv
������^
��*runtime.racefuncenter���à
�� runtime.raceread���’
�� runtime.raceread���Ö��type."".dirInfo���è
��"runtime.newobject���¤
�� runtime.raceread���Ö
��"runtime.racewrite���œ�6runtime.writeBarrierEnabled���À��type.[]uint8���ö
��"runtime.makeslice���æ
�� runtime.raceread���˜
�� runtime.raceread���È
��"runtime.racewrite���²�6runtime.writeBarrierEnabled���è
�� runtime.raceread���š
�� runtime.raceread���˜ ��type.[]string���Æ 
��"runtime.makeslice���ä

�� runtime.raceread��� 
�� runtime.raceread���Þ 
��"runtime.racewrite���Ä 
�� runtime.raceread���ì 
�� runtime.raceread���Ž 
�� runtime.raceread���‚
��$syscall.ReadDirent���ª
��"runtime.racewrite���®��,go.string."readdirent"���š
��(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.raceread���à�� io.EOF���ò
�� runtime.raceread���€�� io.EOF���ž� io.EOF���¸
��(runtime.racefuncexit���ö
��(runtime.racefuncexit���¢
�� runtime.raceread���à
�� runtime.raceread���”
�� runtime.raceread���È
��&syscall.ParseDirent���ê
�� runtime.raceread���¨
��"runtime.racewrite���ž
��$runtime.panicslice���¾
��.runtime.writebarrierptr���ì
��.runtime.writebarrierptr��� 
��0runtime.morestack_noctxt���pÀ��:"".autotmp_0024��type.error�"".autotmp_0022��type.error�"".autotmp_0021�¯*type.*"".SyscallError�"".autotmp_0020��type.int�"".autotmp_0019��type.int�"".autotmp_0018��type.int�"".autotmp_0017��type.int�"".autotmp_0016��type.[]string�"".autotmp_0013��type.[]uint8�"".autotmp_0012�ßtype.int�"".autotmp_0011��type.int�"".autotmp_0010��*type.*"".SyscallError�"".autotmp_0009�Otype.error�"".autotmp_0008�Ïtype.int�"".autotmp_0006�/type.[]uint8�"".autotmp_0005�Ÿ type.*"".dirInfo� "".~r2�ïtype.error� "".err�type.error�"".syscall�Ïtype.string� "".~r3�type.error� "".err�otype.error�
"".nc�ÿtype.int�
"".nb�ïtype.int�"".errno�¯type.error�"".d�¿ type.*"".dirInfo� "".err�Ptype.error�"".names� type.[]string�"".n�type.int�"".f��type.*"".File�6"Àö¿ÀŽ¿À¿ÀÙ� �¢&"NM0EuÊA M=íx   . œN# 5�f�.£i8oO£¸
B‚)>#5 ÓQZR�Tgclocals·98295252e8319197410141b00b6e39fa�Tgclocals·29d2665900211d7bfc3a1d81bb1f87cb���4/tmp/go/src/os/dir_unix.goþ"".FindProcess��€��ìdH‹ %����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Ãè����ëŠ
������:
��*runtime.racefuncenter���r
��"".findProcess���Ì
��(runtime.racefuncexit���à
��0runtime.morestack_noctxt���@`��"".autotmp_0027�type.error� "".err� type.error�"".p� type.*"".Process� "".pid��type.int�`[_`�€�@��I�Tgclocals·0cabbad06479030f0afba4cc01c40424�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���*/tmp/go/src/os/doc.goþ"".StartProcess�� ��„dH‹ %����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Ãè����é>ÿÿÿ
������B
��*runtime.racefuncenter���ò
��"".startProcess���Þ
��(runtime.racefuncexit���ò
��0runtime.morestack_noctxt���°�� "".autotmp_0031�type.error� "".~r4�ptype.error� "".~r3�` type.*"".Process�"".attr�P"type.*"".ProcAttr�"".argv� type.[]string�"".name��type.string�° ¯°�Ð�0�� Ž"�Tgclocals·fa9a12166903ec72d55d4983b89b33d5�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���*/tmp/go/src/os/doc.goþ*"".(*Process).Release��à��ÔdH‹ %����H;avTHƒì(H‹\$(H‰$è����1ÛH‰\$8H‰\$@H‹\$0H‰$è����H‹L$H‹D$H‰L$H‰L$8H‰D$ H‰D$@è����HƒÄ(Ãè����ë–
������:
��*runtime.racefuncenter���n
��*"".(*Process).release���´
��(runtime.racefuncexit���È
��0runtime.morestack_noctxt���0P��"".autotmp_0034�type.error� "".~r0�type.error�"".p�� type.*"".Process�POOP �p�>-, ��=�Tgclocals·cad14e25fd48dddd762418d02c031d67�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���*/tmp/go/src/os/doc.goþ$"".(*Process).Kill��à��ÔdH‹ %����H;avTHƒì(H‹\$(H‰$è����1ÛH‰\$8H‰\$@H‹\$0H‰$è����H‹L$H‹D$H‰L$H‰L$8H‰D$ H‰D$@è����HƒÄ(Ãè����ë–
������:
��*runtime.racefuncenter���n
��$"".(*Process).kill���´
��(runtime.racefuncexit���È
��0runtime.morestack_noctxt���0P��"".autotmp_0035�type.error� "".~r0�type.error�"".p�� type.*"".Process�POOP �p�H-, ��=�Tgclocals·cad14e25fd48dddd762418d02c031d67�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���*/tmp/go/src/os/doc.goþ$"".(*Process).Wait��€��èdH‹ %����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Ãè����ëŒ
������:
��*runtime.racefuncenter���n
��$"".(*Process).wait���È
��(runtime.racefuncexit���Ü
��0runtime.morestack_noctxt���@`��"".autotmp_0037�type.error� "".~r1� type.error� "".~r0�*type.*"".ProcessState�"".p�� type.*"".Process�`Y_`�€�Z @��G�Tgclocals·4a8dcaa1f0a3d20155921d51fed3ea2c�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���*/tmp/go/src/os/doc.goþ("".(*Process).Signal��€��üdH‹ %����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Ãè����ë‚
������:
��*runtime.racefuncenter���–
��("".(*Process).signal���Ü
��(runtime.racefuncexit���ð
��0runtime.morestack_noctxt���Pp��"".autotmp_0040�type.error� "".~r1�0type.error� "".sig�type."".Signal�"".p�� type.*"".Process�pcop �€�f-@ ��Q�Tgclocals·b9e2f210c3a206b5352d33144c6a1618�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���*/tmp/go/src/os/doc.goþ6"".(*ProcessState).UserTime��à��ÐdH‹ %����H;a†‹���HƒìH‹\$H‰$è����H‹D$ H‰D$H‰$Hƒ$è����H‹\$H‹kHƒý�tMH‰l$H‰,$è����H‹\$H‰$Hƒ$è����H‹D$H‹HiÛ�ʚ;H‹hHiíè��HëH‰\$(è����HƒÄÉE�ë®è����éXÿÿÿ
������B
��*runtime.racefuncenter���r
�� runtime.raceread���¬
�� runtime.raceread���Ò
�� runtime.raceread��� 
��(runtime.racefuncexit���¾
��0runtime.morestack_noctxt��� 0��
"".autotmp_0042��$type.time.Duration�syscall.tv·2�*type.*syscall.Timeval�"".p�*type.*"".ProcessState� "".~r0�$type.time.Duration�"".p��*type.*"".ProcessState�0/0�°�p‡�� :!�Tgclocals·f7309186bf9eeb0f8ece2eb16f2dc110�Tgclocals·008e235a1392cc90d1ed9ad2f7e76d87���*/tmp/go/src/os/doc.goþ:"".(*ProcessState).SystemTime��à��ÖdH‹ %����H;a†Ž���HƒìH‹\$H‰$è����H‹D$ H‰D$H‰$Hƒ$è����H‹\$H‹CHƒø�tQHƒÀH‰D$H‰$è����H‹\$H‰$Hƒ$è����H‹D$H‹HiÛ�ʚ;H‹hHiíè��HëH‰\$(è����HƒÄÉ�ë«è����éUÿÿÿ
������B
��*runtime.racefuncenter���r
�� runtime.raceread���´
�� runtime.raceread���Ú
�� runtime.raceread���¨
��(runtime.racefuncexit���Ä
��0runtime.morestack_noctxt��� 0��
"".autotmp_0045��$type.time.Duration�syscall.tv·2�*type.*syscall.Timeval�"".p�*type.*"".ProcessState� "".~r0�$type.time.Duration�"".p��*type.*"".ProcessState�0…/0�°�zŠ�� !:�Tgclocals·f7309186bf9eeb0f8ece2eb16f2dc110�Tgclocals·008e235a1392cc90d1ed9ad2f7e76d87���*/tmp/go/src/os/doc.goþ2"".(*ProcessState).Exited��À��¾dH‹ %����H;avIHƒìH‹\$H‰$è����H‹D$H‰D$H‰$Hƒ$è����H‹\$‹[ƒãƒû�”ÀˆD$ è����HƒÄÃè����ë¡
������:
��*runtime.racefuncenter���j
�� runtime.raceread���ž
��(runtime.racefuncexit���²
��0runtime.morestack_noctxt��� ��"".autotmp_0048��type.bool�"".p�*type.*"".ProcessState� "".~r0�type.bool�"".p��*type.*"".ProcessState� D �`�„E���Tgclocals·32bd5c6dc84e3e86dd35593b3922d3aa�Tgclocals·0c8aa8e80191a30eac23f1a218103f16���*/tmp/go/src/os/doc.goþ4"".(*ProcessState).Success�� ��ˆdH‹ %����H;avkHƒìH‹\$H‰$è����H‹D$H‰D$H‰$Hƒ$è����H‹\$‹k‰ëƒãƒû�”Á€ù�uHÇÀÿÿÿÿHƒø�”ÀˆD$ è����HƒÄÉèÁèH%ÿ���ëÞè����é|ÿÿÿ
������:
��*runtime.racefuncenter���j
�� runtime.raceread���È
��(runtime.racefuncexit���ö
��0runtime.morestack_noctxt��� ��"".autotmp_0051��type.bool�"".p�*type.*"".ProcessState� "".~r0�type.bool�"".p��*type.*"".ProcessState� Y #��g��/-�Tgclocals·32bd5c6dc84e3e86dd35593b3922d3aa�Tgclocals·0c8aa8e80191a30eac23f1a218103f16���*/tmp/go/src/os/doc.goþ,"".(*ProcessState).Sys��€��ædH‹ %����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É%����ë±è����éMÿÿÿ
������B
��*runtime.racefuncenter���Š��.type.syscall.WaitStatus���Ô
��runtime.convT2E���®
��(runtime.racefuncexit���Ô
��0runtime.morestack_noctxt���0��"".autotmp_0052�"type.interface {}� "".~r0�?"type.interface {}� "".~r0�"type.interface {}�"".p��*type.*"".ProcessState�ˆ �À�ž x�� v*�Tgclocals·cad14e25fd48dddd762418d02c031d67�Tgclocals·64ca935d1a2110a30e2d604686188539���*/tmp/go/src/os/doc.goþ6"".(*ProcessState).SysUsage��À��¦dH‹ %����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Ãè����émÿÿÿ
������:
��*runtime.racefuncenter���š
�� runtime.raceread���º��(type.*syscall.Rusage���€
��(runtime.racefuncexit���”
��0runtime.morestack_noctxt���0`��
"".autotmp_0053�"type.interface {}� "".~r0�?"type.interface {}�"".p�O*type.*"".ProcessState� "".~r0�"type.interface {}�"".p��*type.*"".ProcessState�`u_`� �° \��03!�Tgclocals·27f94a2fe0ff5b305b2385471201b6d7�Tgclocals·8976d98ccb4fa7cb58d19cb1e865dee3���*/tmp/go/src/os/doc.goþ"".Hostname��À��¢dH‹ %����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ƒÄ@Ãè����éoÿÿÿ
������:
��*runtime.racefuncenter���|
��"".hostname���ü
��(runtime.racefuncexit���
��0runtime.morestack_noctxt���@€��"".autotmp_0056�?type.error�"".autotmp_0055�type.string� "".err� type.error�"".name��type.string�€s€� �ºJ��a#�Tgclocals·7dcda74bbbfcce23f95d41fe9bef9631�Tgclocals·64ca935d1a2110a30e2d604686188539���*/tmp/go/src/os/doc.goþ$"".(*File).Readdir�� ��‚dH‹ %����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Ãè����é¿þÿÿ
������B
��*runtime.racefuncenter���È��"".ErrInvalid���Ú
�� runtime.raceread���è��"".ErrInvalid���ö�"".ErrInvalid���è
��(runtime.racefuncexit���ž
��$"".(*File).readdir���Ü
��(runtime.racefuncexit���ð
��0runtime.morestack_noctxt���p�"".autotmp_0063�otype.error�"".autotmp_0062��type.error�"".autotmp_0060�Otype.error�"".autotmp_0059�/$type.[]"".FileInfo� "".err�Ptype.error�
"".fi� $type.[]"".FileInfo�"".n�type.int�"".f��type.*"".File�&à¥ßàyßà�Ð�(à0Rz�� “_#�Tgclocals·f4053cb9119838d9455d02e725cc1941�Tgclocals·2c837ca001512a37037efd3161e20199���*/tmp/go/src/os/doc.goþ."".(*File).Readdirnames�� ��‚dH‹ %����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Ãè����é¿þÿÿ
������B
��*runtime.racefuncenter���È��"".ErrInvalid���Ú
�� runtime.raceread���è��"".ErrInvalid���ö�"".ErrInvalid���è
��(runtime.racefuncexit���ž
��."".(*File).readdirnames���Ü
��(runtime.racefuncexit���ð
��0runtime.morestack_noctxt���pà��"".autotmp_0068�otype.error�"".autotmp_0067��type.error�"".autotmp_0065�Otype.error�"".autotmp_0064�/type.[]string� "".err�Ptype.error�"".names� type.[]string�"".n�type.int�"".f��type.*"".File�&à¥ßàyßà�Ð�(†0Rz�� “_#�Tgclocals·f4053cb9119838d9455d02e725cc1941�Tgclocals·2c837ca001512a37037efd3161e20199���*/tmp/go/src/os/doc.goþ"".Expand��à��ÞdH‹ %����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
������X
��*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_0086�ßtype.[32]uint8�"".autotmp_0085��type.int�"".autotmp_0084��type.[]uint8�"".autotmp_0082��type.[]uint8�"".autotmp_0081��type.string�"".autotmp_0080��type.int�"".autotmp_0079��type.int�"".autotmp_0078��type.string�"".autotmp_0075��type.string�"".autotmp_0074��type.int�"".autotmp_0073�type.string�"".autotmp_0071��type.int�"".autotmp_0070�/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�€È ÿ€H�°
�XBK (ô`ì  º  �:�+µŠ“±Â?
H�Tgclocals·50921a9a09802860e235944c806934b6�Tgclocals·17e91a086b6b6e41f020f63a46c0dda9���*/tmp/go/src/os/env.goþ"".ExpandEnv��€��€dH‹ %����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Ãè����ë€
������:
��*runtime.racefuncenter���†��"".Getenv·f���š
��"".Expand���à
��(runtime.racefuncexit���ô
��0runtime.morestack_noctxt���@p��"".autotmp_0087�type.string� "".~r1� type.string�"".s��type.string�peop�€�B-B��S�Tgclocals·342b6176fad1bf8fb686f6c9600f7161�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���*/tmp/go/src/os/env.goþ("".isShellSpecialVar��À��¶dH‹ %����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ÿÿÿëè����é%ÿÿÿ
������B
��*runtime.racefuncenter���ˆ
��(runtime.racefuncexit���°
��(runtime.racefuncexit���¤
��0runtime.morestack_noctxt��� �� "".~r1�type.bool�"".c��type.uint8�5�à�nN







 � � À�Tgclocals·23e8278e2b69a3a75fa59b23c49ed6ad�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���*/tmp/go/src/os/env.goþ"".isAlphaNum�� ��šdH‹ %����H;avtHƒìH‹\$H‰$è����¶D$<_tP<0rH<9–Á€ù�u5<ar-<z–Á€ù�u<Ar<Z–D$è����HƒÄÃÆD$�ëïÆD$ëè1ÉëÔHÇÁ���ëË1Éë¹HÇÁ���ë°è����ésÿÿÿ
������:
��*runtime.racefuncenter���¤
��(runtime.racefuncexit���ˆ
��0runtime.morestack_noctxt��� �� "".~r1�type.bool�"".c��type.uint8�G5��*`2/+0/
0/0/ �
�t�Tgclocals·23e8278e2b69a3a75fa59b23c49ed6ad�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���*/tmp/go/src/os/env.goþ"".getShellName��€ ��ü
dH‹ %����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ÇÂ���ë‚è���� è���� è���� è����éBýÿÿ(
������B
��*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_0102��type.bool�"".autotmp_0101��type.string�"".autotmp_0100��type.int�"".autotmp_0099��type.int�"".autotmp_0098��type.string�"".autotmp_0096��type.int�"".autotmp_0095��type.string�"".autotmp_0094��type.int�"".autotmp_0093�type.string� "".~r2�@type.int� "".~r1� type.string�"".s��type.string�6@Æ?@m?@-?@r?@ƒ?@O�À�vn;S0  < 
 ** U'( .  �4� ´
d
$
i
z
O�Tgclocals·21012e18a2c9288476efc55b2fa11dc8�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���*/tmp/go/src/os/env.goþ"".Getenv��€��èdH‹ %����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Ãè����ëŒ
������:
��*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���*/tmp/go/src/os/env.goþ"".LookupEnv��€��údH‹ %����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Ãè����ëƒ
������:
��*runtime.racefuncenter���‚
��syscall.Getenv���Ú
��(runtime.racefuncexit���î
��0runtime.morestack_noctxt���Pp��"".autotmp_0106�type.string� "".~r2�@type.bool� "".~r1� type.string� "".key��type.string�pbop
�€�´ I
��P�Tgclocals·21012e18a2c9288476efc55b2fa11dc8�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���*/tmp/go/src/os/env.goþ"".Setenv��à��ÞdH‹ %����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Äˆ���Ãè����éÑýÿÿ(
������X
��*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_0113��type.error�"".autotmp_0112�¯*type.*"".SyscallError�"".autotmp_0111��*type.*"".SyscallError�"".autotmp_0110�type.error� "".~r2�Ÿtype.error� "".err�?type.error�"".syscall�type.string� "".err�_type.error� "".~r2�@type.error�"".value� type.string� "".key��type.string�(â¢ �°�.À
 TPŒ �(�+Ê
6})�Tgclocals·0fe17034a847ca86f5f5b036592406e6�Tgclocals·cf940145a647a8bb34a6e3d5a1704c98���*/tmp/go/src/os/env.goþ"".Unsetenv��€��èdH‹ %����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Ãè����ëŒ
������:
��*runtime.racefuncenter���‚
�� syscall.Unsetenv���È
��(runtime.racefuncexit���Ü
��0runtime.morestack_noctxt���@`��"".autotmp_0116�type.error� "".~r1� type.error� "".key��type.string�`Y_`�€�Ò-6��G�Tgclocals·170309d2da858695ebefc5e7e0d9c320�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���*/tmp/go/src/os/env.goþ"".Clearenv��€��ndH‹ %����H;av!HƒìH‹\$H‰$è����è����è����HƒÄÃè����ëÉ
������:
��*runtime.racefuncenter���D
�� syscall.Clearenv���N
��(runtime.racefuncexit���b
��0runtime.morestack_noctxt��������@��
�$�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���*/tmp/go/src/os/env.goþ"".Environ��€��èdH‹ %����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Ãè����ëŒ
������:
��*runtime.racefuncenter���f
��syscall.Environ���È
��(runtime.racefuncexit���Ü
��0runtime.morestack_noctxt���0`��"".autotmp_0117�/type.[]string� "".~r0��type.[]string�`Y_`�€�è21��G�Tgclocals·2c033e7f4f4a74cc7e9f368d1fec9f60�Tgclocals·f56b2291fa344104975cb6587be42b9b���*/tmp/go/src/os/env.goþ*"".(*PathError).Error��€��ødH‹ %����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Äˆ���Ééøþÿÿè����é„þÿÿ
������X
��*runtime.racefuncenter���¨
�� runtime.raceread���ˆ�������Ô
�� runtime.raceread���€
�� runtime.raceread���Ô��go.string." "���¬��go.string.": "���€
��*runtime.concatstring5���¾
��(runtime.racefuncexit���æ
��0runtime.morestack_noctxt���0��"".autotmp_0118�type.string� "".~r0�type.string�"".e��$type.*"".PathError�Ë�€�6€��+~–"�Tgclocals·4a6f49bfbb5d0042a5f508261526f69f�Tgclocals·4839c181b903023c3ae99be60aaf4271���./tmp/go/src/os/error.goþ0"".(*SyscallError).Error��À��¨dH‹ %����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ÿÿÿè����éìþÿÿ
������B
��*runtime.racefuncenter���†
�� runtime.raceread���à������� 
�� runtime.raceread���î��go.string.": "���¼
��*runtime.concatstring3���ô
��(runtime.racefuncexit���–
��0runtime.morestack_noctxt���0Ð��"".autotmp_0120�type.string� "".~r0�type.string�"".e��*type.*"".SyscallError�ÐëÏÐ� �F �� oN'�Tgclocals·4a6f49bfbb5d0042a5f508261526f69f�Tgclocals·4839c181b903023c3ae99be60aaf4271���./tmp/go/src/os/error.goþ$"".NewSyscallError��À��¸dH‹ %����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ÿÿÿè����é¤þÿÿ$
������B
��*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_0123�*type.*"".SyscallError�"".autotmp_0122��*type.*"".SyscallError� "".~r2�@type.error� "".err� type.error�"".syscall��type.string�P:OP©OPd�à�(P1   [� � (‚-A�Tgclocals·904b17b4fd4f6c501685b7a33692149c�Tgclocals·98304215dd49c497c84500d34591a734���./tmp/go/src/os/error.goþ"".IsExist��À��¦dH‹ %����H;av=HƒìH‹\$H‰$è����H‹\$ H‰$H‹\$(H‰\$è����¶\$ˆ\$0è����HƒÄÃè����ë­
������:
��*runtime.racefuncenter���j
��"".isExist���†
��(runtime.racefuncexit���š
��0runtime.morestack_noctxt���00�� "".~r1� type.bool� "".err��type.error�08/0�`�d!!�
�D�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���./tmp/go/src/os/error.goþ"".IsNotExist��À��¦dH‹ %����H;av=HƒìH‹\$H‰$è����H‹\$ H‰$H‹\$(H‰\$è����¶\$ˆ\$0è����HƒÄÃè����ë­
������:
��*runtime.racefuncenter���j
��"".isNotExist���†
��(runtime.racefuncexit���š
��0runtime.morestack_noctxt���00�� "".~r1� type.bool� "".err��type.error�08/0�`�r!!�
�D�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���./tmp/go/src/os/error.goþ"".IsPermission��À��¦dH‹ %����H;av=HƒìH‹\$H‰$è����H‹\$ H‰$H‹\$(H‰\$è����¶\$ˆ\$0è����HƒÄÃè����ë­
������:
��*runtime.racefuncenter���j
��"".isPermission���†
��(runtime.racefuncexit���š
��0runtime.morestack_noctxt���00�� "".~r1� type.bool� "".err��type.error�08/0�`�€!!�
�D�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���./tmp/go/src/os/error.goþ"".isExist�� 
��†
dH‹ %����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é›þÿÿ‰ëåè����é}ýÿÿ,
������Z
��*runtime.racefuncenter���ž
��$runtime.ifacethash���ô
��(runtime.racefuncexit���¾��$type.*"".PathError���ø
��$runtime.assertI2T2���Ö
�� runtime.raceread���¦��$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_0133��type.bool�"".autotmp_0132�o$type.syscall.Errno�"".autotmp_0131�wtype.uint32�"".autotmp_0129�type.error�
"".pe�O$type.*"".LinkError�
"".pe�_$type.*"".PathError�
"".pe�?type.error� "".~r1� type.bool� "".err��type.error�(ÐkÏÐÓÏй��D#6
  Y4âG 0 ��,"+B/¦�Tgclocals·9c91d8a91ac42440a3d1507bc8d2e808�Tgclocals·2ef5571c2f4f7430715e92beefb6ee5b���8/tmp/go/src/os/error_unix.goþ"".isNotExist�� 
��†
dH‹ %����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é›þÿÿ‰ëåè����é}ýÿÿ,
������Z
��*runtime.racefuncenter���ž
��$runtime.ifacethash���ô
��(runtime.racefuncexit���¾��$type.*"".PathError���ø
��$runtime.assertI2T2���Ö
�� runtime.raceread���¦��$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_0139��type.bool�"".autotmp_0138�o$type.syscall.Errno�"".autotmp_0137�wtype.uint32�"".autotmp_0135�type.error�
"".pe�O$type.*"".LinkError�
"".pe�_$type.*"".PathError�
"".pe�?type.error� "".~r1� type.bool� "".err��type.error�(ÐkÏÐÓÏй��D0#6
  Y4âG 0 ��,"+B/¦�Tgclocals·9c91d8a91ac42440a3d1507bc8d2e808�Tgclocals·2ef5571c2f4f7430715e92beefb6ee5b���8/tmp/go/src/os/error_unix.goþ"".isPermission��€ ��ð dH‹ %����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
������Z
��*runtime.racefuncenter���¤
��$runtime.ifacethash���ú
��(runtime.racefuncexit���Ä��$type.*"".PathError���þ
��$runtime.assertI2T2���Ü
�� runtime.raceread���²��$type.syscall.Errno���†
��$runtime.assertI2T2���Ø��$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_0147��type.bool�"".autotmp_0146�$type.syscall.Errno�"".autotmp_0145��type.bool�"".autotmp_0144�o$type.syscall.Errno�"".autotmp_0143�‡type.uint32�"".autotmp_0141�type.error�
"".pe�O$type.*"".LinkError�
"".pe�_$type.*"".PathError�
"".pe�?type.error� "".~r1� type.bool� "".err��type.error�(ànßà¯ßàÊ�€�DH#9
  Y7ÎG 3 ��,%+B/“�Tgclocals·9c91d8a91ac42440a3d1507bc8d2e808�Tgclocals·2ef5571c2f4f7430715e92beefb6ee5b���8/tmp/go/src/os/error_unix.goþ"".newProcess��à��ÜdH‹ %����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ƒÄ@Ãè����éÿÿÿ
������B
��*runtime.racefuncenter���P��type."".Process���b
��"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_0152�/ type.*"".Process�"".autotmp_0150�� type.*"".Process�"".p�? type.*"".Process� "".~r2�  type.*"".Process�"".handle�type.uintptr� "".pid��type.int�€Ì€ �ð�*o< �� ,�Tgclocals·c6b65adafe3825df3661581be744f0c0�Tgclocals·c301552ca8937361fc2b11074d410d43���,/tmp/go/src/os/exec.goþ*"".(*Process).setDone��À��ºdH‹ %����H;avGHƒìH‹\$H‰$è����H‹\$H‰$Hƒ<$�tHƒ$ÇD$���è����è����HƒÄÉ%����ëÛè����ë£
������:
��*runtime.racefuncenter���~
��.sync/atomic.StoreUint32���ˆ
��(runtime.racefuncexit���®
��0runtime.morestack_noctxt��� ��"".p�� type.*"".Process� 9 �`�65 
�
�D�Tgclocals·87d20ce1b58390b294df80b886db78bf�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���,/tmp/go/src/os/exec.goþ$"".(*Process).done��à��ÂdH‹ %����H;avKHƒìH‹\$H‰$è����H‹\$H‰$Hƒ<$�t Hƒ$è����‹\$ƒû�—D$ è����HƒÄÉ%����ë×è����ëŸ
������:
��*runtime.racefuncenter���n
��,sync/atomic.LoadUint32���
��(runtime.racefuncexit���¶
��0runtime.morestack_noctxt��� �� "".~r0�type.bool�"".p�� type.*"".Process� = �p�>!&�
�T�Tgclocals·3f5c1f818fa7055d0400cecd34057162�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���,/tmp/go/src/os/exec.goþ"".Getpid��€��€dH‹ %����H;av*HƒìH‹\$H‰$è����è����H‹$H‰\$è����HƒÄÃè����ëÀ
������:
��*runtime.racefuncenter���D
��syscall.Getpid���`
��(runtime.racefuncexit���t
��0runtime.morestack_noctxt����� "".~r0��type.int�%�@�ˆ@�
�$�Tgclocals·5184031d3a32a42d85027f073f873668�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���,/tmp/go/src/os/exec.goþ"".Getppid��€��€dH‹ %����H;av*HƒìH‹\$H‰$è����è����H‹$H‰\$è����HƒÄÃè����ëÀ
������:
��*runtime.racefuncenter���D
��syscall.Getppid���`
��(runtime.racefuncexit���t
��0runtime.morestack_noctxt����� "".~r0��type.int�%�@�Ž@�
�$�Tgclocals·5184031d3a32a42d85027f073f873668�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���,/tmp/go/src/os/exec.goþ"".startProcess��à!��Ô!dH‹ %����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úÿÿ‰éþùÿÿ‰é¸ùÿÿè����é–÷ÿÿ|
������^
��*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_0184��type.error�"".autotmp_0183��type.*uint8�"".autotmp_0182��$type.*"".PathError�"".autotmp_0181�¯type.int�"".autotmp_0180�Ÿtype.[]uintptr�"".autotmp_0179��type.uintptr�"".autotmp_0178�Ÿtype.uintptr�"".autotmp_0176�¿type.**"".File�"".autotmp_0175�type.int�"".autotmp_0174�ÿtype.int�"".autotmp_0173�*type.syscall.ProcAttr�"".autotmp_0172�¯,type.*syscall.ProcAttr�"".autotmp_0171��type.error�"".autotmp_0168��$type.*"".PathError�"".autotmp_0167��type.error�"".autotmp_0166��type.uintptr�"".autotmp_0165��type.int�"".autotmp_0164�ïtype.[]*"".File�"".autotmp_0163�¿type.[]string�"".autotmp_0162�Ÿ$type.*"".PathError�"".autotmp_0161�$type.*"".PathError�"".autotmp_0160�¿type.error�"".f�Ï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"ÐüÏЋ ÏЖÏЮ�ð�œ,OOJ;%J7^9YF"t…½'k34e-78 F �l�.èf0<¢MLdæØ>ï00$
@=�Tgclocals·a6d1f164404ec9d85fc0e8ff4a2d01e7�Tgclocals·1fcfd91e348e3cfdacc57aa49628e4b8���8/tmp/go/src/os/exec_posix.goþ$"".(*Process).kill��À��ªdH‹ %����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Ãè����ékÿÿÿ
������:
��*runtime.racefuncenter���`��"".Kill���r
�� runtime.raceread���’��"".Kill���ª�"".Kill���¾
��("".(*Process).Signal���„
��(runtime.racefuncexit���˜
��0runtime.morestack_noctxt���0p��"".autotmp_0187�type.error� "".~r0�type.error�"".p�� type.*"".Process�pwop� �j-T��e�Tgclocals·cad14e25fd48dddd762418d02c031d67�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���8/tmp/go/src/os/exec_posix.goþ,"".(*ProcessState).Pid�� ��šdH‹ %����H;av7HƒìH‹\$H‰$è����H‹\$H‰$è����H‹\$H‹+H‰l$è����HƒÄÃè����ë³
������:
��*runtime.racefuncenter���V
�� runtime.raceread���z
��(runtime.racefuncexit���Ž
��0runtime.morestack_noctxt��� �� "".~r0�type.int�"".p��*type.*"".ProcessState�2
�P�‚3
�
�4�Tgclocals·3f5c1f818fa7055d0400cecd34057162�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���8/tmp/go/src/os/exec_posix.goþ2"".(*ProcessState).exited��À��´dH‹ %����H;avDHƒìH‹\$H‰$è����H‹\$H‰$Hƒ$è����H‹\$‹[ƒãƒû�”ÀˆD$è����HƒÄÃè����ë¦
������:
��*runtime.racefuncenter���`
�� runtime.raceread���”
��(runtime.racefuncexit���¨
��0runtime.morestack_noctxt��� �� "".~r0�type.bool�"".p��*type.*"".ProcessState�? �`�Š@ �
�D�Tgclocals·3f5c1f818fa7055d0400cecd34057162�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���8/tmp/go/src/os/exec_posix.goþ4"".(*ProcessState).success��€��ôdH‹ %����H;avdHƒìH‹\$H‰$è����H‹\$H‰$Hƒ$è����H‹\$‹k‰ëƒãƒû�”Á€ù�uHÇÀÿÿÿÿHƒø�”D$è����HƒÄÉèÁèH%ÿ���ëàè����ë†
������:
��*runtime.racefuncenter���`
�� runtime.raceread���º
��(runtime.racefuncexit���è
��0runtime.morestack_noctxt��� �� "".~r0�type.bool�"".p��*type.*"".ProcessState�R�;�’!; �
�d�Tgclocals·3f5c1f818fa7055d0400cecd34057162�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���8/tmp/go/src/os/exec_posix.go*/tmp/go/src/os/doc.goþ,"".(*ProcessState).sys�� ��ždH‹ %����H;avvHƒì(H‹\$(H‰$è����1ÛH‰\$8H‰\$@H����H‰$H‹\$0H‰\$Hƒ|$�t2HƒD$HÇD$����è����H‹\$H‰\$8H‹\$ H‰\$@è����HƒÄ(É%����ëÅè����éqÿÿÿ
������:
��*runtime.racefuncenter���`��.type.syscall.WaitStatus���´
��runtime.convT2E���æ
��(runtime.racefuncexit���Œ
��0runtime.morestack_noctxt���0P�� "".~r0�"type.interface {}�"".p��*type.*"".ProcessState�PhOP��š X ��V�Tgclocals·cad14e25fd48dddd762418d02c031d67�Tgclocals·69c1753bd5f81501d95132d08af04464���8/tmp/go/src/os/exec_posix.goþ6"".(*ProcessState).sysUsage��à��ÖdH‹ %����H;avUHƒìH‹\$H‰$è����1ÛH‰\$H‰\$ H‹\$H‰$Hƒ$è����H‹\$H‹kH‰l$ H����H‰\$è����HƒÄÃè����ë•
������:
��*runtime.racefuncenter���x
�� runtime.raceread���¢��(type.*syscall.Rusage���¶
��(runtime.racefuncexit���Ê
��0runtime.morestack_noctxt���0�� "".~r0�"type.interface {}�"".p��*type.*"".ProcessState�P �p�¢ 7 ��>�Tgclocals·cad14e25fd48dddd762418d02c031d67�Tgclocals·69c1753bd5f81501d95132d08af04464���8/tmp/go/src/os/exec_posix.goþ2"".(*ProcessState).String��à��ÖdH‹ %����HD$¸H;A†É��HìÈ���H‹œ$È���H‰$è����H‹„$Ð���1ÛH‰œ$Ø���H‰œ$à���1íH9èu(H����H‰œ$Ø���HDŽ$à������è����HÄÈ���Ã1ÛH‰\$hH‰\$p1ÛH‰\$xH‰œ$€���ÇD$`����H����H‰$H‰D$Hƒ|$�„��HƒD$H\$`H‰\$è����H‹L$H‹D$ H‰L$xH‰„$€���H‰Œ$˜���H‰„$ ���ÇD$d����H����H‰$H‰L$hH‰L$H‰D$pH‰D$H\$dH‰\$è����‹\$d1ÀH‰„$ˆ���H‰ÁH‰„$���‰Úƒãƒû�@”Å@€ý�„T��‰T$\‰Óƒãƒû�”Á€ù�…,��HÇÀÿÿÿÿH‰$è����H‹L$H‹D$HÇ$����H����H‰\$HÇD$ ���H‰Œ$¸���H‰L$H‰„$À���H‰D$ è����‹T$\H‹L$(H‹D$0‰Õ‰Óƒãƒû„±���‰Óƒãƒû�•Â€ú�„–���‰ëã€���ƒû�•Â€ú�tVH‰Œ$ˆ���H‰„$���HÇ$����H‰Œ$¨���H‰L$H‰„$°���H‰D$H����H‰\$HÇD$ ���è����H‹L$(H‹D$0H‰Œ$ˆ���H‰Œ$Ø���H‰„$���H‰„$à���è����HÄÈ���Ã1Òéqÿÿÿ1ÒéSÿÿÿ‰ÐÁèH%ÿ���éËþÿÿ‰Óƒãƒû„��‰Óƒãƒû�@•Å@€ý�„—���‰T$\‰Ñ‰Óƒãƒû„���‰Óƒãƒû�•À<�uiHÇÀÿÿÿÿH‰$è����H‹L$H‹D$HÇ$����H����H‰\$HÇD$���H‰Œ$¸���H‰L$H‰„$À���H‰D$ è����‹T$\H‹L$(H‹D$0éxþÿÿ‰Èƒàë—1À눉Ӂãÿ���ƒû@”Å@€ý�„&��‰T$\‰Óãÿ���ƒû”Á€ù�…û��HÇÀÿÿÿÿH‰$è����H‹L$H‹D$HÇ$����H����H‰\$HÇD$ ���H‰Œ$¸���H‰L$H‰„$À���H‰D$ è����‹\$\H‹L$(H‹D$0‰Úãÿ���ƒû@”Æ@€þ�…m��HÇÅÿÿÿÿHƒý…«ýÿÿ‰Ö‰Óãÿ���ƒû@”Ç@€ÿ�…0��HÇÅÿÿÿÿHƒý„��HÇÅÿÿÿÿHƒý�„nýÿÿH‰Œ$ˆ���H‰Œ$¸���H‰„$���H‰„$À���‰Ñ‰Ð‰Óãÿ���ƒû”€ú�…·���HÇÀÿÿÿÿHƒø„˜���HÇÀÿÿÿÿH‰$è����H‹L$H‹D$HÇ$����H‹œ$¸���H‰\$H‹œ$À���H‰\$H����H‰\$HÇD$ ���H‰Œ$¨���H‰L$(H‰„$°���H‰D$0H����H‰\$8HÇD$@���è����‹T$\H‹L$HH‹D$PéŠüÿÿ‰ÈÁèHÁøéaÿÿÿÁèH%ÿ���éBÿÿÿ‰õÁíHÁýéèþÿÿ‰ÕÁíHåÿ���éÆþÿÿ‰ÕÁíHåÿ���é‰þÿÿ‰ÐÁèH%ÿ���éüýÿÿúÿÿ��@”Å@€ý�„üÿÿH ����HÇÀ ���éüÿÿ1íéòüÿÿ‰%����é×úÿÿè����éúÿÿ4
������X
��*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��B"".autotmp_0221��type.bool�"".autotmp_0220��type.bool�"".autotmp_0219��type.int�"".autotmp_0218��&type.syscall.Signal�"".autotmp_0217��type.bool�"".autotmp_0216��type.int�"".autotmp_0215��&type.syscall.Signal�"".autotmp_0214��type.bool�"".autotmp_0213��&type.syscall.Signal�"".autotmp_0212��type.bool�"".autotmp_0211��&type.syscall.Signal�"".autotmp_0210��type.bool�"".autotmp_0208��type.bool�"".autotmp_0206��type.bool�"".autotmp_0205��type.bool�"".autotmp_0204��type.bool�"".autotmp_0203��type.bool�"".autotmp_0201��"type.interface {}�"".autotmp_0200�Ï.type.syscall.WaitStatus�"".autotmp_0199�_"type.interface {}�"".autotmp_0198��type.string�"".autotmp_0197�?type.string�"".autotmp_0196��type.string�"".autotmp_0195��type.string�"".autotmp_0194��type.string�"".autotmp_0193�type.string�"".autotmp_0192�Ç.type.syscall.WaitStatus� "".~r0�Ÿ"type.interface {}� "".~r0�¿"type.interface {}� "".res�type.string�"".status�×.type.syscall.WaitStatus� "".~r0�type.string�"".p��*type.*"".ProcessState�(Y•á�ð �’ª,+('µ|7V-$‡ gß
 0 �(�+A\º}¿u½�Tgclocals·ad3700433a9da2ccbca18a883b6608c0�Tgclocals·0b2e4e6d7086ad0c915e7e34a16642d4���8/tmp/go/src/os/exec_posix.goþ$"".(*Process).wait��€��ädH‹ %����HD$ÈH;A†Ð��Hì¸���H‹œ$¸���H‰$è����1Û1ÛH‰œ$Ð���H‰œ$Ø���H‹œ$À���H‰$è����H‹¬$À���H‹]�Hƒûÿ…‡���HÇD$H���H����H‰$H����H‰\$H����H‰\$H\$HH‰\$HÇD$ ����è����H‹L$(H‹D$0HDŽ$È�������H‰Œ$¨���H‰Œ$Ð���H‰„$°���H‰„$Ø���è����HÄ¸���ÃÇD$<����H����H‰$è����H‹D$H‰D$`H‰$HÇD$���è����H‹œ$À���H‰$è����H‹œ$À���H‹+H‰,$H\$<H‰\$HÇD$����H‹\$`H‰\$è����H‹l$ H‹T$(H‹L$0H‰Œ$ ���H‰”$˜���Hƒú�„‚��H����H‰\$xHDŽ$€������H‰Œ$���1ÛH‰\$hH‰\$pH‰”$ˆ���Hƒú�uH1ÉH‰ÈH‰L$hH‰D$pHDŽ$È�������H‰Œ$¨���H‰Œ$Ð���H‰„$°���H‰„$Ø���è����HÄ¸���ÃH����H‰$è����H‹D$H‰D$XH‰$è����H‹\$XH‹¬$€���H‰kH‹l$x€=�����…§���H‰+H‹\$XH‰$Hƒ$è����H‹\$XH‹¬$ˆ���H‰kH‹¬$���€=�����u[H‰kH‹\$XH‰\$XH‹����1íH9ètH‹T$XH‰ÁH‰ÐéÿÿÿH����H‰$H����H‰\$H����H‰\$è����H‹D$ëÁLCL‰$H‰l$è����ë•H‰$H‰l$è����éIÿÿÿH‰l$@Hƒý�tH‹œ$À���H‰$è����H����H‰$è����H‹D$H‰D$PH‰$è����H‹D$PH‹l$@H‰(H‰$Hƒ$è����H‹D$P‹l$<‰hH‰$Hƒ$è����H‹\$PHƒû�tRH‹l$`€=�����u0H‰kH‹\$PH‰œ$È���1ÛH‰œ$Ð���H‰œ$Ø���è����HÄ¸���ÃLCL‰$H‰l$è����ëÀ‰ëªè����éüÿÿL
������X
��*runtime.racefuncenter���¢
�� runtime.raceread���î��$type.syscall.Errno���„��type.error���œ��6go.itab.syscall.Errno.error���Ö
��runtime.convT2I���Ì
��(runtime.racefuncexit���ú��&type.syscall.Rusage���Œ
��"runtime.newobject���Ä
��,runtime.racewriterange���æ
�� runtime.raceread���È
��syscall.Wait4���¨�� go.string."wait"���Ž
��(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���ä ��(type."".ProcessState���ö 
��"runtime.newobject���œ 
��"runtime.racewrite���Ò 
��"runtime.racewrite���†
��"runtime.racewrite���²�6runtime.writeBarrierEnabled���ˆ
��(runtime.racefuncexit���¼
��.runtime.writebarrierptr���Ò
��0runtime.morestack_noctxt���@ð��$"".autotmp_0231�Ï*type.*"".ProcessState�"".autotmp_0230��type.error�"".autotmp_0228��type.error�"".autotmp_0227�¿*type.*"".SyscallError�"".autotmp_0226�type.error�"".autotmp_0225��*type.*"".SyscallError�"".autotmp_0224��type.error�"".autotmp_0222�ß$type.syscall.Errno�"".&rusage�¯(type.*syscall.Rusage� "".~r2�Ÿtype.error� "".err�_type.error�"".syscall�type.string�"".e�?type.error�"".pid1�ïtype.int�"".status�÷.type.syscall.WaitStatus� "".err� type.error�
"".ps�*type.*"".ProcessState�"".p�� type.*"".Process�6ðÒïð ïð¼ïð0�€�`"$#'z ,Yuˆ 
u �B�+º å9v)!#
v #�Tgclocals·58c5c2ee4a9394d08ea358113f0eece9�Tgclocals·449d1e87280e7f4e257b07afe1c12102���6/tmp/go/src/os/exec_unix.goþ("".(*Process).signal��À��¨dH‹ %����HD$¸H;A†2��HìÈ���H‹œ$È���H‰$è����1ÛH‰œ$è���H‰œ$ð���H‹œ$Ð���H‰$è����H‹„$Ð���H‹Hƒûÿ…��H����H‰\$xHDŽ$€������1ÛH‰\$HH‰\$PH����H‰$è����H‹D$H‰D$@H‰$è����H‹\$@H‹¬$€���H‰kH‹l$x€=�����…†���H‰+H‹\$@H‰\$@H‹����1íH9èt<H‹L$@H‰„$¸���H‰Œ$À���H‰D$HH‰„$è���H‰L$PH‰Œ$ð���è����HÄÈ���ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë•H‰$H‰l$è����éjÿÿÿH‰$è����H‹„$Ð���H‹Hƒû�… ��H����H‰œ$ˆ���HDŽ$������1ÛH‰\$XH‰\$`H����H‰$è����H‹D$H‰D$@H‰$è����H‹\$@H‹¬$���H‰kH‹¬$ˆ���€=�����…†���H‰+H‹\$@H‰\$@H‹����1íH9èt<H‹T$@H‰„$¸���H‰”$À���H‰D$XH‰„$è���H‰T$`H‰”$ð���è����HÄÈ���ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë•H‰$H‰l$è����éjÿÿÿH‰$è����¶\$€û�t;H����H‰$è����H‹����H‰œ$è���H‹����H‰œ$ð���è����HÄÈ���ÃH����H‰$H‹œ$Ø���H‰\$H‹œ$à���H‰\$H\$8H‰\$è����¶\$ H‰ØH‹\$8H‰\$(<�… ��H����H‰œ$˜���HDŽ$ ������1ÛH‰\$hH‰\$pH����H‰$è����H‹D$H‰D$@H‰$è����H‹\$@H‹¬$ ���H‰kH‹¬$˜���€=�����…†���H‰+H‹\$@H‰\$@H‹����1íH9èt<H‹T$@H‰„$¸���H‰”$À���H‰D$hH‰„$è���H‰T$pH‰”$ð���è����HÄÈ���ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë•H‰$H‰l$è����éjÿÿÿH‹œ$Ð���H‰$è����H‹œ$Ð���H‹+H‰,$H‹\$(H‰\$è����H‹D$H‹L$H‰Œ$°���H‰„$¨���Hƒø�„¡���H����H‰$H‰D$H‰L$H\$0H‰\$è����¶\$ €û�tFH‹\$0Hƒûu;H����H‰$è����H‹����H‰œ$è���H‹����H‰œ$ð���è����HÄÈ���ÃH‹œ$¨���H‰œ$è���H‹œ$°���H‰œ$ð���è����HÄÈ���Ã1ÛH‰œ$è���H‰œ$ð���è����HÄÈ���Ãè����é¬úÿÿx
������X
��*runtime.racefuncenter���ž
�� runtime.raceread���Ö��Pgo.string."os: process already released"���ž��.type.errors.errorString���°
��"runtime.newobject���Ö
��"runtime.racewrite���Ž�6runtime.writeBarrierEnabled���Ä��Bgo.itab.*errors.errorString.error���º
��(runtime.racefuncexit���Ø��0type.*errors.errorString���î��type.error���†��Bgo.itab.*errors.errorString.error���š
�� runtime.typ2Itab���Ä
��.runtime.writebarrierptr���à
�� runtime.raceread���˜��Ngo.string."os: process not initialized"���æ��.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���®

��$"".(*Process).done���Ð
��"".errFinished���â

�� runtime.raceread���ð
��"".errFinished���Ž �"".errFinished���¨ 
��(runtime.racefuncexit���Æ ��&type.syscall.Signal���  
��$runtime.assertI2T2���â ��Ngo.string."os: unsupported signal type"���° ��.type.errors.errorString��� 
��"runtime.newobject���è 
��"runtime.racewrite���¦�6runtime.writeBarrierEnabled���Ü��Bgo.itab.*errors.errorString.error���Ò
��(runtime.racefuncexit���ð��0type.*errors.errorString���†��type.error���ž��Bgo.itab.*errors.errorString.error���²
�� runtime.typ2Itab���Ü
��.runtime.writebarrierptr���ˆ
�� runtime.raceread���Ä
��syscall.Kill���š��$type.syscall.Errno���Ô
��$runtime.assertI2T2���Œ��"".errFinished���ž
�� runtime.raceread���¬��"".errFinished���Ê�"".errFinished���ä
��(runtime.racefuncexit���¾
��(runtime.racefuncexit���ü
��(runtime.racefuncexit���–
��0runtime.morestack_noctxt���P��4"".autotmp_0249��type.bool�"".autotmp_0248�¯$type.syscall.Errno�"".autotmp_0247��type.*uint8�"".autotmp_0246��type.error�"".autotmp_0245��0type.*errors.errorString�"".autotmp_0244��type.*uint8�"".autotmp_0243��type.error�"".autotmp_0242��0type.*errors.errorString�"".autotmp_0240�type.error�"".autotmp_0239�0type.*errors.errorString�"".autotmp_0238��type.error�"".autotmp_0237��0type.*errors.errorString�"".autotmp_0236�Ÿ&type.syscall.Signal�"".autotmp_0234��0type.*errors.errorString�"".autotmp_0233��0type.*errors.errorString� "".~r0�¿type.error�errors.text·2�_type.string� "".~r0�ßtype.error�errors.text·2�type.string� "".~r0�ÿtype.error�errors.text·2�Ÿtype.string�"".e�?type.error�"".s�¿&type.syscall.Signal� "".~r1�0type.error� "".sig�type."".Signal�"".p�� type.*"".Process�j‰¦”ˆ,�à
�€P('&´$#JºJ.FºJS9. '�Z�+lr0#L
u0#=<Qu0+f%#o�Tgclocals·f5ada6c15ec135574223a6fc13c75178�Tgclocals·34373b392b06a5d673250841de0f60d0���6/tmp/go/src/os/exec_unix.goþ*"".(*Process).release��À��¤dH‹ %����H;avyHƒì0H‹\$0H‰$è����1ÛH‰\$@H‰\$HH‹\$8H‰$è����H‹L$8HÇÿÿÿÿH����H‰\$ H‰$H‰L$(H‰L$1ÛH‰\$H‰\$è����1ÛH‰\$@H‰\$Hè����HƒÄ0Ãè����énÿÿÿ
������:
��*runtime.racefuncenter���n
��"runtime.racewrite���”�� type.*"".Process���Ü
��(runtime.SetFinalizer���þ
��(runtime.racefuncexit���’
��0runtime.morestack_noctxt���0`�� "".~r0�type.error�"".p�� type.*"".Process�`t_`� �~
 + ��b"�Tgclocals·cad14e25fd48dddd762418d02c031d67�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���6/tmp/go/src/os/exec_unix.goþ"".findProcess��à��ÚdH‹ %����H;avWHƒìH‹\$H‰$è����1Û1ÛH‰\$0H‰\$8H‹\$ H‰$HÇD$����è����H‹\$H‰\$(1ÛH‰\$0H‰\$8è����HƒÄÃè����ë“
������:
��*runtime.racefuncenter���„
��"".newProcess���º
��(runtime.racefuncexit���Î
��0runtime.morestack_noctxt���@0�� "".err� type.error�"".p� type.*"".Process� "".pid��type.int�0R/0
�p�Ž/-
��@�Tgclocals·0cabbad06479030f0afba4cc01c40424�Tgclocals·69c1753bd5f81501d95132d08af04464���6/tmp/go/src/os/exec_unix.goþ6"".(*ProcessState).userTime��à��ÆdH‹ %����H;a††���HƒìH‹\$H‰$è����H‹\$H‰$Hƒ$è����H‹\$H‹kHƒý�tMH‰l$H‰,$è����H‹\$H‰$Hƒ$è����H‹D$H‹HiÛ�ʚ;H‹hHiíè��HëH‰\$ è����HƒÄÉE�ë®è����é]ÿÿÿ
������B
��*runtime.racefuncenter���h
�� runtime.raceread���¢
�� runtime.raceread���È
�� runtime.raceread���–
��(runtime.racefuncexit���´
��0runtime.morestack_noctxt��� ��syscall.tv·2�*type.*syscall.Timeval� "".~r0�$type.time.Duration�"".p��*type.*"".ProcessState� | �°�˜‚�� 0:&�Tgclocals·32bd5c6dc84e3e86dd35593b3922d3aa�Tgclocals·0c8aa8e80191a30eac23f1a218103f16���6/tmp/go/src/os/exec_unix.goþ:"".(*ProcessState).systemTime��à��ÌdH‹ %����H;a†‰���HƒìH‹\$H‰$è����H‹\$H‰$Hƒ$è����H‹\$H‹CHƒø�tQHƒÀH‰D$H‰$è����H‹\$H‰$Hƒ$è����H‹D$H‹HiÛ�ʚ;H‹hHiíè��HëH‰\$ è����HƒÄÉ�ë«è����éZÿÿÿ
������B
��*runtime.racefuncenter���h
�� runtime.raceread���ª
�� runtime.raceread���Ð
�� runtime.raceread���ž
��(runtime.racefuncexit���º
��0runtime.morestack_noctxt��� ��syscall.tv·2�*type.*syscall.Timeval� "".~r0�$type.time.Duration�"".p��*type.*"".ProcessState� € �°� …�� 4:"�Tgclocals·32bd5c6dc84e3e86dd35593b3922d3aa�Tgclocals·0c8aa8e80191a30eac23f1a218103f16���6/tmp/go/src/os/exec_unix.goþ"".(*File).Name�� ��”dH‹ %����H;avqHƒìH‹\$H‰$è����1ÛH‰\$H‰\$ H‹\$H‰$è����H‹\$H‹+H‰,$Hƒ$è����H‹\$H‹+Hƒý�tH‹]H‰\$H‹]H‰\$ è����HƒÄÉE�ëßè����évÿÿÿ
������:
��*runtime.racefuncenter���n
�� runtime.raceread���š
�� runtime.raceread���ä
��(runtime.racefuncexit���‚
��0runtime.morestack_noctxt���0�� "".~r0�type.string�"".f��type.*"".File�g��\��U�Tgclocals·69076ee43f1cead0792b9f36906b1b56�Tgclocals·69c1753bd5f81501d95132d08af04464���,/tmp/go/src/os/file.goþ*"".(*LinkError).Error��€ ��ú
dH‹ %����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þÿÿ‰�éþÿÿ‰é·ýÿÿè����éCýÿÿ2
������X
��*runtime.racefuncenter���¨
�� runtime.raceread���ˆ�������ä
��,runtime.racewriterange���–��""".statictmp_0264��� 
ø� 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_0265�ßtype.*[7]string�"".autotmp_0263�type.[]string�"".autotmp_0262�ßtype.[7]string�"".autotmp_0261�¯type.string� "".~r0�type.string�"".e��$type.*"".LinkError�Àß¿ÀA�À�ªB°< �"�+†>ä8�Tgclocals·b1106eb79c836cf4556b8a2af0f64a6b�Tgclocals·cb1098a0a48cc083234111a8b9bd5f11���,/tmp/go/src/os/file.goþ"".(*File).Read��  ��  dH‹ %����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�éÿÿÿè����é0ýÿÿ@
������B
��*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_0273�O$type.*"".PathError�"".autotmp_0272��type.error�"".autotmp_0271�type.error�"".autotmp_0270��$type.*"".PathError�"".autotmp_0269��type.int�"".autotmp_0268��type.error�"".e�?type.error� "".err�Ptype.error�"".n�@type.int�"".b�type.[]uint8�"".f��type.*"".File�4À{¿À·¿À§¿À]�Ð�R¸D>$D
 
S
�(� i9$ñ-:�Tgclocals·33359cc622e3188fe666b4ce29febda4�Tgclocals·75faddf1925601da9835084513324aac���,/tmp/go/src/os/file.goþ""".(*File).ReadAt��  ��” dH‹ %����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
������B
��*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_0283�O$type.*"".PathError�"".autotmp_0282�type.error�"".autotmp_0280��type.int�"".autotmp_0279��$type.*"".PathError�"".autotmp_0278��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���,/tmp/go/src/os/file.goþ "".(*File).Write��  ��œ dH‹ %����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‰T$@H‰L$HHƒø�}1ÀH‹L$xH‰„$ˆ���H9È„Ë��H����H‰$è����H‹����H‰œ$���H‹����H‰œ$˜���H‹\$hH‰$H‹\$@H‰\$H‹\$HH‰\$è����H‹\$@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�éÿÿÿé^þÿÿè����é2ýÿÿ@
������B
��*runtime.racefuncenter�����"".ErrInvalid���¢
�� runtime.raceread���°��"".ErrInvalid���¾�"".ErrInvalid���”
��(runtime.racefuncexit���ò
�� "".(*File).write���î�� io.ErrShortWrite���€
�� runtime.raceread���Ž�� io.ErrShortWrite���¬� io.ErrShortWrite���€
��"".epipecheck���¬��"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_0291�O$type.*"".PathError�"".autotmp_0290�type.error�"".autotmp_0289��$type.*"".PathError�"".autotmp_0288��type.int�"".autotmp_0287��type.error�"".e�?type.error� "".err�Ptype.error�"".n�@type.int�"".b�type.[]uint8�"".f��type.*"".File�&À{¿ÀØ¿Àd�Ð�R"!DC."
S �(� iv@ñ-A�Tgclocals·45856f850e47fa49f748f735c75a9bff�Tgclocals·27e4ad053ad8d3b63ee6fef9988cbabc���,/tmp/go/src/os/file.goþ$"".(*File).WriteAt��  ��‚ dH‹ %����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
������B
��*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_0301�O$type.*"".PathError�"".autotmp_0300�type.error�"".autotmp_0298��type.int�"".autotmp_0297��$type.*"".PathError�"".autotmp_0296��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���,/tmp/go/src/os/file.goþ"".(*File).Seek��  ��Ž dH‹ %����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
������B
��*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_0311��type.error�"".autotmp_0309�O$type.*"".PathError�"".autotmp_0308�type.error�"".autotmp_0307��$type.*"".PathError�"".autotmp_0306�_$type.syscall.Errno�"".autotmp_0305��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���,/tmp/go/src/os/file.goþ,"".(*File).WriteString��à��ÂdH‹ %����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Ãè����éßþÿÿ
������B
��*runtime.racefuncenter�����"".ErrInvalid���¢
�� runtime.raceread���°��"".ErrInvalid���¾�"".ErrInvalid���Ž
��(runtime.racefuncexit���Ú
��2runtime.stringtoslicebyte���¶
�� "".(*File).Write���œ
��(runtime.racefuncexit���°
��0runtime.morestack_noctxt���`°��"".autotmp_0317�?type.error�"".autotmp_0316��type.error�"".autotmp_0314�type.error� "".err�@type.error�"".n�0type.int�"".s�type.string�"".f��type.*"".File�&°x¯°†¯°�°�*ˆ A‡�� f&a#�Tgclocals·b6338434a483b71ecf7a1963213f75e2�Tgclocals·64ca935d1a2110a30e2d604686188539���,/tmp/go/src/os/file.goþ"".Mkdir��€��ôdH‹ %����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ƒÄ@Ãè����éþÿÿ*
������B
��*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_0325�/$type.*"".PathError�"".autotmp_0323��$type.*"".PathError�"".autotmp_0321��type.uint32�"".autotmp_0320��type.uint32�"".autotmp_0319��type.uint32�"".e�type.error� "".~r2�0type.error�"".perm�  type."".FileMode�"".name��type.string�"€è€o€�€�.š pÆ_�&� ›¨--�Tgclocals·6205473c48c5b9d038be1bc15d6ecfbc�Tgclocals·1aae5fa8418752c61d2745ed2243938a���,/tmp/go/src/os/file.goþ"".Chdir��€��âdH‹ %����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Ãè����éOþÿÿ*
������B
��*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_0330�/$type.*"".PathError�"".autotmp_0329��$type.*"".PathError�"".e�type.error� "".~r1� type.error� "".dir��type.string�pŸopoop�À�*¼ 6Æ_�$� R¨--#�Tgclocals·9090c295609f00845d1fb2857cdb24cc�Tgclocals·1aae5fa8418752c61d2745ed2243938a���,/tmp/go/src/os/file.goþ "".(*File).Chdir��  ��‚ dH‹ %����H;a†$��Hƒì8H‹\$8H‰$è����H‹D$@1ÛH‰\$HH‰\$P1íH9èu2H����H‰$è����H‹����H‰\$HH‹����H‰\$Pè����HƒÄ8ÃH‰$è����H‹\$@H‹+H‰,$è����H‹\$@H‹H‹+H‰,$è����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‰\$PH‰D$Hè����HƒÄ8ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë¸LC(L‰$H‰l$è����댉E�é3ÿÿÿ‰E�éÿÿÿ1ÛH‰\$HH‰\$Pè����HƒÄ8Ãè����é¿ýÿÿ<
������B
��*runtime.racefuncenter���€��"".ErrInvalid���’
�� runtime.raceread��� ��"".ErrInvalid���¸�"".ErrInvalid���Ì
��(runtime.racefuncexit���è
�� runtime.raceread���Š
�� runtime.raceread���²
��syscall.Fchdir���ü��"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���0p��
"".autotmp_0335�/$type.*"".PathError�"".autotmp_0334��$type.*"".PathError�"".e�type.error� "".~r0�type.error�"".f��type.*"".File�$pWopÞophop�Ð�:Ð (
 L‰X �(� ESë-<#�Tgclocals·8b600844a936dcfeda998c342a286383�Tgclocals·ca4d572d27f22593085a68de5cc71f71���,/tmp/go/src/os/file.goþ"".Open��À��¤dH‹ %����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Ãè����énÿÿÿ
������:
��*runtime.racefuncenter���¤
��"".OpenFile���þ
��(runtime.racefuncexit���’
��0runtime.morestack_noctxt���P��"".autotmp_0339�type.error� "".~r2�0type.error� "".~r1� type.*"".File�"".name��type.string�t� �ì [��b"�Tgclocals·8dfd82f7c342644e70852766adfe9bec�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���,/tmp/go/src/os/file.goþ"".Create��À��¤dH‹ %����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Ãè����énÿÿÿ
������:
��*runtime.racefuncenter���¤
��"".OpenFile���þ
��(runtime.racefuncexit���’
��0runtime.morestack_noctxt���P��"".autotmp_0343�type.error� "".~r2�0type.error� "".~r1� type.*"".File�"".name��type.string�t� �þ [��b"�Tgclocals·8dfd82f7c342644e70852766adfe9bec�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���,/tmp/go/src/os/file.goþ"".Rename�� ��–dH‹ %����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ƒÄ@Ãè����éuÿÿÿ
������:
��*runtime.racefuncenter���ª
��"".rename���ð
��(runtime.racefuncexit���„
��0runtime.morestack_noctxt���`€��"".autotmp_0346�type.error� "".~r2�@type.error�"".newpath� type.string�"".oldpath��type.string�€m€��-J��[�Tgclocals·d1b3fc0658c3973fd0a7c592f2c42a40�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���,/tmp/go/src/os/file.goþ"".fixCount��À��¾dH‹ %����H;avIHƒìH‹\$H‰$è����H‹D$1ÛHƒø�}1ÀH‰D$H‰D$(H‹\$H‰\$0H‹\$ H‰\$8è����HƒÄÃè����ë¡
������:
��*runtime.racefuncenter���ž
��(runtime.racefuncexit���²
��0runtime.morestack_noctxt���`�� "".~r3�@type.error� "".~r2�0type.int� "".err�type.error�"".n��type.int�D�`� œ(��2�Tgclocals·e30520296f95bff82226473945ab5dad�Tgclocals·69c1753bd5f81501d95132d08af04464���,/tmp/go/src/os/file.goþ"".Readlink��  ��’ dH‹ %����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
������X
��*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_0354�Ï$type.*"".PathError�"".autotmp_0353��type.int�"".autotmp_0351��type.[]uint8�"".autotmp_0350��$type.*"".PathError�"".autotmp_0348��type.int�"".autotmp_0347�/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�+žVÆ00W1
#�Tgclocals·167f0be35d7752276dd065a151a2e5fd�Tgclocals·cc695bbb028fc9364572f37e430b1f29���8/tmp/go/src/os/file_posix.goþ"".syscallMode�� �� dH‹ %����H;avwHƒìH‹\$H‰$è����‹L$1҉ˁáÿ�� щL$‰Øã��€�ƒû�t
É���‰L$‰Ãã��@�ƒû�t
É���‰L$‰Ãã���ƒû�t ‰ËË���‰\$è����HƒÄÃè����épÿÿÿ
������:
��*runtime.racefuncenter���ú
��(runtime.racefuncexit���Ž
��0runtime.morestack_noctxt��� ��
"".autotmp_0360��type.uint32�"".autotmp_0359��type.uint32�"".autotmp_0358��type.uint32�"".o�type.uint32�"".i�� type."".FileMode�r
��2B 
 
  

�
�t�Tgclocals·23e8278e2b69a3a75fa59b23c49ed6ad�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���8/tmp/go/src/os/file_posix.goþ"".Chmod��€��ôdH‹ %����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ƒÄ@Ãè����éþÿÿ*
������B
��*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_0369�/$type.*"".PathError�"".autotmp_0367��$type.*"".PathError�"".autotmp_0365��type.uint32�"".autotmp_0364��type.uint32�"".autotmp_0363��type.uint32�"".e�type.error� "".~r2�0type.error�"".mode�  type."".FileMode�"".name��type.string�"€è€o€�€�(f Æ_�&� ›¨--�Tgclocals·6205473c48c5b9d038be1bc15d6ecfbc�Tgclocals·1aae5fa8418752c61d2745ed2243938a���8/tmp/go/src/os/file_posix.goþ "".(*File).Chmod��à
��È
dH‹ %����H;a†‡��Hƒì@H‹\$@H‰$è����H‹t$H1ÛH‰\$XH‰\$`1íH9îu2H����H‰$è����H‹����H‰\$XH‹����H‰\$`è����HƒÄ@ËL$P1҉ˁáÿ�� щL$$‰Øã��€�ƒû�t
É���‰L$$‰Ãã��@�ƒû�t
É���‰L$$‰Ãã���ƒû�t ‰ËË���‰\$$H‰4$è����H‹\$HH‹+H‰,$è����H‹\$HH‹H‹+H‰,$‹\$$‰\$è����H‹L$H‹D$H‰D$8H‰L$0Hƒù�„f��H����H‰$è����H‹D$H‰D$(H‰$è����H‹D$(H-����H‰(HÇ@���H‰$Hƒ$è����H‹\$HH‰$è����H‹\$HH‹+H‰,$Hƒ$è����H‹\$HH‹+Hƒý�„à���H]H‹l$(Hƒý�„Å���LEL‰D$H‰\$H����H‰$è����H‹\$(H‰$Hƒ$ è����H‹\$(H‹l$0H‰k H‹l$8€=�����udH‰k(H‹\$(H‰\$(H‹����1íH9ètH‹\$(H‰\$`H‰D$Xè����HƒÄ@ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë¸LC(L‰$H‰l$è����댉E�é3ÿÿÿ‰E�éÿÿÿ1ÛH‰\$XH‰\$`è����HƒÄ@Ãè����é\ýÿÿ<
������B
��*runtime.racefuncenter���€��"".ErrInvalid���’
�� runtime.raceread��� ��"".ErrInvalid���¸�"".ErrInvalid���Ì
��(runtime.racefuncexit���ž
�� runtime.raceread����� runtime.raceread���ø
��syscall.Fchmod���Â��"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_0379�/$type.*"".PathError�"".autotmp_0377��$type.*"".PathError�"".autotmp_0375��type.uint32�"".autotmp_0374��type.uint32�"".autotmp_0373��type.uint32�"".o�7type.uint32�"".e�type.error� "".~r1� type.error�"".mode� type."".FileMode�"".f��type.*"".File�,€W€Á€h€�°�:x (
 ¯‰X �(� Ei[ë-< �Tgclocals·c821cc5374b08e19b66a7c16b0b2785d�Tgclocals·ca4d572d27f22593085a68de5cc71f71���8/tmp/go/src/os/file_posix.goþ"".Chown�� ��ŠdH‹ %����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ƒù�„*��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$8H‰k H‹l$@€=�����udH‰k(H‹\$0H‰\$0H‹����1íH9ètH‹\$0H‰\$xH‰D$pè����HƒÄHÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë¸LC(L‰$H‰l$è����ëŒLCL‰$H‰l$è����éBÿÿÿ1ÛH‰\$pH‰\$xè����HƒÄHÃè����é;þÿÿ*
������B
��*runtime.racefuncenter���²
��syscall.Chown���ü��"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_0384�/$type.*"".PathError�"".autotmp_0383��$type.*"".PathError�"".e�type.error� "".~r3�@type.error� "".gid�0type.int� "".uid� type.int�"".name��type.string�&³o�Ð�*’ JÆ_�$� f¨--�Tgclocals·2ccb27f29f940b1b0e09d73280075653�Tgclocals·1aae5fa8418752c61d2745ed2243938a���8/tmp/go/src/os/file_posix.goþ"".Lchown�� ��ŠdH‹ %����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ƒù�„*��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$8H‰k H‹l$@€=�����udH‰k(H‹\$0H‰\$0H‹����1íH9ètH‹\$0H‰\$xH‰D$pè����HƒÄHÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë¸LC(L‰$H‰l$è����ëŒLCL‰$H‰l$è����éBÿÿÿ1ÛH‰\$pH‰\$xè����HƒÄHÃè����é;þÿÿ*
������B
��*runtime.racefuncenter���²
��syscall.Lchown���ü��"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_0389�/$type.*"".PathError�"".autotmp_0388��$type.*"".PathError�"".e�type.error� "".~r3�@type.error� "".gid�0type.int� "".uid� type.int�"".name��type.string�&³o�Ð�*¦ JÆ_�$� f¨--�Tgclocals·2ccb27f29f940b1b0e09d73280075653�Tgclocals·1aae5fa8418752c61d2745ed2243938a���8/tmp/go/src/os/file_posix.goþ "".(*File).Chown��À ��ª dH‹ %����H;a†8��Hƒì@H‹\$@H‰$è����H‹D$H1ÛH‰\$`H‰\$h1íH9èu2H����H‰$è����H‹����H‰\$`H‹����H‰\$hè����HƒÄ@ÃH‰$è����H‹\$HH‹+H‰,$è����H‹\$HH‹H‹+H‰,$H‹\$PH‰\$H‹\$XH‰\$è����H‹L$H‹D$ H‰D$8H‰L$0Hƒù�„f��H����H‰$è����H‹D$H‰D$(H‰$è����H‹D$(H-����H‰(HÇ@���H‰$Hƒ$è����H‹\$HH‰$è����H‹\$HH‹+H‰,$Hƒ$è����H‹\$HH‹+Hƒý�„à���H]H‹l$(Hƒý�„Å���LEL‰D$H‰\$H����H‰$è����H‹\$(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$è����댉E�é3ÿÿÿ‰E�éÿÿÿ1ÛH‰\$`H‰\$hè����HƒÄ@Ãè����é«ýÿÿ<
������B
��*runtime.racefuncenter���€��"".ErrInvalid���’
�� runtime.raceread��� ��"".ErrInvalid���¸�"".ErrInvalid���Ì
��(runtime.racefuncexit���è
�� runtime.raceread���Š
�� runtime.raceread���Ú
��syscall.Fchown���¤��"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_0394�/$type.*"".PathError�"".autotmp_0393��$type.*"".PathError�"".e�type.error� "".~r2�0type.error� "".gid� type.int� "".uid�type.int�"".f��type.*"".File�,€W€ò€h€�à�:¸ (
 `‰X �(� Egë-<�Tgclocals·794908f67fe279f81c98465feffa6326�Tgclocals·ca4d572d27f22593085a68de5cc71f71���8/tmp/go/src/os/file_posix.goþ&"".(*File).Truncate��  ��– dH‹ %����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Ãè����éµýÿÿ<
������B
��*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_0399�/$type.*"".PathError�"".autotmp_0398��$type.*"".PathError�"".e�type.error� "".~r1� type.error�"".size�type.int64�"".f��type.*"".File�$pWopèophop�Ð�:Ò (
 V‰X �(� E]ë-<�Tgclocals·c821cc5374b08e19b66a7c16b0b2785d�Tgclocals·ca4d572d27f22593085a68de5cc71f71���8/tmp/go/src/os/file_posix.goþ"".(*File).Sync��À ��¶ dH‹ %����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
������B
��*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_0405��type.error�"".autotmp_0404�¯*type.*"".SyscallError�"".autotmp_0403��*type.*"".SyscallError�"".autotmp_0402�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���8/tmp/go/src/os/file_posix.goþ"".Chtimes��€��ìdH‹ %����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ÄØ���É�é$þÿÿè����éJüÿÿ*
������X
��*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_0415�¿$type.*"".PathError�"".autotmp_0414��type.int64�"".autotmp_0413��type.int64�"".autotmp_0412��type.int64�"".autotmp_0410��$type.*"".PathError�"".autotmp_0408�/.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�&�+§º0-(�Tgclocals·b4df12ab2f93e48fec09764519dee532�Tgclocals·2b509c65926600f8143e12336c5b2d4f���8/tmp/go/src/os/file_posix.goþ"".rename��À��¦dH‹ %����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
������B
��*runtime.racefuncenter���²
��syscall.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_0420�/$type.*"".LinkError�"".autotmp_0419��$type.*"".LinkError�"".e�type.error� "".~r2�@type.error�"".newname� type.string�"".oldname��type.string�(ê†� �, 
 ;ýv �$� fß---!�Tgclocals·bcc2668d6432a551e8cba9fc9f0d9c50�Tgclocals·1aae5fa8418752c61d2745ed2243938a���6/tmp/go/src/os/file_unix.goþ"".(*File).Fd��€��ödH‹ %����H;aveHƒìH‹\$H‰$è����H‹D$1íH9èuHÇD$ÿÿÿÿè����HƒÄÃH‰$è����H‹\$H‹+H‰,$è����H‹\$H‹H‹+H‰l$è����HƒÄÃè����ë…
������:
��*runtime.racefuncenter���n
��(runtime.racefuncexit���Š
�� runtime.raceread���¬
�� runtime.raceread���Ö
��(runtime.racefuncexit���ê
��0runtime.morestack_noctxt��� �� "".~r0�type.uintptr�"".f��type.*"".File�,3 �€�"T 4 �
�d�Tgclocals·3f5c1f818fa7055d0400cecd34057162�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���6/tmp/go/src/os/file_unix.goþ"".NewFile�� ��ŠdH‹ %����H;a†¨��HƒìXH‹\$XH‰$è����H‹D$`H‰D$ Hƒø�}HÇD$x����è����HƒÄXÃH����H‰$è����H‹\$H‰\$8H����H‰$è����H‹D$H‰D$0H‰$HÇD$(���è����H‹D$01íH‰(H‰hH‰hH‰h‰h H‰$è����H‹D$0H‹l$ H‰(H‰$Hƒ$è����H‹\$0H‹l$pH‰kH‹l$h€=�����…¹���H‰kH‹\$8H‰$è����H‹\$8Hƒû�„‘���H‹l$0€=�����usH‰+H‹D$8H����H‰\$@H‰D$(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$è����뀉éhÿÿÿLCL‰$H‰l$è����é4ÿÿÿè����é;þÿÿ,
������B
��*runtime.racefuncenter���~
��(runtime.racefuncexit���–��type."".File���¨
��"runtime.newobject���Ê��type."".file���Ü
��"runtime.newobject���”
��,runtime.racewriterange���Ø
��"runtime.racewrite���Ž
��"runtime.racewrite���À�6runtime.writeBarrierEnabled���ò
��"runtime.racewrite���¦�6runtime.writeBarrierEnabled���Ê��&"".(*file).close·f���ð
�� runtime.raceread���Ž��type.*"".file���¸��2type.func(*"".file) error���ê
��(runtime.SetFinalizer���ˆ
��(runtime.racefuncexit���®
��.runtime.writebarrierptr���ä
��.runtime.writebarrierptr���ø
��0runtime.morestack_noctxt���@°��"".autotmp_0425�Otype.*"".file�"".autotmp_0424�?type.*"".File�"".autotmp_0423�/2type.func(*"".file) error�"".f�_type.*"".File� "".fdi�otype.int� "".~r2�0type.*"".File�"".name�type.string�
"".fd��type.uintptr�&°0¯°Ä¯°C�Ð�4d   ÚW. �0� ®=�Tgclocals·29e074f29ebaefc663aa099d3eec728f�Tgclocals·77e8b4016682d03a134daf11a80daa08���6/tmp/go/src/os/file_unix.goþ"".epipecheck�� ��‚dH‹ %����H;a†ä���Hƒì0H‹\$0H‰$è����H����H‰$H‹\$@H‰\$H‹\$HH‰\$H\$(H‰\$è����H‹L$8¶\$ €û�t\H‹\$(Hƒû uQH‰ $è����H‹\$8H‹+H‰,$Hƒ<$�t,Hƒ$ ÇD$���è����‹\$ƒû
|è����è����HƒÄ0Ãëô‰%����ëËH‰ $è����H‹\$8H‹+H‰,$Hƒ<$�tHƒ$ ÇD$����è����뻉%����ëãè����éÿþÿÿ
������B
��*runtime.racefuncenter���P��$type.syscall.Errno���ž
��$runtime.assertI2T2���ä
�� runtime.raceread���®
��(sync/atomic.AddInt32���Ê
��"".sigpipe���Ô
��(runtime.racefuncexit���†
�� runtime.raceread���Ð
��,sync/atomic.StoreInt32���ð
��0runtime.morestack_noctxt���0`��"".autotmp_0431�$type.syscall.Errno�"".e�type.error�"".file��type.*"".File�`›_`]��0†  H7 9 � � ð�Tgclocals·5c5a9f3dff47a8940bdc317b9324ac2a�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���6/tmp/go/src/os/file_unix.goþ"".OpenFile��À
��®
dH‹ %����H;a†z��Hƒì`H‹\$`H‰$è����1ÛH‰œ$���H‰œ$˜���ÆD$?�‹„$€���1҉Ã%ÿ�� Љفã��€�ƒû�t ���‰Ëã��@�ƒû�t ���‰Ëã���ƒû�t ���H‹\$hH‰$H‹\$pH‰\$H‹\$xHË���H‰\$‰D$è����H‹T$ H‹L$(H‹D$0H‰T$@H‰D$XH‰L$PHƒù�„?��H����H‰$è����H‹D$H‰D$HH‰$è����H‹D$HH-����H‰(HÇ@���H‰$Hƒ$è����H‹\$HH‹l$pH‰kH‹l$h€=�����…À���H‰kH‹\$HH‰$Hƒ$ è����H‹\$HH‹l$PH‰k H‹l$X€=�����uvH‰k(H‹\$HH‰\$HH‹����1íH9èt+HDŽ$ˆ�������H‹\$HH‰œ$˜���H‰„$���è����HƒÄ`ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë¦LC(L‰$H‰l$è����éwÿÿÿLCL‰$H‰l$è����é-ÿÿÿ€|$?�t#H‹\$hH‰$H‹\$pH‰\$‹œ$€���‰\$è����H‹\$@H‰$H‹\$hH‰\$H‹\$pH‰\$è����H‹\$H‰œ$ˆ���1ÛH‰œ$���H‰œ$˜���è����HƒÄ`Ãè����éiýÿÿ.
������B
��*runtime.racefuncenter���Ú
��syscall.Open���¸��"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���ü
��"".Chmod���À 
��"".NewFile���ˆ

��(runtime.racefuncexit���œ

��0runtime.morestack_noctxt���pÀ��"".autotmp_0444�/$type.*"".PathError�"".autotmp_0441��$type.*"".PathError�"".autotmp_0440��type.error�"".autotmp_0438��type.uint32�"".autotmp_0437��type.uint32�"".autotmp_0436��type.uint32�"".e�type.error�"".r�?type.int�"".chmod�Atype.bool� "".~r4�Ptype.error� "".~r3�@type.*"".File�"".perm�0 type."".FileMode�"".flag� type.int�"".name��type.string�(À£¿ÀÑ¿À� �<¬7ŽØb#A/0/�*� ĺ-0/F�Tgclocals·a979aa573170fcdd0d46987ac0cf5deb�Tgclocals·1aae5fa8418752c61d2745ed2243938a���6/tmp/go/src/os/file_unix.goþ "".(*File).Close��€��ödH‹ %����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ƒÄ(Ãè����éEÿÿÿ
������B
��*runtime.racefuncenter���€��"".ErrInvalid���’
�� runtime.raceread��� ��"".ErrInvalid���¸�"".ErrInvalid���Ì
��(runtime.racefuncexit���è
�� runtime.raceread���Š
�� "".(*file).close���Ð
��(runtime.racefuncexit���ä
��0runtime.morestack_noctxt���0P��"".autotmp_0447�type.error� "".~r0�type.error�"".f��type.*"".File�PWOPAOP�À�(æ6(8�� E4�Tgclocals·cad14e25fd48dddd762418d02c031d67�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���6/tmp/go/src/os/file_unix.goþ "".(*file).close��à ��Ì dH‹ %����H;a†É��HƒìxH‹\$xH‰$è����H‹„$€���1ÛH‰œ$ˆ���H‰œ$���1íH9è„*��H‰$è����H‹„$€���H‹Hƒû�Œ ��1ÛH‰\$HH‰\$PH‰$è����H‹œ$€���H‹+H‰,$è����H‹L$H‹D$H‰D$`H‰L$XHƒù�„ÿ���H����H‰$è����H‹D$H‰D$@H‰$è����H‹D$@H-����H‰(HÇ@���H‰$Hƒ$è����H‹œ$€���H‰$Hƒ$è����H‹œ$€���Hƒû�„N��HkH‹\$@Hƒû�„4��LCL‰D$H‰l$H-����H‰,$è����H‹\$@H‰$Hƒ$ è����H‹\$@H‹l$XH‰k H‹l$`€=�����…Ì���H‰k(H‹\$@H‰\$@H‹����1íH9èt~H‹\$@H‰\$PH‰D$HH‹œ$€���H‰$è����H‹Œ$€���HÇÿÿÿÿH����H‰\$hH‰$H‰L$pH‰L$1ÛH‰\$H‰\$è����H‹\$HH‰œ$ˆ���H‹\$PH‰œ$���è����HƒÄxÃH����H‰$H����H‰\$H����H‰\$è����H‹D$éPÿÿÿLC(L‰$H‰l$è����é!ÿÿÿ‰éÅþÿÿ‰é«þÿÿHÇD$8���H����H‰$H����H‰\$H����H‰\$H\$8H‰\$HÇD$ ����è����H‹\$(H‰œ$ˆ���H‹\$0H‰œ$���è����HƒÄxÃè����éýÿÿ>
������B
��*runtime.racefuncenter���ž
�� runtime.raceread���ò
�� runtime.raceread���š
��syscall.Close���ä��"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���€
��$type.syscall.Errno���–
��type.error���®
��6go.itab.syscall.Errno.error���è

��runtime.convT2I���¦ 
��(runtime.racefuncexit���º 
��0runtime.morestack_noctxt���0ð��"".autotmp_0452�o$type.*"".PathError�"".autotmp_0450��$type.*"".PathError�"".autotmp_0448�$type.syscall.Errno�"".e�?type.error� "".err�_type.error� "".~r0�type.error�"".file��type.*"".file�(ð…ïð¾ïð�ð�Bô) ;ÿ +$ W^�,� XBíY-s
�Tgclocals·18f6d3d39240673c818afd82a70cfe06�Tgclocals·81332747916b2589a5b53d330bca8aae���6/tmp/go/src/os/file_unix.goþ"".(*File).Stat��à ��Ò dH‹ %����H;a† ��HƒìXH‹\$XH‰$è����1ÛH‰\$hH‰\$p1ÛH‰\$xH‰œ$€���H‹\$`1íH9ëuAH����H‰$è����1ÛH‰\$hH‰\$pH‹����H‰\$xH‹����H‰œ$€���è����HƒÄXÃH����H‰$è����H‹D$H‰D$0H‰$HÇD$���è����H‹\$`H‰$è����H‹\$`H‹+H‰,$è����H‹\$`H‹H‹+H‰,$H‹\$0H‰\$è����H‹L$H‹D$H‰D$@H‰L$8Hƒù�„x��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$8H‰k H‹l$@€=�����usH‰k(H‹\$(H‰\$(H‹����1íH9èt(1ÛH‰\$hH‰\$pH‹\$(H‰œ$€���H‰D$xè����HƒÄXÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë©LC(L‰$H‰l$è����ézÿÿÿ‰E�é!ÿÿÿ‰E�éÿÿÿH‹\$`H‰$è����H‹\$`H‹+H‰,$Hƒ$è����H‹\$0H‰$H‹t$`H‹Hƒû�tTHkH|$H‹M�H‰H‹MH‰Oè����H‹L$H‹D$ H‰L$HH‰L$hH‰D$PH‰D$p1ÛH‰\$xH‰œ$€���è����HƒÄXÉë¨è����é×üÿÿH
������B
��*runtime.racefuncenter���ž��"".ErrInvalid���°
�� runtime.raceread���Ö��"".ErrInvalid���î�"".ErrInvalid���ˆ
��(runtime.racefuncexit��� ��&type.syscall.Stat_t���²
��"runtime.newobject���ê
��,runtime.racewriterange���†
�� runtime.raceread���¨
�� runtime.raceread���ä
��syscall.Fstat���®��"type."".PathError���À
��"runtime.newobject���æ
��"runtime.racewrite���þ�� go.string."stat"���°
��"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���À 
��&"".fileInfoFromStat���¤ 
��(runtime.racefuncexit���À 
��0runtime.morestack_noctxt���P°��"".autotmp_0460�_$type.*"".PathError�"".autotmp_0459� type."".FileInfo�"".autotmp_0458��$type.*"".PathError�"".&stat�O(type.*syscall.Stat_t� "".err�?type.error� "".~r1�0type.error� "".~r0� type."".FileInfo�"".f��type.*"".File�4°u¯°¨¯°ä¯°�°�D–@ 7,L˜ [… �4� ckú-<J2�Tgclocals·29e570754f65630de5b5c5941c156b05�Tgclocals·6fc1431babb81c52461a7b2a274313ba���6/tmp/go/src/os/file_unix.goþ"".Stat��À ��¨ dH‹ %����H;a†7��HƒìXH‹\$XH‰$è����1ÛH‰\$pH‰\$x1ÛH‰œ$€���H‰œ$ˆ���H����H‰$è����H‹D$H‰D$0H‰$HÇD$���è����H‹\$`H‰$H‹\$hH‰\$H‹\$0H‰\$è����H‹L$H‹D$ H‰D$@H‰L$8Hƒù�„?��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$8H‰k H‹l$@€=�����uvH‰k(H‹\$(H‰\$(H‹����1íH9èt+1ÛH‰\$pH‰\$xH‹\$(H‰œ$ˆ���H‰„$€���è����HƒÄXÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë¦LC(L‰$H‰l$è����éwÿÿÿLCL‰$H‰l$è����é-ÿÿÿH‹\$0H‰$H‹\$`H‰\$H‹\$hH‰\$è����H‹L$H‹D$ H‰L$HH‰L$pH‰D$PH‰D$x1ÛH‰œ$€���H‰œ$ˆ���è����HƒÄXÃè����é¬ýÿÿ2
������B
��*runtime.racefuncenter���Œ��&type.syscall.Stat_t���ž
��"runtime.newobject���Ö
��,runtime.racewriterange���š
��syscall.Stat���ä��"type."".PathError���ö
��"runtime.newobject���œ
��"runtime.racewrite���´�� go.string."stat"���æ
��"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���˜
��&"".fileInfoFromStat���‚ 
��(runtime.racefuncexit���– 
��0runtime.morestack_noctxt���`°��"".autotmp_0466�_$type.*"".PathError�"".autotmp_0465� type."".FileInfo�"".autotmp_0464��$type.*"".PathError�"".&stat�O(type.*syscall.Stat_t� "".err�?type.error� "".~r2�@type.error� "".~r1�  type."".FileInfo�"".name��type.string�(°ù¯°¸¯°�à�2²C,1ØbR   �,� JPº-0'5
�Tgclocals·1ae0a449336cd9e1bcbe43833a52222b�Tgclocals·d76d733252dff1db3e6244421edfb3e6���6/tmp/go/src/os/file_unix.goþ"".Lstat��À ��¨ dH‹ %����H;a†7��HƒìXH‹\$XH‰$è����1ÛH‰\$pH‰\$x1ÛH‰œ$€���H‰œ$ˆ���H����H‰$è����H‹D$H‰D$0H‰$HÇD$���è����H‹\$`H‰$H‹\$hH‰\$H‹\$0H‰\$è����H‹L$H‹D$ H‰D$@H‰L$8Hƒù�„?��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$8H‰k H‹l$@€=�����uvH‰k(H‹\$(H‰\$(H‹����1íH9èt+1ÛH‰\$pH‰\$xH‹\$(H‰œ$ˆ���H‰„$€���è����HƒÄXÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë¦LC(L‰$H‰l$è����éwÿÿÿLCL‰$H‰l$è����é-ÿÿÿH‹\$0H‰$H‹\$`H‰\$H‹\$hH‰\$è����H‹L$H‹D$ H‰L$HH‰L$pH‰D$PH‰D$x1ÛH‰œ$€���H‰œ$ˆ���è����HƒÄXÃè����é¬ýÿÿ2
������B
��*runtime.racefuncenter���Œ��&type.syscall.Stat_t���ž
��"runtime.newobject���Ö
��,runtime.racewriterange���š
��syscall.Lstat���ä��"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���˜
��&"".fileInfoFromStat���‚ 
��(runtime.racefuncexit���– 
��0runtime.morestack_noctxt���`°��"".autotmp_0472�_$type.*"".PathError�"".autotmp_0471� type."".FileInfo�"".autotmp_0470��$type.*"".PathError�"".&stat�O(type.*syscall.Stat_t� "".err�?type.error� "".~r2�@type.error� "".~r1�  type."".FileInfo�"".name��type.string�(°ù¯°¸¯°�à�2ÌC,1ØbR   �,� JPº-0'5
�Tgclocals·1ae0a449336cd9e1bcbe43833a52222b�Tgclocals·d76d733252dff1db3e6244421edfb3e6���6/tmp/go/src/os/file_unix.goþ$"".(*File).readdir��€��üdH‹ %����HD$€H;A†\��Hì���H‹œ$���H‰$è����1Û1Û1ÛH‰œ$0��H‰œ$8��1ÛH‰œ$��H‰œ$ ��H‰œ$(��H‹œ$��H‰$è����H‹œ$��H‹+H‰,$Hƒ$è����H‹Œ$��H‹)Hƒý�„Í��H‹]H‰œ$˜���H‹EH‰„$ ���Hƒø�uH����H‰œ$˜���HDŽ$ ������H‰ $H‹œ$��H‰\$è����H‹t$H‹l$H‹T$ H‹L$(H‹D$0H‰´$¸���H‰”$È���H‰Œ$0��H‰„$8��H‰¬$À���H����H‰$HÇD$����H‰l$è����H‹T$H‹L$ H‹D$(H‰”$��H‰Œ$ ��H‰„$(��H‹”$¸���H‹„$À���H‹œ$È���H‰œ$ø���1ÉH‰„$ð���H‰D$PH‰”$è���H‰ÐH‰L$XH‹l$PH9é7��H‰D$`H‰$è����H‹\$`Hƒû�„‡��H‹ H‹kH‰Œ$¨���H‰Œ$ˆ���H‰¬$°���H‰¬$���H����H‰$è����HÇ$����H‹œ$˜���H‰\$H‹œ$ ���H‰\$H����H‰\$HÇD$ ���H‹œ$ˆ���H‰\$(H‹œ$���H‰\$0è����H\$8H‹ H‰ $H‹KH‰L$H‹����H‹ÿÓH‹L$H‹D$H‹l$ H‹T$(H‰L$xH‰„$€���H‰l$hH‰,$H‰T$pH‰T$è����H‹L$h¶\$€û�t1H‹D$`H‹L$XHƒÀHÿÁH‰L$XH‹l$PH9éŒÉþÿÿè����HÄ���ÃHƒù�t"H‰Œ$0��H‹\$pH‰œ$8��è����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$HHÁåHëH‰$è����H‹œ$Ð���H‹l$HHÁåHëH‹l$xH‰+H‹¬$€���€=�����u9H‰kH‹œ$Ð���H‰œ$��H‹œ$Ø���H‰œ$ ��H‹œ$à���H‰œ$(��éŠþÿÿLCL‰$H‰l$è����ë·è���� ‰érýÿÿ‰E�é+üÿÿè����é‚ûÿÿ2
������X
��*runtime.racefuncenter���Ú
�� runtime.raceread���Œ
�� runtime.raceread���€��go.string."."���Ô
��."".(*File).Readdirnames���ä��$type.[]"".FileInfo���’
��"runtime.makeslice���–
�� runtime.raceread�����"".lstat���¢
�� runtime.raceread���ô��go.string."/"���Î 
��*runtime.concatstring3���†
��"".lstat���”
�������‚ 
��"".IsNotExist���ò 
��(runtime.racefuncexit��� 
��(runtime.racefuncexit���¨ ��$type.[]"".FileInfo���ž
��"runtime.growslice�����"runtime.racewrite���”�6runtime.writeBarrierEnabled���°
��.runtime.writebarrierptr���¾
��$runtime.panicslice���ê
��0runtime.morestack_noctxt���p€��("".autotmp_0488�ïtype.int�"".autotmp_0487��$type.[]"".FileInfo�"".autotmp_0486�¯type.string�"".autotmp_0485�¿type.*string�"".autotmp_0484�ßtype.int�"".autotmp_0483��type.int�"".autotmp_0481��type.error�"".autotmp_0479��type.[]string�"".autotmp_0478�_$type.[]"".FileInfo�"".autotmp_0477�Ïtype.int�"".autotmp_0475�/type.[]string�"".lerr�¯type.error� "".fip� type."".FileInfo�"".filename�ïtype.string�"".names�type.[]string�"".dirname�Ïtype.string� "".err�Ptype.error�
"".fi� $type.[]"".FileInfo�"".n�type.int�"".f��type.*"".File�(€åÿ€'ÿ€Ó�€ �fÞ&%0OOM‘¨'$ ˜  �<�+¾_‚FVZ8–Qx"�Tgclocals·cd81c2de3df6b2917e7fe1c90583b6ca�Tgclocals·a0f8eb3562631804db7fec4f6788ebb1���6/tmp/go/src/os/file_unix.goþ"".(*File).read��à��ÆdH‹ %����H;a†Æ���HƒìXH‹\$XH‰$è����1Û1ÛH‰œ$ˆ���H‰œ$���H‹\$`H‰$è����H‹\$`H‹+H‰,$è����H‹\$`H‹H‹+H‰,$H‹\$hH‰\$H‹\$pH‰\$H‹\$xH‰\$è����H‹D$ H‹T$(H‹L$01ÛHƒø�}1ÀH‰T$HH‰L$PH‰„$€���H‰T$8H‰”$ˆ���H‰L$@H‰Œ$���è����HƒÄXÃè����éÿÿÿ
������B
��*runtime.racefuncenter���†
�� runtime.raceread���¨
�� runtime.raceread���Œ
��syscall.Read��� 
��(runtime.racefuncexit���´
��0runtime.morestack_noctxt���p°��"".autotmp_0492��type.int�"".autotmp_0489��type.int� "".~r3�?type.error� "".err�type.error� "".err�Ptype.error�"".n�@type.int�"".b�type.[]uint8�"".f��type.*"".File�°Á¯°�ð�  �� ¯!�Tgclocals·8cf14f50ac1bf7ae2848fda35f0590ec�Tgclocals·64ca935d1a2110a30e2d604686188539���6/tmp/go/src/os/file_unix.goþ "".(*File).pread��€��ædH‹ %����H;a†Ö���Hƒì`H‹\$`H‰$è����1Û1ÛH‰œ$˜���H‰œ$ ���H‹\$hH‰$è����H‹\$hH‹+H‰,$è����H‹\$hH‹H‹+H‰,$H‹\$pH‰\$H‹\$xH‰\$H‹œ$€���H‰\$H‹œ$ˆ���H‰\$ è����H‹D$(H‹T$0H‹L$81ÛHƒø�}1ÀH‰T$PH‰L$XH‰„$���H‰T$@H‰”$˜���H‰L$HH‰Œ$ ���è����HƒÄ`Ãè����é ÿÿÿ
������B
��*runtime.racefuncenter���†
�� runtime.raceread���¨
�� runtime.raceread���¬
��syscall.Pread�����(runtime.racefuncexit���Ô
��0runtime.morestack_noctxt���€À��"".autotmp_0496��type.int�"".autotmp_0493��type.int� "".~r3�?type.error� "".err�type.error� "".err�`type.error�"".n�Ptype.int� "".off�@type.int64�"".b�type.[]uint8�"".f��type.*"".File�ÀÑ¿À�€�´°�� ¿!�Tgclocals·105f3855eb890a8acc612838e7807774�Tgclocals·64ca935d1a2110a30e2d604686188539���6/tmp/go/src/os/file_unix.goþ "".(*File).write�� ��œdH‹ %����HD$ðH;A†ì��Hì���H‹œ$���H‰$è����H‹”$ ���H‹Œ$¨���H‹„$°���1Û1ÛH‰œ$À���H‰œ$È���HDŽ$¸�������H‰”$ ���H‰T$xH‰Œ$¨���H‰Œ$€���H‰„$°���H‰„$ˆ���H‹œ$˜���H‰$è����H‹œ$˜���H‹+H‰,$è����H‹œ$˜���H‹H‹+H‰,$H‹\$xH‰\$H‹œ$€���H‰\$H‹œ$ˆ���H‰\$è����H‹D$ H‹T$(H‹L$01ÛHƒø�}1ÀH‰T$hH‰L$pH‰T$HH‰ÖH‰T$XH‰L$PH‰ÊH‰L$`H‹œ$¸���HÃH‰œ$¸���H‰D$8Hƒø�~OH‹Œ$€���H9È}BH‹¬$¨���L‹„$°���H9èw&L‹Œ$ ���H)ÅI)ÀIƒø�tM H‰éL‰ÀL‰ÊéÐþÿÿè���� H����H‰$H‰t$H‰T$H\$@H‰\$è����H‹D$8¶\$ €û�t H‹\$@Hƒût€H‹\$XH‰œ$À���H‹\$`H‰œ$È���è����HÄ���Ãè����éòýÿÿ
������X
��*runtime.racefuncenter���Ä
�� runtime.raceread���ì
�� runtime.raceread���â
��syscall.Write���²
��$runtime.panicslice���Ä��$type.syscall.Errno���þ
��$runtime.assertI2T2���ð
��(runtime.racefuncexit���Š
��0runtime.morestack_noctxt���p �� "".autotmp_0505�Ÿ$type.syscall.Errno�"".autotmp_0504��type.int�"".autotmp_0503��type.int�"".autotmp_0502��type.int�"".autotmp_0501��type.int�"".autotmp_0500��type.int�"".autotmp_0497��type.int� "".~r3�type.error� "".err�Otype.error� "".err�otype.error�"".m�¯type.int�"".bcap�/type.[]uint8� "".err�Ptype.error�"".n�@type.int�"".b�type.[]uint8�"".f��type.*"".File� äŸ  ��:Æ,)+ -
6>'+ ��+v÷&9�Tgclocals·5ceec4439c598d3953ab7a2d38becacd�Tgclocals·d485c9031f595e5e2064fd597380d5a7���6/tmp/go/src/os/file_unix.goþ""".(*File).pwrite��€��ædH‹ %����H;a†Ö���Hƒì`H‹\$`H‰$è����1Û1ÛH‰œ$˜���H‰œ$ ���H‹\$hH‰$è����H‹\$hH‹+H‰,$è����H‹\$hH‹H‹+H‰,$H‹\$pH‰\$H‹\$xH‰\$H‹œ$€���H‰\$H‹œ$ˆ���H‰\$ è����H‹D$(H‹T$0H‹L$81ÛHƒø�}1ÀH‰T$PH‰L$XH‰„$���H‰T$@H‰”$˜���H‰L$HH‰Œ$ ���è����HƒÄ`Ãè����é ÿÿÿ
������B
��*runtime.racefuncenter���†
�� runtime.raceread���¨
�� runtime.raceread���¬
��syscall.Pwrite�����(runtime.racefuncexit���Ô
��0runtime.morestack_noctxt���€À��"".autotmp_0510��type.int�"".autotmp_0507��type.int� "".~r3�?type.error� "".err�type.error� "".err�`type.error�"".n�Ptype.int� "".off�@type.int64�"".b�type.[]uint8�"".f��type.*"".File�ÀÑ¿À�€�þ°�� ¿!�Tgclocals·105f3855eb890a8acc612838e7807774�Tgclocals·64ca935d1a2110a30e2d604686188539���6/tmp/go/src/os/file_unix.goþ"".(*File).seek��€��ìdH‹ %����H;a†™���Hƒì@H‹\$@H‰$è����1Û1ÛH‰\$hH‰\$pH‹\$HH‰$è����H‹\$HH‹+H‰,$è����H‹\$HH‹H‹+H‰,$H‹\$PH‰\$H‹\$XH‰\$è����H‹D$H‹T$ H‹L$(H‰D$`H‰T$0H‰T$hH‰L$8H‰L$pè����HƒÄ@Ãè����éJÿÿÿ
������B
��*runtime.racefuncenter���z
�� runtime.raceread���œ
�� runtime.raceread���ì
��syscall.Seek���Æ
��(runtime.racefuncexit���Ú
��0runtime.morestack_noctxt���`€�� "".autotmp_0512�type.error� "".err�@type.error� "".ret�0type.int64�"".whence� type.int�"".offset�type.int64�"".f��type.*"".File�€”€�À�”y�� ‚�Tgclocals·385909f76d6de739e72f24698b953b71�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���6/tmp/go/src/os/file_unix.goþ"".Truncate��€��ödH‹ %����H;a†ž��Hƒì@H‹\$@H‰$è����1ÛH‰\$`H‰\$hH‹\$HH‰$H‹\$PH‰\$H‹\$XH‰\$è����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ƒÄ@Ãè����éEþÿÿ*
������B
��*runtime.racefuncenter���ž
�� syscall.Truncate���è��"type."".PathError���ú
��"runtime.newobject��� 
��"runtime.racewrite���¸��(go.string."truncate"���ê
��"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_0517�/$type.*"".PathError�"".autotmp_0516��$type.*"".PathError�"".e�type.error� "".~r2�0type.error�"".size� type.int64�"".name��type.string�"€©€o€�À�*¢ @Æ_�$� \¨--�Tgclocals·6205473c48c5b9d038be1bc15d6ecfbc�Tgclocals·1aae5fa8418752c61d2745ed2243938a���6/tmp/go/src/os/file_unix.goþ"".Remove��  ��ž dH‹ %����H;a†2��HƒìXH‹\$XH‰$è����1ÛH‰\$pH‰\$xH‹\$`H‰$H‹\$hH‰\$è����H‹L$H‹D$H‰D$PH‰L$HHƒù�u1ÛH‰\$pH‰\$xè����HƒÄXÃH‹\$`H‰$H‹\$hH‰\$è����H‹D$H‹L$H‰L$@H‰D$8Hƒø�u1ÛH‰\$pH‰\$xè����HƒÄXÃH����H‰$H‰D$H‰L$H\$(H‰\$è����¶\$ €û�„9��H‹\$(Hƒû…*��H����H‰$è����H‹D$H‰D$0H‰$è����H‹D$0H-����H‰(HÇ@���H‰$Hƒ$è����H‹\$0H‹l$hH‰kH‹l$`€=�����…«���H‰kH‹\$0H‰$Hƒ$ è����H‹\$0H‹l$HH‰k H‹l$P€=�����udH‰k(H‹\$0H‰\$0H‹����1íH9ètH‹\$0H‰\$xH‰D$pè����HƒÄXÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë¸LC(L‰$H‰l$è����ëŒLCL‰$H‰l$è����éBÿÿÿH‹\$8H‰\$HH‹\$@H‰\$Pé½þÿÿè����é±ýÿÿ2
������B
��*runtime.racefuncenter���Š
��syscall.Unlink���à
��(runtime.racefuncexit���š
��syscall.Rmdir���ð
��(runtime.racefuncexit���ˆ��$type.syscall.Errno���Â
��$runtime.assertI2T2���Š��"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���Œ 
��0runtime.morestack_noctxt���@°��"".autotmp_0525�O$type.*"".PathError�"".autotmp_0523�_$type.syscall.Errno�"".autotmp_0522��$type.*"".PathError�"".autotmp_0521��type.error�
"".e1�?type.error�"".e�type.error� "".~r1� type.error�"".name��type.string�2°a¯°G¯°¯°~�Ð�N´1
'  '  AÆ34_3 �0� O+)-¨--.�Tgclocals·8e2bbcbd1e9fbc245057b6612de7a457�Tgclocals·738a5bfca98c69e2f06d0f7e4fc2d464���6/tmp/go/src/os/file_unix.goþ"".basename��€��îdH‹ %����H;a†Ú���HƒìH‹\$H‰$è����H‹T$H‹L$1ÛH‰ÈHÿÈHƒø�~*H9ȃ ���H¶€û/uH9ȇ„���H‰ÁHÿÈHƒø�ÖHÿÈHƒø�|5H9ÈscH¶€û/uIH‰ÃHÿÃH‰ÍH9Ëw4H)ÝI‰ÐHƒý�tMH‰éL‰ÂH‰T$H‰T$ H‰L$H‰L$(è����HƒÄÃè���� HÿÈHƒø�|ÒH9Èrè���� è���� è���� è����é ÿÿÿ
������B
��*runtime.racefuncenter���ô
��(runtime.racefuncexit���ˆ
��$runtime.panicslice���²
��$runtime.panicindex�����$runtime.panicslice���Î
��$runtime.panicindex���Ü
��0runtime.morestack_noctxt���@�� "".autotmp_0532��type.int�"".autotmp_0531��type.int�"".autotmp_0530��type.int�"".autotmp_0529��type.int� "".~r1� type.string�"".name��type.string�«=�€�Hð   $
   �� ™
=�Tgclocals·342b6176fad1bf8fb686f6c9600f7161�Tgclocals·69c1753bd5f81501d95132d08af04464���6/tmp/go/src/os/file_unix.goþ"".TempDir�� ��˜dH‹ %����H;avsHƒì0H‹\$0H‰$è����1ÛH‰\$8H‰\$@H����H‰$HÇD$���è����H‹L$H‹D$Hƒø�uH ����HÇÀ���H‰L$ H‰L$8H‰D$(H‰D$@è����HƒÄ0Ãè����étÿÿÿ
������:
��*runtime.racefuncenter���`��$go.string."TMPDIR"���„
��"".Getenv���²�� go.string."/tmp"���ò
��(runtime.racefuncexit���†
��0runtime.morestack_noctxt��� `�� "".dir�type.string� "".~r0��type.string�`n_`��$” #��\�Tgclocals·d8fdd2a55187867c76648dc792366181�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���6/tmp/go/src/os/file_unix.goþ"".Link��À��¦dH‹ %����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
������B
��*runtime.racefuncenter���²
��syscall.Link���ü��"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_0536�/$type.*"".LinkError�"".autotmp_0535��$type.*"".LinkError�"".e�type.error� "".~r2�@type.error�"".newname� type.string�"".oldname��type.string�(ê†� �.°
 ;ýv �$� fß---!�Tgclocals·bcc2668d6432a551e8cba9fc9f0d9c50�Tgclocals·1aae5fa8418752c61d2745ed2243938a���6/tmp/go/src/os/file_unix.goþ"".Symlink��À��¦dH‹ %����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
������B
��*runtime.racefuncenter���²
��syscall.Symlink���ü��"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���`�� "".autotmp_0541�/$type.*"".LinkError�"".autotmp_0540��$type.*"".LinkError�"".e�type.error� "".~r2�@type.error�"".newname� type.string�"".oldname��type.string�(ê†� �.Ä
 ;ýv �$� fß---!�Tgclocals·bcc2668d6432a551e8cba9fc9f0d9c50�Tgclocals·1aae5fa8418752c61d2745ed2243938a���6/tmp/go/src/os/file_unix.goþ"".Getwd��À[��¾[dH‹ %����H„$(ýÿÿH;A†º��HìX��H‹œ$X��H‰$è����1Û1Û1ÛH‰œ$p��H‰œ$x��1ÛH‰œ$`��H‰œ$h��H����H‰$HÇD$���è����H‹l$H‹T$H‹L$ H‹D$(H‰¬$È��H‰”$Ð��H‰„$x��H‰Œ$p��Hƒù�t1ÛH‰œ$`��H‰œ$h��è����HÄX��ÃH����H‰$HÇD$���è����H‹T$H‹D$H‰”$`��H‰„$h��Hƒø�ŽÙ��Hƒø�†º��¶€û/…Ã��H‰$H‰D$è����H‹l$H‹T$H‹L$ H‹D$(H‰¬$Ø��H‰”$à��H‰„$€��H‰Œ$x��Hƒù�…w��H‹Œ$È��H‹„$Ð��H‰¬$ø��H‰”$���HDŽ$P������H����H‰$H‰Œ$(��H‰L$H‰„$0��H‰D$Hœ$P��H‰\$è����¶\$ ˆ\$OH‹œ$P��H‰œ$��HDŽ$P������H����H‰$H‹œ$ø��H‰\$H‹œ$���H‰\$Hœ$P��H‰\$è����¶\$ H‹„$P��€|$O�„„��€û�„{��H‹Œ$��H‰„$À���HDŽ$H������H‰Œ$���H‰ $Hƒ$8è����H����H‰$H‹´$���Hƒþ�„%��H^8H|$H‹ H‰H‹KH‰OHœ$H��H‰\$è����H‹œ$H��H‰œ$ ���HDŽ$H������H‹œ$À���H‰$Hƒ$8è����H����H‰$H‹´$À���Hƒþ�„¦��H^8H|$H‹ H‰H‹KH‰OHœ$H��H‰\$è����H‹œ$H��H‰\$xH‹œ$ ���H‰$è����H‹\$xH‰$è����H‹„$ ���H‹L‹D$xI‹(H9ë….��H‰$Hƒ$è����H‹\$xH‰$Hƒ$è����H‹¬$ ���H‹]L‹D$xI‹hH9ë”À<�t1ÛH‰œ$p��H‰œ$x��è����HÄX��Ãè����H‹ $H‹D$H‹l$H‹T$H‰Œ$x��H‰„$€��H‰¬$¸��H‰”$À��H����H‰$è����H‹œ$¸��H‰$H‹œ$À��H‰\$H‹����H‹ÿÓ¶\$€û�„Í��H����H‰œ$h��HDŽ$p�����H‹„$¸��H‹œ$À��H‰œ$°��1ÛH‰œ$X��H‰œ$`��H‰„$¨��Hƒø�ub1ÀH‰ÁH‰Œ$X��H‰„$`��H‹œ$x��H‰œ$`��H‹œ$€��H‰œ$h��H‰Œ$��H‰Œ$p��H‰„$��H‰„$x��è����HÄX��ÃH����H‰$è����H‹D$H‰„$@��H‰$è����H‹œ$@��H‹¬$p��H‰kH‹¬$h��€=�����…¶���H‰+H‹œ$@��H‰$Hƒ$è����H‹œ$@��H‹¬$¨��H‰kH‹¬$°��€=�����udH‰kH‹œ$@��H‰œ$@��H‹����1íH9ètH‹”$@��H‰ÁH‰ÐéáþÿÿH����H‰$H����H‰\$H����H‰\$è����H‹D$ë¾LCL‰$H‰l$è����ëŒH‰$H‰l$è����é:ÿÿÿH����H‰$è����H����H‰$Hƒ$è����H‹����H‰œ$`��H‹����H‰œ$h��H����H‰$è����H‹Œ$h��Hƒù�ŽÚ��H‹œ$`��H‰$H‰L$è����H‹l$H‹T$H‹L$ H‹D$(H‰¬$ø��H‰”$���H‰„$p��H‰Œ$h��Hƒù�…†��H‹Œ$È��H‹„$Ð��H‰¬$È��H‰”$Ð��HDŽ$P������H����H‰$H‰Œ$��H‰L$H‰„$ ��H‰D$Hœ$P��H‰\$è����¶\$ ˆ\$KH‹œ$P��H‰œ$à���HDŽ$P������H����H‰$H‹œ$È��H‰\$H‹œ$Ð��H‰\$Hœ$P��H‰\$è����¶\$ H‹„$P��€|$K�„ð��€û�„ç��H‹Œ$à���H‰„$Ð���HDŽ$H������H‰Œ$ ��H‰ $Hƒ$8è����H����H‰$H‹´$ ��Hƒþ�„‘��H^8H|$H‹ H‰H‹KH‰OHœ$H��H‰\$è����H‹œ$H��H‰œ$°���HDŽ$H������H‹œ$Ð���H‰$Hƒ$8è����H����H‰$H‹´$Ð���Hƒþ�„��H^8H|$H‹ H‰H‹KH‰OHœ$H��H‰\$è����H‹œ$H��H‰œ$ˆ���H‹œ$°���H‰$è����H‹œ$ˆ���H‰$è����H‹„$°���H‹L‹„$ˆ���I‹(H9ë…‘ ��H‰$Hƒ$è����H‹œ$ˆ���H‰$Hƒ$è����H‹¬$°���H‹]L‹„$ˆ���I‹hH9ë”À<�t1ÛH‰œ$p��H‰œ$x��è����HÄX��ÃH����H‰$HÇD$���è����H‹l$H‹T$H‹L$ H‹D$(H‰¬$ˆ��H‰”$��H‰„$x��H‰Œ$p��Hƒù�t1ÛH‰œ$`��H‰œ$h��è����HÄX��ÃH‹œ$È��H‰œ$Ø��H‹œ$Ð��H‰œ$à��HDŽ$P������H����H‰$H‰¬$H��H‰l$H‰”$P��H‰T$Hœ$P��H‰\$è����¶\$ ˆ\$MH‹œ$P��H‰œ$ð���HDŽ$P������H����H‰$H‹œ$Ø��H‰\$H‹œ$à��H‰\$Hœ$P��H‰\$è����¶\$ H‹„$P��€|$M�„Ü ��€û�„Ó ��H‹Œ$ð���H‰„$¸���HDŽ$H������H‰Œ$��H‰ $Hƒ$8è����H����H‰$H‹´$��Hƒþ�„} ��H^8H|$H‹ H‰H‹KH‰OHœ$H��H‰\$è����H‹œ$H��H‰œ$���HDŽ$H������H‹œ$¸���H‰$Hƒ$8è����H����H‰$H‹´$¸���Hƒþ�„þ
��H^8H|$H‹ H‰H‹KH‰OHœ$H��H‰\$è����H‹œ$H��H‰\$hH‹œ$���H‰$è����H‹\$hH‰$è����H‹„$���H‹L‹D$hI‹(H9ë…†
��H‰$Hƒ$è����H‹\$hH‰$Hƒ$è����H‹¬$���H‹]L‹D$hI‹hH9ë”À<�t:H����H‰œ$`��HDŽ$h�����1ÛH‰œ$p��H‰œ$x��è����HÄX��Ã1ÛH‰œ$`��H‰œ$h��H����H‰”$¨��HÇÀ���H‰„$°��H=���Œ���HÇD$X$���H����H‰$H����H‰\$H����H‰\$H\$XH‰\$HÇD$ ����è����H‹L$(H‹D$01ÛH‰œ$`��H‰œ$h��H‰Œ$��H‰Œ$p��H‰„$��H‰„$x��è����HÄX��ÃH‰$H‰D$è����H‹D$H‹T$H‹L$ H‰„$0��H‰Œ$��H‰”$ˆ��Hƒú�t/1ÛH‰œ$`��H‰œ$h��H‰”$p��H‰Œ$x��è����HÄX��ÃH‹œ$0��H‰$HÇD$d���è����H‹|$H‹T$H‹L$ H‹t$(H‹l$0H‰¼$(��H‰”$0��H‰Œ$8��H‰¬$ ��H‰´$˜��Hƒþ�tPH‹œ$0��H‰$è����1ÛH‰œ$`��H‰œ$h��H‹œ$˜��H‰œ$p��H‹œ$ ��H‰œ$x��è����HÄX��ÃH‰Œ$P��1ÉH‰”$H��H‰T$PH‰¼$@��H‰øH‰L$`H‹l$PH9éÿÿÿH‰„$8��H‰$è����H‹œ$8��Hƒû�„É��H‹ H‹kH‰Œ$��H‰¬$ ��HÇ$����H‹œ$¨��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‰œ$è��H‹œ$Ð��H‰œ$ð��HDŽ$P������H����H‰$H‰Œ$8��H‰L$H‰„$@��H‰D$Hœ$P��H‰\$è����¶\$ ˆ\$LH‹œ$P��H‰œ$è���HDŽ$P������H����H‰$H‹œ$è��H‰\$H‹œ$ð��H‰\$Hœ$P��H‰\$è����¶\$ H‹„$P��€|$L�„J��€û�„A��H‹Œ$è���H‰„$È���HDŽ$H������H‰Œ$(��H‰ $Hƒ$8è����H����H‰$H‹´$(��Hƒþ�„ë��H^8H|$H‹ H‰H‹KH‰OHœ$H��H‰\$è����H‹œ$H��H‰œ$˜���HDŽ$H������H‹œ$È���H‰$Hƒ$8è����H����H‰$H‹´$È���Hƒþ�„l��H^8H|$H‹ H‰H‹KH‰OHœ$H��H‰\$è����H‹œ$H��H‰\$pH‹œ$˜���H‰$è����H‹\$pH‰$è����H‹„$˜���H‹L‹D$pI‹(H9ë…ô��H‰$Hƒ$è����H‹\$pH‰$Hƒ$è����H‹¬$˜���H‹]L‹D$pI‹hH9ë”À<�„—��HÇ$����H����H‰\$HÇD$���H‹œ$¸��H‰\$H‹œ$À��H‰\$ H‹œ$`��H‰\$(H‹œ$h��H‰\$0è����H‹\$8H‰œ$`��H‹\$@H‰œ$h��H‹œ$0��H‰$è����H‹l$H‹T$H‹L$H‹D$ H‰¬$˜��H‰”$ ��H‰„$��H‰Œ$ˆ��Hƒù�t/1ÛH‰œ$`��H‰œ$h��H‰Œ$p��H‰„$x��è����HÄX��ÃH‹œ$0��H‰$è����H‹Œ$˜��H‹„$ ��H‹œ$ˆ��H‰œ$��H‹œ$��H‰œ$��HDŽ$P������H����H‰$H‰Œ$X��H‰L$H‰„$`��H‰D$Hœ$P��H‰\$è����¶\$ ˆ\$NH‹œ$P��H‰œ$ø���HDŽ$P������H����H‰$H‹œ$��H‰\$H‹œ$��H‰\$Hœ$P��H‰\$è����¶\$ H‹„$P��€|$N�„®��€û�„¥��H‹Œ$ø���H‰„$Ø���HDŽ$H������H‰Œ$��H‰ $Hƒ$8è����H����H‰$H‹´$��Hƒþ�„O��H^8H|$H‹ H‰H‹KH‰OHœ$H��H‰\$è����H‹œ$H��H‰œ$¨���HDŽ$H������H‹œ$Ø���H‰$Hƒ$8è����H����H‰$H‹´$Ø���Hƒþ�„Ð��H^8H|$H‹ H‰H‹KH‰OHœ$H��H‰\$è����H‹œ$H��H‰œ$€���H‹œ$¨���H‰$è����H‹œ$€���H‰$è����H‹„$¨���H‹L‹„$€���I‹(H9ë…O��H‰$Hƒ$è����H‹œ$€���H‰$Hƒ$è����H‹¬$¨���H‹]L‹„$€���I‹hH9ë”À<�„’���H����H‰$è����H����H‰$Hƒ$è����H‹œ$h��H‰����H‹œ$`��€=�����u6H‰����H����H‰$è����1ÛH‰œ$p��H‰œ$x��è����HÄX��ÃH-����H‰,$H‰\$è����ëºH‹œ$˜��H‰œ$È��H‹œ$ ��H‰œ$Ð��HÇ$����H����H‰\$HÇD$���H‹œ$¨��H‰\$H‹œ$°��H‰\$ è����H‹T$(H‰”$¨��H‹D$0étöÿÿ1Àéìþÿÿ‰é)þÿÿ‰éªýÿÿ1Àé×þÿÿH‹„$8��H‹L$`HƒÀHÿÁéøÿÿ1ÀéAûÿÿ‰éúÿÿ‰éúÿÿ1Àé,ûÿÿ‰é0øÿÿ1Àé¯õÿÿ‰éûôÿÿ‰é|ôÿÿ1Àéšõÿÿ1Àéªòÿÿ‰éçñÿÿ‰éhñÿÿ1Àé•òÿÿ1Àéíÿÿ‰éSìÿÿ‰éÔëÿÿ1Àéòìÿÿè���� è����é!éÿÿ¬
������^
��*runtime.racefuncenter���¼��go.string."."���à
��"".Stat���‚
��(runtime.racefuncexit��� ��go.string."PWD"���Ä
��"".Getenv���Ô
��"".Stat���¶��"type.*"".fileStat���–
��$runtime.assertI2T2���î��"type.*"".fileStat���Î
��$runtime.assertI2T2���ô 
�� runtime.raceread���‚
��(type.*syscall.Stat_t���€ 
��"runtime.assertE2T���ä 
�� runtime.raceread���ò ��(type.*syscall.Stat_t���ð 
��"runtime.assertE2T���¬ 
�� runtime.raceread���È 
�� runtime.raceread���œ
�� runtime.raceread���Â
�� runtime.raceread���®
��(runtime.racefuncexit���È
��syscall.Getwd���¼��"".useSyscallwd���Î
�� runtime.raceread���Ž��"".useSyscallwd���œ�������Â��"go.string."getwd"���Ž
��(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���Ü��"".getwdCache���î
��$sync.(*Mutex).Lock���ü��"".getwdCache���˜
�� runtime.raceread���¦�"".getwdCache���Ä �"".getwdCache���â��"".getwdCache���ô
��(sync.(*Mutex).Unlock���Ä
��"".Stat���¦��"type.*"".fileStat���†
��$runtime.assertI2T2���Þ��"type.*"".fileStat���¾
��$runtime.assertI2T2���ä
�� runtime.raceread���ò��(type.*syscall.Stat_t���ð 
��"runtime.assertE2T���Ô!
�� runtime.raceread���â!��(type.*syscall.Stat_t���à"
��"runtime.assertE2T���¢#
�� runtime.raceread���Ä#
�� runtime.raceread���ž$
�� runtime.raceread���Ê$
�� runtime.raceread���¼%
��(runtime.racefuncexit���Ú%��go.string."/"���þ%
��"".Stat��� '
��(runtime.racefuncexit���–(��"type.*"".fileStat���ö(
��$runtime.assertI2T2���Î)��"type.*"".fileStat���®*
��$runtime.assertI2T2���Ô+
�� runtime.raceread���â+��(type.*syscall.Stat_t���à,
��"runtime.assertE2T���Ä-
�� runtime.raceread���Ò-��(type.*syscall.Stat_t���Ð.
��"runtime.assertE2T���Œ/
�� runtime.raceread���¨/
�� runtime.raceread���ü/
�� runtime.raceread���¢0
�� runtime.raceread���î0��go.string."/"���Ä1
��(runtime.racefuncexit���†2��go.string.".."���ì2��$type.syscall.Errno���‚3��type.error���š3��6go.itab.syscall.Errno.error���Ô3
��runtime.convT2I���Ö4
��(runtime.racefuncexit���‚5
��"".Open���ª6
��(runtime.racefuncexit���î6
��."".(*File).Readdirnames���ž8
�� "".(*File).Close���Œ9
��(runtime.racefuncexit���¨:
�� runtime.raceread���Ì;��go.string."/"���¦<
��*runtime.concatstring3���Ú<
��"".Lstat���ô=��"type.*"".fileStat���Ô>
��$runtime.assertI2T2���¬?��"type.*"".fileStat���Œ@
��$runtime.assertI2T2���²A
�� runtime.raceread���ÀA��(type.*syscall.Stat_t���¾B
��"runtime.assertE2T���¢C
�� runtime.raceread���°C��(type.*syscall.Stat_t���®D
��"runtime.assertE2T���êD
�� runtime.raceread���†E
�� runtime.raceread���ÚE
�� runtime.raceread���€F
�� runtime.raceread���äF��go.string."/"���òG
��*runtime.concatstring3���ÈH
��"".(*File).Stat���ŠJ
��(runtime.racefuncexit���¼J
�� "".(*File).Close���ÂK��"type.*"".fileStat���¢L
��$runtime.assertI2T2���úL��"type.*"".fileStat���ÚM
��$runtime.assertI2T2���€O
�� runtime.raceread���ŽO��(type.*syscall.Stat_t���ŒP
��"runtime.assertE2T���ðP
�� runtime.raceread���þP��(type.*syscall.Stat_t���üQ
��"runtime.assertE2T���¾R
�� runtime.raceread���àR
�� runtime.raceread���ºS
�� runtime.raceread���æS
�� runtime.raceread���ÀT��"".getwdCache���ÒT
��$sync.(*Mutex).Lock���àT��"".getwdCache���üT
��"runtime.racewrite���šU �"".getwdCache���¶U�6runtime.writeBarrierEnabled���ÊU�"".getwdCache���ØU��"".getwdCache���êU
��(sync.(*Mutex).Unlock���˜V
��(runtime.racefuncexit���¶V�"".getwdCache���ÒV
��.runtime.writebarrierptr���´W��go.string."../"���ŽX
��*runtime.concatstring2���ž[
��$runtime.panicindex���¬[
��0runtime.morestack_noctxt���@° ��ò"".autotmp_0610��type.bool�"".autotmp_0608��type.bool�"".autotmp_0607��type.string�"".autotmp_0606�¿type.*string�"".autotmp_0605� type.int�"".autotmp_0604��type.int�"".autotmp_0603��type.error�"".autotmp_0602��type.bool�"".autotmp_0601��type.bool�"".autotmp_0600��type.bool�"".autotmp_0599��type.bool�"".autotmp_0598��type.error�"".autotmp_0596��type.error�"".autotmp_0595�¯*type.*"".SyscallError�"".autotmp_0594��type.bool�"".autotmp_0592��(type.*syscall.Stat_t�"".autotmp_0591��(type.*syscall.Stat_t�"".autotmp_0590��"type.*"".fileStat�"".autotmp_0589��"type.*"".fileStat�"".autotmp_0588��type.error�"".autotmp_0587�� type."".FileInfo�"".autotmp_0586��(type.*syscall.Stat_t�"".autotmp_0585��(type.*syscall.Stat_t�"".autotmp_0584��"type.*"".fileStat�"".autotmp_0583��"type.*"".fileStat�"".autotmp_0582�� type."".FileInfo�"".autotmp_0581��type.[]string�"".autotmp_0580��type.error�"".autotmp_0579�/type.[]string�"".autotmp_0578��type.error�"".autotmp_0576�ÿ $type.syscall.Errno�"".autotmp_0575��type.int�"".autotmp_0574��(type.*syscall.Stat_t�"".autotmp_0573��(type.*syscall.Stat_t�"".autotmp_0572��"type.*"".fileStat�"".autotmp_0571��"type.*"".fileStat�"".autotmp_0570��type.error�"".autotmp_0569�� type."".FileInfo�"".autotmp_0568��(type.*syscall.Stat_t�"".autotmp_0567��(type.*syscall.Stat_t�"".autotmp_0566��"type.*"".fileStat�"".autotmp_0565��"type.*"".fileStat�"".autotmp_0564��type.error�"".autotmp_0563�� type."".FileInfo�"".autotmp_0562��type.int�"".autotmp_0561��*type.*"".SyscallError�"".autotmp_0560��type.bool�"".autotmp_0559��type.error�"".autotmp_0558��type.string�"".autotmp_0557��(type.*syscall.Stat_t�"".autotmp_0556�Ÿ(type.*syscall.Stat_t�"".autotmp_0555��"type.*"".fileStat�"".autotmp_0554�"type.*"".fileStat�"".autotmp_0553��type.error�"".autotmp_0552�� type."".FileInfo�"".autotmp_0551�ï type.int�"".autotmp_0550��type.string�"".autotmp_0549��type.error�"".autotmp_0545�Ÿtype.error�"".autotmp_0544�type.string�"".stat2�¯ (type.*syscall.Stat_t�"".stat1�ß
(type.*syscall.Stat_t� "".fs2�ÿ "type.*"".fileStat� "".fs1�ÿ"type.*"".fileStat� "".ok1�“ type.bool� "".fs1�¿ "type.*"".fileStat� "".fi2�Ÿ type."".FileInfo� "".fi1�ÿ type."".FileInfo�"".stat2�Ï (type.*syscall.Stat_t�"".stat1�ÿ
(type.*syscall.Stat_t� "".fs2�Ÿ
"type.*"".fileStat� "".fs1�ß"type.*"".fileStat� "".ok1�— type.bool� "".fs1�ß "type.*"".fileStat� "".fi2�ß type."".FileInfo� "".fi1�¿ type."".FileInfo�"".stat2�ß (type.*syscall.Stat_t�"".stat1� (type.*syscall.Stat_t� "".fs2�¿
"type.*"".fileStat� "".fs1�Ÿ "type.*"".fileStat� "".ok1�• type.bool� "".fs1�Ï "type.*"".fileStat� "".fi2�ÿ type."".FileInfo� "".fi1�Ÿ type."".FileInfo�"".stat2�Ÿ (type.*syscall.Stat_t�"".stat1�Ï
(type.*syscall.Stat_t� "".fs2�
"type.*"".fileStat� "".fs1�ï"type.*"".fileStat� "".ok1�™ type.bool� "".fs1�ï "type.*"".fileStat� "".fi2�Ÿ type."".FileInfo� "".fi1�ÿ type."".FileInfo� "".~r2�ÿtype.error� "".err�ßtype.error�"".syscall�ßtype.string�"".stat2�¿ (type.*syscall.Stat_t�"".stat1�ï
(type.*syscall.Stat_t� "".fs2�¯
"type.*"".fileStat� "".fs1�¯ "type.*"".fileStat� "".ok1�‘ type.bool� "".fs1� "type.*"".fileStat� "".fi2�¿ type."".FileInfo� "".fi1�ß type."".FileInfo�
"".pd�ÿ type."".FileInfo�"".d�ß type."".FileInfo�"".name�¿type.string� "".err�ÿtype.error�"".names�_type.[]string� "".err�Ÿtype.error�
"".fd�Ïtype.*"".File�"".parent�ßtype.string�"".root�Ÿ type."".FileInfo� "".err�ßtype.error�"".d�¿ type."".FileInfo�"".e�¿type.error�"".s�¿type.string� "".err�¿type.error�"".d�ÿ type."".FileInfo� "".dot�Ÿ type."".FileInfo� "".err� type.error� "".dir��type.string�¤"° ª¯ ° •¯ ° ¯¯ ° Ö¯ ° q¯ ° ‘¯ ° ȯ ° i¯ ° °¯ ° ¾¯ ° †¯ ° È�à-�ò6"À¿(E®­+(:ꢡ8C¨ 
3
Bùzy EhgØ-ba €PO-"HGS2:9ozìp="û< CN:-' �À�.’!H¡\SF2F CàB‚)CÉ\SF2F!)!Qk,\SF2Fœ7ˆA:T9"<X7=N@—\SF2FÄ+aSVs\SF2F!Šcef^Èi�Tgclocals·7f4f3e0129729fcec65ec93e80e86382�Tgclocals·4021f9eaef5849096e5344071117eb8a���./tmp/go/src/os/getwd.goþ"".MkdirAll��€��ödH‹ %����HD$ØH;A†Y��Hì¨���H‹œ$¨���H‰$è����1ÛH‰œ$È���H‰œ$Ð���H‹œ$°���H‰$H‹œ$¸���H‰\$è����H‹´$°���H‹Œ$¸���H‹|$H‹l$H‹T$ H‹D$(H‰|$hH‰l$pH‰D$`H‰T$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ƒø�~+H‰ÂHÿÊH9ʃß��H¶+@€ý/”€ú�t HÿÈHƒø�ÕHƒø�~+H‰ÂHÿÊH9ʃ§��H¶+@€ý/”€ú�u HÿÈHƒø�ÕHƒø~H‰ÃHÿËH9ˇo��H‰´$ˆ���H‰4$H‰œ$���H‰\$‹œ$À���‰\$è����H‹´$°���H‹Œ$¸���H‹D$H‹T$ H‰T$`H‰D$XHƒø�tH‰„$È���H‰”$Ð���è����HÄ¨���ÃH‰4$H‰L$‹œ$À���‰\$è����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Ä¨���Ãè���� è���� è���� è����é…ûÿÿJ
������X
��*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_0633��type.bool�"".autotmp_0632��type.int�"".autotmp_0631��type.bool�"".autotmp_0630��type.int�"".autotmp_0628�Ï$type.*"".PathError�"".autotmp_0627��type.bool�"".autotmp_0626��type.error�"".autotmp_0625�� type."".FileInfo�"".autotmp_0624��type.error�"".autotmp_0623��type.error�"".autotmp_0622�?type.string�"".autotmp_0621��type.int�"".autotmp_0620��type.int�"".autotmp_0619��type.int�"".autotmp_0617��$type.*"".PathError�"".autotmp_0616�ß$type.syscall.Errno�"".autotmp_0614�type.error�"".err1�¿type.error� "".dir�_ type."".FileInfo� "".err�Ÿtype.error� "".dir� type."".FileInfo� "".~r2�0type.error�"".perm�  type."".FileMode�"".path��type.string�\еÏмÏÐÊÏиÏÐ&ÏÐÏÐ$�€ �¤(POQFE°BAi(
(W 
(D!  �<�+!‰0Ü?!<\S$�Tgclocals·55cabeff85b92397b87f04c127ff8c50�Tgclocals·aefe9989017b02000534fe20dcf223ac���,/tmp/go/src/os/path.goþ"".RemoveAll��À��¾dH‹ %����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��Ãè����éaùÿÿP
������^
��*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_0658�type.string�"".autotmp_0657�ÿtype.*string�"".autotmp_0656�Ïtype.int�"".autotmp_0655�¿type.int�"".autotmp_0653�¯$type.syscall.Errno�"".autotmp_0652��type.bool�"".autotmp_0651��type.error�"".autotmp_0650��type.int�"".autotmp_0649��type.error�"".autotmp_0648��type.[]string�"".autotmp_0647��type.error�"".autotmp_0646�/type.[]string�"".autotmp_0645��type.bool�"".autotmp_0644��type.error�"".autotmp_0642��type.bool�"".autotmp_0641��type.bool�"".autotmp_0640�ï$type.*"".PathError�"".autotmp_0639��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�.b—&…,P,& 8!^Š‚z LU¢�Tgclocals·ddad7b3e4ace0bdb1cc6e56355f3a7a6�Tgclocals·16881fc4256e6cf21131a8ee443ac2e9���,/tmp/go/src/os/path.goþ$"".IsPathSeparator��€��~dH‹ %����H;av)HƒìH‹\$H‰$è����¶\$€û/”D$è����HƒÄÃè����ëÁ
������:
��*runtime.racefuncenter���^
��(runtime.racefuncexit���r
��0runtime.morestack_noctxt��� �� "".~r1�type.bool�"".c��type.uint8�$�@� %�
�$�Tgclocals·23e8278e2b69a3a75fa59b23c49ed6ad�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���6/tmp/go/src/os/path_unix.goþ"".Pipe��à��ÂdH‹ %����HD$H;A†��Hìð���H‹œ$ð���H‰$è����1Û1ÛH‰œ$��H‰œ$��1ÀH‰D$8H‰D$@HD$8Hƒø�„1��HÇÂ���HÇÁ���H‰„$Ø���H‰$H‰”$à���H‰T$H‰Œ$è���H‰L$HÇD$���è����H‹L$ H‹D$(H����H‰$H‰Œ$¸���H‰L$H‰„$À���H‰D$H\$0H‰\$è����H‹Œ$¸���¶\$ €û�„û��H‹\$0Hƒû&…ì��H����H‰$è����H\$8Hƒû�„Æ��HÇÂ���HÇÁ���H‰œ$Ø���H‰$H‰”$à���H‰T$H‰Œ$è���H‰L$è����H‹L$H‹D$ H‰„$À���H‰Œ$¸���Hƒù�„´��H����H‰$è����H����H‰œ$ˆ���HDŽ$������H‹„$¸���H‹œ$À���H‰œ$°���1ÛH‰\$hH‰\$pH‰„$¨���Hƒø�uT1ÀH‰ÁH‰L$hH‰D$pHDŽ$ø�������HDŽ$�������H‰Œ$È���H‰Œ$��H‰„$Ð���H‰„$��è����HÄð���ÃH����H‰$è����H‹D$H‰D$HH‰$è����H‹\$HH‹¬$���H‰kH‹¬$ˆ���€=�����…§���H‰+H‹\$HH‰$Hƒ$è����H‹\$HH‹¬$¨���H‰kH‹¬$°���€=�����u[H‰kH‹\$HH‰\$HH‹����1íH9ètH‹T$HH‰ÁH‰ÐéÿÿÿH����H‰$H����H‰\$H����H‰\$è����H‹D$ëÁLCL‰$H‰l$è����ë•H‰$H‰l$è����éIÿÿÿH‹\$8H‰$è����H‹\$@H‰$è����H����H‰$è����H‹\$8H‰$H����H‰\$HÇD$���è����H‹\$H‰\$PH‹\$@H‰$H����H‰\$HÇD$���è����H‹D$H‹\$PH‰œ$ø���H‰„$���1ÛH‰œ$��H‰œ$��è����HÄð���Éé3ýÿÿHƒù�„fÿÿÿH����H‰\$xHDŽ$€������H‹œ$À���H‰œ$ ���1ÛH‰\$XH‰\$`H‰Œ$˜���Hƒù�uT1ÀH‰ÁH‰L$XH‰D$`HDŽ$ø�������HDŽ$�������H‰Œ$È���H‰Œ$��H‰„$Ð���H‰„$��è����HÄð���ÃH����H‰$è����H‹D$H‰D$HH‰$è����H‹\$HH‹¬$€���H‰kH‹l$x€=�����…§���H‰+H‹\$HH‰$Hƒ$è����H‹\$HH‹¬$˜���H‰kH‹¬$ ���€=�����u[H‰kH‹\$HH‰\$HH‹����1íH9ètH‹T$HH‰ÁH‰ÐéÿÿÿH����H‰$H����H‰\$H����H‰\$è����H‹D$ëÁLCL‰$H‰l$è����ë•H‰$H‰l$è����éIÿÿÿ‰�éÈúÿÿè����é_úÿÿd
������X
��*runtime.racefuncenter���º
��syscall.Pipe2���Ü��$type.syscall.Errno���¶
��$runtime.assertI2T2���Ž�� 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���ú��"go.string."pipe2"���ˆ
��(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���@à��4"".autotmp_0676��type.error�"".autotmp_0675��type.*uint8�"".autotmp_0674��type.error�"".autotmp_0673��*type.*"".SyscallError�"".autotmp_0672��type.error�"".autotmp_0670��type.error�"".autotmp_0669�Ï*type.*"".SyscallError�"".autotmp_0667�ÿ$type.syscall.Errno�"".autotmp_0665�¿type.*"".File�"".autotmp_0664��*type.*"".SyscallError�"".autotmp_0663��*type.*"".SyscallError�"".autotmp_0662��type.error�"".autotmp_0661��type.[]int�"".autotmp_0660�Otype.error�"".autotmp_0659�/type.[]int� "".~r2�type.error� "".err�type.error�"".syscall�Ïtype.string� "".~r2�¯type.error� "".err�¯type.error�"".syscall�ïtype.string�"".e�otype.error�"".p�ïtype.[2]int� "".err� type.error�"".w�type.*"".File�"".r��type.*"".File�8à‘ßà·ßà¦ßà �° �jD [YZ”‹
|)*
‰#$ˆ�T�+¯5|™
<v)n1¿9v)*�Tgclocals·8b35c34f98f5703b9a06b18a09855966�Tgclocals·d42443b4d7fc4edcbb792b7856e0715c���8/tmp/go/src/os/pipe_linux.goþ"".init.1��à��ÞdH‹ %����H;a†’���Hƒì0H‹\$0H‰$è����è����H‹$H‰\$H‹\$H‰\$ H‹\$H‰\$(H����H‰$è����H‹\$ H‰����H‹\$(H‰����H‹\$€=�����uH‰����è����HƒÄ0ÃH-����H‰,$H‰\$è����ëßè����éQÿÿÿ
������B
��*runtime.racefuncenter���L
��"".runtime_args���”��"".Args���¦
��"runtime.racewrite���¾�"".Args���Ö �"".Args���ì�6runtime.writeBarrierEnabled���€��"".Args���Š
��(runtime.racefuncexit���¢��"".Args���¾
��.runtime.writebarrierptr���Ì
��0runtime.morestack_noctxt����`��"".autotmp_0679�/type.[]string�`v_`"�°�$
r �� 22,�Tgclocals·69c1753bd5f81501d95132d08af04464�Tgclocals·2c033e7f4f4a74cc7e9f368d1fec9f60���,/tmp/go/src/os/proc.goþ"".Getuid��€��€dH‹ %����H;av*HƒìH‹\$H‰$è����è����H‹$H‰\$è����HƒÄÃè����ëÀ
������:
��*runtime.racefuncenter���D
��syscall.Getuid���`
��(runtime.racefuncexit���t
��0runtime.morestack_noctxt����� "".~r0��type.int�%�@�:@�
�$�Tgclocals·5184031d3a32a42d85027f073f873668�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���,/tmp/go/src/os/proc.goþ"".Geteuid��€��€dH‹ %����H;av*HƒìH‹\$H‰$è����è����H‹$H‰\$è����HƒÄÃè����ëÀ
������:
��*runtime.racefuncenter���D
��syscall.Geteuid���`
��(runtime.racefuncexit���t
��0runtime.morestack_noctxt����� "".~r0��type.int�%�@�@@�
�$�Tgclocals·5184031d3a32a42d85027f073f873668�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���,/tmp/go/src/os/proc.goþ"".Getgid��€��€dH‹ %����H;av*HƒìH‹\$H‰$è����è����H‹$H‰\$è����HƒÄÃè����ëÀ
������:
��*runtime.racefuncenter���D
��syscall.Getgid���`
��(runtime.racefuncexit���t
��0runtime.morestack_noctxt����� "".~r0��type.int�%�@�F@�
�$�Tgclocals·5184031d3a32a42d85027f073f873668�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���,/tmp/go/src/os/proc.goþ"".Getegid��€��€dH‹ %����H;av*HƒìH‹\$H‰$è����è����H‹$H‰\$è����HƒÄÃè����ëÀ
������:
��*runtime.racefuncenter���D
��syscall.Getegid���`
��(runtime.racefuncexit���t
��0runtime.morestack_noctxt����� "".~r0��type.int�%�@�L@�
�$�Tgclocals·5184031d3a32a42d85027f073f873668�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���,/tmp/go/src/os/proc.goþ"".Getgroups��€ ��údH‹ %����HD$èH;A†��Hì˜���H‹œ$˜���H‰$è����1ÛH‰œ$ ���H‰œ$¨���H‰œ$°���1ÛH‰œ$¸���H‰œ$À���è����H‹$H‹L$H‹D$H‹t$H‹l$ H‰”$€���H‰Œ$ˆ���H‰„$���H‰t$pH‰l$xH����H‰\$@HÇD$H ���H‰t$`H‰l$hH‰l$X1ÛH‰\$0H‰\$8H‰t$PHƒþ�u\1ÉH‰ÈH‹œ$€���H‰œ$ ���H‹œ$ˆ���H‰œ$¨���H‹œ$���H‰œ$°���H‰L$0H‰Œ$¸���H‰D$8H‰„$À���è����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€=�����ueH‰kH‹\$(H‰\$(H‹����1íH9ètH‹T$(H‰D$pH‰ÁH‰T$xH‰ÐéþþÿÿH����H‰$H����H‰\$H����H‰\$è����H‹D$ë·LCL‰$H‰l$è����ë‹H‰$H‰l$è����éEÿÿÿè����éÃýÿÿ&
������X
��*runtime.racefuncenter���º
��"syscall.Getgroups���¼��*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_0688��type.error�"".autotmp_0687�ß*type.*"".SyscallError�"".autotmp_0686��*type.*"".SyscallError�"".autotmp_0685�Otype.error� "".~r2�Ïtype.error� "".err�type.error�"".syscall�¯type.string�"".e�otype.error�"".gids�/type.[]int� "".~r1�0type.error� "".~r0��type.[]int�°’¯°Ž�À�R,?˜ �$�+ú
6z)�Tgclocals·a83b4e460ec710ce55e4ffac9afa39a8�Tgclocals·88e714c01bb71b96e86234463ddc9c32���,/tmp/go/src/os/proc.goþ"".Exit�� �� dH‹ %����H;av:HƒìH‹\$H‰$è����H‹\$Hƒû�uè����H‹\$H‰$è����è����HƒÄÃè����ë°
������:
��*runtime.racefuncenter���Z
��*"".runtime_beforeExit���v
��syscall.Exit���€
��(runtime.racefuncexit���”
��0runtime.morestack_noctxt�����"".code��type.int�5�P�b   �
�4�Tgclocals·5184031d3a32a42d85027f073f873668�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���,/tmp/go/src/os/proc.goþ"".sameFile�� ��ŒdH‹ %����H;a†i��Hƒì8H‹\$8H‰$è����HÇD$0����H‹\$@H‰$Hƒ$8è����H����H‰$H‹t$@Hƒþ�„��H^8H|$H‹ H‰H‹KH‰OH\$0H‰\$è����H‹\$0H‰\$(HÇD$0����H‹\$HH‰$Hƒ$8è����H����H‰$H‹t$HHƒþ�„­���H^8H|$H‹ H‰H‹KH‰OH\$0H‰\$è����H‹\$0H‰\$ H‹\$(H‰$è����H‹\$ H‰$è����H‹D$(H‹L‹D$ I‹(H9ëuEH‰$Hƒ$è����H‹\$ H‰$Hƒ$è����H‹l$(H‹]L‹D$ I‹hH9ë”D$Pè����HƒÄ8ÃÆD$P�ëï‰éLÿÿÿ‰éßþÿÿè����ézþÿÿ
������B
��*runtime.racefuncenter���z
�� runtime.raceread���ˆ��(type.*syscall.Stat_t���ú
��"runtime.assertE2T���Æ
�� runtime.raceread���Ô��(type.*syscall.Stat_t���Æ
��"runtime.assertE2T���ö
�� runtime.raceread���’
�� runtime.raceread���Ø
�� runtime.raceread���þ
�� runtime.raceread���¼
��(runtime.racefuncexit���ú
��0runtime.morestack_noctxt���0p��"".autotmp_0692��(type.*syscall.Stat_t�"".autotmp_0691�(type.*syscall.Stat_t�"".stat2�/(type.*syscall.Stat_t�"".stat1�(type.*syscall.Stat_t� "".~r2� type.bool� "".fs2�"type.*"".fileStat� "".fs1��"type.*"".fileStat�pÏop)��"ff}�� fXc3�Tgclocals·42e7756549fd1f1e78e70fcb9f08dd2b�Tgclocals·f76a43c51604b910c32a90c82f39416e���8/tmp/go/src/os/stat_linux.goþ&"".fileInfoFromStat�� ��‚dH‹ %����HD$ÈH;A†_��Hì¸���H‹œ$¸���H‰$è����1ÛH‰œ$Ø���H‰œ$à���H‹œ$È���H‰$H‹œ$Ð���H‰\$è����H‹\$H‰\$`H‹\$H‰\$hH‹œ$À���H‰$Hƒ$XHÇD$���è����H‹œ$À���Hƒû�„Ë��H‹sXH‹K`1ÛH‰\$p‰\$xH‰œ$€���H‰t$(H‰L$01ÛH‰œ$ˆ���‰œ$���H‰œ$˜���Hƒù�Œ<��Hù�ʚ;/��1ÛH‰œ$°���H»�÷‘w���HóH‰œ$ ���‰Ë‰œ$¨���H����H‰$è����H‹����H‹”$ ���‹Œ$¨���H‰”$ˆ���‰Œ$���H‰„$˜���H‰”$ ���H‰T$p‰Œ$¨���‰L$xH‰„$°���H‰„$€���H‹œ$À���H‰\$HH����H‰$è����H‹D$H‰D$@H‰$HÇD$H���è����H‹|$@H‰ùHƒÿ�„P��1ÀHƒÇèè����H‰ $è����H‹\$@H‹l$hH‰kH‹l$`€=�����… ��H‰+H‹\$@H‰$Hƒ$è����H‹œ$À���H‰$Hƒ$0è����H‹D$@Hƒø�„Ç��L‹„$À���I‹h0H‰hH‰$Hƒ$ HÇD$���è����H‹\$@H‹l$pH‰k ‹l$x‰k(H‹¬$€���€=�����…_��H‰k0H‹\$@H‰$Hƒ$8è����H‹L$HH����H‰ØH‹\$@Hƒû�„#��H‰D$PH‰C8H‰L$X€=�����…ñ��H‰K@H‹D$@H‰D$8H‰$Hƒ$è����H‹œ$À���H‰$Hƒ$è����H‹„$À���H‹\$8Hƒû�„¡��‹håÿ��‰kH‰$Hƒ$è����H‹L$8H‹¬$À���‹E%�ð��=�@��‡z��=���…ß��H‰ $Hƒ$è����H‹D$8‹h‰l$$H‰$Hƒ$è����H‹\$8‹l$$Í���‰kH‹œ$À���H‰$Hƒ$è����H‹¬$À���‹]ã���ƒû�t?H‹\$8H‰$Hƒ$è����H‹D$8‹h‰l$$H‰$Hƒ$è����H‹\$8‹l$$Í��@�‰kH‹œ$À���H‰$Hƒ$è����H‹¬$À���‹]ã���ƒû�t?H‹\$8H‰$Hƒ$è����H‹D$8‹h‰l$$H‰$Hƒ$è����H‹\$8‹l$$Í��€�‰kH‹œ$À���H‰$Hƒ$è����H‹D$8H‹¬$À���‹]ã���ƒû�t:H‰$Hƒ$è����H‹D$8‹h‰l$$H‰$Hƒ$è����H‹D$8‹l$$Í���‰hH‰D$@H‹����1íH9èt"H‹\$@H‰œ$à���H‰„$Ø���è����HÄ¸���ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$ë¯=� ��u?H‰ $Hƒ$è����H‹D$8‹h‰l$$H‰$Hƒ$è����H‹\$8‹l$$Í�� ‰kéþÿÿ=�@��…
þÿÿH‰ $Hƒ$è����H‹D$8‹h‰l$$H‰$Hƒ$è����H‹\$8‹l$$Í���€‰kéËýÿÿ=�€��wV=�`��u?H‰ $Hƒ$è����H‹D$8‹h‰l$$H‰$Hƒ$è����H‹\$8‹l$$Í���‰ké~ýÿÿ=�€��„sýÿÿénýÿÿ=� ��u?H‰ $Hƒ$è����H‹D$8‹h‰l$$H‰$Hƒ$è����H‹\$8‹l$$Í���‰ké(ýÿÿ=�À��…ýÿÿH‰ $Hƒ$è����H‹D$8‹h‰l$$H‰$Hƒ$è����H‹\$8‹l$$Í���‰kéÞüÿÿ‰éXüÿÿLC@L‰$H‰L$è����éüûÿÿ‰éÖûÿÿLC0L‰$H‰l$è����éŽûÿÿ‰�é2ûÿÿH‰$H‰l$è����éçúÿÿ‰é©úÿÿH‰ÍI¹³”Ö&è .H‰ÈI÷éH‰ÓHÁûHÁý?H)ëHÞHiÛ�ʚ;H)ÙHƒù�™ùÿÿHÁ�ʚ;HÿÎéŠùÿÿ‰é.ùÿÿè����éøÿÿl
������X
��*runtime.racefuncenter���¸
��"".basename���ž
��*runtime.racereadrange���Ê��time.Local���Ü
�� runtime.raceread���ê��time.Local���®�� type."".fileStat���À
��"runtime.newobject���ø
��,runtime.racewriterange���²
ä� runtime.duffzero���Ä
��"runtime.racewrite���ö�6runtime.writeBarrierEnabled���°
��"runtime.racewrite���Ü
�� runtime.raceread���È 
��,runtime.racewriterange���Ž
�6runtime.writeBarrierEnabled���Ê

��"runtime.racewrite���â
��(type.*syscall.Stat_t���® �6runtime.writeBarrierEnabled���ô 
��"runtime.racewrite���  
�� runtime.raceread���‚ 
�� runtime.raceread���ô 
�� runtime.raceread���¨
��"runtime.racewrite���ø
�� runtime.raceread���Ê
�� runtime.raceread���þ
��"runtime.racewrite���Î
�� runtime.raceread��� 
�� runtime.raceread���Ô
��"runtime.racewrite���¤
�� runtime.raceread���ö
�� runtime.raceread���ª
��"runtime.racewrite���æ��@go.itab.*"".fileStat."".FileInfo���¨
��(runtime.racefuncexit���Æ��"type.*"".fileStat���Ü�� type."".FileInfo���ô��@go.itab.*"".fileStat."".FileInfo���ˆ
�� runtime.typ2Itab����� runtime.raceread���ô
��"runtime.racewrite���Ô
�� runtime.raceread���ˆ
��"runtime.racewrite���î
�� runtime.raceread���¢
��"runtime.racewrite���š
�� runtime.raceread���Î
��"runtime.racewrite���®
�� runtime.raceread���â
��"runtime.racewrite���Â
��.runtime.writebarrierptr���þ
��.runtime.writebarrierptr���²
��.runtime.writebarrierptr���ð
��0runtime.morestack_noctxt���Pð��4"".autotmp_0713�ï"type.*"".fileStat�"".autotmp_0712��type.time.Time�"".autotmp_0711�/type.time.Time�"".autotmp_0708��"type.*"".fileStat�"".autotmp_0707�� type."".FileMode�"".autotmp_0706�� type."".FileMode�"".autotmp_0705�� type."".FileMode�"".autotmp_0704�� type."".FileMode�"".autotmp_0703�� type."".FileMode�"".autotmp_0702�� type."".FileMode�"".autotmp_0701�� type."".FileMode�"".autotmp_0700�� type."".FileMode�"".autotmp_0699�§ type."".FileMode�"".autotmp_0698�ß(type.*syscall.Stat_t�"".autotmp_0697��type.int64�"".autotmp_0696��type.int64�"".autotmp_0695��type.int64�"".autotmp_0694��type.int64�"".autotmp_0693�¯type.string� "".~r0�_type.time.Time� "".~r1�type.time.Time�
"".ts�Ÿ*type.syscall.Timespec�
"".fs�ÿ"type.*"".fileStat� "".~r2�0 type."".FileInfo�"".name�type.string�
"".st��(type.*syscall.Stat_t�ð€
ïðð��Î&B2“•5.P L. :,?,?1:(AB7+: ::
 :  :!N�F�+cŸr\Uš0x�Tgclocals·67c47287aa78f7e027634f5d2a323c6d�Tgclocals·a77b94a2a1fc775b1cc930aef7f2a57b���8/tmp/go/src/os/stat_linux.goþ""".timespecToTime��À��¨dH‹ %����H;a†÷���Hƒì8H‹\$8H‰$è����1ÛH‰\$P‰\$XH‰\$`H‹t$@H‹L$H1ÛH‰\$‰\$H‰\$Hƒù�|nHù�ʚ;}e1ÛH‰\$0H»�÷‘w���HóH‰\$ ‰Ë‰\$(H����H‰$è����H‹����H‹T$ ‹L$(H‰T$H‰T$P‰L$‰L$XH‰D$H‰D$`è����HƒÄ8ÃH‰ÍI¹³”Ö&è .H‰ÈI÷éH‰ÓHÁûHÁý?H)ëHÞHiÛ�ʚ;H)ÙHƒù�cÿÿÿHÁ�ʚ;HÿÎéTÿÿÿè����éìþÿÿ
������B
��*runtime.racefuncenter���€��time.Local���’
�� runtime.raceread��� ��time.Local���ô
��(runtime.racefuncexit���–
��0runtime.morestack_noctxt���Pp��"".autotmp_0725�/type.time.Time�"".autotmp_0722��type.int64�"".autotmp_0721��type.int64�"".autotmp_0720��type.int64�"".autotmp_0719��type.int64� "".~r0�_type.time.Time� "".~r1� type.time.Time�
"".ts��*type.syscall.Timespec�p«op]� �nÕ�� h1g�Tgclocals·9d1323d30d50a54779aebfb63f17a431�Tgclocals·4589920c015c00207e22a0079101ca32���8/tmp/go/src/os/stat_linux.goþ"".atime�� ��˜dH‹ %����HD$ðH;A†ê��Hì���H‹œ$���H‰$è����1ÛH‰œ$¨���‰œ$°���H‰œ$¸���H‹œ$ ���H‰$H‹œ$˜���H‹[HÿÓH‹L$H‹D$HÇD$0����H����H‰$H‰L$8H‰L$H‰D$@H‰D$H\$0H‰\$è����H‹\$0H‰$Hƒ$HHÇD$���è����H‹\$0Hƒû�„,��H‹sHH‹KP1ÛH‰\$H‰\$PH‰\$XH‰t$ H‰L$(1ÛH‰\$`‰\$hH‰\$pHƒù�Œ©���Hù�ʚ;œ���1ÛH‰œ$ˆ���H»�÷‘w���HóH‰\$x‰Ë‰œ$€���H����H‰$è����H‹����H‹T$x‹Œ$€���H‰T$`‰L$hH‰D$pH‰T$x‰Œ$€���H‰„$ˆ���H‰T$HH‰”$¨���‰L$P‰Œ$°���H‰D$XH‰„$¸���è����HÄ���ÃH‰ÍI¹³”Ö&è .H‰ÈI÷éH‰ÓHÁûHÁý?H)ëHÞHiÛ�ʚ;H)ÙHƒù�,ÿÿÿHÁ�ʚ;HÿÎéÿÿÿ‰éÍþÿÿè����éôýÿÿ
������X
��*runtime.racefuncenter���Â�������ò��(type.*syscall.Stat_t���À
��"runtime.assertE2T���ø
��*runtime.racereadrange���€��time.Local���’
�� runtime.raceread��� ��time.Local���Ð
��(runtime.racefuncexit���†
��0runtime.morestack_noctxt���P ��"".autotmp_0735��type.time.Time�"".autotmp_0734�/type.time.Time�"".autotmp_0731��type.int64�"".autotmp_0730��type.int64�"".autotmp_0729��type.int64�"".autotmp_0728��type.int64�"".autotmp_0727�¿(type.*syscall.Stat_t�"".autotmp_0726�¯"type.interface {}� "".~r0�_type.time.Time� "".~r1�type.time.Time�
"".ts�ß*type.syscall.Timespec� "".~r1� type.time.Time�
"".fi�� type."".FileInfo� ”Ÿ \��x¹��+t©_i�Tgclocals·a8a1bfd4a8e65514603acd6b14fce262�Tgclocals·fe4b3f6714f804cd541c39a6658dc308���8/tmp/go/src/os/stat_linux.goþ"".itoa��à��ÈdH‹ %����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Ãè����éÿÿÿ
������B
��*runtime.racefuncenter���Ž
��"".uitoa���À��go.string."-"���Ž
��*runtime.concatstring2�����(runtime.racefuncexit���Ü
��"".uitoa���¢
��(runtime.racefuncexit���¶
��0runtime.morestack_noctxt���0��"".autotmp_0737��type.string�"".autotmp_0736�type.string� "".~r1�type.string� "".val��type.int�&‘0�ð�&6c'�� # �Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���*/tmp/go/src/os/str.goþ"".uitoa�� ��„dH‹ %����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‰�ë¨è���� è���� è���� è����é~þÿÿ
������B
��*runtime.racefuncenter���~��go.string."0"���¤
��(runtime.racefuncexit���ø
��2runtime.slicebytetostring���ª
��(runtime.racefuncexit���È
��$runtime.panicslice���Ö
��$runtime.panicindex���ä
��$runtime.panicindex���ò
��0runtime.morestack_noctxt���0À��"".autotmp_0739�/type.[]uint8� "".buf�Wtype.[20]uint8� "".~r1�type.string� "".val��type.uint�&ÀC¿À‚¿À2��R&6("d �� 1ê-�Tgclocals·bcdfbcd04eb70526d9504e97d9ef703d�Tgclocals·f56b2291fa344104975cb6587be42b9b���*/tmp/go/src/os/str.goþ"".hostname��à ��Î dH‹ %����H;a†Ê��HƒìxH‹\$xH‰$è����1ÛH‰œ$€���H‰œ$ˆ���1ÛH‰œ$���H‰œ$˜���1ÛH‰œ$���H‰œ$˜���1ÛH‰œ$€���H‰œ$ˆ���H����H‰$HÇD$���è����H‹l$H‹T$H‹L$ H‰”$���H‰Œ$˜���H‹œ$���Hƒû�t"1ÛH‰œ$€���H‰œ$ˆ���è����è����HƒÄxÃH‰l$@H‰l$Ç$���H����H‰D$è����ƒø�…Í��H����H‰$è����H‹D$H‰D$HH‰$HÇD$���è����H‹D$HHƒø�„‹��H‹\$@HÇÂ���HÇÁ���H‰$H‰D$`H‰D$H‰T$hH‰T$H‰L$pH‰L$è����H‹t$HH‹L$ H‹l$(H‹T$0H‰¬$���H‰”$˜���H‹œ$���Hƒû�t"1ÛH‰œ$€���H‰œ$ˆ���è����è����HƒÄxÃHƒù�~PH‰ÈH‰L$8HÿÈH=���ƒÙ���HH‰$è����H‹t$HH‹l$8H‰éHÿÍHý���ƒ¨���H.¶€û
uHÿÉHù���‡…���Hƒþ�t{H‰ÊHÇÁ���HÇ$����H‰t$`H‰t$H‰T$hH‰T$H‰L$pH‰L$è����H‹T$ H‹L$(H‰T$PH‰”$€���H‰L$XH‰Œ$ˆ���1ÛH‰œ$���H‰œ$˜���è����è����HƒÄxÉëè���� è���� è���� ‰�énþÿÿè����è����HƒÄxÃè����éýÿÿ0
������B
��*runtime.racefuncenter���à��Jgo.string."/proc/sys/kernel/hostname"���„
��"".Open���Ž
��&runtime.deferreturn���˜
��(runtime.racefuncexit���Ò��&"".(*File).Close·f���æ
��"runtime.deferproc���†��type.[512]uint8���˜
��"runtime.newobject���Ð
��,runtime.racewriterange���â
��"".(*File).Read���ö
��&runtime.deferreturn���€
��(runtime.racefuncexit���Þ
�� runtime.raceread���Æ 
��2runtime.slicebytetostring���¾

��&runtime.deferreturn���È

��(runtime.racefuncexit���ä

��$runtime.panicslice���ò

��$runtime.panicindex���€ 
��$runtime.panicindex���ž 
��&runtime.deferreturn���¨ 
��(runtime.racefuncexit���¼ 
��0runtime.morestack_noctxt���@ð��"".autotmp_0747�Otype.string�"".autotmp_0746��type.[]uint8�"".autotmp_0745��type.int�"".autotmp_0744��type.error�"".autotmp_0742�/type.[]uint8�"".&buf�_ type.*[512]uint8�"".n�type.int�"".f�otype.*"".File� "".err� type.error�"".name��type.string�Bð½ïðóïðãïð/ïð�ð�dm8+,mS„   
 �:� aD-II5t ;#�Tgclocals·aa859d9dd9c06e41cbfb7715eb5c8b1f�Tgclocals·e1f81a03847eadd1318dd8d12ae098a2���6/tmp/go/src/os/sys_linux.goþ"".Getpagesize��€��|dH‹ %����H;av(HƒìH‹\$H‰$è����HÇÀ���H‰D$è����HƒÄÃè����ëÂ
������:
��*runtime.racefuncenter���\
��(runtime.racefuncexit���p
��0runtime.morestack_noctxt����� "".~r0��type.int�# �@�@�
�$�Tgclocals·5184031d3a32a42d85027f073f873668�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���./tmp/go/src/os/types.goþ$"".FileMode.String��à ��Ò dH‹ %����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�ëŸè���� è���� è����é—ýÿÿ
������X
��*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_0761��type.int32�"".autotmp_0760��type.int�"".autotmp_0759��type.int�"".autotmp_0756�Ÿtype.int�"".autotmp_0755�/type.[]uint8�"".autotmp_0754��type.int�"".autotmp_0753��type.string�"".autotmp_0752��type.int�"".autotmp_0751��type.int�"".autotmp_0750�Otype.string�"".w�¯type.int� "".buf�type.[32]uint8� "".~r0�type.string�"".m�� type."".FileMode�¬$�ð�rxB  R% 
 T% `-.�$�+`afg†�Tgclocals·db6af54fc2b6c9a8b5bff49df4676a74�Tgclocals·8976d98ccb4fa7cb58d19cb1e865dee3���./tmp/go/src/os/types.goþ""".FileMode.IsDir�� ��ˆdH‹ %����H;av.HƒìH‹\$H‰$è����‹\$ã���€ƒû�•D$è����HƒÄÃè����ë¼
������:
��*runtime.racefuncenter���h
��(runtime.racefuncexit���|
��0runtime.morestack_noctxt��� �� "".~r0�type.bool�"".m�� type."".FileMode�)�P�° �
�4�Tgclocals·23e8278e2b69a3a75fa59b23c49ed6ad�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���./tmp/go/src/os/types.goþ*"".FileMode.IsRegular�� ��ˆdH‹ %����H;av.HƒìH‹\$H‰$è����‹\$ã���ƒû�”D$è����HƒÄÃè����ë¼
������:
��*runtime.racefuncenter���h
��(runtime.racefuncexit���|
��0runtime.morestack_noctxt��� �� "".~r0�type.bool�"".m�� type."".FileMode�)�P�¼*�
�4�Tgclocals·23e8278e2b69a3a75fa59b23c49ed6ad�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���./tmp/go/src/os/types.goþ "".FileMode.Perm��€��€dH‹ %����H;av*HƒìH‹\$H‰$è����‹\$ãÿ��‰\$è����HƒÄÃè����ëÀ
������:
��*runtime.racefuncenter���`
��(runtime.racefuncexit���t
��0runtime.morestack_noctxt��� �� "".~r0� type."".FileMode�"".m�� type."".FileMode�%�@�Æ&�
�$�Tgclocals·23e8278e2b69a3a75fa59b23c49ed6ad�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���./tmp/go/src/os/types.goþ&"".(*fileStat).Name��à��ØdH‹ %����H;avVHƒìH‹\$H‰$è����1ÛH‰\$H‰\$ H‹\$H‰$è����H‹\$Hƒû�tH‹+H‰l$H‹kH‰l$ è����HƒÄÉëáè����ë”
������:
��*runtime.racefuncenter���n
�� runtime.raceread���°
��(runtime.racefuncexit���Ì
��0runtime.morestack_noctxt���0�� "".~r0�type.string�
"".fs��"type.*"".fileStat�M�p�Îp��;�Tgclocals·69076ee43f1cead0792b9f36906b1b56�Tgclocals·69c1753bd5f81501d95132d08af04464���./tmp/go/src/os/types.goþ("".(*fileStat).IsDir��à��ÄdH‹ %����H;avLHƒìH‹\$H‰$è����H‹D$H‰D$H‰$Hƒ$è����H‹\$‹[ã���€ƒû�•ÀˆD$ è����HƒÄÃè����ëž
������:
��*runtime.racefuncenter���j
�� runtime.raceread���¤
��(runtime.racefuncexit���¸
��0runtime.morestack_noctxt��� ��
"".fs�"type.*"".fileStat� "".~r0�type.bool�
"".fs��"type.*"".fileStat� G �p�Ðp���Tgclocals·32bd5c6dc84e3e86dd35593b3922d3aa�Tgclocals·0c8aa8e80191a30eac23f1a218103f16���./tmp/go/src/os/types.goþ"".SameFile��  ��’ dH‹ %����H;a†,��HƒìhH‹\$hH‰$è����HÇD$`����H����H‰$H‹\$pH‰\$H‹\$xH‰\$H\$`H‰\$è����¶\$ ˆ\$/H‹\$`H‰\$HHÇD$`����H����H‰$H‹œ$€���H‰\$H‹œ$ˆ���H‰\$H\$`H‰\$è����¶\$ H‹D$`€|$/�„l��€û�„c��H‹L$HH‰D$@HÇD$X����H‰L$PH‰ $Hƒ$8è����H����H‰$H‹t$PHƒþ�„��H^8H|$H‹ H‰H‹KH‰OH\$XH‰\$è����H‹\$XH‰\$8HÇD$X����H‹\$@H‰$Hƒ$8è����H����H‰$H‹t$@Hƒþ�„¯���H^8H|$H‹ H‰H‹KH‰OH\$XH‰\$è����H‹\$XH‰\$0H‹\$8H‰$è����H‹\$0H‰$è����H‹D$8H‹L‹D$0I‹(H9ëuJH‰$Hƒ$è����H‹\$0H‰$Hƒ$è����H‹l$8H‹]L‹D$0I‹hH9ë”Àˆ„$���è����HƒÄhÃ1Àëë‰éJÿÿÿ‰éÝþÿÿƄ$����è����HƒÄhÃè����é·ýÿÿ&
������B
��*runtime.racefuncenter���b��"type.*"".fileStat���°
��$runtime.assertI2T2���ö��"type.*"".fileStat���Ð
��$runtime.assertI2T2���Ø
�� runtime.raceread���æ��(type.*syscall.Stat_t���Ø
��"runtime.assertE2T���¤
�� runtime.raceread���²��(type.*syscall.Stat_t���¤
��"runtime.assertE2T���Ô
�� runtime.raceread���ð
�� runtime.raceread���¶
�� runtime.raceread���Ü
�� runtime.raceread���¤
��(runtime.racefuncexit���ì
��(runtime.racefuncexit���€ 
��0runtime.morestack_noctxt���PÐ��"".autotmp_0766��(type.*syscall.Stat_t�"".autotmp_0765�(type.*syscall.Stat_t�"".autotmp_0764��"type.*"".fileStat�"".autotmp_0763�"type.*"".fileStat�"".stat2�o(type.*syscall.Stat_t�"".stat1�_(type.*syscall.Stat_t� "".fs2�O"type.*"".fileStat� "".fs1�/"type.*"".fileStat� "".ok1�qtype.bool� "".fs1�?"type.*"".fileStat� "".~r2�@type.bool� "".fi2�  type."".FileInfo� "".fi1�� type."".FileInfo�&ЃÏÐ#ÏÐ�Ð�.à  JGã�*� 7PD@&@h ?�Tgclocals·48a95796da6e6a054fd70b1f076caef1�Tgclocals·6e22b734d68729d6e507bff4e5c2005f���./tmp/go/src/os/types.goþ&"".(*fileStat).Size��À��¦dH‹ %����H;av=HƒìH‹\$H‰$è����H‹\$H‰$Hƒ$è����H‹\$H‹kH‰l$è����HƒÄÃè����ë­
������:
��*runtime.racefuncenter���`
�� runtime.raceread���†
��(runtime.racefuncexit���š
��0runtime.morestack_noctxt��� �� "".~r0�type.int64�
"".fs��"type.*"".fileStat�8�`�.`�
�D�Tgclocals·3f5c1f818fa7055d0400cecd34057162�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���</tmp/go/src/os/types_notwin.goþ&"".(*fileStat).Mode��À��¢dH‹ %����H;av;HƒìH‹\$H‰$è����H‹\$H‰$Hƒ$è����H‹\$‹k‰l$è����HƒÄÃè����ë¯
������:
��*runtime.racefuncenter���`
�� runtime.raceread���‚
��(runtime.racefuncexit���–
��0runtime.morestack_noctxt��� �� "".~r0� type."".FileMode�
"".fs��"type.*"".fileStat�6�`�0`�
�D�Tgclocals·3f5c1f818fa7055d0400cecd34057162�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���</tmp/go/src/os/types_notwin.goþ,"".(*fileStat).ModTime�� ��’dH‹ %����H;avpHƒìH‹\$H‰$è����1ÛH‰\$ ‰\$(H‰\$0H‹\$H‰$Hƒ$ HÇD$���è����H‹\$Hƒû�t#H‹k H‰l$ ‹k(‰l$(H‹k0H‰l$0è����HƒÄÉëÙè����éwÿÿÿ
������:
��*runtime.racefuncenter���’
��*runtime.racereadrange���ä
��(runtime.racefuncexit���€
��0runtime.morestack_noctxt���@ �� "".~r0�type.time.Time�
"".fs��"type.*"".fileStat� g ��2��U�Tgclocals·38e12d8c4ab61285482169ea94b8176e�Tgclocals·69c1753bd5f81501d95132d08af04464���</tmp/go/src/os/types_notwin.goþ$"".(*fileStat).Sys��€��ädH‹ %����H;av\HƒìH‹\$H‰$è����1ÛH‰\$H‰\$ H‹\$H‰$Hƒ$8è����H‹\$Hƒû�tH‹k8H‰l$H‹k@H‰l$ è����HƒÄÉëàè����ëŽ
������:
��*runtime.racefuncenter���x
�� runtime.raceread���¼
��(runtime.racefuncexit���Ø
��0runtime.morestack_noctxt���0�� "".~r0�"type.interface {}�
"".fs��"type.*"".fileStat�S�€�4€��A#�Tgclocals·cad14e25fd48dddd762418d02c031d67�Tgclocals·69c1753bd5f81501d95132d08af04464���</tmp/go/src/os/types_notwin.goþ"".glob.func1��€��ndH‹ %����H;av!HƒìH‹\$H‰$è����ÆD$ è����HƒÄÃè����ëÉ
������:
��*runtime.racefuncenter���N
��(runtime.racefuncexit���b
��0runtime.morestack_noctxt���0�� "".~r1� type.bool��@�*@�
�$�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���./tmp/go/src/os/getwd.goþ"".init��À��ºdH‹ %����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€=�����…f��H‰����H����H‰$HÇD$���è����H‹\$H‰\$HH‹\$H‰\$PH����H‰$è����H‹\$HH‰����H‹\$P€=�����…ê��H‰����H����H‰$è����H‹����H‰$H����H‰\$HÇD$
���è����H‹\$H‰\$@H����H‰$è����H‹\$@€=�����…h��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‹\$@€=�����ukH‰����H����H‰$è����H����€=�����u-H‰����è����H����H‰$è����Æ����è����HƒÄXÃH-����H‰,$H‰\$è����ëÃH-����H‰,$H‰\$è����ë…H-����H‰,$H‰\$è����éÿÿÿH-����H‰,$H‰\$è����é…þÿÿH-����H‰,$H‰\$è����éþÿÿH-����H‰,$H‰\$è����é‡ýÿÿH-����H‰,$H‰\$è����éôüÿÿH-����H‰,$H‰\$è����éaüÿÿH-����H‰,$H‰\$è����éåûÿÿH-����H‰,$H‰\$è����éiûÿÿH-����H‰,$H‰\$è����éíúÿÿè����éãùÿÿ†
������B
��*runtime.racefuncenter���P��"".initdone·���b
�� runtime.raceread���p��"".initdone·���ˆ��"".initdone·���š
�� runtime.raceread���¨��"".initdone·���¼
��(runtime.racefuncexit���Ð
��"runtime.throwinit���â��"".initdone·���ô
��"runtime.racewrite���€�"".initdone·���Œ
��io.init���–
��syscall.init��� 
��time.init���ª
��runtime.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���¶ ��Pgo.string."os: process already finished"���Ú 
��errors.New��� ��"".errFinished���¢ 
��"runtime.racewrite���º ��"".errFinished���Ð �6runtime.writeBarrierEnabled���ì �"".errFinished���ú ��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���º��"".initdone·���Ì
��"runtime.racewrite���Ø�"".initdone·���ä
��(runtime.racefuncexit���ü��"".useSyscallwd���˜
��.runtime.writebarrierptr���ª��"".Stderr���Æ
��.runtime.writebarrierptr���Ø��"".Stdout���ô
��.runtime.writebarrierptr���Œ��"".Stdin���¨
��.runtime.writebarrierptr���À�"".errFinished���Ü
��.runtime.writebarrierptr���ô�"".Kill���
��.runtime.writebarrierptr���¨�"".Interrupt���Ä
��.runtime.writebarrierptr���Ü�"".ErrNotExist���ø
��.runtime.writebarrierptr����"".ErrExist���¬
��.runtime.writebarrierptr���Ä� "".ErrPermission���à
��.runtime.writebarrierptr���ø�"".ErrInvalid���”
��.runtime.writebarrierptr���¨
��0runtime.morestack_noctxt����°��"".autotmp_0777��type.*"".File�"".autotmp_0776��type.*"".File�"".autotmp_0775�/type.*"".File�"".autotmp_0774��type.error�"".autotmp_0773��&type.syscall.Signal�"".autotmp_0772�?&type.syscall.Signal�"".autotmp_0771��type.error�"".autotmp_0770��type.error�"".autotmp_0769��type.error�"".autotmp_0768�type.error�(°O¯°“ ¯°¥�^žˆòb´' &
 4N �”4žbbbbyy&bhhd?'
& 
6?>?&' �P� ¶>$>$>$>–5?)?)?%ç�Tgclocals·7d2d5fca80364273fb07d5820a76fef4�Tgclocals·6910e19bd0d31b4222b21d8d53042f42��� </tmp/go/src/os/types_notwin.go./tmp/go/src/os/error.go8/tmp/go/src/os/exec_posix.go6/tmp/go/src/os/exec_unix.go,/tmp/go/src/os/file.go./tmp/go/src/os/getwd.goþ4type..hash."".SyscallError�à��ÄdH‹ %����H;a†…���HƒìH‹\$H‰$è����H‹\$ H‰$Hƒ<$�tZH‹\$(H‰\$è����H‹D$H‹\$ H‰$Hƒ<$�t-Hƒ$H‰D$(H‰D$è����H‹D$H‰D$(H‰D$0è����HƒÄÉ%����ëʉ%����ëè����é^ÿÿÿ
������B
��*runtime.racefuncenter���€
��runtime.strhash���Ò
��"runtime.interhash���ú
��(runtime.racefuncexit���²
��0runtime.morestack_noctxt���00��"".autotmp_0779��type.uintptr� "".~r2� type.uintptr�"".h�type.uintptr�"".p��*type.*"".SyscallError�0n/0*�°�°� � �Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���4/tmp/go/src/os/dir_unix.goþ0type..eq."".SyscallError�à��ÐdH‹ %����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ÉéÞþÿÿ‰é¤þÿÿè����éXþÿÿ
������B
��*runtime.racefuncenter���^
�� runtime.raceread���º
�� runtime.raceread���Ð
�� runtime.eqstring���’
�� runtime.raceread���ú
�� runtime.raceread���‚
��runtime.ifaceeq���°
��(runtime.racefuncexit���Ô
��(runtime.racefuncexit���Ž
��(runtime.racefuncexit���¾
��0runtime.morestack_noctxt���0Ð��"".autotmp_0783�type.error�"".autotmp_0782�_type.error�"".autotmp_0781�?type.string�"".autotmp_0780�type.string� "".~r2� type.bool�"".q�*type.*"".SyscallError�"".p��*type.*"".SyscallError�2ÐÉÏÐÏÐÏÐ �°�°�� <KUDp�Tgclocals·9c91d8a91ac42440a3d1507bc8d2e808�Tgclocals·709ced5e74cbe4c0afb97d3c39ba72fd���4/tmp/go/src/os/dir_unix.goþ$type..hash."".file�à��ÚdH‹ %����H;a†Ð���Hƒì H‹\$ H‰$è����H‹\$(H‰$Hƒ<$�„ž���H‹\$0H‰\$HÇD$���è����H‹D$H‹\$(H‰$Hƒ<$�thHƒ$H‰D$0H‰D$è����H‹D$H‹\$(H‰$Hƒ<$�t6Hƒ$H‰D$0H‰D$HÇD$ ���è����H‹D$H‰D$0H‰D$8è����HƒÄ É%����ëÁ‰%����돉%����éVÿÿÿè����éÿÿÿ
������B
��*runtime.racefuncenter���š
��runtime.memhash���ì
��runtime.strhash���Ð
��runtime.memhash���ø
��(runtime.racefuncexit���È
��0runtime.morestack_noctxt���0@��
"".autotmp_0786��type.uintptr�"".autotmp_0785��type.uintptr� "".~r2� type.uintptr�"".h�type.uintptr�"".p��type.*"".file�@­?@+�ð�ð� � Ð�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���4/tmp/go/src/os/dir_unix.goþ type..eq."".file� ��dH‹ %����H;a†«��HƒìHH‹\$HH‰$è����H‹\$PH‰$è����H‹\$XH‰$è����H‹D$PH‹L‹D$XI‹(H9ëtÆD$`�è����HƒÄHÃH‰$Hƒ$è����H‹\$PHƒû�„5��H‹kH‰l$8H‹kH‰l$@H‹\$XH‰$Hƒ$è����H‹T$@H‹\$XHƒû�„õ���H‹KH‰L$(H‹CH‰D$0H9Â…Ë���H‹l$8H‰,$H‰T$H‰L$H‰D$è����¶\$ €û�„ ���H‹\$PH‰$Hƒ$è����H‹\$XH‰$Hƒ$è����H‹D$PH‹XL‹D$XI‹hH9ëtÆD$`�è����HƒÄHÃH‰$Hƒ$ è����H‹\$XH‰$Hƒ$ è����H‹l$P‹] L‹D$XA‹h 9ëtÆD$`�è����HƒÄHÃÆD$`è����HƒÄHÃÆD$`�è����HƒÄHÉéÿÿÿ‰éÄþÿÿè����é8þÿÿ"
������B
��*runtime.racefuncenter���^
�� runtime.raceread���z
�� runtime.raceread���¸
��(runtime.racefuncexit���Þ
�� runtime.raceread���Æ
�� runtime.raceread���Þ
�� runtime.eqstring��� 
�� runtime.raceread���Æ
�� runtime.raceread���ˆ
��(runtime.racefuncexit���®
�� runtime.raceread���Ô
�� runtime.raceread���’
��(runtime.racefuncexit���°
��(runtime.racefuncexit���Î
��(runtime.racefuncexit���þ
��0runtime.morestack_noctxt���0��
"".autotmp_0788�?type.string�"".autotmp_0787�type.string� "".~r2� type.bool�"".q�type.*"".file�"".p��type.*"".file�JMçD �Ð�Ð�� ‚Lâ�Tgclocals·51af24152615272c3d9efc8538f95767�Tgclocals·44750c784da4dd430afdd97fea5c405a���4/tmp/go/src/os/dir_unix.goþ"".File.close�€��€dH‹ %����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ƒÄ(Ãè����ë€
������f
��*runtime.racefuncenter���š
�� "".(*file).close���à
��(runtime.racefuncexit���ô
��0runtime.morestack_noctxt���0P��"".autotmp_0789�type.error� "".~r0�type.error�""..this��type."".File�PeOP�€�€��2=�Tgclocals·cad14e25fd48dddd762418d02c031d67�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���<autogenerated>þ "".(*File).close�À��¨dH‹ %����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ƒÄ(Ãè����élÿÿÿ
������f
��*runtime.racefuncenter���š
�� runtime.raceread���¼
�� "".(*file).close���‚
��(runtime.racefuncexit���–
��0runtime.morestack_noctxt���0P��"".autotmp_0790�type.error� "".~r0�type.error�""..this��type.*"".File�PvOP� � ��2N �Tgclocals·cad14e25fd48dddd762418d02c031d67�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���<autogenerated>þ*"".(*FileMode).String��à��ÎdH‹ %����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ƒÄ@Ãè����éÿÿÿ
������n
��*runtime.racefuncenter���¬��go.string."os"���Ô��(go.string."FileMode"���þ��$go.string."String"���¤
��"runtime.panicwrap���Ä
�� runtime.raceread���â
��$"".FileMode.String���¨
��(runtime.racefuncexit���¼
��0runtime.morestack_noctxt���0€��"".autotmp_0791�type.string� "".~r0�type.string�""..this��"type.*"".FileMode�€Å€�ð�ð��6�Tgclocals·69076ee43f1cead0792b9f36906b1b56�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���<autogenerated>þ("".(*FileMode).IsDir�� ��ŠdH‹ %����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Ãè����é;ÿÿÿ
������n
��*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�`£_`�Ð�
Ð� �6š�Tgclocals·3f5c1f818fa7055d0400cecd34057162�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ0"".(*FileMode).IsRegular�� ��ŠdH‹ %����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Ãè����é;ÿÿÿ
������n
��*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�`£_`�Ð� Ð� �6š�Tgclocals·3f5c1f818fa7055d0400cecd34057162�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ&"".(*FileMode).Perm��€��þdH‹ %����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Ãè����éAÿÿÿ
������n
��*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�`_` �À�À� �6Š�Tgclocals·3f5c1f818fa7055d0400cecd34057162�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ""".FileInfo.IsDir�à��ÊdH‹ %����H;avOHƒìH‹Y H…Ût H|$H9;uH‰#H‹\$H‰$è����H‹\$ H‰$H‹\$H‹[ ÿÓ¶\$ˆ\$(è����HƒÄÃè����ë›
������f
��*runtime.racefuncenter���’�������ª
��(runtime.racefuncexit���¾
��0runtime.morestack_noctxt���0 �� "".~r0� type.bool�""..this�� type."".FileInfo� J �p�p�
�2>�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ&"".FileInfo.ModTime�À��ºdH‹ %����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Ãè����écÿÿÿ
������n
��*runtime.racefuncenter���º�������”
��(runtime.racefuncexit���¨
��0runtime.morestack_noctxt���Pp��"".autotmp_0796�/type.time.Time� "".~r0� type.time.Time�""..this�� type."".FileInfo�p{op � � ��6S�Tgclocals·e6e574b02e3b9d44a75c7a6e0cbb8742�Tgclocals·f56b2291fa344104975cb6587be42b9b���<autogenerated>þ "".FileInfo.Mode�à��ÈdH‹ %����H;avNHƒìH‹Y H…Ût H|$H9;uH‰#H‹\$H‰$è����H‹\$ H‰$H‹\$H‹[0ÿӋ\$‰\$(è����HƒÄÃè����ëœ
������f
��*runtime.racefuncenter���’�������¨
��(runtime.racefuncexit���¼
��0runtime.morestack_noctxt���0 �� "".~r0�  type."".FileMode�""..this�� type."".FileInfo� I �p�p�
�2>�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ "".FileInfo.Name� ��’dH‹ %����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ƒÄ(Ãè����éwÿÿÿ
������f
��*runtime.racefuncenter���ª�������ì
��(runtime.racefuncexit���€
��0runtime.morestack_noctxt���@P��"".autotmp_0798�type.string� "".~r0� type.string�""..this�� type."".FileInfo�PkOP����2C�Tgclocals·a4eefca4bbbae1af180702e564a8cc49�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���<autogenerated>þ "".FileInfo.Size�à��ÌdH‹ %����H;avPHƒìH‹Y H…Ût H|$H9;uH‰#H‹\$H‰$è����H‹\$ H‰$H‹\$H‹[@ÿÓH‹\$H‰\$(è����HƒÄÃè����ëš
������f
��*runtime.racefuncenter���’�������¬
��(runtime.racefuncexit�����0runtime.morestack_noctxt���0 �� "".~r0� type.int64�""..this�� type."".FileInfo� K �p�p�
�2>�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ"".FileInfo.Sys� ��’dH‹ %����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ƒÄ(Ãè����éwÿÿÿ
������f
��*runtime.racefuncenter���ª�������ì
��(runtime.racefuncexit���€
��0runtime.morestack_noctxt���@P��"".autotmp_0800�"type.interface {}� "".~r0� "type.interface {}�""..this�� type."".FileInfo�PkOP����2C�Tgclocals·19b49d53e9c11805652fa4c0885cbb29�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���<autogenerated>þ*type..hash."".Process�€��ädH‹ %����H;av\Hƒì H‹\$ H‰$è����H‹\$(H‰$Hƒ<$�t1H‹\$0H‰\$HÇD$���è����H‹D$H‰D$0H‰D$8è����HƒÄ É%����ëÆè����ëŽ
������:
��*runtime.racefuncenter���Š
��runtime.memhash���²
��(runtime.racefuncexit���Ø
��0runtime.morestack_noctxt���0@�� "".~r2� type.uintptr�"".h�type.uintptr�"".p�� type.*"".Process�@N?@�€�€�
�d�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���4/tmp/go/src/os/dir_unix.goþ&type..eq."".Process�À��ªdH‹ %����H;av|Hƒì H‹\$ H‰$è����H‹\$(H‰$Hƒ<$�tQH‹\$0H‰\$Hƒ|$�t6HÇD$���è����¶\$€û�uÆD$8�è����HƒÄ ÃÆD$8è����HƒÄ É%����ëÁ‰%����ë¦è����ékÿÿÿ
������:
��*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���4/tmp/go/src/os/dir_unix.goþ "".Signal.Signal�À��¸dH‹ %����H;avFHƒìH‹Y H…Ût H|$H9;uH‰#H‹\$H‰$è����H‹\$H‰$H‹\$H‹[ ÿÓè����HƒÄÃè����ë¤
������f
��*runtime.racefuncenter���’�������˜
��(runtime.racefuncexit���¬
��0runtime.morestack_noctxt��� ��""..this��type."".Signal�A �`�`�
�2.�Tgclocals·2a1dd1e1e59d0a384c26951e316cd7e6�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ "".Signal.String� ��’dH‹ %����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ƒÄ(Ãè����éwÿÿÿ
������f
��*runtime.racefuncenter���ª�������ì
��(runtime.racefuncexit���€
��0runtime.morestack_noctxt���@P��"".autotmp_0803�type.string� "".~r0� type.string�""..this��type."".Signal�PkOP����2C�Tgclocals·a4eefca4bbbae1af180702e564a8cc49�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���<autogenerated>þ4type..hash."".ProcessState�€��èdH‹ %����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ƒÄ É%����ëÁ‰%����ë‹è����éLÿÿÿ
������B
��*runtime.racefuncenter���’
��runtime.memhash���ö
��runtime.memhash���ž
��(runtime.racefuncexit���Ö
��0runtime.morestack_noctxt���0@��"".autotmp_0805��type.uintptr� "".~r2� type.uintptr�"".h�type.uintptr�"".p��*type.*"".ProcessState�@€?@(�À�À� �  �Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���4/tmp/go/src/os/dir_unix.goþ0type..eq."".ProcessState� ��”dH‹ %����H;a†í���HƒìH‹\$H‰$è����H‹\$H‰$è����H‹\$H‰$è����H‹D$H‹L‹D$I‹(H9ëtÆD$ �è����HƒÄÃH‰$Hƒ$è����H‹\$H‰$Hƒ$è����H‹D$‹XL‹D$A‹h9ëtÆD$ �è����HƒÄÃH‰$Hƒ$è����H‹\$H‰$Hƒ$è����H‹l$H‹]L‹D$I‹hH9ëtÆD$ �è����HƒÄÃÆD$ è����HƒÄÃè����éöþÿÿ
������B
��*runtime.racefuncenter���^
�� runtime.raceread���z
�� runtime.raceread���¸
��(runtime.racefuncexit���Þ
�� runtime.raceread���„
�� runtime.raceread���Â
��(runtime.racefuncexit���è
�� runtime.raceread���Ž
�� runtime.raceread���Ð
��(runtime.racefuncexit���î
��(runtime.racefuncexit���‚
��0runtime.morestack_noctxt���0�� "".~r2� type.bool�"".q�*type.*"".ProcessState�"".p��*type.*"".ProcessState�*MDF��� � ð�Tgclocals·3bb21ca8fe1d99a3e492463bd711418a�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���4/tmp/go/src/os/dir_unix.goþ.type..hash."".PathError�À��¶dH‹ %����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ÿÿÿè����é%ÿÿÿ
������B
��*runtime.racefuncenter���ˆ
��runtime.strhash���Ú
��runtime.strhash���¬
��"runtime.interhash���Ô
��(runtime.racefuncexit���¤
��0runtime.morestack_noctxt���00��
"".autotmp_0808��type.uintptr�"".autotmp_0807��type.uintptr� "".~r2� type.uintptr�"".h�type.uintptr�"".p��$type.*"".PathError�0›/0-�à�à� � À�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���4/tmp/go/src/os/dir_unix.goþ*type..eq."".PathError�à ��Ò dH‹ %����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Ééþÿÿ‰éãýÿÿè����é—ýÿÿ
������B
��*runtime.racefuncenter���^
�� 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_0814�type.error�"".autotmp_0813�_type.error�"".autotmp_0812��type.string�"".autotmp_0811��type.string�"".autotmp_0810�?type.string�"".autotmp_0809�type.string� "".~r2� type.bool�"".q�$type.*"".PathError�"".p��$type.*"".PathError�>ÐêÏÐÏÐÏÐÏÐ�ð�ð�$� <KULUD�Tgclocals·42e7756549fd1f1e78e70fcb9f08dd2b�Tgclocals·5d4fd290f1d168e7b755e73db101e1fc���4/tmp/go/src/os/dir_unix.goþ.type..hash."".LinkError�À��¨dH‹ %����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ÿÿÿ‰%����é/ÿÿÿè����éìþÿÿ
������B
��*runtime.racefuncenter���ˆ
��runtime.strhash���â
��runtime.strhash���´
��runtime.strhash���†
��"runtime.interhash���®
��(runtime.racefuncexit���–
��0runtime.morestack_noctxt���00�� "".autotmp_0818��type.uintptr�"".autotmp_0817��type.uintptr�"".autotmp_0816��type.uintptr� "".~r2� type.uintptr�"".h�type.uintptr�"".p��$type.*"".LinkError�0È/0@� � � � €�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���4/tmp/go/src/os/dir_unix.goþ*type..eq."".LinkError�à ��Ô dH‹ %����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Éé\ýÿÿ‰é"ýÿÿè����éÖüÿÿ(
������B
��*runtime.racefuncenter���^
�� 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_0826�type.error�"".autotmp_0825�_type.error�"".autotmp_0824��type.string�"".autotmp_0823��type.string�"".autotmp_0822��type.string�"".autotmp_0821��type.string�"".autotmp_0820�?type.string�"".autotmp_0819�type.string� "".~r2� type.bool�"".q�$type.*"".LinkError�"".p��$type.*"".LinkError�JЋÏÐÏÐÏÐÏÐÏÐ�°�°�,� <KULULUD®�Tgclocals·42e7756549fd1f1e78e70fcb9f08dd2b�Tgclocals·5d4fd290f1d168e7b755e73db101e1fc���4/tmp/go/src/os/dir_unix.goþ(type..hash.[7]string�€��údH‹ %����H;a† ���Hƒì(H‹\$(H‰$è����H‹T$81ÀHÇD$���H‹l$H9è}\H‰D$ H‰ÅH‰ÐHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$0Hƒû�tEHÁåHëH‰$H‰D$8H‰D$è����H‹T$H‹D$ HÿÀH‹l$H9è|¤H‰T$8H‰T$@è����HƒÄ(Éë·è����éCÿÿÿ
������B
��*runtime.racefuncenter���€
��runtime.strhash���Ì
��(runtime.racefuncexit���è
��0runtime.morestack_noctxt���0P��
"".autotmp_0829�type.int�"".autotmp_0828�type.int� "".~r2� type.uintptr�"".h�type.uintptr�"".p��type.*[7]string�P—OP�À�À� �  �Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���4/tmp/go/src/os/dir_unix.goþ$type..eq.[7]string� ��˜dH‹ %����H;a†/��Hƒì`H‹\$`H‰$è����1ÀHÇD$0���H‹l$0H9èØ���H‰D$8H‹\$hH‰ÅH‰D$(HÁåHëH‰$è����H‹D$(H‹\$hHƒû�„Ç���H‰ÅHÁåHëH‹+H‰l$PH‹kH‰l$XH‹\$pH‰ÅHÁåHëH‰$è����H‹T$XH‹\$pHƒû�t}H‹l$(HÁåHëH‹ H‰L$@H‹CH‰D$HH9ÂuLH‹l$PH‰,$H‰T$H‰L$H‰D$è����¶\$ €û�t%H‹D$8HÿÀH‹l$0H9èŒ(ÿÿÿÆD$xè����HƒÄ`ÃÆD$x�è����HƒÄ`Éé|ÿÿÿ‰é2ÿÿÿè����é´þÿÿ
������B
��*runtime.racefuncenter���¸
�� runtime.raceread���Æ
�� runtime.raceread���ä
�� runtime.eqstring���¸
��(runtime.racefuncexit���Ö
��(runtime.racefuncexit���†
��0runtime.morestack_noctxt���0À��"".autotmp_0833�?type.string�"".autotmp_0832�type.string�"".autotmp_0831�_type.int�"".autotmp_0830�Otype.int�"".i�otype.int� "".~r2� type.bool�"".q�type.*[7]string�"".p��type.*[7]string�&À¿À¿À�Ð�Ð�� ‚O_�Tgclocals·51af24152615272c3d9efc8538f95767�Tgclocals·44750c784da4dd430afdd97fea5c405a���4/tmp/go/src/os/dir_unix.goþ,type..hash."".fileStat�À��ºdH‹ %����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ƒ<$�t_Hƒ$ H‰D$0H‰D$è����H‹D$H‹\$(H‰$Hƒ<$�t-Hƒ$8H‰D$0H‰D$è����H‹D$H‰D$0H‰D$8è����HƒÄ É%����ëʉ%����똉%����éZÿÿÿ‰%����é&ÿÿÿè����éãþÿÿ
������B
��*runtime.racefuncenter���ˆ
��runtime.strhash���ô
��runtime.memhash���Æ
��(type..hash.time.Time���˜
��(runtime.nilinterhash�����(runtime.racefuncexit���¨
��0runtime.morestack_noctxt���0@�� "".autotmp_0837��type.uintptr�"".autotmp_0836��type.uintptr�"".autotmp_0835��type.uintptr� "".~r2� type.uintptr�"".h�type.uintptr�"".p��"type.*"".fileStat�@Ñ?@7� � � � €�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���4/tmp/go/src/os/dir_unix.goþ(type..eq."".fileStat�€ ��ê dH‹ %����H;a†��HƒìxH‹\$xH‰$è����H‹œ$€���H‰$è����H‹œ$€���Hƒû�„Ü��H‹+H‰l$hH‹kH‰l$pH‹œ$ˆ���H‰$è����H‹T$pH‹œ$ˆ���Hƒû�„œ��H‹ H‰L$XH‹CH‰D$`H9Â…p��H‹l$hH‰,$H‰T$H‰L$H‰D$è����¶\$ €û�„E��H‹œ$€���H‰$Hƒ$è����H‹œ$ˆ���H‰$Hƒ$è����H‹„$€���H‹XL‹„$ˆ���I‹hH9ëtƄ$����è����HƒÄxÃH‰$Hƒ$è����H‹œ$ˆ���H‰$Hƒ$è����H‹„$€���H‹Œ$ˆ���‹X‹i9ëtƄ$����è����HƒÄxÃHƒÀ HƒÁ H‰L$(H‰D$0H‰$è����H‹\$(H‰$è����H‹D$0H‹L‹D$(I‹(H9ë…F��H‰$Hƒ$è����H‹\$(H‰$Hƒ$è����H‹D$0‹XL‹D$(A‹h9ë… ��H‰$Hƒ$è����H‹\$(H‰$Hƒ$è����H‹l$0H‹]L‹D$(I‹hH9ë…Ð���H‹œ$ˆ���H‰$Hƒ$8è����H‹œ$ˆ���Hƒû�„¡���H‹k8H‰l$HH‹k@H‰l$PH‹œ$€���H‰$Hƒ$8è����H‹T$HH‹œ$€���Hƒû�tbH‹C8H‹K@H‰L$@H‰D$8H9Ðu9H‰$H‰L$H‰T$H‹l$PH‰l$è����¶\$ €û�tƄ$���è����HƒÄxÃƄ$����è����HƒÄxÉ뚉éXÿÿÿƄ$����è����HƒÄxÃƄ$����è����HƒÄxÉé]ýÿÿ‰éýÿÿè����éËüÿÿ2
������B
��*runtime.racefuncenter���d
�� runtime.raceread���Ì
�� runtime.raceread���è
�� runtime.eqstring���°
�� runtime.raceread���Ü
�� runtime.raceread���°
��(runtime.racefuncexit���Ö
�� runtime.raceread���‚
�� runtime.raceread���Ð
��(runtime.racefuncexit���
�� runtime.raceread���¬
�� runtime.raceread���ú
�� runtime.raceread��� 
�� runtime.raceread���î
�� runtime.raceread���”
�� runtime.raceread���ö
�� runtime.raceread���ê 
�� runtime.raceread���ø

��runtime.efaceeq���¦ 
��(runtime.racefuncexit���Ê 
��(runtime.racefuncexit���„ 
��(runtime.racefuncexit���¨ 
��(runtime.racefuncexit���Ø 
��0runtime.morestack_noctxt���0ð��"".autotmp_0843�"type.interface {}�"".autotmp_0842�_"type.interface {}�"".autotmp_0841�Ÿtype.*time.Time�"".autotmp_0840�type.*time.Time�"".autotmp_0839�?type.string�"".autotmp_0838�type.string� "".~r2� type.bool�"".q�"type.*"".fileStat�"".p��"type.*"".fileStat�Xð‰ïðOïðêïðïðïðïð#�À�À�(� ENÔ³:G…�Tgclocals·42e7756549fd1f1e78e70fcb9f08dd2b�Tgclocals·4447c3b0c04cc73ce842ca1d21edf6f9���4/tmp/go/src/os/dir_unix.goþXtype..hash.struct { sync.Mutex; dir string }�à��ÖdH‹ %����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ƒÄ É%����ëʉ%����ë”è����éUÿÿÿ
������B
��*runtime.racefuncenter���’
��runtime.memhash���ä
��runtime.strhash���Œ
��(runtime.racefuncexit���Ä
��0runtime.morestack_noctxt���0@��"".autotmp_0845��type.uintptr� "".~r2� type.uintptr�"".h�type.uintptr�"".p��Ntype.*struct { sync.Mutex; dir string }�@w?@!�°�°� � �Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���4/tmp/go/src/os/dir_unix.goþTtype..eq.struct { sync.Mutex; dir string }�À��´dH‹ %����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Ééºþÿÿ‰�é¤þÿÿè����éfþÿÿ
������B
��*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_0849�?type.string�"".autotmp_0848�type.string�"".autotmp_0847�_ type.*sync.Mutex�"".autotmp_0846�O type.*sync.Mutex� "".~r2� type.bool�"".q�Ntype.*struct { sync.Mutex; dir string }�"".p��Ntype.*struct { sync.Mutex; dir string }�2°Á¯°¯°¯°� � �� 1r4De�Tgclocals·9c91d8a91ac42440a3d1507bc8d2e808�Tgclocals·9e293d2e7bcca1da9b3ac88635a86ca9���4/tmp/go/src/os/dir_unix.goþXgo.(*struct { sync.Mutex; dir string }).Lock�à��ÌdH‹ %����H;avPHƒìH‹Y H…Ût H|$H9;uH‰#H‹\$H‰$è����H‹\$H‰$Hƒ<$�tè����è����HƒÄÉ%����ëèè����ëš
������f
��*runtime.racefuncenter���
��$sync.(*Mutex).Lock���š
��(runtime.racefuncexit�����0runtime.morestack_noctxt�����""..this��Ntype.*struct { sync.Mutex; dir string }�B�p� p�
�2>�Tgclocals·87d20ce1b58390b294df80b886db78bf�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ\go.(*struct { sync.Mutex; dir string }).Unlock�à��ÌdH‹ %����H;avPHƒìH‹Y H…Ût H|$H9;uH‰#H‹\$H‰$è����H‹\$H‰$Hƒ<$�tè����è����HƒÄÉ%����ëèè����ëš
������f
��*runtime.racefuncenter���
��(sync.(*Mutex).Unlock���š
��(runtime.racefuncexit�����0runtime.morestack_noctxt�����""..this��Ntype.*struct { sync.Mutex; dir string }�B�p�"p�
�2>�Tgclocals·87d20ce1b58390b294df80b886db78bf�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���<autogenerated>þ0<go.itab.*"".SyscallError.error�����þ4go.string.hdr."readdirent"� �� ��������
����������,go.string."readdirent"���þ,go.string."readdirent"� ��readdirent��þTgclocals·29d2665900211d7bfc3a1d81bb1f87cb�p��p �������������������������€��‚����������������þTgclocals·98295252e8319197410141b00b6e39fa�p��p ������������������������������������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·008e235a1392cc90d1ed9ad2f7e76d87�(��(�����������������þTgclocals·f7309186bf9eeb0f8ece2eb16f2dc110�(��(����������������þTgclocals·008e235a1392cc90d1ed9ad2f7e76d87�(��(�����������������þ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� �� �������������þ,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�(��(����������������þ06go.itab.syscall.Errno.error�����þ(go.string.hdr."wait"� �� ������������������ go.string."wait"���þ go.string."wait"���
wait��þTgclocals·449d1e87280e7f4e257b07afe1c12102�X��X ��� �������������� ��¢��‚������������þTgclocals·58c5c2ee4a9394d08ea358113f0eece9�X��X ����������������������������������þ0Bgo.itab.*errors.errorString.error�����þXgo.string.hdr."os: process already released"� �� ������������������Pgo.string."os: process already released"���þPgo.string."os: process already released"�@��:os: process already released��þVgo.string.hdr."os: process not initialized"� �� ������������������Ngo.string."os: process not initialized"���þNgo.string."os: process not initialized"�@��8os: process not initialized��þVgo.string.hdr."os: unsupported signal type"� �� ������������������Ngo.string."os: unsupported signal type"���þNgo.string."os: unsupported signal type"�@��8os: unsupported signal type��þTgclocals·34373b392b06a5d673250841de0f60d0�`��`
����������€������������������������`���þTgclocals·f5ada6c15ec135574223a6fc13c75178�`��`
�������������������������������������þTgclocals·c55cf99de9cdd8c8202a466952fa1a45� �� ���������������þTgclocals·cad14e25fd48dddd762418d02c031d67� �� �������������þTgclocals·69c1753bd5f81501d95132d08af04464�����������þTgclocals·0cabbad06479030f0afba4cc01c40424� �� ��������������þ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·27e4ad053ad8d3b63ee6fef9988cbabc�@��@���������������������������þTgclocals·45856f850e47fa49f748f735c75a9bff�@��@���������c������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·ca4d572d27f22593085a68de5cc71f71�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·ca4d572d27f22593085a68de5cc71f71�8��8������������������������þTgclocals·c821cc5374b08e19b66a7c16b0b2785d�8��8��������� �������������þ*go.string.hdr."chown"� �� ������������������"go.string."chown"���þ"go.string."chown"��� chown��þTgclocals·1aae5fa8418752c61d2745ed2243938a�8��8������������������������þTgclocals·2ccb27f29f940b1b0e09d73280075653�8��8������������������1����þ,go.string.hdr."lchown"� �� ������������������$go.string."lchown"���þ$go.string."lchown"���lchown��þTgclocals·1aae5fa8418752c61d2745ed2243938a�8��8������������������������þTgclocals·2ccb27f29f940b1b0e09d73280075653�8��8������������������1����þTgclocals·ca4d572d27f22593085a68de5cc71f71�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���
���‘���‘���‘���‘���‘���þ06go.itab.*"".LinkError.error�����þ,go.string.hdr."rename"� �� ������������������$go.string."rename"���þ$go.string."rename"���rename��þTgclocals·1aae5fa8418752c61d2745ed2243938a�8��8������������������������þTgclocals·bcc2668d6432a551e8cba9fc9f0d9c50�8��8������������������5����þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·3f5c1f818fa7055d0400cecd34057162�������������þTgclocals·77e8b4016682d03a134daf11a80daa08�@��@�������������������� �������þTgclocals·29e074f29ebaefc663aa099d3eec728f�@��@���������
����������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·5c5a9f3dff47a8940bdc317b9324ac2a�������������þ(go.string.hdr."open"� �� ������������������ go.string."open"���þ go.string."open"���
open��þTgclocals·1aae5fa8418752c61d2745ed2243938a�8��8������������������������þTgclocals·a979aa573170fcdd0d46987ac0cf5deb�8��8������������������q����þTgclocals·c55cf99de9cdd8c8202a466952fa1a45� �� ���������������þTgclocals·cad14e25fd48dddd762418d02c031d67� �� �������������þ*go.string.hdr."close"� �� ������������������"go.string."close"���þ"go.string."close"��� close��þTgclocals·81332747916b2589a5b53d330bca8aae�@��@���������������������������þTgclocals·18f6d3d39240673c818afd82a70cfe06�@��@�������������������������þ(go.string.hdr."stat"� �� ������������������ go.string."stat"���þ go.string."stat"���
stat��þTgclocals·6fc1431babb81c52461a7b2a274313ba�@��@����������������� ��� �������þTgclocals·29e570754f65630de5b5c5941c156b05�@��@�������������������������þTgclocals·d76d733252dff1db3e6244421edfb3e6�@��@������������� ��� �����������þTgclocals·1ae0a449336cd9e1bcbe43833a52222b�@��@���������������������=����þ*go.string.hdr."lstat"� �� ������������������"go.string."lstat"���þ"go.string."lstat"��� lstat��þTgclocals·d76d733252dff1db3e6244421edfb3e6�@��@������������� ��� �����������þTgclocals·1ae0a449336cd9e1bcbe43833a52222b�@��@���������������������=����þ"go.string.hdr."."� �� ������������������go.string."."���þgo.string."."���.��þ"go.string.hdr."/"� �� ������������������go.string."/"���þgo.string."/"���/��þTgclocals·a0f8eb3562631804db7fec4f6788ebb1�`��`
����������€���€�����¡���Ÿ�������™���™@��@���þTgclocals·cd81c2de3df6b2917e7fe1c90583b6ca�`��`
������������a���e���e���e���e���a���a���a����þTgclocals·64ca935d1a2110a30e2d604686188539� �� ���������������þTgclocals·8cf14f50ac1bf7ae2848fda35f0590ec� �� ���������c����þTgclocals·64ca935d1a2110a30e2d604686188539� �� ���������������þTgclocals·105f3855eb890a8acc612838e7807774� �� ���������Ã����þTgclocals·d485c9031f595e5e2064fd597380d5a7�0��0��� �������@��� ��������þTgclocals·5ceec4439c598d3953ab7a2d38becacd�0��0���������������c����þTgclocals·64ca935d1a2110a30e2d604686188539� �� ���������������þTgclocals·105f3855eb890a8acc612838e7807774� �� ���������Ã����þTgclocals·c55cf99de9cdd8c8202a466952fa1a45� �� ���������������þTgclocals·385909f76d6de739e72f24698b953b71� �� ���������1����þTgclocals·1aae5fa8418752c61d2745ed2243938a�8��8������������������������þTgclocals·6205473c48c5b9d038be1bc15d6ecfbc�8��8����������������������þ,go.string.hdr."remove"� �� ������������������$go.string."remove"���þ$go.string."remove"���remove��þTgclocals·738a5bfca98c69e2f06d0f7e4fc2d464�@��@���������������������������þTgclocals·8e2bbcbd1e9fbc245057b6612de7a457�@��@��������� ����������������þTgclocals·69c1753bd5f81501d95132d08af04464�����������þTgclocals·342b6176fad1bf8fb686f6c9600f7161� �� �������������þ,go.string.hdr."TMPDIR"� �� ������������������$go.string."TMPDIR"���þ$go.string."TMPDIR"���TMPDIR��þ>go.string.hdr."/data/local/tmp"� �� ������������������6go.string."/data/local/tmp"���þ6go.string."/data/local/tmp"� �� /data/local/tmp��þ(go.string.hdr."/tmp"� �� ������������������ go.string."/tmp"���þ go.string."/tmp"���
/tmp��þTgclocals·c55cf99de9cdd8c8202a466952fa1a45� �� ���������������þTgclocals·d8fdd2a55187867c76648dc792366181� �� ��������������þ(go.string.hdr."link"� �� ������������������ go.string."link"���þ go.string."link"���
link��þTgclocals·1aae5fa8418752c61d2745ed2243938a�8��8������������������������þTgclocals·bcc2668d6432a551e8cba9fc9f0d9c50�8��8������������������5����þ.go.string.hdr."symlink"� �� ������������������&go.string."symlink"���þ&go.string."symlink"���symlink��þTgclocals·1aae5fa8418752c61d2745ed2243938a�8��8������������������������þTgclocals·bcc2668d6432a551e8cba9fc9f0d9c50�8��8������������������5����þ&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·4021f9eaef5849096e5344071117eb8a� 
�� 
6���^������������������������������������0�����������0����� �� ��0���� �����0��������0���������0��€������0��€�������0��„��������0����������<������������������������������������������� �0���0���€� �����0��� €�����0��� ������0���"������0���������0���������0����� 0À���0���� 0����0���0����0����0����0�� �0����0�� ��0����0��!���0����0������0���0�����0���0����������À������0���0�����0���0�����&0��0����&0���0����0���0����0���0��@�0���0��@��0���0��B��0���0�����0���������0����������ð��������� ð0������� ð�������@@ð�������@�ð�������A�ð��������ð��������ð����������������������0����0���þTgclocals·7f4f3e0129729fcec65ec93e80e86382�À��À6���������� �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������þTgclocals·aefe9989017b02000534fe20dcf223ac�0��0��� ������������������þTgclocals·55cabeff85b92397b87f04c127ff8c50�0��0�������������������þTgclocals·16881fc4256e6cf21131a8ee443ac2e9�`��`
�����������À��8���1���0�������À��Ì�Ì��ð���þTgclocals·ddad7b3e4ace0bdb1cc6e56355f3a7a6�`��`
��������������������� ����������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·23e8278e2b69a3a75fa59b23c49ed6ad��������������þ(go.string.hdr."pipe"� �� ������������������ go.string."pipe"���þ go.string."pipe"���
pipe��þ*go.string.hdr."pipe2"� �� ������������������"go.string."pipe2"���þ"go.string."pipe2"��� pipe2��þ$go.string.hdr."|0"� �� ������������������go.string."|0"���þgo.string."|0"���|0��þ$go.string.hdr."|1"� �� ������������������go.string."|1"���þgo.string."|1"���|1��þTgclocals·d42443b4d7fc4edcbb792b7856e0715c�h��h �����������À���1��1��0���������@ ��A �� ������þTgclocals·8b35c34f98f5703b9a06b18a09855966�h��h ��������������������������������������������������þTgclocals·2c033e7f4f4a74cc7e9f368d1fec9f60� �� ��������������þTgclocals·69c1753bd5f81501d95132d08af04464�����������þ:"".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·88e714c01bb71b96e86234463ddc9c32�@��@����������h��i��a���������þTgclocals·a83b4e460ec710ce55e4ffac9afa39a8�@��@������������������������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·5184031d3a32a42d85027f073f873668��������������þF"".runtime_beforeExit.args_stackmap�����������þTgclocals·f76a43c51604b910c32a90c82f39416e�0��0��������������������þTgclocals·42e7756549fd1f1e78e70fcb9f08dd2b�0��0�������������������þ0@go.itab.*"".fileStat."".FileInfo�����þTgclocals·a77b94a2a1fc775b1cc930aef7f2a57b�`��`
���������� ��� €��$��&������������������þTgclocals·67c47287aa78f7e027634f5d2a323c6d�`��`
�������������������������������������þTgclocals·4589920c015c00207e22a0079101ca32�(��(���������� ��������þTgclocals·9d1323d30d50a54779aebfb63f17a431�(��(������������������þTgclocals·fe4b3f6714f804cd541c39a6658dc308�0��0��� ������������������þTgclocals·a8a1bfd4a8e65514603acd6b14fce262�0��0�������������������þ"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� �� ��������������þRgo.string.hdr."/proc/sys/kernel/hostname"� �� ������������������Jgo.string."/proc/sys/kernel/hostname"���þJgo.string."/proc/sys/kernel/hostname"�@��4/proc/sys/kernel/hostname��þTgclocals·e1f81a03847eadd1318dd8d12ae098a2�H��H�������������������������������þTgclocals·aa859d9dd9c06e41cbfb7715eb5c8b1f�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·6e22b734d68729d6e507bff4e5c2005f�P��P����������@���H���4���$���&���"�������þTgclocals·48a95796da6e6a054fd70b1f076caef1�P��P�������������������������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·3f5c1f818fa7055d0400cecd34057162�������������þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·3f5c1f818fa7055d0400cecd34057162�������������þTgclocals·69c1753bd5f81501d95132d08af04464�����������þTgclocals·38e12d8c4ab61285482169ea94b8176e� �� ��������� ����þTgclocals·69c1753bd5f81501d95132d08af04464�����������þTgclocals·cad14e25fd48dddd762418d02c031d67� �� �������������þ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��þXgo.string.hdr."os: process already finished"� �� ������������������Pgo.string."os: process already finished"���þPgo.string."os: process already finished"�@��:os: process already finished��þ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���þ."".errFinished�� type.error���þ."".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���þ""".statictmp_0264��à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���þ."".(*Process).signal·f��������������("".(*Process).signal���þ0"".(*Process).release·f��������������*"".(*Process).release���þ""".findProcess·f��������������"".findProcess���þ<"".(*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���þ"".rename·f��������������"".rename���þ "".(*File).Fd·f��������������"".(*File).Fd���þ"".NewFile·f��������������"".NewFile���þ "".epipecheck·f��������������"".epipecheck���þ"".OpenFile·f��������������"".OpenFile���þ&"".(*File).Close·f�������������� "".(*File).Close���þ&"".(*file).close·f�������������� "".(*file).close���þ$"".(*File).Stat·f��������������"".(*File).Stat���þ"".Stat·f��������������"".Stat���þ"".Lstat·f��������������"".Lstat���þ*"".(*File).readdir·f��������������$"".(*File).readdir���þ$"".(*File).read·f��������������"".(*File).read���þ&"".(*File).pread·f�������������� "".(*File).pread���þ&"".(*File).write·f�������������� "".(*File).write���þ("".(*File).pwrite·f��������������""".(*File).pwrite���þ$"".(*File).seek·f��������������"".(*File).seek���þ"".Truncate·f��������������"".Truncate���þ"".Remove·f��������������"".Remove���þ"".basename·f��������������"".basename���þ"".TempDir·f��������������"".TempDir���þ"".Link·f��������������"".Link���þ"".Symlink·f��������������"".Symlink���þ"".Getwd·f��������������"".Getwd���þ"".MkdirAll·f��������������"".MkdirAll���þ"".RemoveAll·f��������������"".RemoveAll���þ*"".IsPathSeparator·f��������������$"".IsPathSeparator���þ"".Pipe·f��������������"".Pipe���þ"".init.1·f��������������"".init.1���þ$"".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���þ"".sameFile·f��������������"".sameFile���þ,"".fileInfoFromStat·f��������������&"".fileInfoFromStat���þ("".timespecToTime·f��������������""".timespecToTime���þ"".atime·f��������������"".atime���þ"".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���þ "".glob.func1·f��������������"".glob.func1���þ"".init·f��������������"".init���þ"runtime.gcbits.01����þ.go.string.hdr."[]uint8"� �� ������������������&go.string."[]uint8"���þ&go.string."[]uint8"���[]uint8��þtype.[]uint8� �� ��������������ß~.8��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��.go.string.hdr."[]uint8"���p��*go.weak.type.*[]uint8���€��"runtime.zerovalue�����type.uint8���þ6go.typelink.[]uint8 []uint8��������������type.[]uint8���þ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���þ4go.string.hdr."os.dirInfo"� �� ��������
����������,go.string."os.dirInfo"���þ,go.string."os.dirInfo"� ��os.dirInfo��þ&go.string.hdr."buf"� �� ������������������go.string."buf"���þgo.string."buf"���buf��þ$go.string.hdr."os"� �� ������������������go.string."os"���þgo.string."os"���os��þ"go.importpath."".� �� ������������������go.string."os"���þ(go.string.hdr."nbuf"� �� ������������������ go.string."nbuf"���þ go.string."nbuf"���
nbuf��þ(go.string.hdr."bufp"� �� ������������������ go.string."bufp"���þ go.string."bufp"���
bufp��þ.go.string.hdr."dirInfo"� �� ������������������&go.string."dirInfo"���þ&go.string."dirInfo"���dirInfo��þtype."".dirInfo��€��€(��������������{‡[ž�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� �����������������������������������������������&0à� runtime.algarray���@��"runtime.gcbits.01���P��4go.string.hdr."os.dirInfo"���p�� type.*"".dirInfo���€��"runtime.zerovalue���À�type."".dirInfo���À��&go.string.hdr."buf"���Ð��"go.importpath."".���à��type.[]uint8�����(go.string.hdr."nbuf"��� ��"go.importpath."".���°��type.int���à��(go.string.hdr."bufp"���ð��"go.importpath."".���€��type.int���`°�type."".dirInfo���°��.go.string.hdr."dirInfo"���À��"go.importpath."".���Ѐ�type."".dirInfo���þ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·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��þ: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.*"".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·44750c784da4dd430afdd97fea5c405a� �� ��������������þTgclocals·51af24152615272c3d9efc8538f95767� �� �������������þ,type..hashfunc."".file��������������$type..hash."".file���þ(type..eqfunc."".file�������������� type..eq."".file���þ"type..alg."".file� �� �������������������,type..hashfunc."".file�����(type..eqfunc."".file���þ"runtime.gcbits.0a���
�þ.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."nepipe"� �� ������������������$go.string."nepipe"���þ$go.string."nepipe"���nepipe��þ(go.string.hdr."file"� �� ������������������ go.string."file"���þ go.string."file"���
file��þtype."".file��Ð��Ð(������� �������*å{a����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� �����������������������������������������������,0��"type..alg."".file���@��"runtime.gcbits.0a���P��.go.string.hdr."os.file"���p��type.*"".file���€��"runtime.zerovalue���À�type."".file���À��$go.string.hdr."fd"���Ð��"go.importpath."".���à��type.int�����(go.string.hdr."name"��� ��"go.importpath."".���°��type.string���à��.go.string.hdr."dirinfo"���ð��"go.importpath."".���€�� type.*"".dirInfo���°��,go.string.hdr."nepipe"���À��"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���þ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���þ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."os.File"� �� ������������������&go.string."os.File"���þ&go.string."os.File"���os.File��þ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���þ(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���þ0go.string.hdr."*os.File"� �� ������������������(go.string."*os.File"���þ(go.string."*os.File"� ��*os.File��þ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���þ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���þ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���þ"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)���þ*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."Readdir"� �� ������������������&go.string."Readdir"���þ&go.string."Readdir"���Readdir��þ`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��þ.go.string.hdr."readdir"� �� ������������������&go.string."readdir"���þ&go.string."readdir"���readdir��þ8go.string.hdr."readdirnames"� �� �������� ����������0go.string."readdirnames"���þ0go.string."readdirnames"� ��readdirnames��þ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."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���Ð��.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���þ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·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·3bb21ca8fe1d99a3e492463bd711418a�������������þ<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��þ 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·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���þ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·4447c3b0c04cc73ce842ca1d21edf6f9�0��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���þ&runtime.gcbits.c101���Á�þ6go.string.hdr."os.fileStat"� �� �������� ����������.go.string."os.fileStat"���þ.go.string."os.fileStat"� ��os.fileStat��þ(go.string.hdr."size"� �� ������������������ go.string."size"���þ go.string."size"���
size��þ(go.string.hdr."mode"� �� ������������������ go.string."mode"���þ go.string."mode"���
mode��þ.go.string.hdr."modTime"� �� ������������������&go.string."modTime"���þ&go.string."modTime"���modTime��þ0go.string.hdr."fileStat"� �� ������������������(go.string."fileStat"���þ(go.string."fileStat"� ��fileStat��þ type."".fileStat�� �� H�������H�������Tg¢T����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� ���������������������������������������8�����������������������������������������������20��*type..alg."".fileStat���@��&runtime.gcbits.c101���P��6go.string.hdr."os.fileStat"���p��"type.*"".fileStat���€��"runtime.zerovalue���À� type."".fileStat���À��(go.string.hdr."name"���Ð��"go.importpath."".���à��type.string�����(go.string.hdr."size"��� ��"go.importpath."".���°��type.int64���à��(go.string.hdr."mode"���ð��"go.importpath."".���€�� type."".FileMode���°��.go.string.hdr."modTime"���À��"go.importpath."".���Ð��type.time.Time���€��&go.string.hdr."sys"�����"go.importpath."".��� ��"type.interface {}���`Ð� type."".fileStat���Ð��0go.string.hdr."fileStat"���à��"go.importpath."".���ð � type."".fileStat���þ8go.string.hdr."*os.fileStat"� �� �������� ����������0go.string."*os.fileStat"���þ0go.string."*os.fileStat"� ��*os.fileStat��þ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���þ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 {}���þ"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."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."[]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���þ,go.string.hdr."[2]int"� �� ������������������$go.string."[2]int"���þ$go.string."[2]int"���[2]int��þtype.[2]int�À��À���������������èÐu�‘�����������������������������������������������������������������������0À� runtime.algarray���@��runtime.gcbits.���P��,go.string.hdr."[2]int"���p��(go.weak.type.*[2]int���€��"runtime.zerovalue�����type.int��� ��type.[]int���þ2go.typelink.[2]int [2]int��������������type.[2]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���þ"type..hashfunc512� �� ������������������,runtime.memhash_varlen���þtype..eqfunc512� �� ������������������.runtime.memequal_varlen���þtype..alg512� �� �������������������"type..hashfunc512�����type..eqfunc512���þ4go.string.hdr."[512]uint8"� �� ��������
����������,go.string."[512]uint8"���þ,go.string."[512]uint8"� ��[512]uint8��þtype.[512]uint8�À��À���������������—)º�‘�����������������������������������������������������������������������0��type..alg512���@��runtime.gcbits.���P��4go.string.hdr."[512]uint8"���p��0go.weak.type.*[512]uint8���€��"runtime.zerovalue�����type.uint8��� ��type.[]uint8���þBgo.typelink.[512]uint8 [512]uint8��������������type.[512]uint8���þ6go.string.hdr."*[512]uint8"� �� �������� ����������.go.string."*[512]uint8"���þ.go.string."*[512]uint8"� ��*[512]uint8��þ type.*[512]uint8� �� ��������������F}¤/�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��6go.string.hdr."*[512]uint8"���p��2go.weak.type.**[512]uint8���€��"runtime.zerovalue�����type.[512]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 })���þ(go.string.hdr."Lock"� �� ������������������ go.string."Lock"���þ go.string."Lock"���
Lock��þ,go.string.hdr."Unlock"� �� ������������������$go.string."Unlock"���þ$go.string."Unlock"���Unlock��þ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."runtime"� �� ������������������&go.string."runtime"���þ&go.string."runtime"���runtime��þ,go.importpath.runtime.� �� ������������������&go.string."runtime"���þ$go.string.hdr."io"� �� ������������������go.string."io"���þgo.string."io"���io��þ"go.importpath.io.� �� ������������������go.string."io"���þ,go.string.hdr."errors"� �� ������������������$go.string."errors"���þ$go.string."errors"���errors��þ*go.importpath.errors.� �� ������������������$go.string."errors"���þ(go.string.hdr."sync"� �� ������������������ go.string."sync"���þ go.string."sync"���
sync��þ&go.importpath.sync.� �� ������������������ go.string."sync"���þ.go.string.hdr."syscall"� �� ������������������&go.string."syscall"���þ&go.string."syscall"���syscall��þ,go.importpath.syscall.� �� ������������������&go.string."syscall"���þ(go.string.hdr."time"� �� ������������������ go.string."time"���þ go.string."time"���
time��þ&go.importpath.time.� �� ������������������ go.string."time"���þ6go.string.hdr."sync/atomic"� �� �������� ����������.go.string."sync/atomic"���þ.go.string."sync/atomic"� ��sync/atomic��þ4go.importpath.sync/atomic.� �� �������� ����������.go.string."sync/atomic"���þ:type..hash."".SyscallError·f��������������4type..hash."".SyscallError���þ6type..eq."".SyscallError·f��������������0type..eq."".SyscallError���þ*type..hash."".file·f��������������$type..hash."".file���þ&type..eq."".file·f�������������� type..eq."".file���þ "".File.close·f��������������"".File.close���þ&"".(*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���þ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���þ^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�