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 / log / syslog.a
Size: Mime:
!<arch>
__.PKGDEF       0           0     0     644     13675     `
go object linux amd64 go1.6 X:none
build id "80776f81d616f22e05d2ebeade46137755e27903"

$$
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     74716     `
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;avuHƒìP1Û1ÛH‰\$xH‰œ$€1ÛH‰$H‰\$1ÛH‰\$H‰\$H‹\$XH‰\$ H‹\$`H‰\$(H‹\$hH‰\$0èH‹T$8H‹L$@H‹D$HH‰T$pH‰L$xH‰„$€HƒÄPÃèérÿÿÿÌÌ
´"".DialŠ0runtime.morestack_noctxt` "".err@type.error"".w0type.*"".Writer"".tagtype.string"".priority type."".Priority pŸ
Ö$`
Y7Tgclocals·829d8fcb01908ea01565408e3bde2522Tgclocals·33cdeccccebe80329f1fdbee7f5874cb@$GOROOT/src/log/syslog/syslog.goþ"".Dial  dH‹%HD$øH;A†àHìˆH‹„$°HDŽ$È1ÛH‰œ$ÐH‰œ$ØHƒøŒ°H=¿¤H‹œ$ÀHƒûu,H‹Hƒ=†zH‹+H‰¬$¸H‹kH‰¬$ÀèH‹$H‰\$XH‹\$H‰\$`HH‰$èH‹|$H‰øHƒÿ„"WÀHƒÇàèH‹¬$°H‰(H‰D$(H‹¬$ÀH‰hH‹¬$¸€=…ÉH‰hH‹l$`H‰h H‹l$X€=…ŽH‰hH‹¬$˜H‰h0H‹¬$€=…MH‰h(H‹¬$¨H‰h@H‹¬$ €=…H‰h8H‰D$ H‰$Hƒ<$„èHƒ$HèH‹\$ H‰\$Hƒ|$„¼HƒD$HÇ$HH‰D$èƒø…‡H‹\$ H‰$èH‹L$H‹T$Hƒùt4HDŽ$ÈH‰L$hH‰Œ$ÐH‰T$pH‰”$ؐèHĈÃH‹\$ H‰œ$ÈH‰L$hH‰Œ$ÐH‰T$pH‰”$ؐèHĈÐèHĈÉ%é8ÿÿÿ‰%éÿÿÿL@8L‰$H‰l$èH‹D$(éÜþÿÿL@(L‰$H‰l$èH‹D$(é›þÿÿL@L‰$H‰l$èH‹D$(éZþÿÿL@L‰$H‰l$èH‹D$(éþÿÿ‰é×ýÿÿèHH‰\$HHÇD$P1ÛH‰\$8H‰\$@HH‰$èH‹L$H‰L$0H‹l$PH‰iH‹l$H€=…‹H‰)H‰L$0H‹
1íH9étFH‹T$0H‰L$xH‰”$€HDŽ$ÈH‰L$8H‰Œ$ÐH‰T$@H‰”$ؐèHĈÃHH‰$HH‰\$HH‰\$èH‹L$ë‹H‰$H‰l$èH‹L$0é`ÿÿÿèéþûÿÿÌÌÌÌÌÌÌÌÌÌÌÌÌÌF
Øos.Argsæos.Args¬os.Hostnameàtype."".Writerò"runtime.newobject®¢ runtime.duffzero‚(runtime.writeBarrierÀ(runtime.writeBarrierŠ(runtime.writeBarrierÔ(runtime.writeBarrier¦$sync.(*Mutex).Lockú.sync.(*Mutex).Unlock·fŽ"runtime.deferproc¼("".(*Writer).connect´&runtime.deferreturnž	&runtime.deferreturnº	&runtime.deferreturnž
.runtime.writebarrierptrÖ
.runtime.writebarrierptrŽ.runtime.writebarrierptrÆ.runtime.writebarrierptrò$runtime.panicindex„Pgo.string."log/syslog: invalid priority"Æ.type.errors.errorStringØ"runtime.newobject”
(runtime.writeBarrierÀ
Bgo.itab.*errors.errorString.errorÊ&runtime.deferreturnè0type.*errors.errorStringþtype.error–Bgo.itab.*errors.errorString.errorª runtime.typ2ItabÔ.runtime.writebarrierptrò0runtime.morestack_noctxt "".autotmp_0006¿type.*"".Writer"".autotmp_0004type.error"".autotmp_0003¯0type.*errors.errorString"".autotmp_00020type.*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†4
ÇGXèE,Ì=45[ù6•#ÚK;	vT3x1<Tgclocals·cf4abebda0b9212cded89097f94170eaTgclocals·099ab8a803c7e5b2b86065640a5da2ea@$GOROOT/src/log/syslog/syslog.goþ("".(*Writer).connect€
€
dH‹%HD$øH;A†HìˆH‹„$1Û1ÛH‰œ$˜H‰œ$ H‹hPHƒýt.H‹HPH‹hXH‰l$`H‰,$H‰L$XH‹Y ÿÓH‹„$1íH‰hPH‰hXH‹X0Hƒû…–èH‹”$H‹$H‹D$H‹\$H‰œ$˜H‹\$H‰œ$ Hƒút\H‰L$XH‰JPH‰D$`€=u)H‰BXH‹Z HƒûuH-H‰jHÇB 	HĈÃLBXL‰$H‰D$èH‹”$뿉ë 1ÛH‰\$HH‰\$PHX(H‹H‰$H‹KH‰L$HX8H|$H‹H‰H‹KH‰OèH‹\$ H‰\$HH‹\$(H‰\$PH‹D$0H‹\$8H‰œ$ H‰„$˜Hƒø…dÿÿÿHH‰$èH‹D$1í@ˆ(H‰hH‰hH‰D$@H‹l$HH‰hH‹l$P€=…?H‰hH‰D$@H‹1íH9è„òH‹L$@H‹œ$Hƒû„ÔH‰D$XH‰CPH‰L$`€=…¢H‰KXH‹œ$H‹[ Hƒû…»þÿÿH‹\$PH‰$H‹\$HH‹[(ÿÓH‹L$H‹D$H‰„$€H‰$H‰L$xH‹Y(ÿÓH‹L$H‹D$H‹œ$Hƒût7H‰D$pH‰C H‰L$h€=u	H‰KéNþÿÿLCL‰$H‰L$èé7þÿÿ‰ëÅLCXL‰$H‰L$èéKÿÿÿ‰é%ÿÿÿHH‰$HH‰\$HH‰\$èH‹D$éÜþÿÿL@L‰$H‰l$èH‹D$@é©þÿÿèéÎüÿÿÌÌÌÌÌÌÌÌÌÌÌÌÌÌ.
¾„"".unixSyslogŽ(runtime.writeBarrier¾*go.string."localhost"Š.runtime.writebarrierptržnet.Dialœtype."".netConn®"runtime.newobject„(runtime.writeBarrier²Bgo.itab.*"".netConn."".serverConnž(runtime.writeBarrierŒ	Î	¢
(runtime.writeBarrierÞ
.runtime.writebarrierptr”.runtime.writebarrierptrº type.*"".netConnÐ$type."".serverConnèBgo.itab.*"".netConn."".serverConnü runtime.typ2Itab´.runtime.writebarrierptrÒ0runtime.morestack_noctxt0"".autotmp_0012 type.*"".netConn"".autotmp_0011$type."".serverConn"".autotmp_0010?type.string"".autotmp_0009type.net.Addr"".autotmp_0008 type.*"".netConn"".ctype.net.Conn"".errtype.error"".wtype.*"".Writer"×±Àn¤;
$
Q

V“hU(_¥JH°ƒ4CTgclocals·ee10a820851092bf95788560bf5ba474Tgclocals·5d9fc64f8bd0c50ace14054f9b31fd08@$GOROOT/src/log/syslog/syslog.goþ$"".(*Writer).WriteààdH‹%H;a†ŒHƒì81ÛH‰\$hH‰\$pHÇ$H‹\$HH‰\$H‹\$PH‰\$H‹\$XH‰\$èH‹D$@H\$ H|$H‹H‰H‹KH‰OH‰$H‹(H‰l$èH‹T$ H‹L$(H‹D$0H‰T$`H‰L$hH‰D$pHƒÄ8ÃèéWÿÿÿÌÌÌÌÌÌÌ
”2runtime.slicebytetostringð4"".(*Writer).writeAndRetryÀ0runtime.morestack_noctxtpp"".~r2Ptype.error"".~r1@type.int"".btype.[]uint8"".wtype.*"".Writerp‡o°Ø#|
IgTgclocals·b60dc0a6046c556b02baa766a3fd5a27Tgclocals·33cdeccccebe80329f1fdbee7f5874cb@$GOROOT/src/log/syslog/syslog.goþ$"".(*Writer).CloseààdH‹%H;a†Hƒì81ÛH‰\$HH‰\$PH‹\$@H‰$Hƒ<$„×Hƒ$HèH‹\$@H‰\$Hƒ|$„«HƒD$HÇ$HH‰D$èH‹L$@ƒøuxH‹iPHƒýtWH‰ËH‹IPH‹kXH‰l$0H‰,$H‰L$(H‹Y ÿÓH‹T$H‹L$H‹\$@1íH‰kPH‰kXH‰T$H‰T$HH‰L$ H‰L$PèHƒÄ8Ã1ÛH‰\$HH‰\$PèHƒÄ8ÐèHƒÄ8É%éIÿÿÿ‰%éÿÿÿèéÜþÿÿÌÌÌÌÌÌÌÌÌÌÌÌ
z$sync.(*Mutex).LockÎ.sync.(*Mutex).Unlock·fâ"runtime.deferprocÌ®&runtime.deferreturnÜ&runtime.deferreturnò&runtime.deferreturn¶0runtime.morestack_noctxt0p"".err?type.error"".~r0type.error"".wtype.*"".Writer(pÈopop
opo°0â#>
)
<j/[Tgclocals·cad14e25fd48dddd762418d02c031d67Tgclocals·64ca935d1a2110a30e2d604686188539@$GOROOT/src/log/syslog/syslog.goþ$"".(*Writer).EmergààdH‹%H;avVHƒì81Û1ÛH‰\$XH‰\$`H‹\$@H‰$HÇD$H‹\$HH‰\$H‹\$PH‰\$èH‹\$(H‰\$XH‹\$0H‰\$`HƒÄ8Ãèë”ÌÌÌÌ
4"".(*Writer).writeAndRetryÌ0runtime.morestack_noctxtPp"".err0type.error"".mtype.string"".wtype.*"".WriterpQopþ!?
G)Tgclocals·1347047f6245a35b91e9a4f213167d52Tgclocals·33cdeccccebe80329f1fdbee7f5874cb@$GOROOT/src/log/syslog/syslog.goþ$"".(*Writer).AlertààdH‹%H;avVHƒì81Û1ÛH‰\$XH‰\$`H‹\$@H‰$HÇD$H‹\$HH‰\$H‹\$PH‰\$èH‹\$(H‰\$XH‹\$0H‰\$`HƒÄ8Ãèë”ÌÌÌÌ
4"".(*Writer).writeAndRetryÌ0runtime.morestack_noctxtPp"".err0type.error"".mtype.string"".wtype.*"".WriterpQopŒ!?
G)Tgclocals·1347047f6245a35b91e9a4f213167d52Tgclocals·33cdeccccebe80329f1fdbee7f5874cb@$GOROOT/src/log/syslog/syslog.goþ""".(*Writer).CritààdH‹%H;avVHƒì81Û1ÛH‰\$XH‰\$`H‹\$@H‰$HÇD$H‹\$HH‰\$H‹\$PH‰\$èH‹\$(H‰\$XH‹\$0H‰\$`HƒÄ8Ãèë”ÌÌÌÌ
4"".(*Writer).writeAndRetryÌ0runtime.morestack_noctxtPp"".err0type.error"".mtype.string"".wtype.*"".WriterpQopš!?
G)Tgclocals·1347047f6245a35b91e9a4f213167d52Tgclocals·33cdeccccebe80329f1fdbee7f5874cb@$GOROOT/src/log/syslog/syslog.goþ "".(*Writer).ErrààdH‹%H;avVHƒì81Û1ÛH‰\$XH‰\$`H‹\$@H‰$HÇD$H‹\$HH‰\$H‹\$PH‰\$èH‹\$(H‰\$XH‹\$0H‰\$`HƒÄ8Ãèë”ÌÌÌÌ
4"".(*Writer).writeAndRetryÌ0runtime.morestack_noctxtPp"".err0type.error"".mtype.string"".wtype.*"".WriterpQop¨!?
G)Tgclocals·1347047f6245a35b91e9a4f213167d52Tgclocals·33cdeccccebe80329f1fdbee7f5874cb@$GOROOT/src/log/syslog/syslog.goþ("".(*Writer).WarningààdH‹%H;avVHƒì81Û1ÛH‰\$XH‰\$`H‹\$@H‰$HÇD$H‹\$HH‰\$H‹\$PH‰\$èH‹\$(H‰\$XH‹\$0H‰\$`HƒÄ8Ãèë”ÌÌÌÌ
4"".(*Writer).writeAndRetryÌ0runtime.morestack_noctxtPp"".err0type.error"".mtype.string"".wtype.*"".WriterpQop¶!?
G)Tgclocals·1347047f6245a35b91e9a4f213167d52Tgclocals·33cdeccccebe80329f1fdbee7f5874cb@$GOROOT/src/log/syslog/syslog.goþ&"".(*Writer).NoticeààdH‹%H;avVHƒì81Û1ÛH‰\$XH‰\$`H‹\$@H‰$HÇD$H‹\$HH‰\$H‹\$PH‰\$èH‹\$(H‰\$XH‹\$0H‰\$`HƒÄ8Ãèë”ÌÌÌÌ
4"".(*Writer).writeAndRetryÌ0runtime.morestack_noctxtPp"".err0type.error"".mtype.string"".wtype.*"".WriterpQopÄ!?
G)Tgclocals·1347047f6245a35b91e9a4f213167d52Tgclocals·33cdeccccebe80329f1fdbee7f5874cb@$GOROOT/src/log/syslog/syslog.goþ""".(*Writer).InfoààdH‹%H;avVHƒì81Û1ÛH‰\$XH‰\$`H‹\$@H‰$HÇD$H‹\$HH‰\$H‹\$PH‰\$èH‹\$(H‰\$XH‹\$0H‰\$`HƒÄ8Ãèë”ÌÌÌÌ
4"".(*Writer).writeAndRetryÌ0runtime.morestack_noctxtPp"".err0type.error"".mtype.string"".wtype.*"".WriterpQopÒ!?
G)Tgclocals·1347047f6245a35b91e9a4f213167d52Tgclocals·33cdeccccebe80329f1fdbee7f5874cb@$GOROOT/src/log/syslog/syslog.goþ$"".(*Writer).DebugààdH‹%H;avVHƒì81Û1ÛH‰\$XH‰\$`H‹\$@H‰$HÇD$H‹\$HH‰\$H‹\$PH‰\$èH‹\$(H‰\$XH‹\$0H‰\$`HƒÄ8Ãèë”ÌÌÌÌ
4"".(*Writer).writeAndRetryÌ0runtime.morestack_noctxtPp"".err0type.error"".mtype.string"".wtype.*"".WriterpQopà!?
G)Tgclocals·1347047f6245a35b91e9a4f213167d52Tgclocals·33cdeccccebe80329f1fdbee7f5874cb@$GOROOT/src/log/syslog/syslog.goþ4"".(*Writer).writeAndRetryÀÀdH‹%H;a†ùHƒìpH‹D$xHDŽ$˜1ÛH‰œ$ H‰œ$¨H‹H‹¬$€HãøHƒåH	ëH‰\$8H‰$Hƒ<$„™Hƒ$HèH‹\$xH‰\$Hƒ|$„mHƒD$HÇ$HH‰D$èH‹t$xƒø…6H‹nPHƒýttH‰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É%é‡þÿÿ‰%é[þÿÿèéêýÿÿÌÌÌÌÌÌÌÌÌÌ
Ú$sync.(*Mutex).Lock®.sync.(*Mutex).Unlock·fÂ"runtime.deferprocÌ$"".(*Writer).writeÐ&runtime.deferreturnì("".(*Writer).connectä&runtime.deferreturnÒ$"".(*Writer).writeÀ&runtime.deferreturnÖ&runtime.deferreturnš0runtime.morestack_noctxtpà"".autotmp_0021type.error"".err?type.error"".err_type.error
"".pro type."".Priority"".~r3Ptype.error"".~r2@type.int"".s type.string"".p type."".Priority"".wtype.*"".WriterDà™ßàIßàmßà
ßàß 8ê:B
Q##'n"lyA;86BTgclocals·e005ea8c128fdd2cbe053ee4ba8a4b6eTgclocals·ae0a20890c9ac6bfbea3383f34532bab@$GOROOT/src/log/syslog/syslog.goþ$"".(*Writer).writeààdH‹%HD$ÐH;A†Hì°L‹Œ$¸1ÛH‰œ$àH‰œ$è1ÛH‰œ$€H‰œ$ˆH‹¼$ÈH‰|$`H‹Œ$ÐH5H‰t$pHÇÀH‰L$hH‰D$xH9ÁŒ‘H‰ËH)ÃH‰ÍH9ˇxH)ÝI‰øHƒýtMH9Å…XL‰„$ L‰$H‰¬$¨H‰l$H‰t$H‰D$èL‹Œ$¸¶\$ H‰Ø<uHH‰œ$€HDŽ$ˆIƒù„ïI‹QPI‹iXH‹œ$ÀH‰\$IYH|$H‹H‰H‹KH‰OIYH|$ H‹H‰H‹KH‰OH‹œ$ÈH‰\$0H‹œ$ÐH‰\$8H‹œ$€H‰\$@H‹œ$ˆH‰\$HH‰¬$˜H‰,$H‰”$H‹Z(ÿÓH‹D$PH‹L$XHƒøt$HDŽ$ØH‰„$àH‰Œ$èHİÃH‹œ$ÐH‰œ$Ø1ÛH‰œ$àH‰œ$èHİÃA‰é	ÿÿÿ1ÀéÙþÿÿè1ÀéËþÿÿèéØýÿÿÌÌÌÌÌÌÌÌ
Ægo.string."\n"ª runtime.eqstringàgo.string."\n"¢$runtime.panicslice¾0runtime.morestack_noctxtpà"".autotmp_0028type.int"".autotmp_0027type.string"strings.suffix·3type.stringstrings.s·2Ÿtype.string
"".nl_type.string"".~r3Ptype.error"".~r2@type.int"".msg type.string"".p type."".Priority"".wtype.*"".Writer,à·ßà)ßàß°49¢¥$
*
Ô͏Tgclocals·e74bd51a6d9e1587439df65818ced129Tgclocals·4d456d263a0e58ecf647ec8c209ae761@$GOROOT/src/log/syslog/syslog.goþ2"".(*netConn).writeStringÀ)À)dH‹%H„$ þÿÿH;A†-
Hìà1ÛH‰œ$8H‰œ$@H‹¬$è¶]€û„´è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‰\$PH‹œ$H‰œ$°H‹œ$ H‰œ$¸H‹œ$(H‰œ$ H‹œ$0H‰œ$¨H¼$WÀHƒÇàèHœ$Hƒû„˜HDŽ$èHDŽ$ðH‰œ$àHH‰$H\$XH‰\$HÇD$èH‹L$H‹D$ H‹œ$àH‰Œ$€H‰H‰„$ˆ€=…H‰CHH‰$Hœ$ÐH‰\$HÇD$èH‹L$H‹D$ H‹œ$àHƒÃH‰Œ$€H‰H‰„$ˆ€=…•H‰CHH‰$Hœ$ÀH‰\$HÇD$èH‹L$H‹D$ H‹œ$àHƒÃ H‰Œ$€H‰H‰„$ˆ€=…H‰CHH‰$H\$PH‰\$HÇD$èH‹L$H‹D$ H‹œ$àHƒÃ0H‰Œ$€H‰H‰„$ˆ€=…ªH‰CHH‰$Hœ$°H‰\$HÇD$èH‹L$H‹D$ H‹œ$àHƒÃ@H‰Œ$€H‰H‰„$ˆ€=…3H‰CHH‰$Hœ$ H‰\$HÇD$èH‹L$H‹D$ H‹œ$àHƒÃPH‰Œ$€H‰H‰„$ˆ€=…¼H‰CH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‰Œ$8H‰„$@HÄàÉéeÿÿÿLCL‰$H‰D$èé1ÿÿÿLCL‰$H‰D$èéºþÿÿLCL‰$H‰D$èéCþÿÿLCL‰$H‰D$èéÏýÿÿLCL‰$H‰D$èéXýÿÿLCL‰$H‰D$èéáüÿÿ‰éaüÿÿè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‹œ$H‰œ$ÈH‹œ$H‰œ$°H‹œ$H‰œ$¸èH‹$H‰\$PH‹œ$H‰œ$ H‹œ$ H‰œ$¨H‹œ$(H‰œ$H‹œ$0H‰œ$˜H¼$pWÀHƒÇðèHœ$pHƒû„HDŽ$èHDŽ$ðH‰œ$àHH‰$H\$XH‰\$HÇD$èH‹L$H‹D$ H‹œ$àH‰Œ$€H‰H‰„$ˆ€=…ƒH‰CHH‰$Hœ$ÐH‰\$HÇD$èH‹L$H‹D$ H‹œ$àHƒÃH‰Œ$€H‰H‰„$ˆ€=…H‰CHH‰$Hœ$ÀH‰\$HÇD$èH‹L$H‹D$ H‹œ$àHƒÃ H‰Œ$€H‰H‰„$ˆ€=…•H‰CHH‰$Hœ$°H‰\$HÇD$èH‹L$H‹D$ H‹œ$àHƒÃ0H‰Œ$€H‰H‰„$ˆ€=…H‰CHH‰$H\$PH‰\$HÇD$èH‹L$H‹D$ H‹œ$àHƒÃ@H‰Œ$€H‰H‰„$ˆ€=…ªH‰CHH‰$Hœ$ H‰\$HÇD$èH‹L$H‹D$ H‹œ$àHƒÃPH‰Œ$€H‰H‰„$ˆ€=…3H‰CHH‰$Hœ$H‰\$HÇD$èH‹L$H‹D$ H‹œ$àHƒÃ`H‰Œ$€H‰H‰„$ˆ€=…¼H‰CH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‰Œ$8H‰„$@HÄàÉéeÿÿÿLCL‰$H‰D$èé1ÿÿÿLCL‰$H‰D$èéºþÿÿLCL‰$H‰D$èéCþÿÿLCL‰$H‰D$èéÏýÿÿLCL‰$H‰D$èéXýÿÿLCL‰$H‰D$èéáüÿÿLCL‰$H‰D$èéjüÿÿ‰éêûÿÿèé®õÿÿÌÌÌÌÌÌÌÌÌÌÌÌÌ̐
”time.Now„6go.string."Jan _2 15:04:05"ª time.Time.FormatÖos.Getpid¢ runtime.duffzero‚ type."".Priorityºruntime.convT2E(runtime.writeBarrier´type.stringòruntime.convT2EÐ(runtime.writeBarrierôtype.string²	runtime.convT2E
(runtime.writeBarrier´
type.intì
runtime.convT2EÊ(runtime.writeBarrierîtype.string¬runtime.convT2EŠ
(runtime.writeBarrier®
type.stringì
runtime.convT2EÊ(runtime.writeBarrierîtype.io.WriterÒruntime.convI2IŠ>go.string."<%d>%s %s[%d]: %s%s"þfmt.Fprintfô.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.writeBarrierÜtype.stringšruntime.convT2Eø(runtime.writeBarrierœtype.stringÚruntime.convT2E¸(runtime.writeBarrierÜtype.stringšruntime.convT2Eø(runtime.writeBarrierœtype.intÔruntime.convT2E² (runtime.writeBarrierÖ type.string”!runtime.convT2Eò!(runtime.writeBarrier–"type.stringÔ"runtime.convT2E²#(runtime.writeBarrierÖ#type.io.Writerº$runtime.convI2Iò$Dgo.string."<%d>%s %s %s[%d]: %s%s"æ%fmt.FprintfÜ&.runtime.writebarrierptrŠ'.runtime.writebarrierptr¸'.runtime.writebarrierptræ'.runtime.writebarrierptr”(.runtime.writebarrierptrÂ(.runtime.writebarrierptrð(.runtime.writebarrierptr’)0runtime.morestack_noctxtÀÀR"".autotmp_0066"type.interface {}"".autotmp_0065"type.interface {}"".autotmp_0064"type.interface {}"".autotmp_0063"type.interface {}"".autotmp_0062"type.interface {}"".autotmp_0061"type.interface {}"".autotmp_0060"type.interface {}"".autotmp_0059ß(type.[7]interface {}"".autotmp_0056&type.[]interface {}"".autotmp_0055"type.interface {}"".autotmp_0054"type.interface {}"".autotmp_0053"type.interface {}"".autotmp_0052"type.interface {}"".autotmp_0051"type.interface {}"".autotmp_0050¿"type.interface {}"".autotmp_0049Ÿ(type.[6]interface {}"".autotmp_0046ÿ&type.[]interface {}"".autotmp_0045Ÿtype.string"".autotmp_0044type.string"".autotmp_0043type.int"".autotmp_0042type.string"".autotmp_0041type.string"".autotmp_0040type.string"".autotmp_0039 type."".Priority"".autotmp_0038type.time.Time"".autotmp_0037ÿtype.string"".autotmp_0036ßtype.string"".autotmp_0035Ÿtype.int"".autotmp_0034¿type.string"".autotmp_0033Ÿtype.string"".autotmp_0032 type."".Priority"".autotmp_0031Ïtype.time.Time"".timestampßtype.string"".timestampÿtype.string"".~r5 type.error
"".nl€type.string"".msg`type.string"".tag@type.string"".hostname type.string"".p type."".Priority"".n type.*"".netConn0"À¿À³
¿À¯¿à¤²4ZG”™4[
..Zg”ù4[
.E>I¡²¢;„Á²‚;³Tgclocals·d08d7e7f5de35e0efa5fe63081130b55Tgclocals·99f98530892a43915f6297008e146353@$GOROOT/src/log/syslog/syslog.goþ&"".(*netConn).closeààdH‹%H;avTHƒì(1ÛH‰\$8H‰\$@H‹\$0Hƒût5H‹KH‹kH‰l$ H‰,$H‰L$H‹Y ÿÓH‹L$H‹D$H‰L$8H‰D$@HƒÄ(ÉëÇèë–ÌÌÌÌÌÌ
ˆÈ0runtime.morestack_noctxt0P"".~r0type.error"".n type.*"".netConnPKOPO
pÖD

D,Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·23e8278e2b69a3a75fa59b23c49ed6ad@$GOROOT/src/log/syslog/syslog.goþ"".NewLoggerààdH‹%HD$øH;A†Ä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‰ÇHƒø„¤WÀèGøH‰D$8H‹l$XH‰h H‹l$`€=ucH‰h(H‹l$PH‰hH‹l$H€=u/H‰hH‹l$0H‰hH‰„$ 1ÛH‰œ$¨H‰œ$°HĈÃL@L‰$H‰l$èH‹D$8ë¼L@(L‰$H‰l$èH‹D$8눉éUÿÿÿHH‰$HH‰\$HH‰\$èH‹D$éÌþÿÿèéþÿÿÌÌÌÌÌÌÌÌÌÌ
”"".New²8go.itab.*"".Writer.io.WriterÀtype.log.LoggerÒ"runtime.newobject†º runtime.duffzeroÀ(runtime.writeBarrierö(runtime.writeBarrierþ.runtime.writebarrierptr°.runtime.writebarrierptrÚtype.*"".Writerðtype.io.Writerˆ8go.itab.*"".Writer.io.Writerœ runtime.typ2Itabº0runtime.morestack_noctxtP"".autotmp_0073Ÿ type.*log.Logger"".autotmp_0072 type.*log.Logger"".autotmp_0070type.io.Writer"".autotmp_0069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,qßkðæ11$Ë	IŸ–6#Tgclocals·26ea3850d57530f636e7d0cb2559d80cTgclocals·85b0f653f20ae35c96bb800c4b394d61@$GOROOT/src/log/syslog/syslog.goþ"".unixSyslog€€dH‹%H„$àþÿÿH;A†SHì 1Û1Û1ÀH‰„$¸H‰„$À1ÉH‰Œ$¨H‰Œ$°HŒ$PH‹-H‰)H‹-H‰iH‹-H‰iH‹-H‰iHÇÆHÇÂH„$pH‹-H‰(H‹-H‰hH‹-H‰hH‹-H‰hH‹-H‰h H‹-H‰h(HDŽ$HDŽ$H‰„$H‰Œ$ðH‰´$øH‰”$H‰”$H1ÿH‰´$@H‰t$PH‰Œ$8H‰ÎH‹l$PH9ïbH‰t$xHƒþ„H‹H‹nH‰|$XH‰Œ$àH‰Œ$°H‰¬$èH‰¬$¸H‹”$H‹„$H‹œ$H‰œ$01ÉH‰„$(H‰D$@H‰”$ H‰ÐH‹l$@H9éÊH‰D$pHƒø„’H‹H‹hH‰L$HH‰”$àH‰¬$èH‹œ$°H‰$H‹œ$¸H‰\$H‰”$ H‰T$H‰¬$¨H‰l$èH‹|$XH‹t$xH‹\$ H‰œ$ÐH‹\$(H‰œ$ØH‹D$0H‹\$8H‰œ$ÈH‰„$ÀHƒø„$H‹D$pH‹L$HHƒÀHÿÁH‹l$@H9éŒ6ÿÿÿHƒÆHÿÇH‹l$PH9þÿÿHH‰œ$HDŽ$˜1ÛH‰œ$€H‰œ$ˆHH‰$èH‹D$H‰D$`H‹¬$˜H‰hH‹¬$€=utH‰(H‰D$`H‹1íH9èt/H‹L$`1ÛH‰œ$¨H‰œ$°H‰„$¸H‰Œ$ÀHĠÃHH‰$HH‰\$HH‰\$èH‹D$ë¢H‰$H‰l$èH‹D$`éwÿÿÿHH‰$èH‹D$H‰D$hH‹¬$ÐH‰hH‹¬$؀=uH‰hHÇÅ@ˆ(H‰D$hH‹1íH9èt/H‹L$hH‰„$¨H‰Œ$°1ÛH‰œ$¸H‰œ$ÀHĠÃHH‰$HH‰\$HH‰\$èH‹D$ë¢L@L‰$H‰l$èH‹D$héiÿÿÿ‰égýÿÿ‰éÝüÿÿèéˆûÿÿÌÌÌÌÌÌÌÌ@
ª""".statictmp_0079¾""".statictmp_0079Ô """.statictmp_0079ê0""".statictmp_0079¬""".statictmp_0082À""".statictmp_0082Ö """.statictmp_0082ì0""".statictmp_0082‚@""".statictmp_0082˜P""".statictmp_0082¼net.DialÂ
Lgo.string."Unix syslog delivery error"œ.type.errors.errorString®"runtime.newobjectö(runtime.writeBarrieršBgo.itab.*errors.errorString.error”
0type.*errors.errorStringª
type.errorÂ
Bgo.itab.*errors.errorString.errorÖ
 runtime.typ2Itab€.runtime.writebarrierptr¢type."".netConn´"runtime.newobjectü(runtime.writeBarrier¶Bgo.itab.*"".netConn."".serverConn° type.*"".netConnÆ$type."".serverConnÞBgo.itab.*"".netConn."".serverConnò runtime.typ2Itab¤.runtime.writebarrierptrÞ0runtime.morestack_noctxt@À8"".autotmp_0099type.error"".autotmp_0098type.*uint8"".autotmp_0096ÿ0type.*errors.errorString"".autotmp_0093ï type.*"".netConn"".autotmp_0092type.string"".autotmp_0091ßtype.*string"".autotmp_0090¿type.int"".autotmp_0089¯type.int"".autotmp_0088ÿtype.string"".autotmp_0087Ïtype.*string"".autotmp_0086Ÿtype.int"".autotmp_0085type.int"".autotmp_0084_type.[3]string"".autotmp_0081Ÿtype.[2]string"".autotmp_00780type.*errors.errorString"".autotmp_0077 type.*"".netConn"".autotmp_0076ÿtype.[]string"".autotmp_0075Ï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."À¤¿ÀÍ¿ÀY¿€	@$JAiƒsnðÒ	"¹”/ŸHTgclocals·45fc912e908bd82a3e80d7be34d17d5dTgclocals·c8fe0292284ea99a1629e671c37fb254J$GOROOT/src/log/syslog/syslog_unix.goþ"".initààdH‹%H;avR¶€ût¶€ûuÃèÆèèèèèèèÆÃèë˜ÌÌÌÌÌÌÌÌ
$"".initdone·<"".initdone·R"runtime.throwinitb"".initdone·nfmt.initxlog.init‚net.initŒos.init–strings.init sync.initªtime.init¶"".initdone·Ä0runtime.morestack_noctxtpp@p
(HTgclocals·33cdeccccebe80329f1fdbee7f5874cbTgclocals·33cdeccccebe80329f1fdbee7f5874cbJ$GOROOT/src/log/syslog/syslog_unix.goþ&"".serverConn.closeààdH‹%H;avSHƒìH‹Y H…Ût
H|$ H9;uH‰#1ÛH‰\$0H‰\$8H‹\$(H‰$H‹\$ H‹[ ÿÓH‹L$H‹D$H‰L$0H‰D$8HƒÄÃèë—ÌÌÌÌÌÌÌ
ŽÆ0runtime.morestack_noctxt@0"".~r0 type.error""..this$type."".serverConn0N/pp
G)Tgclocals·0ebb2d1da58c1b4224bf5a7b370d7578Tgclocals·33cdeccccebe80329f1fdbee7f5874cb<autogenerated>þ2"".serverConn.writeStringààdH‹%H;a†ÑHƒì`H‹Y H…Ût
H|$hH9;uH‰#1ÛH‰œ$ÀH‰œ$ÈH‹\$xH‰\$H‹œ$€H‰\$H‹œ$ˆH‰\$H‹œ$H‰\$ H‹œ$˜H‰\$(H‹œ$ H‰\$0H‹œ$¨H‰\$8H‹œ$°H‰\$@H‹œ$¸H‰\$HH‹\$pH‰$H‹\$hH‹[(ÿÓH‹L$PH‹D$XH‰Œ$ÀH‰„$ÈHƒÄ`ÃèéÿÿÿÌÌ
†Ê0runtime.morestack_noctxtÐÀ"".~r5°type.error
"".nltype.string"".sptype.string"".tagPtype.string"".hostname0type.string"".p  type."".Priority""..this$type."".serverConnÀÌ¿
ððÃ-Tgclocals·cd37d46306c462b5bb27f23da3da06f7Tgclocals·33cdeccccebe80329f1fdbee7f5874cb<autogenerated>þ(type..hash."".Writer€€dH‹%H;a†œHƒì H‹\$(H‰$Hƒ<$„xH‹\$0H‰\$HÇ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ƒ$(H‰D$0H‰D$èH‹D$H‹\$(H‰$Hƒ<$„Hƒ$8H‰D$0H‰D$èH‹D$H‹\$(H‰$Hƒ<$t^Hƒ$HH‰D$0H‰D$HÇD$èH‹D$H‹\$(H‰$Hƒ<$t#Hƒ$PH‰D$0H‰D$èH‹\$H‰\$8HƒÄ É%ëԉ%뙉%édÿÿÿ‰%é+ÿÿÿ‰%éòþÿÿ‰%é¹þÿÿ‰%é|þÿÿèéGþÿÿÌÌÌÌÌÌÌ
~runtime.memhashØruntime.strhash²runtime.strhashŒruntime.strhashæruntime.strhashÊruntime.memhashœ"runtime.interhashà0runtime.morestack_noctxt0@"".~r2 type.uintptr"".htype.uintptr"".ptype.*"".Writer@É?@N?ÀÀ>‚Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cb:$GOROOT/src/log/syslog/doc.goþ$type..eq."".Writer  dH‹%H;a†èHƒìhH‹L$pH‹D$xH‹H‹(H9ët
Ƅ$€HƒÄhÃH‹qH‹IH‹PH‹@H9Á…œH‰t$XH‰4$H‰L$`H‰L$H‰T$HH‰T$H‰D$PH‰D$è¶\$ €û„bH‹\$pHƒû„LH‹SH‹C H‹\$xHƒû„.H‹sH‹K H9È…H‰T$HH‰$H‰D$PH‰D$H‰t$XH‰t$H‰L$`H‰L$è¶\$ €û„ÖH‹\$pHƒû„ÀH‹s(H‹K0H‹\$xHƒû„¢H‹S(H‹C0H9Á…„H‰t$XH‰4$H‰L$`H‰L$H‰T$HH‰T$H‰D$PH‰D$è¶\$ €û„JH‹\$pHƒû„4H‹S8H‹C@H‹\$xHƒû„H‹s8H‹K@H9È…øH‰T$HH‰$H‰D$PH‰D$H‰t$XH‰t$H‰L$`H‰L$èH‹|$pH‹T$x¶\$ €û„´H‰ùHƒÿ„ HƒÁHH‰ÐHƒú„ˆHƒÀH‹‹(9ëuo‹Y‹h9ëueH‹JPH‹rXH‹GPH‹WXH9ÈuCH‰D$(H‰$H‰T$0H‰T$H‰L$8H‰L$H‰t$@H‰t$è¶\$ €ût
Ƅ$€HƒÄhÃƄ$€HƒÄhÃƄ$€HƒÄhÉéqÿÿÿ‰éYÿÿÿƄ$€HƒÄhÉéãþÿÿ‰éÅþÿÿƄ$€HƒÄhÉéWþÿÿ‰é9þÿÿƄ$€HƒÄhÉéËýÿÿ‰é­ýÿÿƄ$€HƒÄhÃèéûüÿÿÌÌÌÌÌÌÌÌÌÌÌ
ô runtime.eqstringÖ runtime.eqstring¸ runtime.eqstringš runtime.eqstring´	runtime.ifaceeqø0runtime.morestack_noctxt0Ð"".autotmp_0115$type."".serverConn"".autotmp_0114_$type."".serverConn"".autotmp_0111type.string"".autotmp_0110type.string"".autotmp_0109type.string"".autotmp_0108type.string"".autotmp_0107type.string"".autotmp_0106type.string"".autotmp_0105?type.string"".autotmp_0104type.string"".~r2 type.bool"".qtype.*"".Writer"".ptype.*"".WriterhÐ!ÏлÏÐÏÐÏÐÏÐÏÐÏÐϐy—Tgclocals·3bb21ca8fe1d99a3e492463bd711418aTgclocals·895d0569a38a56443b84805daa09d838:$GOROOT/src/log/syslog/doc.goþ*type..hash."".netConn  dH‹%H;avvHƒì H‹\$(H‰$Hƒ<$tYH‹\$0H‰\$HÇD$èH‹D$H‹\$(H‰$Hƒ<$t#Hƒ$H‰D$0H‰D$èH‹\$H‰\$8HƒÄ É%ëԉ%ëžèéqÿÿÿÌ
nruntime.memhashÀ"runtime.interhashŒ0runtime.morestack_noctxt0@"".~r2 type.uintptr"".htype.uintptr"".p type.*"".netConn@_?@?
6ZTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cb:$GOROOT/src/log/syslog/doc.goþ&type..eq."".netConnÀÀdH‹%H;a†‚HƒìHH‹T$PH‹D$X¶¶(@8ët
ÆD$`HƒÄHÃH‹HH‹pH‹BH‹RH9Èu@H‰D$(H‰$H‰T$0H‰T$H‰L$8H‰L$H‰t$@H‰t$è¶\$ €ût
ÆD$`HƒÄHÃÆD$`HƒÄHÃèéaÿÿÿÌ
æruntime.ifaceeq¬0runtime.morestack_noctxt0
"".autotmp_0117?type.net.Conn"".autotmp_0116type.net.Conn"".~r2 type.bool"".q type.*"".netConn"".p type.*"".netConn*T	  
r.Tgclocals·3bb21ca8fe1d99a3e492463bd711418aTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440:$GOROOT/src/log/syslog/doc.goþ4type..hash.[6]interface {}  dH‹%H;avpHƒì(H‹L$81ÀHÇD$H‹l$H9è}DH‰D$ H‹\$0Hƒût>H‰ÅHÁåHëH‰$H‰L$8H‰L$èH‹L$H‹D$ HÿÀH‹l$H9è|¼H‰L$@HƒÄ(Éë¾èéwÿÿÿÌÌÌÌÌÌÌ
¬(runtime.nilinterhash€0runtime.morestack_noctxt0P
"".autotmp_0119type.int"".autotmp_0118type.int"".~r2 type.uintptr"".htype.uintptr"".p*type.*[6]interface {}PgOPO
U;Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cb:$GOROOT/src/log/syslog/doc.goþ0type..eq.[6]interface {}ààdH‹%H;a†ÎHƒìX1ÀHÇD$(H‹l$(H9荒H‰D$0H‹\$hHƒû„–H‰ÅHÁåHëH‹H‹sH‹\$`HƒûtvH‰ÅHÁåHëH‹H‹SH9ÈuVH‰D$8H‰$H‰T$@H‰T$H‰L$HH‰L$H‰t$PH‰t$è¶\$ €ût H‹D$0HÿÀH‹l$(H9èŒnÿÿÿÆD$pHƒÄXÃÆD$pHƒÄXÉ놉écÿÿÿèéÿÿÿÌÌÌÌÌ
¼runtime.efaceeqÄ0runtime.morestack_noctxt0°"".autotmp_0123?"type.interface {}"".autotmp_0122"type.interface {}"".autotmp_0121_type.int"".autotmp_0120Otype.int"".~r2 type.bool"".q*type.*[6]interface {}"".p*type.*[6]interface {},°´¯°	¯°¯ððSTgclocals·3bb21ca8fe1d99a3e492463bd711418aTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440:$GOROOT/src/log/syslog/doc.goþ4type..hash.[7]interface {}  dH‹%H;avpHƒì(H‹L$81ÀHÇD$H‹l$H9è}DH‰D$ H‹\$0Hƒût>H‰ÅHÁåHëH‰$H‰L$8H‰L$èH‹L$H‹D$ HÿÀH‹l$H9è|¼H‰L$@HƒÄ(Éë¾èéwÿÿÿÌÌÌÌÌÌÌ
¬(runtime.nilinterhash€0runtime.morestack_noctxt0P
"".autotmp_0125type.int"".autotmp_0124type.int"".~r2 type.uintptr"".htype.uintptr"".p*type.*[7]interface {}PgOPO
U;Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cb:$GOROOT/src/log/syslog/doc.goþ0type..eq.[7]interface {}ààdH‹%H;a†ÎHƒìX1ÀHÇD$(H‹l$(H9荒H‰D$0H‹\$hHƒû„–H‰ÅHÁåHëH‹H‹sH‹\$`HƒûtvH‰ÅHÁåHëH‹H‹SH9ÈuVH‰D$8H‰$H‰T$@H‰T$H‰L$HH‰L$H‰t$PH‰t$è¶\$ €ût H‹D$0HÿÀH‹l$(H9èŒnÿÿÿÆD$pHƒÄXÃÆD$pHƒÄXÉ놉écÿÿÿèéÿÿÿÌÌÌÌÌ
¼runtime.efaceeqÄ0runtime.morestack_noctxt0°"".autotmp_0129?"type.interface {}"".autotmp_0128"type.interface {}"".autotmp_0127_type.int"".autotmp_0126Otype.int"".~r2 type.bool"".q*type.*[7]interface {}"".p*type.*[7]interface {},°´¯°	¯°¯ððSTgclocals·3bb21ca8fe1d99a3e492463bd711418aTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440:$GOROOT/src/log/syslog/doc.goþ(type..hash.[2]string  dH‹%H;avpHƒì(H‹L$81ÀHÇD$H‹l$H9è}DH‰D$ H‹\$0Hƒût>H‰ÅHÁåHëH‰$H‰L$8H‰L$èH‹L$H‹D$ HÿÀH‹l$H9è|¼H‰L$@HƒÄ(Éë¾èéwÿÿÿÌÌÌÌÌÌÌ
¬runtime.strhash€0runtime.morestack_noctxt0P
"".autotmp_0131type.int"".autotmp_0130type.int"".~r2 type.uintptr"".htype.uintptr"".ptype.*[2]stringPgOPO
U;Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cb:$GOROOT/src/log/syslog/doc.goþ$type..eq.[2]stringààdH‹%H;a†ÎHƒìX1ÀHÇD$(H‹l$(H9荒H‰D$0H‹\$`Hƒû„–H‰ÅHÁåHëH‹3H‹KH‹\$hHƒûtvH‰ÅHÁåHëH‹H‹CH9ÁuVH‰t$HH‰4$H‰L$PH‰L$H‰T$8H‰T$H‰D$@H‰D$è¶\$ €ût H‹D$0HÿÀH‹l$(H9èŒnÿÿÿÆD$pHƒÄXÃÆD$pHƒÄXÉ놉écÿÿÿèéÿÿÿÌÌÌÌÌ
¼ runtime.eqstringÄ0runtime.morestack_noctxt0°"".autotmp_0135?type.string"".autotmp_0134type.string"".autotmp_0133_type.int"".autotmp_0132Otype.int"".~r2 type.bool"".qtype.*[2]string"".ptype.*[2]string,°´¯°	¯°¯ððSTgclocals·3bb21ca8fe1d99a3e492463bd711418aTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440:$GOROOT/src/log/syslog/doc.goþ(type..hash.[3]string  dH‹%H;avpHƒì(H‹L$81ÀHÇD$H‹l$H9è}DH‰D$ H‹\$0Hƒût>H‰ÅHÁåHëH‰$H‰L$8H‰L$èH‹L$H‹D$ HÿÀH‹l$H9è|¼H‰L$@HƒÄ(Éë¾èéwÿÿÿÌÌÌÌÌÌÌ
¬runtime.strhash€0runtime.morestack_noctxt0P
"".autotmp_0137type.int"".autotmp_0136type.int"".~r2 type.uintptr"".htype.uintptr"".ptype.*[3]stringPgOPO
U;Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2Tgclocals·33cdeccccebe80329f1fdbee7f5874cb:$GOROOT/src/log/syslog/doc.goþ$type..eq.[3]stringààdH‹%H;a†ÎHƒìX1ÀHÇD$(H‹l$(H9荒H‰D$0H‹\$`Hƒû„–H‰ÅHÁåHëH‹3H‹KH‹\$hHƒûtvH‰ÅHÁåHëH‹H‹CH9ÁuVH‰t$HH‰4$H‰L$PH‰L$H‰T$8H‰T$H‰D$@H‰D$è¶\$ €ût H‹D$0HÿÀH‹l$(H9èŒnÿÿÿÆD$pHƒÄXÃÆD$pHƒÄXÉ놉écÿÿÿèéÿÿÿÌÌÌÌÌ
¼ runtime.eqstringÄ0runtime.morestack_noctxt0°"".autotmp_0141?type.string"".autotmp_0140type.string"".autotmp_0139_type.int"".autotmp_0138Otype.int"".~r2 type.bool"".qtype.*[3]string"".ptype.*[3]string,°´¯°	¯°¯ððSTgclocals·3bb21ca8fe1d99a3e492463bd711418aTgclocals·a8eabfc4a4514ed6b3b0c61e9680e440:$GOROOT/src/log/syslog/doc.goþTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·829d8fcb01908ea01565408e3bde2522þ>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·099ab8a803c7e5b2b86065640a5da2eaXX	
€‚ þTgclocals·cf4abebda0b9212cded89097f94170eaXX	
%¥¥¥¥¥%%%þ>Bgo.itab.*"".netConn."".serverConnþ2go.string.hdr."localhost"  	*go.string."localhost"þ*go.string."localhost" localhostþTgclocals·5d9fc64f8bd0c50ace14054f9b31fd0800	þTgclocals·ee10a820851092bf95788560bf5ba47400þTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·b60dc0a6046c556b02baa766a3fd5a27þTgclocals·64ca935d1a2110a30e2d604686188539  þTgclocals·cad14e25fd48dddd762418d02c031d67  þTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·1347047f6245a35b91e9a4f213167d52þTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·1347047f6245a35b91e9a4f213167d52þTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·1347047f6245a35b91e9a4f213167d52þTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·1347047f6245a35b91e9a4f213167d52þTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·1347047f6245a35b91e9a4f213167d52þTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·1347047f6245a35b91e9a4f213167d52þTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·1347047f6245a35b91e9a4f213167d52þTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·1347047f6245a35b91e9a4f213167d52þTgclocals·ae0a20890c9ac6bfbea3383f34532bab  þTgclocals·e005ea8c128fdd2cbe053ee4ba8a4b6e  eþ$go.string.hdr."\n"  go.string."\n"þgo.string."\n"
þTgclocals·4d456d263a0e58ecf647ec8c209ae761  
þTgclocals·e74bd51a6d9e1587439df65818ced129  þ>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·99f98530892a43915f6297008e146353€€0PUÁÿUÀÿT@Uüÿ@UüÿþTgclocals·d08d7e7f5de35e0efa5fe63081130b55HHUUUUUUUþTgclocals·23e8278e2b69a3a75fa59b23c49ed6adþTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2þ>8go.itab.*"".Writer.io.WriterþTgclocals·85b0f653f20ae35c96bb800c4b394d6188
4þTgclocals·26ea3850d57530f636e7d0cb2559d80c88þ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·c8fe0292284ea99a1629e671c37fb254pp( @UÀ@U@U@@U@UþTgclocals·45fc912e908bd82a3e80d7be34d17d5d@@þTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·33cdeccccebe80329f1fdbee7f5874cbþ""".statictmp_0079@type.[2]string@(go.string."unixgram"  go.string."unix"þ""".statictmp_0082`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·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·0ebb2d1da58c1b4224bf5a7b370d7578þTgclocals·33cdeccccebe80329f1fdbee7f5874cbþTgclocals·cd37d46306c462b5bb27f23da3da06f7
«þ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·895d0569a38a56443b84805daa09d838þTgclocals·3bb21ca8fe1d99a3e492463bd711418aþ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·a8eabfc4a4514ed6b3b0c61e9680e440þTgclocals·3bb21ca8fe1d99a3e492463bd711418aþ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·a8eabfc4a4514ed6b3b0c61e9680e440þTgclocals·3bb21ca8fe1d99a3e492463bd711418aþ<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·a8eabfc4a4514ed6b3b0c61e9680e440þTgclocals·3bb21ca8fe1d99a3e492463bd711418aþ<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·a8eabfc4a4514ed6b3b0c61e9680e440þTgclocals·3bb21ca8fe1d99a3e492463bd711418aþ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·a8eabfc4a4514ed6b3b0c61e9680e440þTgclocals·3bb21ca8fe1d99a3e492463bd711418aþ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