Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
go1.6 / pkg / linux_amd64_race / log / syslog.a
Size: Mime:
!<arch>
__.PKGDEF       0           0     0     644     13675     `
go object linux amd64 go1.6 X:none
build id "31c668eb3d6bc83a91ac36153b865a15b37cc9f4"

$$
package syslog
	import errors "errors"
	import fmt "fmt"
	import sync "sync"
	import os "os"
	import log "log"
	import time "time"
	import net "net"
	import strings "strings"
	type @"".Priority int
	const @"".LOG_EMERG @"".Priority = 0x0
	const @"".LOG_ALERT @"".Priority = 0x1
	const @"".LOG_CRIT @"".Priority = 0x2
	const @"".LOG_ERR @"".Priority = 0x3
	const @"".LOG_WARNING @"".Priority = 0x4
	const @"".LOG_NOTICE @"".Priority = 0x5
	const @"".LOG_INFO @"".Priority = 0x6
	const @"".LOG_DEBUG @"".Priority = 0x7
	const @"".LOG_KERN @"".Priority = 0x0
	const @"".LOG_USER @"".Priority = 0x8
	const @"".LOG_MAIL @"".Priority = 0x10
	const @"".LOG_DAEMON @"".Priority = 0x18
	const @"".LOG_AUTH @"".Priority = 0x20
	const @"".LOG_SYSLOG @"".Priority = 0x28
	const @"".LOG_LPR @"".Priority = 0x30
	const @"".LOG_NEWS @"".Priority = 0x38
	const @"".LOG_UUCP @"".Priority = 0x40
	const @"".LOG_CRON @"".Priority = 0x48
	const @"".LOG_AUTHPRIV @"".Priority = 0x50
	const @"".LOG_FTP @"".Priority = 0x58
	const @"".LOG_LOCAL0 @"".Priority = 0x80
	const @"".LOG_LOCAL1 @"".Priority = 0x88
	const @"".LOG_LOCAL2 @"".Priority = 0x90
	const @"".LOG_LOCAL3 @"".Priority = 0x98
	const @"".LOG_LOCAL4 @"".Priority = 0xa0
	const @"".LOG_LOCAL5 @"".Priority = 0xa8
	const @"".LOG_LOCAL6 @"".Priority = 0xb0
	const @"".LOG_LOCAL7 @"".Priority = 0xb8
	type @"sync".Mutex struct { @"sync".state int32; @"sync".sema uint32 }
	func (@"sync".m·1 *@"sync".Mutex) Lock ()
	func (@"sync".m·1 *@"sync".Mutex) Unlock ()
	type @"".serverConn interface { @"".close() (? error); @"".writeString(@"".p @"".Priority, @"".hostname string, @"".tag string, @"".s string, @"".nl string) (? error) }
	type @"".Writer struct { @"".priority @"".Priority; @"".tag string; @"".hostname string; @"".network string; @"".raddr string; @"".mu @"sync".Mutex; @"".conn @"".serverConn }
	func (@"".w·2 *@"".Writer) Alert (@"".m·3 string) (@"".err·1 error)
	func (@"".w·2 *@"".Writer) Close () (? error)
	func (@"".w·2 *@"".Writer) Crit (@"".m·3 string) (@"".err·1 error)
	func (@"".w·2 *@"".Writer) Debug (@"".m·3 string) (@"".err·1 error)
	func (@"".w·2 *@"".Writer) Emerg (@"".m·3 string) (@"".err·1 error)
	func (@"".w·2 *@"".Writer) Err (@"".m·3 string) (@"".err·1 error)
	func (@"".w·2 *@"".Writer) Info (@"".m·3 string) (@"".err·1 error)
	func (@"".w·2 *@"".Writer) Notice (@"".m·3 string) (@"".err·1 error)
	func (@"".w·2 *@"".Writer) Warning (@"".m·3 string) (@"".err·1 error)
	func (@"".w·3 *@"".Writer) Write (@"".b·4 []byte "esc:0x1") (? int, ? error)
	func (@"".w·2 *@"".Writer "esc:0x9") @"".connect () (@"".err·1 error)
	func (@"".w·3 *@"".Writer "esc:0x9") @"".write (@"".p·4 @"".Priority, @"".msg·5 string) (? int, ? error)
	func (@"".w·3 *@"".Writer) @"".writeAndRetry (@"".p·4 @"".Priority, @"".s·5 string) (? int, ? error)
	func @"".New (@"".priority·3 @"".Priority, @"".tag·4 string) (@"".w·1 *@"".Writer, @"".err·2 error)
	func @"".Dial (@"".network·3 string, @"".raddr·4 string, @"".priority·5 @"".Priority, @"".tag·6 string) (? *@"".Writer, ? error)
	import io "io" // indirect
	type @"io".Writer interface { Write(@"io".p []byte) (@"io".n int, @"io".err 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".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) * float64(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) * float64(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) * float64(7198262071269114660816079141112770740375861891461678802759824945047098083990024106014198994535558872472104883612039846078596891298747423852523262413111296p-541) }
	func (@"time".d·2 @"time".Duration) String () (? string)
	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 >= int32(0x3b9aca00) { @"time".t·2.@"time".sec++; @"time".nsec·4 -= int32(0x3b9aca00) } else { if @"time".nsec·4 < int32(0x0) { @"time".t·2.@"time".sec--; @"time".nsec·4 += int32(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 == int64(0x0) && @"time".t·2.@"time".nsec == int32(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 + int64(-0xe7791f700) }
	func (@"time".t·2 @"time".Time "esc:0x1") UnixNano () (? int64) { return (@"time".t·2.@"time".sec + int64(-0xe7791f700)) * int64(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 @"log".Logger struct { @"log".mu @"sync".Mutex; @"log".prefix string; @"log".flag int; @"log".out @"io".Writer; @"log".buf []byte }
	func (@"log".l·1 *@"log".Logger) Fatal (@"log".v·2 ...interface {} "esc:0x9")
	func (@"log".l·1 *@"log".Logger) Fatalf (@"log".format·2 string "esc:0x9", @"log".v·3 ...interface {} "esc:0x9")
	func (@"log".l·1 *@"log".Logger) Fatalln (@"log".v·2 ...interface {} "esc:0x9")
	func (@"log".l·2 *@"log".Logger) Flags () (? int)
	func (@"log".l·2 *@"log".Logger) Output (@"log".calldepth·3 int, @"log".s·4 string "esc:0x9") (? error)
	func (@"log".l·1 *@"log".Logger) Panic (@"log".v·2 ...interface {} "esc:0x9")
	func (@"log".l·1 *@"log".Logger) Panicf (@"log".format·2 string "esc:0x9", @"log".v·3 ...interface {} "esc:0x9")
	func (@"log".l·1 *@"log".Logger) Panicln (@"log".v·2 ...interface {} "esc:0x9")
	func (@"log".l·2 *@"log".Logger) Prefix () (? string)
	func (@"log".l·1 *@"log".Logger) Print (@"log".v·2 ...interface {} "esc:0x9")
	func (@"log".l·1 *@"log".Logger) Printf (@"log".format·2 string "esc:0x9", @"log".v·3 ...interface {} "esc:0x9")
	func (@"log".l·1 *@"log".Logger) Println (@"log".v·2 ...interface {} "esc:0x9")
	func (@"log".l·1 *@"log".Logger) SetFlags (@"log".flag·2 int)
	func (@"log".l·1 *@"log".Logger) SetOutput (@"log".w·2 @"io".Writer)
	func (@"log".l·1 *@"log".Logger) SetPrefix (@"log".prefix·2 string)
	func (@"log".l·1 *@"log".Logger "esc:0x9") @"log".formatHeader (@"log".buf·2 *[]byte "esc:0x9", @"log".t·3 @"time".Time "esc:0x1", @"log".file·4 string "esc:0x9", @"log".line·5 int)
	func @"".NewLogger (@"".p·3 @"".Priority, @"".logFlag·4 int) (? *@"log".Logger, ? error)
	func @"".init ()
	var @"time".months [12]string
	var @"time".days [7]string
	var @"time".Local *@"time".Location
	var @"time".UTC *@"time".Location

$$
_go_.o          0           0     0     644     85600     `
go object linux amd64 go1.6 X:none

!
go13lderrors.a
fmt.a
log.a
net.aos.astrings.async.atime.aþ"".New€€dH‹%H;a†›Hƒì`H‹\$`H‰$è1Û1ÛH‰œ$ˆH‰œ$1ÛH‰$H‰\$1ÛH‰\$H‰\$H‹\$hH‰\$ H‹\$pH‰\$(H‹\$xH‰\$0èH‹D$8H‹T$@H‹L$HH‰„$€H‰T$PH‰”$ˆH‰L$XH‰Œ$èHƒÄ`ÃèéHÿÿÿÌÌÌÌÌÌÌÌ

B*runtime.racefuncenterÞ"".DialÊ(runtime.racefuncexitÞ0runtime.morestack_noctxt`À
"".autotmp_0001type.error"".err@type.error"".w0type.*"".Writer"".tagtype.string"".priority type."".PriorityÀ–¿ÀÖu „Tgclocals·1155ac395f003e6351a376353f36296dTgclocals·c55cf99de9cdd8c8202a466952fa1a45@$GOROOT/src/log/syslog/syslog.goþ"".DialÀÀdH‹%HD$øH;A†¹HìˆH‹œ$ˆH‰$èH‹„$°HDŽ$È1ÛH‰œ$ÐH‰œ$ØHƒøŒeH=¿YH‹œ$ÀHƒûuZHH‰$èH‹Hƒ=†H‰$èH‹Hƒ=†úH‹+H‰¬$¸H‹kH‰¬$ÀèH‹$H‹D$H‰L$XH‰D$`HH‰$èH‹D$H‰D$(H‰$HÇD$`èH‹|$(H‰øHƒÿ„†WÀHƒÇàèH‰$èH‹D$(H‹¬$°H‰(H‰$Hƒ$èH‹\$(H‹¬$ÀH‰kH‹¬$¸€=…H‰kH‹\$(H‰$Hƒ$èH‹\$(H‹l$`H‰k H‹l$X€=…ÈH‰kH‹\$(H‰$Hƒ$(èH‹\$(H‹¬$˜H‰k0H‹¬$€=…tH‰k(H‹\$(H‰$Hƒ$8èH‹\$(H‹¬$¨H‰k@H‹¬$ €=… H‰k8H‹D$(H‰D$ H‰$Hƒ<$„÷Hƒ$HèH‹\$ H‰\$Hƒ|$„ËHƒD$HÇ$HH‰D$èƒø…‘H‹\$ H‰$èH‹L$H‹T$Hƒùt9HDŽ$ÈH‰L$hH‰Œ$ÐH‰T$pH‰”$ؐèèHĈÃH‹\$ H‰œ$ÈH‰L$hH‰Œ$ÐH‰T$pH‰”$ؐèèHĈÐèèHĈÉ%é)ÿÿÿ‰%éýþÿÿLC8L‰$H‰l$èéÍþÿÿLC(L‰$H‰l$èéyþÿÿLCL‰$H‰l$èé%þÿÿLCL‰$H‰l$èé×ýÿÿ‰ésýÿÿèèHH‰\$HHÇD$P1ÛH‰\$8H‰\$@HH‰$èH‹D$H‰D$0H‰$èH‹\$0H‹l$PH‰kH‹l$H€=…•H‰+H‹\$0H‰\$0H‹
1íH9étKH‹T$0H‰L$xH‰”$€HDŽ$ÈH‰L$8H‰Œ$ÐH‰T$@H‰”$ؐèèHĈÃHH‰$HH‰\$HH‰\$èH‹L$ë†H‰$H‰l$èé[ÿÿÿèé%ûÿÿÌÌÌÌÌj
X*runtime.racefuncenterúos.ArgsŒ runtime.racereadšos.Args¨os.ArgsÈ runtime.racereadÖos.Argsäos.Argsªos.HostnameÞtype."".Writerð"runtime.newobject¨,runtime.racewriterangeä¢ runtime.duffzeroö"runtime.racewrite²"runtime.racewriteð(runtime.writeBarrier¬"runtime.racewriteÞ(runtime.writeBarrierš"runtime.racewriteØ(runtime.writeBarrier”"runtime.racewriteÒ(runtime.writeBarrier®	$sync.(*Mutex).Lock‚
.sync.(*Mutex).Unlock·f–
"runtime.deferprocÄ
("".(*Writer).connect¼&runtime.deferreturnÆ(runtime.racefuncexit°&runtime.deferreturnº(runtime.racefuncexitÖ&runtime.deferreturnà(runtime.racefuncexitÄ
.runtime.writebarrierptrò
.runtime.writebarrierptr .runtime.writebarrierptrÎ.runtime.writebarrierptrð$runtime.panicindexþ$runtime.panicindexPgo.string."log/syslog: invalid priority"Ò.type.errors.errorStringä"runtime.newobjectŠ"runtime.racewrite¼(runtime.writeBarrieròBgo.itab.*errors.errorString.errorü&runtime.deferreturn†(runtime.racefuncexit¤0type.*errors.errorStringºtype.errorÒBgo.itab.*errors.errorString.erroræ runtime.typ2Itab.runtime.writebarrierptr¤0runtime.morestack_noctxt  "".autotmp_0010¿type.*"".Writer"".autotmp_0008type.error"".autotmp_0007¯0type.*errors.errorString"".autotmp_0006type.error"".autotmp_00040type.*errors.errorString"".~r0Ÿtype.errorerrors.text·2type.string"".err?type.error"".wÏtype.*"".Writer"".hostname_type.string"".~r5€type.error"".~r4ptype.*"".Writer"".tagPtype.string"".priority@ type."".Priority"".raddr type.string"".networktype.stringFÏ9ÒBà	|è21ZÌ	=,:	
L½.-JH+Zr¹ŠK;	…E:x
6.Tgclocals·3f6a0740fb8993ecdf128a65317b056dTgclocals·f21022275f239fa9eb99858d4c2fd187@$GOROOT/src/log/syslog/syslog.goþ("".(*Writer).connectÀÀdH‹%HD$àH;A†³Hì H‹œ$ H‰$è1Û1ÛH‰œ$°H‰œ$¸H‹œ$¨H‰$Hƒ$PèH‹„$¨H‹hPHƒýtdH‰$Hƒ$PèH‹œ$¨Hƒû„8H‹KPH‹kXH‰l$hH‰,$H‰L$`H‹Y ÿÓH‹œ$¨H‰$Hƒ$PèH‹„$¨1íH‰hPH‰hXH‰$Hƒ$(èH‹„$¨H‹X0Hƒû…èH‹$H‰\$`H‹\$H‰\$hH‹\$H‰œ$H‹\$H‰œ$˜H‹œ$¨H‰$Hƒ$PèH‹œ$¨H‹l$`H‰kPH‹l$h€=…‚H‰kXH‹œ$H‰œ$°H‹œ$˜H‰œ$¸H‹œ$¨H‰$Hƒ$èH‹„$¨H‹X Hƒûu)H‰$Hƒ$èH‹œ$¨H-H‰kHÇC 	èHĠÃLCXL‰$H‰l$èékÿÿÿ1ÛH‰\$PH‰\$XH‰$Hƒ$(èH‹œ$¨H‰$Hƒ$8èH‹„$¨Hƒø„ƒHX(H‹H‰$H‹KH‰L$HX8H|$H‹H‰H‹KH‰OèH‹L$ H‹D$(H‹l$0H‹T$8H‰L$PH‰D$XH‰”$¸H‰¬$°Hƒý…2ÿÿÿHH‰$èH‹D$H‰D$HH‰$HÇD$èH‹D$H1í@ˆ(H‰hH‰hH‰$Hƒ$èH‹\$HH‹l$PH‰kH‹l$X€=…˜H‰kH‹\$HH‰\$HH‹H‰D$@1íH9è„<H‹œ$¨H‰$Hƒ$PèH‹D$HH‹L$@H‹œ$¨Hƒû„H‰L$`H‰KPH‰D$h€=…ÑH‰CXH‹œ$¨H‰$Hƒ$èH‹œ$¨H‹[ Hƒû…$þÿÿH‹\$XH‰$H‹\$PH‹[(ÿÓH‹L$H‹D$H‰„$ˆH‰$H‰Œ$€H‹Y(ÿÓH‹\$H‰\$pH‹\$H‰\$xH‹œ$¨H‰$Hƒ$èH‹œ$¨H‹l$xH‰k H‹l$p€=u	H‰kéšýÿÿLCL‰$H‰l$èéƒýÿÿLCXL‰$H‰D$èéÿÿÿ‰éöþÿÿHH‰$HH‰\$HH‰\$èH‹\$H‰\$@éþÿÿLCL‰$H‰l$èéUþÿÿ‰évýÿÿ‰éÁûÿÿèé+ûÿÿÌÌÌÌÌÌÌÌÌÌÌN
X*runtime.racefuncenter¬ runtime.racereadì runtime.racereadÌô"runtime.racewrite´ runtime.racereadê"".unixSyslogð"runtime.racewrite¨(runtime.writeBarrierª runtime.racereadê"runtime.racewriteˆ*go.string."localhost"ª(runtime.racefuncexitÞ.runtime.writebarrierptrœ runtime.racereadÈ runtime.racereadÌ	net.DialÊ
type."".netConnÜ
"runtime.newobject”,runtime.racewriterangeÔ"runtime.racewrite†(runtime.writeBarrier¾Bgo.itab.*"".netConn."".serverConnŠ
"runtime.racewriteê
(runtime.writeBarrier¬ runtime.raceread„Ìœ"runtime.racewriteÔ(runtime.writeBarrier.runtime.writebarrierptr¾.runtime.writebarrierpträ type.*"".netConnú$type."".serverConn’Bgo.itab.*"".netConn."".serverConn¦ runtime.typ2Itabè.runtime.writebarrierptr˜0runtime.morestack_noctxt0À"".autotmp_0020¿type.*uint8"".autotmp_0019¯ type.*"".netConn"".autotmp_0018_type.string"".autotmp_0017?type.net.Addr"".autotmp_0016 type.*"".netConn"".autotmp_0015type.error"".autotmp_0013type.error"".autotmp_0012$type."".serverConn"".cŸtype.net.Conn"".errtype.error"".wtype.*"".Writer"ÀÁ¿Àê¿à	x¤,+(<($()

Œâ,…UB+Œ]Z {Q-K:4NTgclocals·3b4e1236ea719e80701ff45d7138e020Tgclocals·943599a4d5c23e9e74f32c4e575d5e56@$GOROOT/src/log/syslog/syslog.goþ$"".(*Writer).WriteÀÀdH‹%H;a†½HƒìHH‹\$HH‰$è1ÛH‰\$xH‰œ$€H‹\$PH‰$èHÇ$H‹\$XH‰\$H‹\$`H‰\$H‹\$hH‰\$èH‹D$PH\$ H|$H‹H‰H‹KH‰OH‰$H‹(H‰l$èH‹D$ H‹T$(H‹L$0H‰D$pH‰T$8H‰T$xH‰L$@H‰Œ$€èHƒÄHÃèé&ÿÿÿÌÌÌÌÌÌ
B*runtime.racefuncenter| runtime.racereadÒ2runtime.slicebytetostring®4"".(*Writer).writeAndRetryŽ(runtime.racefuncexit¢0runtime.morestack_noctxtp
"".autotmp_0025type.error"".~r2Ptype.error"".~r1@type.int"".btype.[]uint8"".wtype.*"".Writer¸àØœ ¦Tgclocals·8cf14f50ac1bf7ae2848fda35f0590ecTgclocals·c55cf99de9cdd8c8202a466952fa1a45@$GOROOT/src/log/syslog/syslog.goþ$"".(*Writer).CloseÀÀdH‹%H;a†vHƒì8H‹\$8H‰$è1ÛH‰\$HH‰\$PH‹\$@H‰$Hƒ<$„8Hƒ$HèH‹\$@H‰\$Hƒ|$„HƒD$HÇ$HH‰D$èƒø…ÕH‹\$@H‰$Hƒ$PèH‹L$@H‹iPHƒý„“H‰$Hƒ$PèH‹\$@HƒûtvH‹KPH‹kXH‰l$0H‰,$H‰L$(H‹Y ÿÓH‹L$H‹D$H‰L$H‰D$ H‹\$@H‰$Hƒ$PèH‹\$@1íH‰kPH‰kXH‹\$H‰\$HH‹\$ H‰\$PèèHƒÄ8Éë†1ÛH‰\$HH‰\$PèèHƒÄ8ÐèèHƒÄ8É%éèþÿÿ‰%é¼þÿÿèémþÿÿÌÌÌÌÌÌÌÌÌÌÌÌÌ 
B*runtime.racefuncenter–$sync.(*Mutex).Lockê.sync.(*Mutex).Unlock·fþ"runtime.deferproc¶ runtime.racereadø runtime.racereadÊ”"runtime.racewriteæ&runtime.deferreturnð(runtime.racefuncexit¦&runtime.deferreturn°(runtime.racefuncexitÆ&runtime.deferreturnÐ(runtime.racefuncexit”0runtime.morestack_noctxt0p"".err?type.error"".~r0type.error"".wtype.*"".Writer(p©opopopo Lâ=&I"

 *Po(oTgclocals·13f38f3d5f5ec8cec8748cea29a07c5fTgclocals·0dc5c0863204b1fb13856ad5f1b640ab@$GOROOT/src/log/syslog/syslog.goþ$"".(*Writer).Emerg€€dH‹%H;aviHƒì8H‹\$8H‰$è1Û1ÛH‰\$XH‰\$`H‹\$@H‰$HÇD$H‹\$HH‰\$H‹\$PH‰\$èH‹L$(H‹D$0H‰L$XH‰D$`èHƒÄ8ÃèëÌ

:*runtime.racefuncenter¬4"".(*Writer).writeAndRetryÞ(runtime.racefuncexitò0runtime.morestack_noctxtPp"".err0type.error"".mtype.string"".wtype.*"".Writerpdo	€þ?
RTgclocals·e4b5616e5783a0b08ed3851f8c75ffedTgclocals·69c1753bd5f81501d95132d08af04464@$GOROOT/src/log/syslog/syslog.goþ$"".(*Writer).Alert€€dH‹%H;aviHƒì8H‹\$8H‰$è1Û1ÛH‰\$XH‰\$`H‹\$@H‰$HÇD$H‹\$HH‰\$H‹\$PH‰\$èH‹L$(H‹D$0H‰L$XH‰D$`èHƒÄ8ÃèëÌ

:*runtime.racefuncenter¬4"".(*Writer).writeAndRetryÞ(runtime.racefuncexitò0runtime.morestack_noctxtPp"".err0type.error"".mtype.string"".wtype.*"".Writerpdo	€Œ?
RTgclocals·e4b5616e5783a0b08ed3851f8c75ffedTgclocals·69c1753bd5f81501d95132d08af04464@$GOROOT/src/log/syslog/syslog.goþ""".(*Writer).Crit€€dH‹%H;aviHƒì8H‹\$8H‰$è1Û1ÛH‰\$XH‰\$`H‹\$@H‰$HÇD$H‹\$HH‰\$H‹\$PH‰\$èH‹L$(H‹D$0H‰L$XH‰D$`èHƒÄ8ÃèëÌ

:*runtime.racefuncenter¬4"".(*Writer).writeAndRetryÞ(runtime.racefuncexitò0runtime.morestack_noctxtPp"".err0type.error"".mtype.string"".wtype.*"".Writerpdo	€š?
RTgclocals·e4b5616e5783a0b08ed3851f8c75ffedTgclocals·69c1753bd5f81501d95132d08af04464@$GOROOT/src/log/syslog/syslog.goþ "".(*Writer).Err€€dH‹%H;aviHƒì8H‹\$8H‰$è1Û1ÛH‰\$XH‰\$`H‹\$@H‰$HÇD$H‹\$HH‰\$H‹\$PH‰\$èH‹L$(H‹D$0H‰L$XH‰D$`èHƒÄ8ÃèëÌ

:*runtime.racefuncenter¬4"".(*Writer).writeAndRetryÞ(runtime.racefuncexitò0runtime.morestack_noctxtPp"".err0type.error"".mtype.string"".wtype.*"".Writerpdo	€¨?
RTgclocals·e4b5616e5783a0b08ed3851f8c75ffedTgclocals·69c1753bd5f81501d95132d08af04464@$GOROOT/src/log/syslog/syslog.goþ("".(*Writer).Warning€€dH‹%H;aviHƒì8H‹\$8H‰$è1Û1ÛH‰\$XH‰\$`H‹\$@H‰$HÇD$H‹\$HH‰\$H‹\$PH‰\$èH‹L$(H‹D$0H‰L$XH‰D$`èHƒÄ8ÃèëÌ

:*runtime.racefuncenter¬4"".(*Writer).writeAndRetryÞ(runtime.racefuncexitò0runtime.morestack_noctxtPp"".err0type.error"".mtype.string"".wtype.*"".Writerpdo	€¶?
RTgclocals·e4b5616e5783a0b08ed3851f8c75ffedTgclocals·69c1753bd5f81501d95132d08af04464@$GOROOT/src/log/syslog/syslog.goþ&"".(*Writer).Notice€€dH‹%H;aviHƒì8H‹\$8H‰$è1Û1ÛH‰\$XH‰\$`H‹\$@H‰$HÇD$H‹\$HH‰\$H‹\$PH‰\$èH‹L$(H‹D$0H‰L$XH‰D$`èHƒÄ8ÃèëÌ

:*runtime.racefuncenter¬4"".(*Writer).writeAndRetryÞ(runtime.racefuncexitò0runtime.morestack_noctxtPp"".err0type.error"".mtype.string"".wtype.*"".Writerpdo	€Ä?
RTgclocals·e4b5616e5783a0b08ed3851f8c75ffedTgclocals·69c1753bd5f81501d95132d08af04464@$GOROOT/src/log/syslog/syslog.goþ""".(*Writer).Info€€dH‹%H;aviHƒì8H‹\$8H‰$è1Û1ÛH‰\$XH‰\$`H‹\$@H‰$HÇD$H‹\$HH‰\$H‹\$PH‰\$èH‹L$(H‹D$0H‰L$XH‰D$`èHƒÄ8ÃèëÌ

:*runtime.racefuncenter¬4"".(*Writer).writeAndRetryÞ(runtime.racefuncexitò0runtime.morestack_noctxtPp"".err0type.error"".mtype.string"".wtype.*"".Writerpdo	€Ò?
RTgclocals·e4b5616e5783a0b08ed3851f8c75ffedTgclocals·69c1753bd5f81501d95132d08af04464@$GOROOT/src/log/syslog/syslog.goþ$"".(*Writer).Debug€€dH‹%H;aviHƒì8H‹\$8H‰$è1Û1ÛH‰\$XH‰\$`H‹\$@H‰$HÇD$H‹\$HH‰\$H‹\$PH‰\$èH‹L$(H‹D$0H‰L$XH‰D$`èHƒÄ8ÃèëÌ

:*runtime.racefuncenter¬4"".(*Writer).writeAndRetryÞ(runtime.racefuncexitò0runtime.morestack_noctxtPp"".err0type.error"".mtype.string"".wtype.*"".Writerpdo	€à?
RTgclocals·e4b5616e5783a0b08ed3851f8c75ffedTgclocals·69c1753bd5f81501d95132d08af04464@$GOROOT/src/log/syslog/syslog.goþ4"".(*Writer).writeAndRetryÀ	À	dH‹%H;a†<HƒìpH‹\$pH‰$èHDŽ$˜1ÛH‰œ$ H‰œ$¨H‹\$xH‰$èH‹D$xH‹H‹¬$€HãøHƒåH	ëH‰\$8H‰$Hƒ<$„ÀHƒ$HèH‹\$xH‰\$Hƒ|$„”HƒD$HÇ$HH‰D$èƒø…]H‹\$xH‰$Hƒ$PèH‹t$xH‹nPHƒýtyH‰4$H‹\$8H‰\$H‹œ$ˆH‰\$H‹œ$H‰\$èH‹t$xH‹T$ H‹L$(H‹l$0H‰l$HH‰L$@Hƒùu(H‰”$˜H‰Œ$ H‰¬$¨èèHƒÄpÃH‰4$èH‹L$H‹T$H‰T$XH‰L$PHƒùt,HDŽ$˜H‰Œ$ H‰”$¨èèHƒÄpÃH‹\$xH‰$H‹\$8H‰\$H‹œ$ˆH‰\$H‹œ$H‰\$èH‹L$ H‹l$(H‹T$0H‰Œ$˜H‰l$`H‰¬$ H‰T$hH‰”$¨èèHƒÄpÐèèHƒÄpÉ%é`þÿÿ‰%é4þÿÿèé§ýÿÿÌÌÌÌÌÌÌ&
B*runtime.racefuncenterš runtime.raceread’$sync.(*Mutex).Lockæ.sync.(*Mutex).Unlock·fú"runtime.deferproc² runtime.racereadª$"".(*Writer).write®&runtime.deferreturn¸(runtime.racefuncexitÔ("".(*Writer).connectÌ&runtime.deferreturnÖ(runtime.racefuncexitÄ$"".(*Writer).write²&runtime.deferreturn¼(runtime.racefuncexitÒ&runtime.deferreturnÜ(runtime.racefuncexit 	0runtime.morestack_noctxtpà"".autotmp_0044type.error"".autotmp_0043type.int"".autotmp_0042type.error"".autotmp_0040type.error"".err?type.error"".err_type.error
"".pro type."".Priority"".~r3Ptype.error"".~r2@type.int"".s type.string"".p type."".Priority"".wtype.*"".WriterDàÍßàNßàrßàßàßàXê1="Q#"s( ,Œ};=6ITgclocals·e005ea8c128fdd2cbe053ee4ba8a4b6eTgclocals·ae0a20890c9ac6bfbea3383f34532bab@$GOROOT/src/log/syslog/syslog.goþ$"".(*Writer).write 
 
dH‹%HD$ÀH;A†jHìÀH‹œ$ÀH‰$è1ÛH‰œ$ðH‰œ$ø1ÛH‰œ$€H‰œ$ˆH‹¼$ØH‰|$`H‹Œ$àH5H‰t$pHÇÀH‰L$hH‰D$xH9ÁŒìH‰ËH)ÃH‰ÍH9ˇÓH)ÝI‰øHƒýtMH9Å…³L‰„$°L‰$H‰¬$¸H‰l$H‰t$H‰D$è¶\$ H‰Ø<uHH‰œ$€HDŽ$ˆH‹œ$ÈH‰$Hƒ$PèH‹œ$ÈH‰$Hƒ$èH‹œ$ÈH‰$Hƒ$èH‹„$ÈHƒø„	L‹@PH‹hXH‹œ$ÐH‰\$HXH|$H‹H‰H‹KH‰OHXH|$ H‹H‰H‹KH‰OH‹œ$ØH‰\$0H‹œ$àH‰\$8H‹œ$€H‰\$@H‹œ$ˆH‰\$HH‰¬$¨H‰,$L‰„$ I‹X(ÿÓH‹D$PH‹L$XH‰Œ$˜H‰„$Hƒøt)HDŽ$èH‰„$ðH‰Œ$øèHÄÀÃH‹œ$àH‰œ$è1ÛH‰œ$ðH‰œ$øèHÄÀÉéðþÿÿ1Àévþÿÿè1ÀéhþÿÿèétýÿÿÌÌÌÌ
X*runtime.racefuncenterØgo.string."\n"¼ runtime.eqstringâgo.string."\n"¶ runtime.racereadâ runtime.racereadŽ runtime.racereadØÖ(runtime.racefuncexit´	(runtime.racefuncexitê	$runtime.panicslice†
0runtime.morestack_noctxtp€"".autotmp_0052type.int"".autotmp_0050type.string"strings.suffix·3Ÿtype.stringstrings.s·2¿type.string"".err_type.error
"".nltype.string"".~r3Ptype.error"".~r2@type.int"".msg type.string"".p type."".Priority"".wtype.*"".Writer,€—ÿ€.ÿ€ÿDBš÷
"
+²>JTgclocals·e941e5b54f08eceb6bf87e68a60aef57Tgclocals·796d1b08c0cd95e58df51210baa4a04a@$GOROOT/src/log/syslog/syslog.goþ2"".(*netConn).writeStringà2à2dH‹%H„$€þÿÿH;A†~HìH‹œ$H‰$è1ÛH‰œ$XH‰œ$`H‹œ$H‰$èH‹¬$¶]€û„¹èH‹$‹L$H‹D$H‰”$H‰$‰Œ$ ‰L$H‰„$(H‰D$HH‰\$HÇD$ èH‹L$(H‹D$0H‹œ$H‰\$XH‰L$pH‰Œ$ðH‰D$xH‰„$øH‹œ$(H‰œ$àH‹œ$0H‰œ$èèH‹$H‰\$PH‹œ$8H‰œ$ÐH‹œ$@H‰œ$ØH‹œ$HH‰œ$ÀH‹œ$PH‰œ$ÈH¼$0WÀHƒÇàèHœ$0Hƒû„HDŽ$HDŽ$H‰œ$HH‰$H\$XH‰\$HÇD$èH‹\$H‰œ$ H‹\$ H‰œ$¨H‹œ$H‰$èH‹œ$H‹¬$ H‰+H‹¬$¨€=…ðH‰kHH‰$Hœ$ðH‰\$HÇD$èH‹\$H‰œ$ H‹\$ H‰œ$¨H‹œ$HƒÃH‰$èH‹œ$H‹¬$ HƒÃH‰+H‹¬$¨€=…TH‰kHH‰$Hœ$àH‰\$HÇD$èH‹\$H‰œ$ H‹\$ H‰œ$¨H‹œ$HƒÃ H‰$èH‹œ$H‹¬$ HƒÃ H‰+H‹¬$¨€=…¸H‰kHH‰$H\$PH‰\$HÇD$èH‹\$H‰œ$ H‹\$ H‰œ$¨H‹œ$HƒÃ0H‰$èH‹œ$H‹¬$ HƒÃ0H‰+H‹¬$¨€=…H‰kHH‰$Hœ$ÐH‰\$HÇD$èH‹\$H‰œ$ H‹\$ H‰œ$¨H‹œ$HƒÃ@H‰$èH‹œ$H‹¬$ HƒÃ@H‰+H‹¬$¨€=…ƒH‰kHH‰$Hœ$ÀH‰\$HÇD$èH‹\$H‰œ$ H‹\$ H‰œ$¨H‹œ$HƒÃPH‰$èH‹œ$H‹¬$ HƒÃPH‰+H‹¬$¨€=…çH‰kH‹œ$H‰$Hƒ$èHH‰$H‹´$Hƒþ„©H^H|$H‹H‰H‹KH‰OèH\$H‹H‰$H‹KH‰L$HH‰\$HÇD$H‹œ$H‰\$ H‹œ$H‰\$(H‹œ$H‰\$0èH‹L$@H‹D$HH‰Œ$H‰Œ$XH‰„$˜H‰„$`èHÄÉéPÿÿÿLCL‰$H‰l$èéÿÿÿLCL‰$H‰l$èéjþÿÿLCL‰$H‰l$èéÎýÿÿLCL‰$H‰l$èé5ýÿÿLCL‰$H‰l$èé™üÿÿLCL‰$H‰l$èéýûÿÿ‰é\ûÿÿèH‹$‹L$H‹D$H‰”$H‰$‰Œ$ ‰L$H‰„$(H‰D$HH‰\$HÇD$ èH‹L$(H‹D$0H‹œ$H‰\$XH‰L$`H‰Œ$ðH‰D$hH‰„$øH‹œ$H‰œ$àH‹œ$ H‰œ$èH‹œ$(H‰œ$ÐH‹œ$0H‰œ$ØèH‹$H‰\$PH‹œ$8H‰œ$ÀH‹œ$@H‰œ$ÈH‹œ$HH‰œ$°H‹œ$PH‰œ$¸H¼$WÀHƒÇðèHœ$Hƒû„9HDŽ$HDŽ$H‰œ$HH‰$H\$XH‰\$HÇD$èH‹\$H‰œ$ H‹\$ H‰œ$¨H‹œ$H‰$èH‹œ$H‹¬$ H‰+H‹¬$¨€=…ŒH‰kHH‰$Hœ$ðH‰\$HÇD$èH‹\$H‰œ$ H‹\$ H‰œ$¨H‹œ$HƒÃH‰$èH‹œ$H‹¬$ HƒÃH‰+H‹¬$¨€=…ðH‰kHH‰$Hœ$àH‰\$HÇD$èH‹\$H‰œ$ H‹\$ H‰œ$¨H‹œ$HƒÃ H‰$èH‹œ$H‹¬$ HƒÃ H‰+H‹¬$¨€=…TH‰kHH‰$Hœ$ÐH‰\$HÇD$èH‹\$H‰œ$ H‹\$ H‰œ$¨H‹œ$HƒÃ0H‰$èH‹œ$H‹¬$ HƒÃ0H‰+H‹¬$¨€=…¸H‰kHH‰$H\$PH‰\$HÇD$èH‹\$H‰œ$ H‹\$ H‰œ$¨H‹œ$HƒÃ@H‰$èH‹œ$H‹¬$ HƒÃ@H‰+H‹¬$¨€=…H‰kHH‰$Hœ$ÀH‰\$HÇD$èH‹\$H‰œ$ H‹\$ H‰œ$¨H‹œ$HƒÃPH‰$èH‹œ$H‹¬$ HƒÃPH‰+H‹¬$¨€=…ƒH‰kHH‰$Hœ$°H‰\$HÇD$èH‹\$H‰œ$ H‹\$ H‰œ$¨H‹œ$HƒÃ`H‰$èH‹œ$H‹¬$ HƒÃ`H‰+H‹¬$¨€=…çH‰kH‹œ$H‰$Hƒ$èHH‰$H‹´$Hƒþ„©H^H|$H‹H‰H‹KH‰OèH\$H‹H‰$H‹KH‰L$HH‰\$HÇD$H‹œ$H‰\$ H‹œ$H‰\$(H‹œ$H‰\$0èH‹L$@H‹D$HH‰Œ$€H‰Œ$XH‰„$ˆH‰„$`èHÄÉéPÿÿÿLCL‰$H‰l$èéÿÿÿLCL‰$H‰l$èéjþÿÿLCL‰$H‰l$èéÎýÿÿLCL‰$H‰l$èé5ýÿÿLCL‰$H‰l$èé™üÿÿLCL‰$H‰l$èéýûÿÿLCL‰$H‰l$èéaûÿÿ‰éÀúÿÿèé]óÿÿÌÌÌÌÌÌÌÌÌÌÌÌ̶
^*runtime.racefuncenter¤ runtime.racereadØtime.NowÈ6go.string."Jan _2 15:04:05"î time.Time.Formatšos.GetpidÔ¢ runtime.duffzeroÆ type."".Priorityþruntime.convT2EÔ"runtime.racewrite–(runtime.writeBarrierºtype.stringøruntime.convT2EÖ	"runtime.racewrite 
(runtime.writeBarrierÄ
type.string‚runtime.convT2Eà"runtime.racewriteª(runtime.writeBarrierÎtype.int†
runtime.convT2Eä
"runtime.racewrite®(runtime.writeBarrierÒtype.stringruntime.convT2Eî"runtime.racewrite¸(runtime.writeBarrierÜtype.stringšruntime.convT2Eø"runtime.racewriteÂ(runtime.writeBarrier„ runtime.raceread’type.io.Writeröruntime.convI2I®>go.string."<%d>%s %s[%d]: %s%s"¢fmt.Fprintf€(runtime.racefuncexitÂ.runtime.writebarrierptrð.runtime.writebarrierptrž.runtime.writebarrierptrÌ.runtime.writebarrierptrú.runtime.writebarrierptr¨.runtime.writebarrierptrÊtime.NowºJgo.string."2006-01-02T15:04:05Z07:00"à time.Time.FormatÌos.Getpid†š runtime.duffzeroø type."".Priority°runtime.convT2E†"runtime.racewriteÈ(runtime.writeBarrierìtype.stringª runtime.convT2Eˆ!"runtime.racewriteÒ!(runtime.writeBarrierö!type.string´"runtime.convT2E’#"runtime.racewriteÜ#(runtime.writeBarrier€$type.string¾$runtime.convT2Eœ%"runtime.racewriteæ%(runtime.writeBarrierŠ&type.intÂ&runtime.convT2E '"runtime.racewriteê'(runtime.writeBarrierŽ(type.stringÌ(runtime.convT2Eª)"runtime.racewriteô)(runtime.writeBarrier˜*type.stringÖ*runtime.convT2E´+"runtime.racewriteþ+(runtime.writeBarrierÀ, runtime.racereadÎ,type.io.Writer²-runtime.convI2Iê-Dgo.string."<%d>%s %s %s[%d]: %s%s"Þ.fmt.Fprintf¼/(runtime.racefuncexitþ/.runtime.writebarrierptr¬0.runtime.writebarrierptrÚ0.runtime.writebarrierptrˆ1.runtime.writebarrierptr¶1.runtime.writebarrierpträ1.runtime.writebarrierptr’2.runtime.writebarrierptr´20runtime.morestack_noctxtÀ€Z"".autotmp_0094"type.interface {}"".autotmp_0093"type.interface {}"".autotmp_0092"type.interface {}"".autotmp_0091"type.interface {}"".autotmp_0090"type.interface {}"".autotmp_0089"type.interface {}"".autotmp_0088"type.interface {}"".autotmp_0087ß(type.[7]interface {}"".autotmp_0084&type.[]interface {}"".autotmp_0083"type.interface {}"".autotmp_0082"type.interface {}"".autotmp_0081"type.interface {}"".autotmp_0080"type.interface {}"".autotmp_0079"type.interface {}"".autotmp_0078¿"type.interface {}"".autotmp_0077Ÿ(type.[6]interface {}"".autotmp_0074ÿ&type.[]interface {}"".autotmp_0073type.error"".autotmp_0072Ÿtype.string"".autotmp_0071type.string"".autotmp_0070type.int"".autotmp_0069type.string"".autotmp_0068type.string"".autotmp_0067type.string"".autotmp_0066 type."".Priority"".autotmp_0065type.string"".autotmp_0064type.time.Time"".autotmp_0062ÿtype.string"".autotmp_0061ßtype.string"".autotmp_0060ßtype.int"".autotmp_0059¿type.string"".autotmp_0058Ÿtype.string"".autotmp_0057Ï type."".Priority"".autotmp_0055Ïtype.time.Time"".errÿtype.error"".timestamp¿type.string"".errßtype.error"".timestampŸtype.string"".~r5 type.error
"".nl€type.string"".msg`type.string"".tag@type.string"".hostname type.string"".p type."".Priority"".n type.*"".netConn0"€é
ÿ€Ýÿ€¯ÿ°´²"&ZG”„ŒJ[
 ..Zg”‰ŒJ[
-.E®.Þ²+R/V/S/V/V/F/!„Á²+R/V/V/S/V/V/F/!²Tgclocals·0c6c3191bd8fbc1c1fa9e50fb93b7ffeTgclocals·fe9aff70387d515c69ea36605bb53dbb@$GOROOT/src/log/syslog/syslog.goþ&"".(*netConn).closeààdH‹%H;a†„Hƒì8H‹\$8H‰$è1ÛH‰\$HH‰\$PH‹\$@H‰$Hƒ$èH‹\$@HƒûtDH‹KH‹kH‰l$ H‰,$H‰L$H‹Y ÿÓH‹L$H‹D$H‰L$(H‰L$HH‰D$0H‰D$PèHƒÄ8Éë¸èé_ÿÿÿÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌ
B*runtime.racefuncenter€ runtime.racereadÒ”(runtime.racefuncexit°0runtime.morestack_noctxt0p"".autotmp_0095type.error"".~r0type.error"".n type.*"".netConnp{opo°Ö1X	 i'Tgclocals·cad14e25fd48dddd762418d02c031d67Tgclocals·64ca935d1a2110a30e2d604686188539@$GOROOT/src/log/syslog/syslog.goþ"".NewLoggerÀ	À	dH‹%HD$øH;A†6HìˆH‹œ$ˆH‰$è1ÛH‰œ$¨H‰œ$°H‹œ$H‰$1ÛH‰\$H‰\$èH‹L$H‹D$ H‹T$(H‰T$pH‰D$hHƒøt)HDŽ$ H‰„$¨H‰”$°èHĈÃH‰L$@H‹1íH9è„^H‹L$@H‰D$xH‰D$XH‰Œ$€H‰L$`1ÛH‰\$HH‰\$PH‹œ$˜H‰\$0HH‰$èH‹D$H‰D$8H‰$HÇD$HèH‹D$8H‰ÇHƒø„äWÀèGøH‰$Hƒ$ èH‹\$8H‹l$XH‰k H‹l$`€=…“H‰k(H‹\$8H‰$Hƒ$èH‹\$8H‹l$PH‰kH‹l$H€=uLH‰kH‹\$8H‰$Hƒ$èH‹D$8H‹l$0H‰hH‰„$ 1ÛH‰œ$¨H‰œ$°èHĈÃLCL‰$H‰l$èë¤LC(L‰$H‰l$èéZÿÿÿ‰éÿÿÿHH‰$HH‰\$HH‰\$èH‹D$épþÿÿèé¨ýÿÿÌÌÌÌÌÌÌÌ,
X*runtime.racefuncenter¶"".New¶(runtime.racefuncexitÞ8go.itab.*"".Writer.io.Writerìtype.log.Loggerþ"runtime.newobject¶,runtime.racewriterangeêº runtime.duffzeroŽ"runtime.racewriteÀ(runtime.writeBarrierü"runtime.racewrite®(runtime.writeBarrierâ"runtime.racewrite¼(runtime.racefuncexitð.runtime.writebarrierptr˜.runtime.writebarrierptr¾type.*"".WriterÔtype.io.Writerì8go.itab.*"".Writer.io.Writer€	 runtime.typ2Itabž	0runtime.morestack_noctxtP"".autotmp_0103Ÿ type.*log.Logger"".autotmp_0102 type.*log.Logger"".autotmp_0100type.io.Writer"".autotmp_0099type.*"".Writer"".autotmp_0097type.*"".Writerlog.flag·4¯type.intlog.prefix·3type.stringlog.out·2_type.io.Writer"".err?type.error"".~r30type.error"".~r2  type.*log.Logger"".logFlagtype.int"".p type."".Priority.‡Âdà.æ
	1§	.+odc3-	
4!Tgclocals·ce6ac39738fc58be3343e6946e252ef5Tgclocals·76ba437033d9f67bfb55de32d9e3f50e@$GOROOT/src/log/syslog/syslog.goþ"".unixSyslog€€dH‹%H„$°þÿÿH;A†THìÐH‹œ$ÐH‰$è1Û1Û1ÛH‰œ$èH‰œ$ð1ÀH‰„$ØH‰„$àH„$€H‰„$ˆH‰$HÇD$ èH‹„$ˆH‹-H‰(H‹-H‰hH‹-H‰hH‹-H‰hHDŽ$(HDŽ$0H‰„$ Hœ$ H‰œ$€H‰$HÇD$0èH‹„$€H‹-H‰(H‹-H‰hH‹-H‰hH‹-H‰hH‹-H‰h H‹-H‰h(HDŽ$@HDŽ$HH‰„$8H‹”$ H‹„$(H‹œ$0H‰œ$x1ÉH‰„$pH‰D$PH‰”$hH‰ÐH‰L$XH‹l$PH9鍃H‰D$xH‰$èH‹\$xHƒû„£H‹H‹kH‰Œ$H‰Œ$ÀH‰¬$H‰¬$ÈH‹”$8H‹„$@H‹œ$HH‰œ$`1ÉH‰„$XH‰D$@H‰”$PH‰ÐH‰L$HH‹l$@H9éÎH‰D$pH‰$èH‹\$pHƒû„H‹H‹kH‰Œ$H‰¬$H‹œ$ÀH‰$H‹œ$ÈH‰\$H‰Œ$°H‰L$H‰¬$¸H‰l$èH‹l$ H‹T$(H‹L$0H‹D$8H‰¬$àH‰”$èH‰„$ØH‰Œ$ÐHƒù„rH‹D$pH‹L$HHƒÀHÿÁH‰L$HH‹l$@H9éŒ2ÿÿÿH‹D$xH‹L$XHƒÀHÿÁH‰L$XH‹l$PH9éŒ}þÿÿHH‰œ$ HDŽ$¨1ÛH‰œ$H‰œ$˜HH‰$èH‹D$H‰D$`H‰$èH‹\$`H‹¬$¨H‰kH‹¬$ €=…¡H‰+H‹\$`H‰\$`H‹1íH9ètTH‹L$`H‰„$H‰Œ$˜1ÛH‰œ$ØH‰œ$àH‰„$H‰„$èH‰Œ$H‰Œ$ðèHÄÐÃHH‰$HH‰\$HH‰\$èH‹D$ézÿÿÿH‰$H‰l$èéOÿÿÿHH‰$èH‹D$H‰D$hH‰$Hƒ$èH‹\$hH‹¬$àH‰kH‹¬$è€=…§H‰kH‹\$hH‰$èH‹D$hHÇÅ@ˆ(H‰D$hH‹1íH9ètDH‹L$hH‰„$ðH‰„$ØH‰Œ$øH‰Œ$à1ÛH‰œ$èH‰œ$ðèHÄÐÃHH‰$HH‰\$HH‰\$èH‹D$ëLCL‰$H‰l$èéFÿÿÿ‰éîüÿÿ‰éVüÿÿèé‡úÿÿÌÌÌÌÌÌÌT
^*runtime.racefuncenterò,runtime.racewriterange""".statictmp_0111¤""".statictmp_0111º """.statictmp_0111Ð0""".statictmp_0111Ü,runtime.racewriterangeú""".statictmp_0114Ž""".statictmp_0114¤ """.statictmp_0114º0""".statictmp_0114Ð@""".statictmp_0114æP""".statictmp_0114ä runtime.raceread†	 runtime.racereadÂ
net.DialÜLgo.string."Unix syslog delivery error"¶
.type.errors.errorStringÈ
"runtime.newobjectî
"runtime.racewrite¬(runtime.writeBarrierâBgo.itab.*errors.errorString.errorˆ(runtime.racefuncexit¦0type.*errors.errorString¼type.errorÔBgo.itab.*errors.errorString.errorè runtime.typ2Itab˜.runtime.writebarrierptr°type."".netConnÂ"runtime.newobjectò"runtime.racewrite°(runtime.writeBarrierâ"runtime.racewrite˜Bgo.itab.*"".netConn."".serverConnž(runtime.racefuncexit¼ type.*"".netConnÒ$type."".serverConnêBgo.itab.*"".netConn."".serverConnþ runtime.typ2Itab°.runtime.writebarrierptrà0runtime.morestack_noctxt@ B"".autotmp_0131type.error"".autotmp_0130type.*uint8"".autotmp_0129type.error"".autotmp_0128ß0type.*errors.errorString"".autotmp_0127¿$type."".serverConn"".autotmp_0125Ï type.*"".netConn"".autotmp_0124type.string"".autotmp_0123¿type.*string"".autotmp_0122Ÿtype.int"".autotmp_0121type.int"".autotmp_0120Ÿtype.string"".autotmp_0119¯type.*string"".autotmp_0118ÿtype.int"".autotmp_0117ïtype.int"".autotmp_0116_type.[3]string"".autotmp_0115Ÿtype.*[3]string"".autotmp_0113Ÿtype.[2]string"".autotmp_0112type.*[2]string"".autotmp_01100type.*errors.errorString"".autotmp_0109 type.*"".netConn"".autotmp_0108ÿtype.error"".autotmp_0106ÿtype.[]string"".autotmp_0105Ïtype.[]string"".~r0ÿtype.errorerrors.text·2ßtype.string"".errÿtype.error"".connßtype.net.Conn"".path¿type.string"".networkŸtype.string"".logPaths¯type.[]string"".logTypesßtype.[]string"".err type.error"".conn$type."".serverConn." íŸ ŠŸ TŸ€T$"(u‹‘d$$ª¹N	F.JuÄ‘¡
0-8^0BTgclocals·0a36c9fc731031273b62298c854d8b81Tgclocals·214084e2b0b4e6064d8dba668e3f5cadJ$GOROOT/src/log/syslog/syslog_unix.goþ"".initÀÀdH‹%H;a†¶HƒìH‹\$H‰$èHH‰$è¶€ût-HH‰$è¶€ûu
èHƒÄÃèHH‰$èÆèèèèèèèHH‰$èÆèHƒÄÃèé-ÿÿÿÌÌÌÌÌÌÌÌÌÌÌÌÌ2
B*runtime.racefuncenterP"".initdone·b runtime.racereadp"".initdone·ˆ"".initdone·š runtime.raceread¨"".initdone·¼(runtime.racefuncexitÐ"runtime.throwinitâ"".initdone·ô"runtime.racewrite€"".initdone·Œfmt.init–log.init net.initªos.init´strings.init¾sync.initÈtime.initÖ"".initdone·è"runtime.racewriteô"".initdone·€(runtime.racefuncexit”0runtime.morestack_noctxtOaà@à ÀTgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·33cdeccccebe80329f1fdbee7f5874cbJ$GOROOT/src/log/syslog/syslog_unix.goþ&"".serverConn.close  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_0134type.error"".~r0 type.error""..this$type."".serverConnPkO2CTgclocals·19b49d53e9c11805652fa4c0885cbb29Tgclocals·c55cf99de9cdd8c8202a466952fa1a45<autogenerated>þ2"".serverConn.writeStringÀÀdH‹%H;a†ôHƒìpH‹Y H…Ût
H|$xH9;uH‰#H‹\$pH‰$è1ÛH‰œ$ÐH‰œ$ØH‹œ$ˆH‰\$H‹œ$H‰\$H‹œ$˜H‰\$H‹œ$ H‰\$ H‹œ$¨H‰\$(H‹œ$°H‰\$0H‹œ$¸H‰\$8H‹œ$ÀH‰\$@H‹œ$ÈH‰\$HH‹œ$€H‰$H‹\$xH‹[(ÿÓH‹L$PH‹D$XH‰L$`H‰Œ$ÐH‰D$hH‰„$ØèHƒÄpÃèéïþÿÿÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌ

n*runtime.racefuncenter®ü(runtime.racefuncexit0runtime.morestack_noctxtÐà"".autotmp_0135type.error"".~r5°type.error
"".nltype.string"".sptype.string"".tagPtype.string"".hostname0type.string"".p  type."".Priority""..this$type."".serverConnàïß  6Ç#Tgclocals·3fea6be3f846a86cb48575d1ae78cac3Tgclocals·c55cf99de9cdd8c8202a466952fa1a45<autogenerated>þ(type..hash."".WriterÀÀdH‹%H;a†´Hƒì H‹\$ H‰$èH‹\$(H‰$Hƒ<$„‚H‹\$0H‰\$HÇD$èH‹D$H‹\$(H‰$Hƒ<$„EHƒ$H‰D$0H‰D$èH‹D$H‹\$(H‰$Hƒ<$„Hƒ$H‰D$0H‰D$èH‹D$H‹\$(H‰$Hƒ<$„ÓHƒ$(H‰D$0H‰D$èH‹D$H‹\$(H‰$Hƒ<$„šHƒ$8H‰D$0H‰D$èH‹D$H‹\$(H‰$Hƒ<$thHƒ$HH‰D$0H‰D$HÇD$èH‹D$H‹\$(H‰$Hƒ<$t-Hƒ$PH‰D$0H‰D$èH‹D$H‰D$0H‰D$8èHƒÄ É%ëʉ%돉%éZÿÿÿ‰%é!ÿÿÿ‰%éèþÿÿ‰%é¯þÿÿ‰%érþÿÿèé/þÿÿÌÌÌÌÌÌÌÌÌÌÌÌÌÌÌ
B*runtime.racefuncenteršruntime.memhashôruntime.strhashÎruntime.strhash¨runtime.strhash‚runtime.strhashæruntime.memhash¸"runtime.interhashà(runtime.racefuncexit0runtime.morestack_noctxt0@"".autotmp_0142type.uintptr"".autotmp_0141type.uintptr"".autotmp_0140type.uintptr"".autotmp_0139type.uintptr"".autotmp_0138type.uintptr"".autotmp_0137type.uintptr"".~r2 type.uintptr"".htype.uintptr"".ptype.*"".Writer@á?@N?àà ÀTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cb:$GOROOT/src/log/syslog/doc.goþ$type..eq."".Writer€€dH‹%H;a†HƒìxH‹\$xH‰$èH‹œ$€H‰$èH‹œ$ˆH‰$èH‹„$€H‹L‹„$ˆI‹(H9ëtƄ$èHƒÄxÃH‰$Hƒ$èH‹œ$€Hƒû„“H‹kH‰l$hH‹kH‰l$pH‹œ$ˆH‰$Hƒ$èH‹T$pH‹œ$ˆHƒû„MH‹KH‰L$XH‹CH‰D$`H9Â… H‹l$hH‰,$H‰T$H‰L$H‰D$è¶\$ €û„õH‹œ$€H‰$Hƒ$èH‹œ$€Hƒû„ÆH‹kH‰l$XH‹k H‰l$`H‹œ$ˆH‰$Hƒ$èH‹L$`H‹œ$ˆHƒû„€H‹SH‰T$hH‹C H‰D$pH9Á…SH‹l$XH‰,$H‰L$H‰T$H‰D$è¶\$ €û„(H‹œ$€H‰$Hƒ$(èH‹œ$€Hƒû„ùH‹k(H‰l$hH‹k0H‰l$pH‹œ$ˆH‰$Hƒ$(èH‹T$pH‹œ$ˆHƒû„³H‹K(H‰L$XH‹C0H‰D$`H9Â…†H‹l$hH‰,$H‰T$H‰L$H‰D$è¶\$ €û„[H‹œ$€H‰$Hƒ$8èH‹œ$€Hƒû„,H‹k8H‰l$XH‹k@H‰l$`H‹œ$ˆH‰$Hƒ$8èH‹L$`H‹œ$ˆHƒû„æH‹S8H‰T$hH‹C@H‰D$pH9Á…¹H‹l$XH‰,$H‰L$H‰T$H‰D$è¶\$ €û„ŽH‹„$€Hƒø„uH‹Œ$ˆHƒÀHHƒù„XHƒÁHH‰L$(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ƒ$PèH‹œ$ˆHƒû„¡H‹kPH‰l$HH‹kXH‰l$PH‹œ$€H‰$Hƒ$PèH‹T$HH‹œ$€HƒûtbH‹CPH‹KXH‰L$@H‰D$8H9Ðu9H‰$H‰L$H‰T$H‹l$PH‰l$è¶\$ €ûtƄ$èHƒÄxÃƄ$èHƒÄxÉ뚉éXÿÿÿƄ$èHƒÄxÉé¡þÿÿ‰é„þÿÿƄ$èHƒÄxÉéþÿÿ‰éÍýÿÿƄ$èHƒÄxÉéFýÿÿ‰éýÿÿƄ$èHƒÄxÉéyüÿÿ‰é3üÿÿƄ$èHƒÄxÉé¬ûÿÿ‰éfûÿÿèéÈúÿÿÌÌÌÌÌÌÌÌ@
B*runtime.racefuncenterd runtime.raceread† runtime.racereadÖ(runtime.racefuncexitü runtime.racereadð runtime.racereadŽ runtime.eqstringÖ runtime.racereadÊ runtime.racereadè runtime.eqstring° runtime.raceread¤ runtime.racereadÂ	 runtime.eqstringŠ
 runtime.racereadþ
 runtime.racereadœ runtime.eqstring¶
 runtime.racereadÒ
 runtime.racereadœ runtime.racereadÂ runtime.raceread  runtime.raceread” runtime.raceread¢runtime.ifaceeqÐ(runtime.racefuncexitô(runtime.racefuncexit®(runtime.racefuncexitî(runtime.racefuncexit®(runtime.racefuncexitî(runtime.racefuncexit®(runtime.racefuncexitÞ0runtime.morestack_noctxt0ð"".autotmp_0154$type."".serverConn"".autotmp_0153_$type."".serverConn"".autotmp_0152Ÿ type.*sync.Mutex"".autotmp_0151 type.*sync.Mutex"".autotmp_0150type.string"".autotmp_0149type.string"".autotmp_0148type.string"".autotmp_0147type.string"".autotmp_0146type.string"".autotmp_0145type.string"".autotmp_0144?type.string"".autotmp_0143type.string"".~r2 type.bool"".qtype.*"".Writer"".ptype.*"".Writertð\ïðüïðïðïðïðïðïðïðïÀ
À
> —O^O^O^OMu:GðTgclocals·aa52d274abdec77c8c6f0039727529fbTgclocals·db7ebf6dc6b3b420076452c6f2a6bd09:$GOROOT/src/log/syslog/doc.goþ*type..hash."".netConnàà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.interhashŒ(runtime.racefuncexitÄ0runtime.morestack_noctxt0@"".autotmp_0156type.uintptr"".~r2 type.uintptr"".htype.uintptr"".p type.*"".netConn@w?@?°° Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cb:$GOROOT/src/log/syslog/doc.goþ&type..eq."".netConnààdH‹%H;a†HƒìHH‹\$HH‰$èH‹\$PH‰$èH‹\$XH‰$èH‹D$XH‹l$P¶]¶(@8ëtÆD$`èHƒÄHÃH‰$Hƒ$èH‹\$XHƒû„•H‹kH‰l$8H‹kH‰l$@H‹\$PH‰$Hƒ$èH‹T$8H‹\$PHƒût\H‹CH‹KH‰L$0H‰D$(H9Ðu6H‰$H‰L$H‰T$H‹l$@H‰l$è¶\$ €ûtÆD$`èHƒÄHÃÆD$`èHƒÄHÉ렉édÿÿÿèé×þÿÿÌÌÌÌÌÌÌ
B*runtime.racefuncenter^ runtime.racereadz runtime.racereadº(runtime.racefuncexità runtime.racereadÈ runtime.racereadÐruntime.ifaceeqø(runtime.racefuncexit–(runtime.racefuncexitÀ0runtime.morestack_noctxt0
"".autotmp_0158?type.net.Conn"".autotmp_0157type.net.Conn"".~r2 type.bool"".q type.*"".netConn"".p type.*"".netConn8Nž°° ƒDITgclocals·51af24152615272c3d9efc8538f95767Tgclocals·2c78d3ad9d760b5f66e2e47be684c787:$GOROOT/src/log/syslog/doc.goþ4type..hash.[6]interface {}ààdH‹%H;a†ˆHƒì(H‹\$(H‰$èH‹L$81ÀHÇD$H‹l$H9è}DH‰D$ H‹\$0HƒûtHH‰ÅHÁåHëH‰$H‰L$8H‰L$èH‹L$H‹D$ HÿÀH‹l$H9è|¼H‰L$8H‰L$@èHƒÄ(Éë´èé[ÿÿÿÌÌÌÌÌÌÌÌÌÌÌ

B*runtime.racefuncenterÐ(runtime.nilinterhashœ(runtime.racefuncexit¸0runtime.morestack_noctxt0P
"".autotmp_0161type.int"".autotmp_0160type.int"".~r2 type.uintptr"".htype.uintptr"".p*type.*[6]interface {}POPO°° Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cb:$GOROOT/src/log/syslog/doc.goþ0type..eq.[6]interface {}  dH‹%H;a†/Hƒì`H‹\$`H‰$è1ÀHÇD$0H‹l$0H9èØH‰D$8H‹\$pH‰ÅH‰D$(HÁåHëH‰$èH‹D$(H‹\$pHƒû„ÇH‰ÅHÁåHëH‹+H‰l$PH‹kH‰l$XH‹\$hH‰ÅHÁåHëH‰$èH‹T$PH‹\$hHƒût}H‹l$(HÁåHëH‹H‹KH‰L$HH‰D$@H9ÐuLH‰$H‰L$H‰T$H‹l$XH‰l$è¶\$ €ût%H‹D$8HÿÀH‹l$0H9èŒ(ÿÿÿÆD$xèHƒÄ`ÃÆD$xèHƒÄ`Éé|ÿÿÿ‰é2ÿÿÿèé´þÿÿÌÌÌÌ
B*runtime.racefuncenter¸ runtime.racereadÆ runtime.racereadäruntime.efaceeq¸(runtime.racefuncexitÖ(runtime.racefuncexit†0runtime.morestack_noctxt0À"".autotmp_0165?"type.interface {}"".autotmp_0164"type.interface {}"".autotmp_0163_type.int"".autotmp_0162Otype.int"".iotype.int"".~r2 type.bool"".q*type.*[6]interface {}"".p*type.*[6]interface {},À¿À¿À¿ÐÐ ‚O_Tgclocals·51af24152615272c3d9efc8538f95767Tgclocals·2c78d3ad9d760b5f66e2e47be684c787:$GOROOT/src/log/syslog/doc.goþ4type..hash.[7]interface {}ààdH‹%H;a†ˆHƒì(H‹\$(H‰$èH‹L$81ÀHÇD$H‹l$H9è}DH‰D$ H‹\$0HƒûtHH‰ÅHÁåHëH‰$H‰L$8H‰L$èH‹L$H‹D$ HÿÀH‹l$H9è|¼H‰L$8H‰L$@èHƒÄ(Éë´èé[ÿÿÿÌÌÌÌÌÌÌÌÌÌÌ

B*runtime.racefuncenterÐ(runtime.nilinterhashœ(runtime.racefuncexit¸0runtime.morestack_noctxt0P
"".autotmp_0168type.int"".autotmp_0167type.int"".~r2 type.uintptr"".htype.uintptr"".p*type.*[7]interface {}POPO°° Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cb:$GOROOT/src/log/syslog/doc.goþ0type..eq.[7]interface {}  dH‹%H;a†/Hƒì`H‹\$`H‰$è1ÀHÇD$0H‹l$0H9èØH‰D$8H‹\$pH‰ÅH‰D$(HÁåHëH‰$èH‹D$(H‹\$pHƒû„ÇH‰ÅHÁåHëH‹+H‰l$PH‹kH‰l$XH‹\$hH‰ÅHÁåHëH‰$èH‹T$PH‹\$hHƒût}H‹l$(HÁåHëH‹H‹KH‰L$HH‰D$@H9ÐuLH‰$H‰L$H‰T$H‹l$XH‰l$è¶\$ €ût%H‹D$8HÿÀH‹l$0H9èŒ(ÿÿÿÆD$xèHƒÄ`ÃÆD$xèHƒÄ`Éé|ÿÿÿ‰é2ÿÿÿèé´þÿÿÌÌÌÌ
B*runtime.racefuncenter¸ runtime.racereadÆ runtime.racereadäruntime.efaceeq¸(runtime.racefuncexitÖ(runtime.racefuncexit†0runtime.morestack_noctxt0À"".autotmp_0172?"type.interface {}"".autotmp_0171"type.interface {}"".autotmp_0170_type.int"".autotmp_0169Otype.int"".iotype.int"".~r2 type.bool"".q*type.*[7]interface {}"".p*type.*[7]interface {},À¿À¿À¿ÐÐ ‚O_Tgclocals·51af24152615272c3d9efc8538f95767Tgclocals·2c78d3ad9d760b5f66e2e47be684c787:$GOROOT/src/log/syslog/doc.goþ(type..hash.[2]stringààdH‹%H;a†ˆHƒì(H‹\$(H‰$èH‹L$81ÀHÇD$H‹l$H9è}DH‰D$ H‹\$0HƒûtHH‰ÅHÁåHëH‰$H‰L$8H‰L$èH‹L$H‹D$ HÿÀH‹l$H9è|¼H‰L$8H‰L$@èHƒÄ(Éë´èé[ÿÿÿÌÌÌÌÌÌÌÌÌÌÌ

B*runtime.racefuncenterÐruntime.strhashœ(runtime.racefuncexit¸0runtime.morestack_noctxt0P
"".autotmp_0175type.int"".autotmp_0174type.int"".~r2 type.uintptr"".htype.uintptr"".ptype.*[2]stringPOPO°° Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cb:$GOROOT/src/log/syslog/doc.goþ$type..eq.[2]string  dH‹%H;a†/Hƒì`H‹\$`H‰$è1ÀHÇD$0H‹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_noctxt0À"".autotmp_0179?type.string"".autotmp_0178type.string"".autotmp_0177_type.int"".autotmp_0176Otype.int"".iotype.int"".~r2 type.bool"".qtype.*[2]string"".ptype.*[2]string,À¿À¿À¿ÐÐ ‚O_Tgclocals·51af24152615272c3d9efc8538f95767Tgclocals·44750c784da4dd430afdd97fea5c405a:$GOROOT/src/log/syslog/doc.goþ(type..hash.[3]stringààdH‹%H;a†ˆHƒì(H‹\$(H‰$èH‹L$81ÀHÇD$H‹l$H9è}DH‰D$ H‹\$0HƒûtHH‰ÅHÁåHëH‰$H‰L$8H‰L$èH‹L$H‹D$ HÿÀH‹l$H9è|¼H‰L$8H‰L$@èHƒÄ(Éë´èé[ÿÿÿÌÌÌÌÌÌÌÌÌÌÌ

B*runtime.racefuncenterÐruntime.strhashœ(runtime.racefuncexit¸0runtime.morestack_noctxt0P
"".autotmp_0182type.int"".autotmp_0181type.int"".~r2 type.uintptr"".htype.uintptr"".ptype.*[3]stringPOPO°° Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cb:$GOROOT/src/log/syslog/doc.goþ$type..eq.[3]string  dH‹%H;a†/Hƒì`H‹\$`H‰$è1ÀHÇD$0H‹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_noctxt0À"".autotmp_0186?type.string"".autotmp_0185type.string"".autotmp_0184_type.int"".autotmp_0183Otype.int"".iotype.int"".~r2 type.bool"".qtype.*[3]string"".ptype.*[3]string,À¿À¿À¿ÐÐ ‚O_Tgclocals·51af24152615272c3d9efc8538f95767Tgclocals·44750c784da4dd430afdd97fea5c405a:$GOROOT/src/log/syslog/doc.goþTgclocals·c55cf99de9cdd8c8202a466952fa1a45  þTgclocals·1155ac395f003e6351a376353f36296d  :þ>Bgo.itab.*errors.errorString.errorþXgo.string.hdr."log/syslog: invalid priority"  Pgo.string."log/syslog: invalid priority"þPgo.string."log/syslog: invalid priority"@:log/syslog: invalid priorityþTgclocals·f21022275f239fa9eb99858d4c2fd187``

€‚ $þTgclocals·3f6a0740fb8993ecdf128a65317b056d``

%¥¥¥¥¥%%%%þ>Bgo.itab.*"".netConn."".serverConnþ2go.string.hdr."localhost"  	*go.string."localhost"þ*go.string."localhost" localhostþTgclocals·943599a4d5c23e9e74f32c4e575d5e56PP0@þTgclocals·3b4e1236ea719e80701ff45d7138e020PPþTgclocals·c55cf99de9cdd8c8202a466952fa1a45  þTgclocals·8cf14f50ac1bf7ae2848fda35f0590ec  cþTgclocals·0dc5c0863204b1fb13856ad5f1b640ab((þTgclocals·13f38f3d5f5ec8cec8748cea29a07c5f((þTgclocals·69c1753bd5f81501d95132d08af04464þTgclocals·e4b5616e5783a0b08ed3851f8c75ffed  þTgclocals·69c1753bd5f81501d95132d08af04464þTgclocals·e4b5616e5783a0b08ed3851f8c75ffed  þTgclocals·69c1753bd5f81501d95132d08af04464þTgclocals·e4b5616e5783a0b08ed3851f8c75ffed  þTgclocals·69c1753bd5f81501d95132d08af04464þTgclocals·e4b5616e5783a0b08ed3851f8c75ffed  þTgclocals·69c1753bd5f81501d95132d08af04464þTgclocals·e4b5616e5783a0b08ed3851f8c75ffed  þTgclocals·69c1753bd5f81501d95132d08af04464þTgclocals·e4b5616e5783a0b08ed3851f8c75ffed  þTgclocals·69c1753bd5f81501d95132d08af04464þTgclocals·e4b5616e5783a0b08ed3851f8c75ffed  þTgclocals·69c1753bd5f81501d95132d08af04464þTgclocals·e4b5616e5783a0b08ed3851f8c75ffed  þTgclocals·ae0a20890c9ac6bfbea3383f34532bab  þTgclocals·e005ea8c128fdd2cbe053ee4ba8a4b6e  eþ$go.string.hdr."\n"  go.string."\n"þgo.string."\n"
þTgclocals·796d1b08c0cd95e58df51210baa4a04a((þTgclocals·e941e5b54f08eceb6bf87e68a60aef57((eþ>go.string.hdr."Jan _2 15:04:05"  6go.string."Jan _2 15:04:05"þ6go.string."Jan _2 15:04:05"  Jan _2 15:04:05þFgo.string.hdr."<%d>%s %s[%d]: %s%s"  >go.string."<%d>%s %s[%d]: %s%s"þ>go.string."<%d>%s %s[%d]: %s%s"0(<%d>%s %s[%d]: %s%sþRgo.string.hdr."2006-01-02T15:04:05Z07:00"  Jgo.string."2006-01-02T15:04:05Z07:00"þJgo.string."2006-01-02T15:04:05Z07:00"@42006-01-02T15:04:05Z07:00þLgo.string.hdr."<%d>%s %s %s[%d]: %s%s"  Dgo.string."<%d>%s %s %s[%d]: %s%s"þDgo.string."<%d>%s %s %s[%d]: %s%s"0.<%d>%s %s %s[%d]: %s%sþTgclocals·fe9aff70387d515c69ea36605bb53dbbÀÀ4Pü?Sü?Pü?ü?@TÀÿWÀÿTÀÿÀÿþTgclocals·0c6c3191bd8fbc1c1fa9e50fb93b7ffehhUUUUUU
UUUUU
þTgclocals·64ca935d1a2110a30e2d604686188539  þTgclocals·cad14e25fd48dddd762418d02c031d67  þ>8go.itab.*"".Writer.io.WriterþTgclocals·76ba437033d9f67bfb55de32d9e3f50eHH
45þTgclocals·ce6ac39738fc58be3343e6946e252ef5HHþ0go.string.hdr."unixgram"  (go.string."unixgram"þ(go.string."unixgram" unixgramþ(go.string.hdr."unix"   go.string."unix"þ go.string."unix"
unixþ0go.string.hdr."/dev/log"  (go.string."/dev/log"þ(go.string."/dev/log" /dev/logþ>go.string.hdr."/var/run/syslog"  6go.string."/var/run/syslog"þ6go.string."/var/run/syslog"  /var/run/syslogþ8go.string.hdr."/var/run/log"  0go.string."/var/run/log"þ0go.string."/var/run/log" /var/run/logþTgo.string.hdr."Unix syslog delivery error"  Lgo.string."Unix syslog delivery error"þLgo.string."Unix syslog delivery error"@6Unix syslog delivery errorþTgclocals·214084e2b0b4e6064d8dba668e3f5cadÐÐ. PPPPPPPPPPPþTgclocals·0a36c9fc731031273b62298c854d8b81ppþTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·33cdeccccebe80329f1fdbee7f5874cbþ""".statictmp_0111@type.[2]string@(go.string."unixgram"  go.string."unix"þ""".statictmp_0114`type.[3]string`(go.string."/dev/log" 6go.string."/var/run/syslog"@0go.string."/var/run/log"þ>"".initdone·type.uint8þ"".New·f"".Newþ"".Dial·f"".Dialþ."".(*Writer).connect·f("".(*Writer).connectþ*"".(*Writer).Write·f$"".(*Writer).Writeþ*"".(*Writer).Close·f$"".(*Writer).Closeþ*"".(*Writer).Emerg·f$"".(*Writer).Emergþ*"".(*Writer).Alert·f$"".(*Writer).Alertþ("".(*Writer).Crit·f""".(*Writer).Critþ&"".(*Writer).Err·f "".(*Writer).Errþ."".(*Writer).Warning·f("".(*Writer).Warningþ,"".(*Writer).Notice·f&"".(*Writer).Noticeþ("".(*Writer).Info·f""".(*Writer).Infoþ*"".(*Writer).Debug·f$"".(*Writer).Debugþ:"".(*Writer).writeAndRetry·f4"".(*Writer).writeAndRetryþ*"".(*Writer).write·f$"".(*Writer).writeþ8"".(*netConn).writeString·f2"".(*netConn).writeStringþ,"".(*netConn).close·f&"".(*netConn).closeþ"".NewLogger·f"".NewLoggerþ "".unixSyslog·f"".unixSyslogþ"".init·f"".initþ"runtime.gcbits.01þ@go.string.hdr."*syslog.Priority"  8go.string."*syslog.Priority"þ8go.string."*syslog.Priority"0"*syslog.Priorityþ"type.*"".PriorityK÷R6
0  runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*syslog.Priority"p4go.weak.type.**"".Priority€ type."".Priorityþruntime.gcbits.þ>go.string.hdr."syslog.Priority"  6go.string."syslog.Priority"þ6go.string."syslog.Priority"  syslog.Priorityþ0go.string.hdr."Priority"  (go.string."Priority"þ(go.string."Priority" Priorityþ4go.string.hdr."log/syslog"  
,go.string."log/syslog"þ,go.string."log/syslog" log/syslogþ"go.importpath."".  
,go.string."log/syslog"þ type."".PriorityÐСre‚0  runtime.algarray@runtime.gcbits.P>go.string.hdr."syslog.Priority"p"type.*"".Priority`€ type."".Priority€0go.string.hdr."Priority""go.importpath."". Ð type."".PriorityþTgclocals·c55cf99de9cdd8c8202a466952fa1a45  þTgclocals·19b49d53e9c11805652fa4c0885cbb29  þTgclocals·c55cf99de9cdd8c8202a466952fa1a45  þTgclocals·3fea6be3f846a86cb48575d1ae78cac3  
««þ8go.string.hdr."func() error"  0go.string."func() error"þ0go.string."func() error" func() errorþ"type.func() error€€œ‚ֵ30€ runtime.algarray@"runtime.gcbits.01P8go.string.hdr."func() error"p4go.weak.type.*func() errorð"type.func() errorÀð"type.func() errorðtype.errorþJgo.typelink.func() error	func() error"type.func() errorþ–go.string.hdr."func(syslog.Priority, string, string, string, string) error"  ;Žgo.string."func(syslog.Priority, string, string, string, string) error"þŽgo.string."func(syslog.Priority, string, string, string, string) error"€xfunc(syslog.Priority, string, string, string, string) errorþxtype.func("".Priority, string, string, string, string) errorÐÐ[mÕ30€ runtime.algarray@"runtime.gcbits.01P–go.string.hdr."func(syslog.Priority, string, string, string, string) error"pŠgo.weak.type.*func("".Priority, string, string, string, string) errorðxtype.func("".Priority, string, string, string, string) errorÀÀxtype.func("".Priority, string, string, string, string) errorð type."".Priority€type.stringtype.string type.string°type.stringÀtype.errorþþgo.typelink.func(syslog.Priority, string, string, string, string) error	func("".Priority, string, string, string, string) errorxtype.func("".Priority, string, string, string, string) errorþDgo.string.hdr."*syslog.serverConn"  <go.string."*syslog.serverConn"þ<go.string."*syslog.serverConn"0&*syslog.serverConnþ&type.*"".serverConnk,õí6
0  runtime.algarray@"runtime.gcbits.01PDgo.string.hdr."*syslog.serverConn"p8go.weak.type.**"".serverConn€$type."".serverConnþ"runtime.gcbits.03þBgo.string.hdr."syslog.serverConn"  :go.string."syslog.serverConn"þ:go.string."syslog.serverConn"0$syslog.serverConnþ*go.string.hdr."close"  "go.string."close"þ"go.string."close"closeþ6go.string.hdr."writeString"  .go.string."writeString"þ.go.string."writeString" writeStringþ4go.string.hdr."serverConn"  
,go.string."serverConn"þ,go.string."serverConn" serverConnþ$type."".serverConnàà¯Îb0à runtime.algarray@"runtime.gcbits.03PBgo.string.hdr."syslog.serverConn"p&type.*"".serverConn€°$type."".serverConn°*go.string.hdr."close"À"go.importpath."".Ð"type.func() errorà6go.string.hdr."writeString"ð"go.importpath."".€xtype.func("".Priority, string, string, string, string) error`$type."".serverConn4go.string.hdr."serverConn" "go.importpath."".°à$type."".serverConnþTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2þTgclocals·db7ebf6dc6b3b420076452c6f2a6bd0988
@0þTgclocals·aa52d274abdec77c8c6f0039727529fb88þ0type..hashfunc."".Writer(type..hash."".Writerþ,type..eqfunc."".Writer$type..eq."".Writerþ&type..alg."".Writer  0type..hashfunc."".Writer,type..eqfunc."".Writerþ&runtime.gcbits.aa0cªþ:go.string.hdr."syslog.Writer"  
2go.string."syslog.Writer"þ2go.string."syslog.Writer" syslog.Writerþ0go.string.hdr."priority"  (go.string."priority"þ(go.string."priority" priorityþ&go.string.hdr."tag"  go.string."tag"þgo.string."tag"tagþ0go.string.hdr."hostname"  (go.string."hostname"þ(go.string."hostname" hostnameþ.go.string.hdr."network"  &go.string."network"þ&go.string."network"networkþ*go.string.hdr."raddr"  "go.string."raddr"þ"go.string."raddr"raddrþ$go.string.hdr."mu"  go.string."mu"þgo.string."mu"muþ(go.string.hdr."conn"   go.string."conn"þ go.string."conn"
connþ,go.string.hdr."Writer"  $go.string."Writer"þ$go.string."Writer"Writerþtype."".Writer°°``ꉈ(8HP<0&type..alg."".Writer@&runtime.gcbits.aa0cP:go.string.hdr."syslog.Writer"ptype.*"".Writer€°type."".Writer°0go.string.hdr."priority"À"go.importpath."".Ð type."".Priority€&go.string.hdr."tag""go.importpath."". type.stringÐ0go.string.hdr."hostname"à"go.importpath."".ðtype.string .go.string.hdr."network"°"go.importpath."".Àtype.stringð*go.string.hdr."raddr"€"go.importpath."".type.stringÀ$go.string.hdr."mu"Ð"go.importpath."".àtype.sync.Mutex(go.string.hdr."conn" "go.importpath."".°$type."".serverConn`àtype."".Writerà,go.string.hdr."Writer"ð"go.importpath."".€°type."".Writerþ<go.string.hdr."*syslog.Writer"  4go.string."*syslog.Writer"þ4go.string."*syslog.Writer" *syslog.Writerþdgo.string.hdr."func(*syslog.Writer, string) error"  "\go.string."func(*syslog.Writer, string) error"þ\go.string."func(*syslog.Writer, string) error"PFfunc(*syslog.Writer, string) errorþFtype.func(*"".Writer, string) error  
+30€ runtime.algarray@"runtime.gcbits.01Pdgo.string.hdr."func(*syslog.Writer, string) error"pXgo.weak.type.*func(*"".Writer, string) errorðFtype.func(*"".Writer, string) errorÀFtype.func(*"".Writer, string) errorðtype.*"".Writer€type.stringtype.errorþšgo.typelink.func(*syslog.Writer, string) error	func(*"".Writer, string) errorFtype.func(*"".Writer, string) errorþTgo.string.hdr."func(*syslog.Writer) error"  Lgo.string."func(*syslog.Writer) error"þLgo.string."func(*syslog.Writer) error"@6func(*syslog.Writer) errorþ6type.func(*"".Writer) errorXé"30€ runtime.algarray@"runtime.gcbits.01PTgo.string.hdr."func(*syslog.Writer) error"pHgo.weak.type.*func(*"".Writer) errorð6type.func(*"".Writer) errorÀ€6type.func(*"".Writer) errorðtype.*"".Writer€type.errorþzgo.typelink.func(*syslog.Writer) error	func(*"".Writer) error6type.func(*"".Writer) errorþ.go.string.hdr."[]uint8"  &go.string."[]uint8"þ&go.string."[]uint8"[]uint8þtype.[]uint8ß~.8
0  runtime.algarray@"runtime.gcbits.01P.go.string.hdr."[]uint8"p*go.weak.type.*[]uint8€type.uint8þ6go.typelink.[]uint8	[]uint8type.[]uint8þtgo.string.hdr."func(*syslog.Writer, []uint8) (int, error)"  *lgo.string."func(*syslog.Writer, []uint8) (int, error)"þlgo.string."func(*syslog.Writer, []uint8) (int, error)"`Vfunc(*syslog.Writer, []uint8) (int, error)þVtype.func(*"".Writer, []uint8) (int, error)°°hF£30€ runtime.algarray@"runtime.gcbits.01Ptgo.string.hdr."func(*syslog.Writer, []uint8) (int, error)"phgo.weak.type.*func(*"".Writer, []uint8) (int, error)ðVtype.func(*"".Writer, []uint8) (int, error)ÀVtype.func(*"".Writer, []uint8) (int, error)ðtype.*"".Writer€type.[]uint8type.int type.errorþºgo.typelink.func(*syslog.Writer, []uint8) (int, error)	func(*"".Writer, []uint8) (int, error)Vtype.func(*"".Writer, []uint8) (int, error)þ”go.string.hdr."func(*syslog.Writer, syslog.Priority, string) (int, error)"  :Œgo.string."func(*syslog.Writer, syslog.Priority, string) (int, error)"þŒgo.string."func(*syslog.Writer, syslog.Priority, string) (int, error)"€vfunc(*syslog.Writer, syslog.Priority, string) (int, error)þntype.func(*"".Writer, "".Priority, string) (int, error)ÀÀå–×30€ runtime.algarray@"runtime.gcbits.01P”go.string.hdr."func(*syslog.Writer, syslog.Priority, string) (int, error)"p€go.weak.type.*func(*"".Writer, "".Priority, string) (int, error)ðntype.func(*"".Writer, "".Priority, string) (int, error)À ntype.func(*"".Writer, "".Priority, string) (int, error)ðtype.*"".Writer€ type."".Prioritytype.string type.int°type.errorþògo.typelink.func(*syslog.Writer, syslog.Priority, string) (int, error)	func(*"".Writer, "".Priority, string) (int, error)ntype.func(*"".Writer, "".Priority, string) (int, error)þ*go.string.hdr."Alert"  "go.string."Alert"þ"go.string."Alert"AlertþDgo.string.hdr."func(string) error"  <go.string."func(string) error"þ<go.string."func(string) error"0&func(string) errorþ.type.func(string) errorŠB”h30€ runtime.algarray@"runtime.gcbits.01PDgo.string.hdr."func(string) error"p@go.weak.type.*func(string) errorð.type.func(string) errorÀ€.type.func(string) errorðtype.string€type.errorþbgo.typelink.func(string) error	func(string) error.type.func(string) errorþ*go.string.hdr."Close"  "go.string."Close"þ"go.string."Close"Closeþ(go.string.hdr."Crit"   go.string."Crit"þ go.string."Crit"
Critþ*go.string.hdr."Debug"  "go.string."Debug"þ"go.string."Debug"Debugþ*go.string.hdr."Emerg"  "go.string."Emerg"þ"go.string."Emerg"Emergþ&go.string.hdr."Err"  go.string."Err"þgo.string."Err"Errþ(go.string.hdr."Info"   go.string."Info"þ go.string."Info"
Infoþ,go.string.hdr."Notice"  $go.string."Notice"þ$go.string."Notice"Noticeþ.go.string.hdr."Warning"  &go.string."Warning"þ&go.string."Warning"Warningþ*go.string.hdr."Write"  "go.string."Write"þ"go.string."Write"Writeþ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)  „N4P30€ runtime.algarray@"runtime.gcbits.01PTgo.string.hdr."func([]uint8) (int, error)"pPgo.weak.type.*func([]uint8) (int, error)ð>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."connect"  &go.string."connect"þ&go.string."connect"connectþ*go.string.hdr."write"  "go.string."write"þ"go.string."write"writeþtgo.string.hdr."func(syslog.Priority, string) (int, error)"  *lgo.string."func(syslog.Priority, string) (int, error)"þlgo.string."func(syslog.Priority, string) (int, error)"`Vfunc(syslog.Priority, string) (int, error)þVtype.func("".Priority, string) (int, error)°°+џã30€ runtime.algarray@"runtime.gcbits.01Ptgo.string.hdr."func(syslog.Priority, string) (int, error)"phgo.weak.type.*func("".Priority, string) (int, error)ðVtype.func("".Priority, string) (int, error)ÀVtype.func("".Priority, string) (int, error)ð type."".Priority€type.stringtype.int type.errorþºgo.typelink.func(syslog.Priority, string) (int, error)	func("".Priority, string) (int, error)Vtype.func("".Priority, string) (int, error)þ:go.string.hdr."writeAndRetry"  
2go.string."writeAndRetry"þ2go.string."writeAndRetry" writeAndRetryþtype.*"".WriterÀÀ,ì76

–0  runtime.algarray@"runtime.gcbits.01P<go.string.hdr."*syslog.Writer"p0go.weak.type.**"".Writer€type."".Writer`type.*"".Writer°àtype.*"".Writerà*go.string.hdr."Alert"€.type.func(string) errorFtype.func(*"".Writer, string) error $"".(*Writer).Alert°$"".(*Writer).AlertÀ*go.string.hdr."Close"à"type.func() errorð6type.func(*"".Writer) error€$"".(*Writer).Close$"".(*Writer).Close (go.string.hdr."Crit"À.type.func(string) errorÐFtype.func(*"".Writer, string) errorà""".(*Writer).Critð""".(*Writer).Crit€*go.string.hdr."Debug" .type.func(string) error°Ftype.func(*"".Writer, string) errorÀ$"".(*Writer).DebugÐ$"".(*Writer).Debugà*go.string.hdr."Emerg"€.type.func(string) errorFtype.func(*"".Writer, string) error $"".(*Writer).Emerg°$"".(*Writer).EmergÀ&go.string.hdr."Err"à.type.func(string) errorðFtype.func(*"".Writer, string) error€ "".(*Writer).Err "".(*Writer).Err (go.string.hdr."Info"À.type.func(string) errorÐFtype.func(*"".Writer, string) errorà""".(*Writer).Infoð""".(*Writer).Info€,go.string.hdr."Notice" .type.func(string) error°Ftype.func(*"".Writer, string) errorÀ&"".(*Writer).NoticeÐ&"".(*Writer).Noticeà.go.string.hdr."Warning"€.type.func(string) errorFtype.func(*"".Writer, string) error ("".(*Writer).Warning°("".(*Writer).WarningÀ*go.string.hdr."Write"à>type.func([]uint8) (int, error)ðVtype.func(*"".Writer, []uint8) (int, error)€	$"".(*Writer).Write	$"".(*Writer).Write 	.go.string.hdr."connect"°	"go.importpath."".À	"type.func() errorÐ	6type.func(*"".Writer) errorà	("".(*Writer).connectð	("".(*Writer).connect€
*go.string.hdr."write"
"go.importpath."". 
Vtype.func("".Priority, string) (int, error)°
ntype.func(*"".Writer, "".Priority, string) (int, error)À
$"".(*Writer).writeÐ
$"".(*Writer).writeà
:go.string.hdr."writeAndRetry"ð
"go.importpath."".€Vtype.func("".Priority, string) (int, error)ntype.func(*"".Writer, "".Priority, string) (int, error) 4"".(*Writer).writeAndRetry°4"".(*Writer).writeAndRetryþTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2þTgclocals·2c78d3ad9d760b5f66e2e47be684c787  þTgclocals·51af24152615272c3d9efc8538f95767  þ2type..hashfunc."".netConn*type..hash."".netConnþ.type..eqfunc."".netConn&type..eq."".netConnþ(type..alg."".netConn  2type..hashfunc."".netConn.type..eqfunc."".netConnþ>go.string.hdr."*syslog.netConn"  6go.string."*syslog.netConn"þ6go.string."*syslog.netConn"  *syslog.netConnþVgo.string.hdr."func(*syslog.netConn) error"  Ngo.string."func(*syslog.netConn) error"þNgo.string."func(*syslog.netConn) error"@8func(*syslog.netConn) errorþ8type.func(*"".netConn) erroru:÷”30€ runtime.algarray@"runtime.gcbits.01PVgo.string.hdr."func(*syslog.netConn) error"pJgo.weak.type.*func(*"".netConn) errorð8type.func(*"".netConn) errorÀ€8type.func(*"".netConn) errorð type.*"".netConn€type.errorþ~go.typelink.func(*syslog.netConn) error	func(*"".netConn) error8type.func(*"".netConn) errorþ¸go.string.hdr."func(*syslog.netConn, syslog.Priority, string, string, string, string) error"  L°go.string."func(*syslog.netConn, syslog.Priority, string, string, string, string) error"þ°go.string."func(*syslog.netConn, syslog.Priority, string, string, string, string) error" šfunc(*syslog.netConn, syslog.Priority, string, string, string, string) errorþ’type.func(*"".netConn, "".Priority, string, string, string, string) erroràà‹ÎÃ30€ runtime.algarray@"runtime.gcbits.01P¸go.string.hdr."func(*syslog.netConn, syslog.Priority, string, string, string, string) error"p¤go.weak.type.*func(*"".netConn, "".Priority, string, string, string, string) errorð’type.func(*"".netConn, "".Priority, string, string, string, string) errorÀÐ’type.func(*"".netConn, "".Priority, string, string, string, string) errorð type.*"".netConn€ type."".Prioritytype.string type.string°type.stringÀtype.stringÐtype.errorþºgo.typelink.func(*syslog.netConn, syslog.Priority, string, string, string, string) error	func(*"".netConn, "".Priority, string, string, string, string) error’type.func(*"".netConn, "".Priority, string, string, string, string) errorþ type.*"".netConn  L—™6&0  runtime.algarray@"runtime.gcbits.01P>go.string.hdr."*syslog.netConn"p2go.weak.type.**"".netConn€type."".netConn` type.*"".netConn°à type.*"".netConnà*go.string.hdr."close"ð"go.importpath."".€"type.func() error8type.func(*"".netConn) error &"".(*netConn).close°&"".(*netConn).closeÀ6go.string.hdr."writeString"Ð"go.importpath."".àxtype.func("".Priority, string, string, string, string) errorð’type.func(*"".netConn, "".Priority, string, string, string, string) error€2"".(*netConn).writeString2"".(*netConn).writeStringþ"runtime.gcbits.06þ<go.string.hdr."syslog.netConn"  4go.string."syslog.netConn"þ4go.string."syslog.netConn" syslog.netConnþ*go.string.hdr."local"  "go.string."local"þ"go.string."local"localþ.go.string.hdr."netConn"  &go.string."netConn"þ&go.string."netConn"netConnþtype."".netConn  {f›0(type..alg."".netConn@"runtime.gcbits.06P<go.string.hdr."syslog.netConn"p type.*"".netConn€°type."".netConn°*go.string.hdr."local"À"go.importpath."".Ðtype.bool€(go.string.hdr."conn""go.importpath."". type.net.Conn`Ðtype."".netConnÐ.go.string.hdr."netConn"à"go.importpath."".ð type."".netConnþ8go.string.hdr."interface {}"  0go.string."interface {}"þ0go.string."interface {}" interface {}þ"type.interface {}°°çW 
0€ runtime.algarray@"runtime.gcbits.03P8go.string.hdr."interface {}"p4go.weak.type.*interface {}€°"type.interface {}þ<go.string.hdr."[]interface {}"  4go.string."[]interface {}"þ4go.string."[]interface {}" []interface {}þ&type.[]interface {}p“ê/
0  runtime.algarray@"runtime.gcbits.01P<go.string.hdr."[]interface {}"p8go.weak.type.*[]interface {}€"type.interface {}þRgo.typelink.[]interface {}	[]interface {}&type.[]interface {}þTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2þTgclocals·2c78d3ad9d760b5f66e2e47be684c787  þTgclocals·51af24152615272c3d9efc8538f95767  þ<type..hashfunc.[6]interface {}4type..hash.[6]interface {}þ8type..eqfunc.[6]interface {}0type..eq.[6]interface {}þ2type..alg.[6]interface {}  <type..hashfunc.[6]interface {}8type..eqfunc.[6]interface {}þ&runtime.gcbits.ff0fÿþ>go.string.hdr."[6]interface {}"  6go.string."[6]interface {}"þ6go.string."[6]interface {}"  [6]interface {}þ(type.[6]interface {}°°``ÞáR¦02type..alg.[6]interface {}@&runtime.gcbits.ff0fP>go.string.hdr."[6]interface {}"p:go.weak.type.*[6]interface {}€"type.interface {}&type.[]interface {}þVgo.typelink.[6]interface {}	[6]interface {}(type.[6]interface {}þ@go.string.hdr."*[6]interface {}"  8go.string."*[6]interface {}"þ8go.string."*[6]interface {}"0"*[6]interface {}þ*type.*[6]interface {}¬\‹ô6
0  runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*[6]interface {}"p<go.weak.type.**[6]interface {}€(type.[6]interface {}þTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2þTgclocals·2c78d3ad9d760b5f66e2e47be684c787  þTgclocals·51af24152615272c3d9efc8538f95767  þ<type..hashfunc.[7]interface {}4type..hash.[7]interface {}þ8type..eqfunc.[7]interface {}0type..eq.[7]interface {}þ2type..alg.[7]interface {}  <type..hashfunc.[7]interface {}8type..eqfunc.[7]interface {}þ&runtime.gcbits.ff3fÿ?þ>go.string.hdr."[7]interface {}"  6go.string."[7]interface {}"þ6go.string."[7]interface {}"  [7]interface {}þ(type.[7]interface {}°°ppÆ۠<02type..alg.[7]interface {}@&runtime.gcbits.ff3fP>go.string.hdr."[7]interface {}"p:go.weak.type.*[7]interface {}€"type.interface {}&type.[]interface {}þVgo.typelink.[7]interface {}	[7]interface {}(type.[7]interface {}þ@go.string.hdr."*[7]interface {}"  8go.string."*[7]interface {}"þ8go.string."*[7]interface {}"0"*[7]interface {}þ*type.*[7]interface {}4µ¸6
0  runtime.algarray@"runtime.gcbits.01P@go.string.hdr."*[7]interface {}"p<go.weak.type.**[7]interface {}€(type.[7]interface {}þ0go.string.hdr."[]string"  (go.string."[]string"þ(go.string."[]string" []stringþtype.[]stringӨó

0  runtime.algarray@"runtime.gcbits.01P0go.string.hdr."[]string"p,go.weak.type.*[]string€type.stringþ:go.typelink.[]string	[]stringtype.[]stringþTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2þTgclocals·44750c784da4dd430afdd97fea5c405a  þTgclocals·51af24152615272c3d9efc8538f95767  þ0type..hashfunc.[2]string(type..hash.[2]stringþ,type..eqfunc.[2]string$type..eq.[2]stringþ&type..alg.[2]string  0type..hashfunc.[2]string,type..eqfunc.[2]stringþ"runtime.gcbits.05þ2go.string.hdr."[2]string"  	*go.string."[2]string"þ*go.string."[2]string" [2]stringþtype.[2]string°° PXåé0&type..alg.[2]string@"runtime.gcbits.05P2go.string.hdr."[2]string"p.go.weak.type.*[2]string€type.stringtype.[]stringþ>go.typelink.[2]string	[2]stringtype.[2]stringþ4go.string.hdr."*[2]string"  
,go.string."*[2]string"þ,go.string."*[2]string" *[2]stringþtype.*[2]stringf<6
0  runtime.algarray@"runtime.gcbits.01P4go.string.hdr."*[2]string"p0go.weak.type.**[2]string€type.[2]stringþTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2þTgclocals·44750c784da4dd430afdd97fea5c405a  þTgclocals·51af24152615272c3d9efc8538f95767  þ0type..hashfunc.[3]string(type..hash.[3]stringþ,type..eqfunc.[3]string$type..eq.[3]stringþ&type..alg.[3]string  0type..hashfunc.[3]string,type..eqfunc.[3]stringþ"runtime.gcbits.15þ2go.string.hdr."[3]string"  	*go.string."[3]string"þ*go.string."[3]string" [3]stringþtype.[3]string°°0(CÙiB0&type..alg.[3]string@"runtime.gcbits.15P2go.string.hdr."[3]string"p.go.weak.type.*[3]string€type.stringtype.[]stringþ>go.typelink.[3]string	[3]stringtype.[3]stringþ4go.string.hdr."*[3]string"  
,go.string."*[3]string"þ,go.string."*[3]string" *[3]stringþtype.*[3]string
+é6
0  runtime.algarray@"runtime.gcbits.01P4go.string.hdr."*[3]string"p0go.weak.type.**[3]string€type.[3]stringþ,go.string.hdr."errors"  $go.string."errors"þ$go.string."errors"errorsþ*go.importpath.errors.  $go.string."errors"þ&go.string.hdr."fmt"  go.string."fmt"þgo.string."fmt"fmtþ$go.importpath.fmt.  go.string."fmt"þ(go.string.hdr."sync"   go.string."sync"þ go.string."sync"
syncþ&go.importpath.sync.   go.string."sync"þ$go.string.hdr."os"  go.string."os"þgo.string."os"osþ"go.importpath.os.  go.string."os"þ&go.string.hdr."log"  go.string."log"þgo.string."log"logþ$go.importpath.log.  go.string."log"þ(go.string.hdr."time"   go.string."time"þ go.string."time"
timeþ&go.importpath.time.   go.string."time"þ&go.string.hdr."net"  go.string."net"þgo.string."net"netþ$go.importpath.net.  go.string."net"þ.go.string.hdr."strings"  &go.string."strings"þ&go.string."strings"stringsþ,go.importpath.strings.  &go.string."strings"þ,"".serverConn.close·f&"".serverConn.closeþ8"".serverConn.writeString·f2"".serverConn.writeStringþ.type..hash."".Writer·f(type..hash."".Writerþ*type..eq."".Writer·f$type..eq."".Writerþ0type..hash."".netConn·f*type..hash."".netConnþ,type..eq."".netConn·f&type..eq."".netConnþ:type..hash.[6]interface {}·f4type..hash.[6]interface {}þ6type..eq.[6]interface {}·f0type..eq.[6]interface {}þ:type..hash.[7]interface {}·f4type..hash.[7]interface {}þ6type..eq.[7]interface {}·f0type..eq.[7]interface {}þ.type..hash.[2]string·f(type..hash.[2]stringþ*type..eq.[2]string·f$type..eq.[2]stringþ.type..hash.[3]string·f(type..hash.[3]stringþ*type..eq.[3]string·f$type..eq.[3]stringÿÿgo13ld