blob: bb4960f93725133cff6e9b0c0c3c3822b00df9ee [file] [log] [blame]
!<arch>
__.PKGDEF 0 0 0 644 13613 `
go object linux amd64 go1.5.1 X:none
build id "8e259c12671a00fe7f6c3cca64d7ab1d65e7c13a"
$$
package syslog
import runtime "runtime"
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) * 8190022623310637111963488201822504381538623676021880892417778544696899264837610290203272971060556344039023584360473938041055625214280336402169897364226048p-553 }
func (@"time".d·2 @"time".Duration) Minutes () (? float64) { var @"time".min·3 @"time".Duration; ; @"time".min·3 = @"time".d·2 / @"time".Duration(0xdf8475800); var @"time".nsec·4 @"time".Duration; ; @"time".nsec·4 = @"time".d·2 % @"time".Duration(0xdf8475800); return float64(@"time".min·3) + float64(@"time".nsec·4) * 7678146209353722106395056769533233877065564876941352542109479049699919628723768656821910653339403201031675627614471533358284117434246264392176261853609984p-547 }
func (@"time".d·2 @"time".Duration) Nanoseconds () (? int64) { return int64(@"time".d·2) }
func (@"time".d·2 @"time".Duration) Seconds () (? float64) { var @"time".sec·3 @"time".Duration; ; @"time".sec·3 = @"time".d·2 / @"time".Duration(0x3b9aca00); var @"time".nsec·4 @"time".Duration; ; @"time".nsec·4 = @"time".d·2 % @"time".Duration(0x3b9aca00); return float64(@"time".sec·3) + float64(@"time".nsec·4) * 7198262071269114660816079141112770740375861891461678802759824945047098083990024106014198994535558872472104883612039846078596891298747423852523262413111296p-541 }
func (@"time".d·2 @"time".Duration) String () (? string)
type @"time".Month int
func (@"time".m·2 @"time".Month) String () (? string) { return @"time".months[@"time".m·2 - @"time".Month(0x1)] }
type @"time".Weekday int
func (@"time".d·2 @"time".Weekday) String () (? string) { return @"time".days[@"time".d·2] }
type @"time".Time struct { @"time".sec int64; @"time".nsec int32; @"time".loc *@"time".Location }
func (@"time".t·2 @"time".Time "esc:0x12") Add (@"time".d·3 @"time".Duration) (? @"time".Time) { @"time".t·2.@"time".sec += int64(@"time".d·3 / @"time".Duration(0x3b9aca00)); var @"time".nsec·4 int32; ; @"time".nsec·4 = int32(@"time".t·2.@"time".nsec) + int32(@"time".d·3 % @"time".Duration(0x3b9aca00)); if @"time".nsec·4 >= 0x3b9aca00 { @"time".t·2.@"time".sec++; @"time".nsec·4 -= 0x3b9aca00 } else { if @"time".nsec·4 < 0x0 { @"time".t·2.@"time".sec--; @"time".nsec·4 += 0x3b9aca00 } }; @"time".t·2.@"time".nsec = @"time".nsec·4; return @"time".t·2 }
func (@"time".t·2 @"time".Time "esc:0x12") AddDate (@"time".years·3 int, @"time".months·4 int, @"time".days·5 int) (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x1") After (@"time".u·3 @"time".Time "esc:0x1") (? bool) { return @"time".t·2.@"time".sec > @"time".u·3.@"time".sec || @"time".t·2.@"time".sec == @"time".u·3.@"time".sec && @"time".t·2.@"time".nsec > @"time".u·3.@"time".nsec }
func (@"time".t·2 @"time".Time "esc:0x9") AppendFormat (@"time".b·3 []byte "esc:0x1a", @"time".layout·4 string "esc:0x9") (? []byte)
func (@"time".t·2 @"time".Time "esc:0x1") Before (@"time".u·3 @"time".Time "esc:0x1") (? bool) { return @"time".t·2.@"time".sec < @"time".u·3.@"time".sec || @"time".t·2.@"time".sec == @"time".u·3.@"time".sec && @"time".t·2.@"time".nsec < @"time".u·3.@"time".nsec }
func (@"time".t·4 @"time".Time "esc:0x1") Clock () (@"time".hour·1 int, @"time".min·2 int, @"time".sec·3 int)
func (@"time".t·4 @"time".Time "esc:0x1") Date () (@"time".year·1 int, @"time".month·2 @"time".Month, @"time".day·3 int)
func (@"time".t·2 @"time".Time "esc:0x1") Day () (? int)
func (@"time".t·2 @"time".Time "esc:0x1") Equal (@"time".u·3 @"time".Time "esc:0x1") (? bool) { return @"time".t·2.@"time".sec == @"time".u·3.@"time".sec && @"time".t·2.@"time".nsec == @"time".u·3.@"time".nsec }
func (@"time".t·2 @"time".Time "esc:0x9") Format (@"time".layout·3 string "esc:0x9") (? string)
func (@"time".t·2 *@"time".Time "esc:0x1") GobDecode (@"time".data·3 []byte "esc:0x1") (? error)
func (@"time".t·3 @"time".Time "esc:0x1") GobEncode () (? []byte, ? error)
func (@"time".t·2 @"time".Time "esc:0x1") Hour () (? int)
func (@"time".t·3 @"time".Time "esc:0x1") ISOWeek () (@"time".year·1 int, @"time".week·2 int)
func (@"time".t·2 @"time".Time "esc:0x12") In (@"time".loc·3 *@"time".Location "esc:0x12") (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x1") IsZero () (? bool) { return @"time".t·2.@"time".sec == 0x0 && @"time".t·2.@"time".nsec == 0x0 }
func (@"time".t·2 @"time".Time "esc:0x12") Local () (? @"time".Time) { @"time".t·2.@"time".loc = @"time".Local; return @"time".t·2 }
func (@"time".t·2 @"time".Time "esc:0x12") Location () (? *@"time".Location) { var @"time".l·3 *@"time".Location; ; @"time".l·3 = @"time".t·2.@"time".loc; if @"time".l·3 == nil { @"time".l·3 = @"time".UTC }; return @"time".l·3 }
func (@"time".t·3 @"time".Time "esc:0x1") MarshalBinary () (? []byte, ? error)
func (@"time".t·3 @"time".Time "esc:0x9") MarshalJSON () (? []byte, ? error)
func (@"time".t·3 @"time".Time "esc:0x9") MarshalText () (? []byte, ? error)
func (@"time".t·2 @"time".Time "esc:0x1") Minute () (? int)
func (@"time".t·2 @"time".Time "esc:0x1") Month () (? @"time".Month)
func (@"time".t·2 @"time".Time "esc:0x1") Nanosecond () (? int) { return int(@"time".t·2.@"time".nsec) }
func (@"time".t·2 @"time".Time "esc:0x12") Round (@"time".d·3 @"time".Duration) (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x1") Second () (? int)
func (@"time".t·2 @"time".Time "esc:0x9") String () (? string)
func (@"time".t·2 @"time".Time "esc:0x1") Sub (@"time".u·3 @"time".Time "esc:0x1") (? @"time".Duration)
func (@"time".t·2 @"time".Time "esc:0x12") Truncate (@"time".d·3 @"time".Duration) (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x12") UTC () (? @"time".Time) { @"time".t·2.@"time".loc = @"time".UTC; return @"time".t·2 }
func (@"time".t·2 @"time".Time "esc:0x1") Unix () (? int64) { return @"time".t·2.@"time".sec + -0xe7791f700 }
func (@"time".t·2 @"time".Time "esc:0x1") UnixNano () (? int64) { return (@"time".t·2.@"time".sec + -0xe7791f700) * 0x3b9aca00 + int64(@"time".t·2.@"time".nsec) }
func (@"time".t·2 *@"time".Time "esc:0x1") UnmarshalBinary (@"time".data·3 []byte "esc:0x1") (? error)
func (@"time".t·2 *@"time".Time "esc:0x1") UnmarshalJSON (@"time".data·3 []byte "esc:0x1") (@"time".err·1 error)
func (@"time".t·2 *@"time".Time "esc:0x1") UnmarshalText (@"time".data·3 []byte "esc:0x1") (@"time".err·1 error)
func (@"time".t·2 @"time".Time "esc:0x1") Weekday () (? @"time".Weekday)
func (@"time".t·2 @"time".Time "esc:0x1") Year () (? int)
func (@"time".t·2 @"time".Time "esc:0x1") YearDay () (? int)
func (@"time".t·3 @"time".Time "esc:0x32") Zone () (@"time".name·1 string, @"time".offset·2 int)
func (@"time".t·2 @"time".Time "esc:0x1") @"time".abs () (? uint64)
func (@"time".t·5 @"time".Time "esc:0x1") @"time".date (@"time".full·6 bool) (@"time".year·1 int, @"time".month·2 @"time".Month, @"time".day·3 int, @"time".yday·4 int)
func (@"time".t·4 @"time".Time "esc:0x32") @"time".locabs () (@"time".name·1 string, @"time".offset·2 int, @"time".abs·3 uint64)
type @"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 86913 `
go object linux amd64 go1.5.1 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_0001�type.error� "".err�@type.error�"".w�0type.*"".Writer� "".tag�type.string�"".priority�� type."".Priority�À–¿À�À�Öu�� „�Tgclocals·1155ac395f003e6351a376353f36296d�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���@/tmp/go/src/log/syslog/syslog.goþ"".Dial��À��¬dH‹ %����HD$øH;A†´��Hìˆ���H‹œ$ˆ���H‰$è����H‹„$°���HDŽ$È�������1ÛH‰œ$Ð���H‰œ$Ø���Hƒø�Œ`��H=¿���T��H‹œ$À���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ƒÿ�„��1Àè����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‹¬$���€=�����…t��H‰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$è����é×ýÿÿ‰éxýÿÿè���� è���� H����H‰\$HHÇD$P���1Û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���æ�6runtime.writeBarrierEnabled���¢
��"runtime.racewrite���Ô�6runtime.writeBarrierEnabled���
��"runtime.racewrite���Î�6runtime.writeBarrierEnabled���Š
��"runtime.racewrite���È�6runtime.writeBarrierEnabled���¤ 
��$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���²�6runtime.writeBarrierEnabled���è��Bgo.itab.*errors.errorString.error���ò
��&runtime.deferreturn���ü
��(runtime.racefuncexit���š��0type.*errors.errorString���°��type.error���È��Bgo.itab.*errors.errorString.error���Ü
�� runtime.typ2Itab���†
��.runtime.writebarrierptr���š
��0runtime.morestack_noctxt��� �� "".autotmp_0010�¿type.*"".Writer�"".autotmp_0008�type.error�"".autotmp_0007�¯0type.*errors.errorString�"".autotmp_0006��type.error�"".autotmp_0004��0type.*errors.errorString� "".~r0�Ÿtype.error�errors.text·2�type.string� "".err�?type.error�"".w�Ïtype.*"".Writer�"".hostname�_type.string� "".~r5�€type.error� "".~r4�ptype.*"".Writer� "".tag�Ptype.string�"".priority�@ type."".Priority�"".raddr� type.string�"".network��type.string�@Ê9ÒV�à �|è21ZÇ =,:     
L½.-J�H�+Zr´ŠK; …E:x 63�Tgclocals·3f6a0740fb8993ecdf128a65317b056d�Tgclocals·f21022275f239fa9eb99858d4c2fd187���@/tmp/go/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ƒû�„8��H‹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���¨�6runtime.writeBarrierEnabled���ª
�� 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���† �6runtime.writeBarrierEnabled���¾ ��Bgo.itab.*"".netConn."".serverConn���Š 
��"runtime.racewrite���ê �6runtime.writeBarrierEnabled���¬
�� runtime.raceread���„�������Ì�������œ
��"runtime.racewrite���Ô�6runtime.writeBarrierEnabled���
��.runtime.writebarrierptr���¾
��.runtime.writebarrierptr���ä�� type.*"".netConn���ú��$type."".serverConn���’��Bgo.itab.*"".netConn."".serverConn���¦
�� runtime.typ2Itab���è
��.runtime.writebarrierptr���˜
��0runtime.morestack_noctxt���0À��"".autotmp_0020�¿type.*uint8�"".autotmp_0019�¯ type.*"".netConn�"".autotmp_0018�_type.string�"".autotmp_0017�?type.net.Addr�"".autotmp_0016�� type.*"".netConn�"".autotmp_0015��type.error�"".autotmp_0013�type.error�"".autotmp_0012��$type."".serverConn�"".c�Ÿtype.net.Conn� "".err�type.error�"".w��type.*"".Writer�ÀÁ¿Àÿ�à �x¤,+(<($() 
Œâ,… U�B�+Œ]Z {Q-K:4N�Tgclocals·3b4e1236ea719e80701ff45d7138e020�Tgclocals·943599a4d5c23e9e74f32c4e575d5e56���@/tmp/go/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_noctxt���p��
"".autotmp_0025�type.error� "".~r2�Ptype.error� "".~r1�@type.int�"".b�type.[]uint8�"".w��type.*"".Writer�¸�à�Øœ�� ¦�Tgclocals·8cf14f50ac1bf7ae2848fda35f0590ec�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���@/tmp/go/src/log/syslog/syslog.goþ$"".(*Writer).Close��À��¦dH‹ %����H;a†v��Hƒì8H‹\$8H‰$è����1ÛH‰\$HH‰\$PH‹\$@H‰$Hƒ<$�„8��Hƒ$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_noctxt���0p�� "".err�?type.error� "".~r0�type.error�"".w��type.*"".Writer�$p©opopop/� �Lâ =&I"   �� *Po(o�Tgclocals·13f38f3d5f5ec8cec8748cea29a07c5f�Tgclocals·0dc5c0863204b1fb13856ad5f1b640ab���@/tmp/go/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_noctxt���Pp�� "".err�0type.error�"".m�type.string�"".w��type.*"".Writer�pdop�€�þ?
��R�Tgclocals·e4b5616e5783a0b08ed3851f8c75ffed�Tgclocals·69c1753bd5f81501d95132d08af04464���@/tmp/go/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_noctxt���Pp�� "".err�0type.error�"".m�type.string�"".w��type.*"".Writer�pdop�€�Œ?
��R�Tgclocals·e4b5616e5783a0b08ed3851f8c75ffed�Tgclocals·69c1753bd5f81501d95132d08af04464���@/tmp/go/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_noctxt���Pp�� "".err�0type.error�"".m�type.string�"".w��type.*"".Writer�pdop�€�š?
��R�Tgclocals·e4b5616e5783a0b08ed3851f8c75ffed�Tgclocals·69c1753bd5f81501d95132d08af04464���@/tmp/go/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_noctxt���Pp�� "".err�0type.error�"".m�type.string�"".w��type.*"".Writer�pdop�€�¨?
��R�Tgclocals·e4b5616e5783a0b08ed3851f8c75ffed�Tgclocals·69c1753bd5f81501d95132d08af04464���@/tmp/go/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_noctxt���Pp�� "".err�0type.error�"".m�type.string�"".w��type.*"".Writer�pdop�€�¶?
��R�Tgclocals·e4b5616e5783a0b08ed3851f8c75ffed�Tgclocals·69c1753bd5f81501d95132d08af04464���@/tmp/go/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_noctxt���Pp�� "".err�0type.error�"".m�type.string�"".w��type.*"".Writer�pdop�€�Ä?
��R�Tgclocals·e4b5616e5783a0b08ed3851f8c75ffed�Tgclocals·69c1753bd5f81501d95132d08af04464���@/tmp/go/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_noctxt���Pp�� "".err�0type.error�"".m�type.string�"".w��type.*"".Writer�pdop�€�Ò?
��R�Tgclocals·e4b5616e5783a0b08ed3851f8c75ffed�Tgclocals·69c1753bd5f81501d95132d08af04464���@/tmp/go/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_noctxt���Pp�� "".err�0type.error�"".m�type.string�"".w��type.*"".Writer�pdop�€�à?
��R�Tgclocals·e4b5616e5783a0b08ed3851f8c75ffed�Tgclocals·69c1753bd5f81501d95132d08af04464���@/tmp/go/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_noctxt���p�"".autotmp_0044��type.error�"".autotmp_0043��type.int�"".autotmp_0042�type.error�"".autotmp_0040��type.error� "".err�?type.error� "".err�_type.error�
"".pr�o type."".Priority� "".~r3�Ptype.error� "".~r2�@type.int�"".s� type.string�"".p� type."".Priority�"".w��type.*"".Writer�>àÍßàNßàrßàßà)�à�Xê1="Q  #"s �(� ,Œ};=6I�Tgclocals·e005ea8c128fdd2cbe053ee4ba8a4b6e�Tgclocals·ae0a20890c9ac6bfbea3383f34532bab���@/tmp/go/src/log/syslog/syslog.goþ$"".(*Writer).write�� 
��˜
dH‹ %����HD$ÀH;A†j��HìÀ���H‹œ$À���H‰$è����1ÛH‰œ$ð���H‰œ$ø���1ÛH‰œ$€���H‰œ$ˆ���H‹¼$Ø���H‰|$`H‹Œ$à���H5����H‰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_noctxt���p€��"".autotmp_0052��type.int�"".autotmp_0050�type.string�"strings.suffix·3�Ÿtype.string�strings.s·2�¿type.string� "".err�_type.error�
"".nl�type.string� "".~r3�Ptype.error� "".~r2�@type.int� "".msg� type.string�"".p� type."".Priority�"".w��type.*"".Writer�&€—ÿ€.ÿ€*��DBš÷
" ��+²>J�Tgclocals·e941e5b54f08eceb6bf87e68a60aef57�Tgclocals·796d1b08c0cd95e58df51210baa4a04a���@/tmp/go/src/log/syslog/syslog.goþ2"".(*netConn).writeString��À2��º2dH‹ %����H„$€þÿÿH;A†x ��Hì���H‹œ$���H‰$è����1ÛH‰œ$X��H‰œ$`��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‹œ$0��H‰œ$è���è����H‹$H‰\$PH‹œ$8��H‰œ$Ð���H‹œ$@��H‰œ$Ø���H‹œ$H��H‰œ$À���H‹œ$P��H‰œ$È���H¼$0��1Àè����Hœ$0��Hƒû�„��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‹¬$¨���€=�����…T��H‰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‰Œ$X��H‰„$˜���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‹œ$0��H‰œ$Ø���è����H‹$H‰\$PH‹œ$8��H‰œ$À���H‹œ$@��H‰œ$È���H‹œ$H��H‰œ$°���H‹œ$P��H‰œ$¸���H¼$��1ÀHƒÇðè����Hœ$��Hƒû�„9��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‹¬$¨���€=�����…ð��H‰kH����H‰$Hœ$à���H‰\$HÇD$����è����H‹\$H‰œ$ ���H‹\$ H‰œ$¨���H‹œ$���HƒÃ H‰$è����H‹œ$���H‹¬$ ���HƒÃ H‰+H‹¬$¨���€=�����…T��H‰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‰Œ$X��H‰„$ˆ���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ûÿÿ‰éÀúÿÿè����écóÿÿ¶
������^
��*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���Œ�6runtime.writeBarrierEnabled���°��type.string���î
��runtime.convT2E���Ì 
��"runtime.racewrite���–
�6runtime.writeBarrierEnabled���º
��type.string���ø

��runtime.convT2E���Ö 
��"runtime.racewrite���  �6runtime.writeBarrierEnabled���Ä ��type.int���ü 
��runtime.convT2E���Ú 
��"runtime.racewrite���¤�6runtime.writeBarrierEnabled���È��type.string���†
��runtime.convT2E���ä
��"runtime.racewrite���®�6runtime.writeBarrierEnabled���Ò��type.string���
��runtime.convT2E���î
��"runtime.racewrite���¸�6runtime.writeBarrierEnabled���ú
�� 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���¼�6runtime.writeBarrierEnabled���à��type.string���ž 
��runtime.convT2E���ü 
��"runtime.racewrite���Æ!�6runtime.writeBarrierEnabled���ê!��type.string���¨"
��runtime.convT2E���†#
��"runtime.racewrite���Ð#�6runtime.writeBarrierEnabled���ô#��type.string���²$
��runtime.convT2E���%
��"runtime.racewrite���Ú%�6runtime.writeBarrierEnabled���þ%��type.int���¶&
��runtime.convT2E���”'
��"runtime.racewrite���Þ'�6runtime.writeBarrierEnabled���‚(��type.string���À(
��runtime.convT2E���ž)
��"runtime.racewrite���è)�6runtime.writeBarrierEnabled���Œ*��type.string���Ê*
��runtime.convT2E���¨+
��"runtime.racewrite���ò+�6runtime.writeBarrierEnabled���´,
�� 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���ü0
��.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_0073��type.error�"".autotmp_0072�Ÿtype.string�"".autotmp_0071��type.string�"".autotmp_0070��type.int�"".autotmp_0069��type.string�"".autotmp_0068��type.string�"".autotmp_0067��type.string�"".autotmp_0066�� type."".Priority�"".autotmp_0065��type.string�"".autotmp_0064��type.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.*"".netConn�*"€ä
ÿ€Ü ÿ€¼� �´²"&ZG„ŒJ[
  ..Zg“‰ŒJ[
-.E �®�.Þ­+R/V/S/V/V/F/!„Á ±+R/V/V/S/V/V/F/!¨�Tgclocals·0c6c3191bd8fbc1c1fa9e50fb93b7ffe�Tgclocals·fe9aff70387d515c69ea36605bb53dbb���@/tmp/go/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_noctxt���0p��"".autotmp_0095�type.error� "".~r0�type.error�"".n�� type.*"".netConn�p{op�°�Ö1X �� i'�Tgclocals·cad14e25fd48dddd762418d02c031d67�Tgclocals·64ca935d1a2110a30e2d604686188539���@/tmp/go/src/log/syslog/syslog.goþ"".NewLogger��À ��® dH‹ %����HD$øH;A†5��Hìˆ���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‹L$8H‰ÏHƒù�„ã���1ÀHƒÇèè����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$éqþÿÿè����é©ýÿÿ,
������X
��*runtime.racefuncenter���¶
�� "".New���¶
��(runtime.racefuncexit���Þ��8go.itab.*"".Writer.io.Writer���ì��type.log.Logger���þ
��"runtime.newobject���¶
��,runtime.racewriterange���ð
ä� runtime.duffzero���Œ
��"runtime.racewrite���¾�6runtime.writeBarrierEnabled���ú
��"runtime.racewrite���¬�6runtime.writeBarrierEnabled���à
��"runtime.racewrite���º
��(runtime.racefuncexit���î
��.runtime.writebarrierptr���–
��.runtime.writebarrierptr���¼��type.*"".Writer���Ò��type.io.Writer���ê��8go.itab.*"".Writer.io.Writer���þ
�� runtime.typ2Itab���œ 
��0runtime.morestack_noctxt���P��"".autotmp_0103�Ÿ type.*log.Logger�"".autotmp_0102�� type.*log.Logger�"".autotmp_0100�type.io.Writer�"".autotmp_0099��type.*"".Writer�"".autotmp_0097�type.*"".Writer�log.flag·4�¯type.int�log.prefix·3�type.string�log.out·2�_type.io.Writer� "".err�?type.error� "".~r3�0type.error� "".~r2�  type.*log.Logger�"".logFlag�type.int�"".p�� type."".Priority�(‡Áw�à�.æ
 1 ¦ �.�+odb3- 
4"�Tgclocals·ce6ac39738fc58be3343e6946e252ef5�Tgclocals·76ba437033d9f67bfb55de32d9e3f50e���@/tmp/go/src/log/syslog/syslog.goþ"".unixSyslog��€��òdH‹ %����H„$°þÿÿH;A†T��HìÐ��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Ž$0�����H‰„$ ��Hœ$ ��H‰œ$€���H‰$HÇD$0���è����H‹„$€���H‹-����H‰(H‹-����H‰hH‹-����H‰hH‹-����H‰hH‹-����H‰h H‹-����H‰h(HDŽ$@�����HDŽ$H�����H‰„$8��H‹”$ ��H‹„$(��H‹œ$0��H‰œ$x��1ÉH‰„$p��H‰D$PH‰”$h��H‰ÐH‰L$XH‹l$PH9鍃��H‰D$xH‰$è����H‹\$xHƒû�„£��H‹ H‹kH‰Œ$���H‰Œ$À���H‰¬$��H‰¬$È���H‹”$8��H‹„$@��H‹œ$H��H‰œ$`��1ÉH‰„$X��H‰D$@H‰”$P��H‰Ð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ƒù�„r��H‹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���¬�6runtime.writeBarrierEnabled���â��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���°�6runtime.writeBarrierEnabled���â
��"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_0131��type.error�"".autotmp_0130��type.*uint8�"".autotmp_0129��type.error�"".autotmp_0128�ß0type.*errors.errorString�"".autotmp_0127�¿$type."".serverConn�"".autotmp_0125�Ï type.*"".netConn�"".autotmp_0124��type.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_0110��0type.*errors.errorString�"".autotmp_0109�� type.*"".netConn�"".autotmp_0108�ÿtype.error�"".autotmp_0106�ÿtype.[]string�"".autotmp_0105�Ïtype.[]string� "".~r0�ÿtype.error�errors.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�(" íŸ ŠŸ e�€ �T$"(u‹‘d$$ª¹N �F�.JuÄ‘¡
0- 8^0B�Tgclocals·0a36c9fc731031273b62298c854d8b81�Tgclocals·214084e2b0b4e6064d8dba668e3f5cad���J/tmp/go/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.racefuncenter���P��"".initdone·���b
�� runtime.raceread���p��"".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_noctxt�������Oa�à�@à� � À�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���J/tmp/go/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_0134�type.error� "".~r0� type.error�""..this��$type."".serverConn�PkOP����2C�Tgclocals·19b49d53e9c11805652fa4c0885cbb29�Tgclocals·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_0135�type.error� "".~r5�°type.error�
"".nl�type.string�"".s�ptype.string� "".tag�Ptype.string�"".hostname�0type.string�"".p�  type."".Priority�""..this��$type."".serverConn�àïßà� � ��6Ç#�Tgclocals·3fea6be3f846a86cb48575d1ae78cac3�Tgclocals·c55cf99de9cdd8c8202a466952fa1a45���<autogenerated>þ(type..hash."".Writer�À��¢dH‹ %����H;a†´��Hƒì H‹\$ H‰$è����H‹\$(H‰$Hƒ<$�„‚��H‹\$0H‰\$HÇD$���è����H‹D$H‹\$(H‰$Hƒ<$�„E��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ƒ<$�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_noctxt���0@��"".autotmp_0142��type.uintptr�"".autotmp_0141��type.uintptr�"".autotmp_0140��type.uintptr�"".autotmp_0139��type.uintptr�"".autotmp_0138��type.uintptr�"".autotmp_0137��type.uintptr� "".~r2� type.uintptr�"".h�type.uintptr�"".p��type.*"".Writer�@á?@g�à�à� � À�Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���:/tmp/go/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ƒû�„M��H‹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Á…S��H‹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ƒø�„u��H‹Œ$ˆ���HƒÀHHƒù�„X��HƒÁ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.racefuncenter���d
�� 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_noctxt���0ð��"".autotmp_0154�$type."".serverConn�"".autotmp_0153�_$type."".serverConn�"".autotmp_0152�Ÿ type.*sync.Mutex�"".autotmp_0151� type.*sync.Mutex�"".autotmp_0150��type.string�"".autotmp_0149��type.string�"".autotmp_0148��type.string�"".autotmp_0147��type.string�"".autotmp_0146��type.string�"".autotmp_0145��type.string�"".autotmp_0144�?type.string�"".autotmp_0143�type.string� "".~r2� type.bool�"".q�type.*"".Writer�"".p��type.*"".Writer�nð\ïðüïðïðïðïðïðïðïð �À
��>� —O^O^O^OMu:Gð�Tgclocals·aa52d274abdec77c8c6f0039727529fb�Tgclocals·db7ebf6dc6b3b420076452c6f2a6bd09���:/tmp/go/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_noctxt���0@��"".autotmp_0156��type.uintptr� "".~r2� type.uintptr�"".h�type.uintptr�"".p�� type.*"".netConn�@w?@!�°�°� � �Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���:/tmp/go/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.raceread���z
�� runtime.raceread���º
��(runtime.racefuncexit���à
�� runtime.raceread���È
�� runtime.raceread���Ð
��runtime.ifaceeq���ø
��(runtime.racefuncexit���–
��(runtime.racefuncexit�����0runtime.morestack_noctxt���0��
"".autotmp_0158�?type.net.Conn�"".autotmp_0157�type.net.Conn� "".~r2� type.bool�"".q� type.*"".netConn�"".p�� type.*"".netConn�2Nž�°�°�� ƒDI�Tgclocals·51af24152615272c3d9efc8538f95767�Tgclocals·2c78d3ad9d760b5f66e2e47be684c787���:/tmp/go/src/log/syslog/doc.goþ4type..hash.[6]interface {}�€��údH‹ %����H;a† ���Hƒì(H‹\$(H‰$è����H‹T$81ÀHÇD$���H‹l$H9è}\H‰D$ H‰ÅH‰ÐHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$0Hƒû�tEHÁåHëH‰$H‰D$8H‰D$è����H‹T$H‹D$ HÿÀH‹l$H9è|¤H‰T$8H‰T$@è����HƒÄ(Éë·è����éCÿÿÿ
������B
��*runtime.racefuncenter���€
��(runtime.nilinterhash���Ì
��(runtime.racefuncexit���è
��0runtime.morestack_noctxt���0P��
"".autotmp_0161�type.int�"".autotmp_0160�type.int� "".~r2� type.uintptr�"".h�type.uintptr�"".p��*type.*[6]interface {}�P—OP�À�À� �  �Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���:/tmp/go/src/log/syslog/doc.goþ0type..eq.[6]interface {}� ��˜dH‹ %����H;a†/��Hƒì`H‹\$`H‰$è����1ÀHÇD$0���H‹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_noctxt���0À��"".autotmp_0165�?"type.interface {}�"".autotmp_0164�"type.interface {}�"".autotmp_0163�_type.int�"".autotmp_0162�Otype.int�"".i�otype.int� "".~r2� type.bool�"".q�*type.*[6]interface {}�"".p��*type.*[6]interface {}�&À¿À¿À�Ð�Ð�� ‚O_�Tgclocals·51af24152615272c3d9efc8538f95767�Tgclocals·2c78d3ad9d760b5f66e2e47be684c787���:/tmp/go/src/log/syslog/doc.goþ4type..hash.[7]interface {}�€��údH‹ %����H;a† ���Hƒì(H‹\$(H‰$è����H‹T$81ÀHÇD$���H‹l$H9è}\H‰D$ H‰ÅH‰ÐHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$0Hƒû�tEHÁåHëH‰$H‰D$8H‰D$è����H‹T$H‹D$ HÿÀH‹l$H9è|¤H‰T$8H‰T$@è����HƒÄ(Éë·è����éCÿÿÿ
������B
��*runtime.racefuncenter���€
��(runtime.nilinterhash���Ì
��(runtime.racefuncexit���è
��0runtime.morestack_noctxt���0P��
"".autotmp_0168�type.int�"".autotmp_0167�type.int� "".~r2� type.uintptr�"".h�type.uintptr�"".p��*type.*[7]interface {}�P—OP�À�À� �  �Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���:/tmp/go/src/log/syslog/doc.goþ0type..eq.[7]interface {}� ��˜dH‹ %����H;a†/��Hƒì`H‹\$`H‰$è����1ÀHÇD$0���H‹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_noctxt���0À��"".autotmp_0172�?"type.interface {}�"".autotmp_0171�"type.interface {}�"".autotmp_0170�_type.int�"".autotmp_0169�Otype.int�"".i�otype.int� "".~r2� type.bool�"".q�*type.*[7]interface {}�"".p��*type.*[7]interface {}�&À¿À¿À�Ð�Ð�� ‚O_�Tgclocals·51af24152615272c3d9efc8538f95767�Tgclocals·2c78d3ad9d760b5f66e2e47be684c787���:/tmp/go/src/log/syslog/doc.goþ(type..hash.[2]string�€��údH‹ %����H;a† ���Hƒì(H‹\$(H‰$è����H‹T$81ÀHÇD$���H‹l$H9è}\H‰D$ H‰ÅH‰ÐHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$0Hƒû�tEHÁåHëH‰$H‰D$8H‰D$è����H‹T$H‹D$ HÿÀH‹l$H9è|¤H‰T$8H‰T$@è����HƒÄ(Éë·è����éCÿÿÿ
������B
��*runtime.racefuncenter���€
��runtime.strhash���Ì
��(runtime.racefuncexit���è
��0runtime.morestack_noctxt���0P��
"".autotmp_0175�type.int�"".autotmp_0174�type.int� "".~r2� type.uintptr�"".h�type.uintptr�"".p��type.*[2]string�P—OP�À�À� �  �Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���:/tmp/go/src/log/syslog/doc.goþ$type..eq.[2]string� ��˜dH‹ %����H;a†/��Hƒì`H‹\$`H‰$è����1ÀHÇD$0���H‹l$0H9èØ���H‰D$8H‹\$hH‰ÅH‰D$(HÁåHëH‰$è����H‹D$(H‹\$hHƒû�„Ç���H‰ÅHÁåHëH‹+H‰l$PH‹kH‰l$XH‹\$pH‰ÅHÁåHëH‰$è����H‹T$XH‹\$pHƒû�t}H‹l$(HÁåHëH‹ H‰L$@H‹CH‰D$HH9ÂuLH‹l$PH‰,$H‰T$H‰L$H‰D$è����¶\$ €û�t%H‹D$8HÿÀH‹l$0H9èŒ(ÿÿÿÆD$xè����HƒÄ`ÃÆD$x�è����HƒÄ`Éé|ÿÿÿ‰é2ÿÿÿè����é´þÿÿ
������B
��*runtime.racefuncenter���¸
�� runtime.raceread���Æ
�� runtime.raceread���ä
�� runtime.eqstring���¸
��(runtime.racefuncexit���Ö
��(runtime.racefuncexit���†
��0runtime.morestack_noctxt���0À��"".autotmp_0179�?type.string�"".autotmp_0178�type.string�"".autotmp_0177�_type.int�"".autotmp_0176�Otype.int�"".i�otype.int� "".~r2� type.bool�"".q�type.*[2]string�"".p��type.*[2]string�&À¿À¿À�Ð�Ð�� ‚O_�Tgclocals·51af24152615272c3d9efc8538f95767�Tgclocals·44750c784da4dd430afdd97fea5c405a���:/tmp/go/src/log/syslog/doc.goþ(type..hash.[3]string�€��údH‹ %����H;a† ���Hƒì(H‹\$(H‰$è����H‹T$81ÀHÇD$���H‹l$H9è}\H‰D$ H‰ÅH‰ÐHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$0Hƒû�tEHÁåHëH‰$H‰D$8H‰D$è����H‹T$H‹D$ HÿÀH‹l$H9è|¤H‰T$8H‰T$@è����HƒÄ(Éë·è����éCÿÿÿ
������B
��*runtime.racefuncenter���€
��runtime.strhash���Ì
��(runtime.racefuncexit���è
��0runtime.morestack_noctxt���0P��
"".autotmp_0182�type.int�"".autotmp_0181�type.int� "".~r2� type.uintptr�"".h�type.uintptr�"".p��type.*[3]string�P—OP�À�À� �  �Tgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�Tgclocals·33cdeccccebe80329f1fdbee7f5874cb���:/tmp/go/src/log/syslog/doc.goþ$type..eq.[3]string� ��˜dH‹ %����H;a†/��Hƒì`H‹\$`H‰$è����1ÀHÇD$0���H‹l$0H9èØ���H‰D$8H‹\$hH‰ÅH‰D$(HÁåHëH‰$è����H‹D$(H‹\$hHƒû�„Ç���H‰ÅHÁåHëH‹+H‰l$PH‹kH‰l$XH‹\$pH‰ÅHÁåHëH‰$è����H‹T$XH‹\$pHƒû�t}H‹l$(HÁåHëH‹ H‰L$@H‹CH‰D$HH9ÂuLH‹l$PH‰,$H‰T$H‰L$H‰D$è����¶\$ €û�t%H‹D$8HÿÀH‹l$0H9èŒ(ÿÿÿÆD$xè����HƒÄ`ÃÆD$x�è����HƒÄ`Éé|ÿÿÿ‰é2ÿÿÿè����é´þÿÿ
������B
��*runtime.racefuncenter���¸
�� runtime.raceread���Æ
�� runtime.raceread���ä
�� runtime.eqstring���¸
��(runtime.racefuncexit���Ö
��(runtime.racefuncexit���†
��0runtime.morestack_noctxt���0À��"".autotmp_0186�?type.string�"".autotmp_0185�type.string�"".autotmp_0184�_type.int�"".autotmp_0183�Otype.int�"".i�otype.int� "".~r2� type.bool�"".q�type.*[3]string�"".p��type.*[3]string�&À¿À¿À�Ð�Ð�� ‚O_�Tgclocals·51af24152615272c3d9efc8538f95767�Tgclocals·44750c784da4dd430afdd97fea5c405a���:/tmp/go/src/log/syslog/doc.goþTgclocals·c55cf99de9cdd8c8202a466952fa1a45� �� ���������������þTgclocals·1155ac395f003e6351a376353f36296d� �� ���������:����þ0Bgo.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�`��`
���
���%���¥��¥��¥��¥��¥��%���%���%���%����þ0Bgo.itab.*"".netConn."".serverConn�����þ2go.string.hdr."localhost"� �� �������� ����������*go.string."localhost"���þ*go.string."localhost"� ��localhost��þTgclocals·943599a4d5c23e9e74f32c4e575d5e56�P��P��� �������0 ��� ������ ���������@����þTgclocals·3b4e1236ea719e80701ff45d7138e020�P��P�������������������������������þ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�À��À ���4�������������������Pü?����Sü?����Pü?������ü?����@������T�Àÿ��W�Àÿ��T�Àÿ�����Àÿ��þTgclocals·0c6c3191bd8fbc1c1fa9e50fb93b7ffe�h��h ��� ���U��U��U��U��U��U ��U��U��U��U��U ���þTgclocals·64ca935d1a2110a30e2d604686188539� �� ���������������þTgclocals·cad14e25fd48dddd762418d02c031d67� �� �������������þ08go.itab.*"".Writer.io.Writer�����þTgclocals·76ba437033d9f67bfb55de32d9e3f50e�H��H���
��������������4���5����������þTgclocals·ce6ac39738fc58be3343e6946e252ef5�H��H����������������������������������þ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�Ð��Ð ���.����������� ���P�����P����P�� �P�����P����P�����P������P�����P����P�����P���þTgclocals·0a36c9fc731031273b62298c854d8b81�p��p ������������������������������������������������������þ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"���þ0"".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·f��������������4"".(*Writer).writeAndRetry���þ*"".(*Writer).write·f��������������$"".(*Writer).write���þ8"".(*netConn).writeString·f��������������2"".(*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÷R�6�������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��@go.string.hdr."*syslog.Priority"���p��4go.weak.type.**"".Priority���€��"runtime.zerovalue����� 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���€��"runtime.zerovalue���`� 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�����������������œ‚Öµ�3��������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��8go.string.hdr."func() error"���p��4go.weak.type.*func() error���€��"runtime.zerovalue��� €�"type.func() error���Ѐ�"type.func() error���€��type.error���þJgo.typelink.func() error func() error��������������"type.func() error���þ–go.string.hdr."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Õ�3����������������������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��–go.string.hdr."func(syslog.Priority, string, string, string, string) error"���p��Šgo.weak.type.*func("".Priority, string, string, string, string) error���€��"runtime.zerovalue��� €�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) error��������������xtype.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.01���P��Dgo.string.hdr."*syslog.serverConn"���p��8go.weak.type.**"".serverConn���€��"runtime.zerovalue�����$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��ð��ð��������������¯Î�b��������������������������������������������������������������������������������������������������������������������������������������������������������������� 0à� runtime.algarray���@��"runtime.gcbits.03���P��Bgo.string.hdr."syslog.serverConn"���p��&type.*"".serverConn���€��"runtime.zerovalue���À�$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·db7ebf6dc6b3b420076452c6f2a6bd09�8��8���
����������@������0����þTgclocals·aa52d274abdec77c8c6f0039727529fb�8��8����������������������þ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��À��À`�������`�������ꉈ�����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������(���������������������������������������8���������������������������������������H���������������������������������������P�����������������������������������������������>0��&type..alg."".Writer���@��&runtime.gcbits.aa0c���P��:go.string.hdr."syslog.Writer"���p��type.*"".Writer���€��"runtime.zerovalue���À�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"�P��Ffunc(*syslog.Writer, string) error��þFtype.func(*"".Writer, string) error�°��°��������������
+�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��dgo.string.hdr."func(*syslog.Writer, string) error"���p��Xgo.weak.type.*func(*"".Writer, string) error���€��"runtime.zerovalue��� €�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) error��������������Ftype.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é"�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Tgo.string.hdr."func(*syslog.Writer) error"���p��Hgo.weak.type.*func(*"".Writer) error���€��"runtime.zerovalue��� €�6type.func(*"".Writer) error���А�6type.func(*"".Writer) error���€��type.*"".Writer�����type.error���þzgo.typelink.func(*syslog.Writer) error func(*"".Writer) error��������������6type.func(*"".Writer) error���þ.go.string.hdr."[]uint8"� �� ������������������&go.string."[]uint8"���þ&go.string."[]uint8"���[]uint8��þtype.[]uint8� �� ��������������ß~.8��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��.go.string.hdr."[]uint8"���p��*go.weak.type.*[]uint8���€��"runtime.zerovalue�����type.uint8���þ6go.typelink.[]uint8 []uint8��������������type.[]uint8���þ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£�3������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��tgo.string.hdr."func(*syslog.Writer, []uint8) (int, error)"���p��hgo.weak.type.*func(*"".Writer, []uint8) (int, error)���€��"runtime.zerovalue��� €�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)�Ð��Ð��������������å–×�3��������������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��”go.string.hdr."func(*syslog.Writer, syslog.Priority, string) (int, error)"���p��€go.weak.type.*func(*"".Writer, "".Priority, string) (int, error)���€��"runtime.zerovalue��� €�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”h�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Dgo.string.hdr."func(string) error"���p��@go.weak.type.*func(string) error���€��"runtime.zerovalue��� €�.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)�°��°��������������„N4P�3����������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Tgo.string.hdr."func([]uint8) (int, error)"���p��Pgo.weak.type.*func([]uint8) (int, error)���€��"runtime.zerovalue��� €�>type.func([]uint8) (int, error)���А�>type.func([]uint8) (int, error)���€��type.[]uint8�����type.int��� ��type.error���þ‚go.typelink.func([]uint8) (int, error) func([]uint8) (int, error)��������������>type.func([]uint8) (int, error)���þ.go.string.hdr."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)�À��À��������������+џã�3������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��tgo.string.hdr."func(syslog.Priority, string) (int, error)"���p��hgo.weak.type.*func("".Priority, string) (int, error)���€��"runtime.zerovalue��� €�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��Ð ��Ð ��������������,ì7�6�������������������������������������������������������������������������������� ������� �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������˜0 � runtime.algarray���@��"runtime.gcbits.01���P��<go.string.hdr."*syslog.Writer"���p��0go.weak.type.**"".Writer���€��"runtime.zerovalue�����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:÷”�3��������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��Vgo.string.hdr."func(*syslog.netConn) error"���p��Jgo.weak.type.*func(*"".netConn) error���€��"runtime.zerovalue��� €�8type.func(*"".netConn) error���А�8type.func(*"".netConn) error���€�� type.*"".netConn�����type.error���þ~go.typelink.func(*syslog.netConn) error func(*"".netConn) error��������������8type.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�ð��ð��������������‹ÎÃ�3������������������������������������������������������������������������������������������������������������������������������������������������������������0€� runtime.algarray���@��"runtime.gcbits.01���P��¸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���€��"runtime.zerovalue��� €�’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.01���P��>go.string.hdr."*syslog.netConn"���p��2go.weak.type.**"".netConn���€��"runtime.zerovalue�����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.06���P��<go.string.hdr."syslog.netConn"���p�� type.*"".netConn���€��"runtime.zerovalue���À�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.03���P��8go.string.hdr."interface {}"���p��4go.weak.type.*interface {}���€��"runtime.zerovalue���À�"type.interface {}���þ<go.string.hdr."[]interface {}"� �� ������������������4go.string."[]interface {}"���þ4go.string."[]interface {}"� ��[]interface {}��þ&type.[]interface {}� �� ��������������p“ê/��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��<go.string.hdr."[]interface {}"���p��8go.weak.type.*[]interface {}���€��"runtime.zerovalue�����"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¦������������������������������������������������������������������������0��2type..alg.[6]interface {}���@��&runtime.gcbits.ff0f���P��>go.string.hdr."[6]interface {}"���p��:go.weak.type.*[6]interface {}���€��"runtime.zerovalue�����"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.01���P��@go.string.hdr."*[6]interface {}"���p��<go.weak.type.**[6]interface {}���€��"runtime.zerovalue�����(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 {}�À��Àp�������p�������ÆÛ <������������������������������������������������������������������������0��2type..alg.[7]interface {}���@��&runtime.gcbits.ff3f���P��>go.string.hdr."[7]interface {}"���p��:go.weak.type.*[7]interface {}���€��"runtime.zerovalue�����"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.01���P��@go.string.hdr."*[7]interface {}"���p��<go.weak.type.**[7]interface {}���€��"runtime.zerovalue�����(type.[7]interface {}���þ0go.string.hdr."[]string"� �� ������������������(go.string."[]string"���þ(go.string."[]string"� ��[]string��þtype.[]string� �� ��������������Ó¨ó
��������������������������������������������������������� 0 � runtime.algarray���@��"runtime.gcbits.01���P��0go.string.hdr."[]string"���p��,go.weak.type.*[]string���€��"runtime.zerovalue�����type.string���þ:go.typelink.[]string []string��������������type.[]string���þTgclocals·33cdeccccebe80329f1fdbee7f5874cb�����������þTgclocals·0b86ef39f3fed835f14ba5f4d7c62fa2�������������þTgclocals·44750c784da4dd430afdd97fea5c405a� �� ��������������þTgclocals·51af24152615272c3d9efc8538f95767� �� �������������þ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.05���P��2go.string.hdr."[2]string"���p��.go.weak.type.*[2]string���€��"runtime.zerovalue�����type.string��� ��type.[]string���þ>go.typelink.[2]string [2]string��������������type.[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.01���P��4go.string.hdr."*[2]string"���p��0go.weak.type.**[2]string���€��"runtime.zerovalue�����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.15���P��2go.string.hdr."[3]string"���p��.go.weak.type.*[3]string���€��"runtime.zerovalue�����type.string��� ��type.[]string���þ>go.typelink.[3]string [3]string��������������type.[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.01���P��4go.string.hdr."*[3]string"���p��0go.weak.type.**[3]string���€��"runtime.zerovalue�����type.[3]string���þ.go.string.hdr."runtime"� �� ������������������&go.string."runtime"���þ&go.string."runtime"���runtime��þ,go.importpath.runtime.� �� ������������������&go.string."runtime"���þ,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·f��������������2"".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 {}·f��������������4type..hash.[6]interface {}���þ6type..eq.[6]interface {}·f��������������0type..eq.[6]interface {}���þ:type..hash.[7]interface {}·f��������������4type..hash.[7]interface {}���þ6type..eq.[7]interface {}·f��������������0type..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���þ"runtime.zerovalue������ÿÿgo13ld�