blob: d837d4723ad20bbbe73fe99665910e66e0009d52 [file] [log] [blame]
!<arch>
__.PKGDEF 0 0 0 644 12423 `
go object darwin amd64 go1.4.2 X:precisestack
$$
package syslog
import log "log"
import net "net"
import sync "sync"
import runtime "runtime"
import time "time"
import errors "errors"
import os "os"
import strings "strings"
import fmt "fmt"
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:0x0") (? int, ? error)
func (@"".w·2 *@"".Writer) @"".connect () (@"".err·1 error)
func (@"".w·3 *@"".Writer) @"".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:0x0") String () (? string)
func (@"time".l·2 *@"time".Location "esc:0x0") @"time".firstZoneUsed () (? bool)
func (@"time".l·2 *@"time".Location "esc:0x2") @"time".get () (? *@"time".Location)
func (@"time".l·6 *@"time".Location "esc:0x1") @"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:0x0") @"time".lookupFirstZone () (? int)
func (@"time".l·4 *@"time".Location "esc:0x0") @"time".lookupName (@"time".name·5 string "esc:0x0", @"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) * 0x9C5FFF26ED75Fp-93 }
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) * 0x9299FF347E9E9p-87 }
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) * 0x112E0BE826D695p-82 }
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:0x2") Add (@"time".d·3 @"time".Duration) (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x2") AddDate (@"time".years·3 int, @"time".months·4 int, @"time".days·5 int) (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x0") After (@"time".u·3 @"time".Time "esc:0x0") (? 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:0x0") Before (@"time".u·3 @"time".Time "esc:0x0") (? 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:0x0") Clock () (@"time".hour·1 int, @"time".min·2 int, @"time".sec·3 int)
func (@"time".t·4 @"time".Time "esc:0x0") Date () (@"time".year·1 int, @"time".month·2 @"time".Month, @"time".day·3 int)
func (@"time".t·2 @"time".Time "esc:0x0") Day () (? int)
func (@"time".t·2 @"time".Time "esc:0x0") Equal (@"time".u·3 @"time".Time "esc:0x0") (? 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:0x0") Format (@"time".layout·3 string "esc:0x0") (? string)
func (@"time".t·2 *@"time".Time "esc:0x0") GobDecode (@"time".data·3 []byte "esc:0x0") (? error)
func (@"time".t·3 @"time".Time "esc:0x0") GobEncode () (? []byte, ? error)
func (@"time".t·2 @"time".Time "esc:0x0") Hour () (? int)
func (@"time".t·3 @"time".Time "esc:0x0") ISOWeek () (@"time".year·1 int, @"time".week·2 int)
func (@"time".t·2 @"time".Time "esc:0x2") In (@"time".loc·3 *@"time".Location "esc:0x2") (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x0") IsZero () (? bool) { return @"time".t·2.@"time".sec == 0x0 && @"time".t·2.@"time".nsec == 0x0 }
func (@"time".t·2 @"time".Time "esc:0x2") Local () (? @"time".Time) { @"time".t·2.@"time".loc = @"time".Local; return @"time".t·2 }
func (@"time".t·2 @"time".Time "esc:0x2") 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:0x0") MarshalBinary () (? []byte, ? error)
func (@"time".t·3 @"time".Time "esc:0x0") MarshalJSON () (? []byte, ? error)
func (@"time".t·3 @"time".Time "esc:0x0") MarshalText () (? []byte, ? error)
func (@"time".t·2 @"time".Time "esc:0x0") Minute () (? int)
func (@"time".t·2 @"time".Time "esc:0x0") Month () (? @"time".Month)
func (@"time".t·2 @"time".Time "esc:0x0") Nanosecond () (? int) { return int(@"time".t·2.@"time".nsec) }
func (@"time".t·2 @"time".Time "esc:0x2") Round (@"time".d·3 @"time".Duration) (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x0") Second () (? int)
func (@"time".t·2 @"time".Time "esc:0x0") String () (? string)
func (@"time".t·2 @"time".Time "esc:0x0") Sub (@"time".u·3 @"time".Time "esc:0x0") (? @"time".Duration)
func (@"time".t·2 @"time".Time "esc:0x2") Truncate (@"time".d·3 @"time".Duration) (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x2") UTC () (? @"time".Time) { @"time".t·2.@"time".loc = @"time".UTC; return @"time".t·2 }
func (@"time".t·2 @"time".Time "esc:0x0") Unix () (? int64) { return @"time".t·2.@"time".sec + -0xE7791F700 }
func (@"time".t·2 @"time".Time "esc:0x0") UnixNano () (? int64) { return (@"time".t·2.@"time".sec + -0xE7791F700) * 0x3B9ACA00 + int64(@"time".t·2.@"time".nsec) }
func (@"time".t·2 *@"time".Time "esc:0x0") UnmarshalBinary (@"time".data·3 []byte "esc:0x0") (? error)
func (@"time".t·2 *@"time".Time "esc:0x0") UnmarshalJSON (@"time".data·3 []byte "esc:0x0") (@"time".err·1 error)
func (@"time".t·2 *@"time".Time "esc:0x0") UnmarshalText (@"time".data·3 []byte "esc:0x0") (@"time".err·1 error)
func (@"time".t·2 @"time".Time "esc:0x0") Weekday () (? @"time".Weekday)
func (@"time".t·2 @"time".Time "esc:0x0") Year () (? int)
func (@"time".t·2 @"time".Time "esc:0x0") YearDay () (? int)
func (@"time".t·3 @"time".Time "esc:0x0") Zone () (@"time".name·1 string, @"time".offset·2 int)
func (@"time".t·2 @"time".Time "esc:0x0") @"time".abs () (? uint64)
func (@"time".t·5 @"time".Time "esc:0x0") @"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:0x1") @"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:0x0")
func (@"log".l·1 *@"log".Logger) Fatalf (@"log".format·2 string "esc:0x0", @"log".v·3 ...interface {} "esc:0x0")
func (@"log".l·1 *@"log".Logger) Fatalln (@"log".v·2 ...interface {} "esc:0x0")
func (@"log".l·2 *@"log".Logger) Flags () (? int)
func (@"log".l·2 *@"log".Logger) Output (@"log".calldepth·3 int, @"log".s·4 string "esc:0x0") (? error)
func (@"log".l·1 *@"log".Logger) Panic (@"log".v·2 ...interface {} "esc:0x0")
func (@"log".l·1 *@"log".Logger) Panicf (@"log".format·2 string "esc:0x0", @"log".v·3 ...interface {} "esc:0x0")
func (@"log".l·1 *@"log".Logger) Panicln (@"log".v·2 ...interface {} "esc:0x0")
func (@"log".l·2 *@"log".Logger) Prefix () (? string)
func (@"log".l·1 *@"log".Logger) Print (@"log".v·2 ...interface {} "esc:0x0")
func (@"log".l·1 *@"log".Logger) Printf (@"log".format·2 string "esc:0x0", @"log".v·3 ...interface {} "esc:0x0")
func (@"log".l·1 *@"log".Logger) Println (@"log".v·2 ...interface {} "esc:0x0")
func (@"log".l·1 *@"log".Logger) SetFlags (@"log".flag·2 int)
func (@"log".l·1 *@"log".Logger) SetPrefix (@"log".prefix·2 string)
func (@"log".l·1 *@"log".Logger "esc:0x0") @"log".formatHeader (@"log".buf·2 *[]byte, @"log".t·3 @"time".Time "esc:0x0", @"log".file·4 string "esc:0x0", @"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_.6 0 0 0 644 84872 `
go object darwin amd64 go1.4.2 X:precisestack
!
��go13lderrors.a
fmt.a
log.a
net.aos.astrings.a sync.a time.a�þ "".New�� ��ŠeH‹ %����H;awè����ëêHƒì`H‹\$`H‰$è����HDŽ$ˆ�������HDŽ$�������H$HÇ����HÇC����H\$HÇ����HÇC����H‹\$hH‰\$ H‹\$pH‰\$(H‹\$xH‰\$0è����H‹D$8H‹T$@H‹L$HH‰„$€���H‰T$PH‰”$ˆ���H‰L$XH‰Œ$���è����HƒÄ`Ã
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���Œ��"".Dial���ø��(runtime.racefuncexit���`À��
"".autotmp_0001�type.error� "".err�@type.error�"".w�0type.*"".Writer� "".tag�type.string�"".priority�� type."".Priority�Àª¿ �Ð�ä��#˜�Tgclocals·8738d7e3c809a359481b3c50a3d60beb�Tgclocals·a310211a5d93ca643985188646602d0e���@/tmp/go/src/log/syslog/syslog.goþ"".Dial��à��ÆeH‹ %����HD$øH;Awè����ëåHìˆ���H‹œ$ˆ���H‰$è����H‹„$°���HDŽ$È�������HDŽ$Ð�������HDŽ$Ø�������Hƒø�Œb��H=¿���V��H‹œ$À���Hƒû�uZH����H‰$è����H‹����Hƒ=�����†��H‰$è����H‹����Hƒ=�����†÷��H‹+H‰¬$¸���H‹kH‰¬$À���è����H‹$H‰\$XH‹\$H‰\$`H����H‰$è����H‹D$H‰D$(H‰$HÇD$`���è����H‹|$(H‰ùHƒÿ�„ƒ��1Àè����H‰ $è����H‹L$(H‹¬$°���H‰)H‰ $Hƒ$è����H‹\$(H‰$Hƒ<$�„5��Hƒ$H‹œ$¸���H‰\$H‹œ$À���H‰\$è����H‹\$(H‰$Hƒ$è����H‹\$(H‰$Hƒ<$�„Þ��Hƒ$H‹\$XH‰\$H‹\$`H‰\$è����H‹\$(H‰$Hƒ$(è����H‹\$(H‰$Hƒ<$�„��Hƒ$(H‹œ$���H‰\$H‹œ$˜���H‰\$è����H‹\$(H‰$Hƒ$8è����H‹\$(H‰$Hƒ<$�„6��Hƒ$8H‹œ$ ���H‰\$H‹œ$¨���H‰\$è����H‹L$(H‰L$ H‰ $Hƒ<$�„í���Hƒ$Hè����H‹\$ H‰$Hƒ<$�„Ã���Hƒ$HH ����Qjè����YYH…À…‘���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Äˆ���É%����é1ÿÿÿ‰%����éÿÿÿ‰%����é¾þÿÿ‰%����égþÿÿ‰%����éþÿÿ‰%����é¿ýÿÿ‰évýÿÿè���� è���� H����H‹+H‰l$HH‹kH‰l$PHÇD$8����HÇD$@����H����H‰$è����H‹L$H‰L$0H‰ $è����H‹\$0H‰$Hƒ<$�„«���H‹\$HH‰\$H‹\$PH‰\$è����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$놉%����éIÿÿÿ`
������*��0runtime.morestack_noctxt���^��*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���ª��4runtime.writebarrierstring���Ð��"runtime.racewrite���´��4runtime.writebarrierstring���Ú��"runtime.racewrite���Ê��4runtime.writebarrierstring���ð��"runtime.racewrite���à ��4runtime.writebarrierstring���¦
��$sync.(*Mutex).Lock���æ
��.sync.(*Mutex).Unlock·f���ö
��"runtime.deferproc���¨ ��("".(*Writer).connect���  ��&runtime.deferreturn���ª ��(runtime.racefuncexit���” ��&runtime.deferreturn���ž ��(runtime.racefuncexit���º ��&runtime.deferreturn���Ä ��(runtime.racefuncexit���ü��$runtime.panicindex���Š��$runtime.panicindex���œ��Pgo.string."log/syslog: invalid priority"���ð��.type.errors.errorString���‚��"runtime.newobject���¨��"runtime.racewrite���‚��4runtime.writebarrierstring���¤��Bgo.itab.*errors.errorString.error���®��&runtime.deferreturn���¸��(runtime.racefuncexit���Ö��0type.*errors.errorString���ì��type.error���„��Bgo.itab.*errors.errorString.error���˜�� runtime.typ2Itab��� �� "".autotmp_0007�¿type.*"".Writer�"".autotmp_0005�type.error�"".autotmp_0004�¯0type.*errors.errorString�"".autotmp_0003��type.error�"".autotmp_0002��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�P"–_9¹H�ð �pö"21$Zÿ 3,:    7Ð.-P�D�.`r½¹A; ¯C-U6%�Tgclocals·f0632db3aa05c3f308b8ebb263d62418�Tgclocals·42041847daa6ff251b2defe6879433a2���@/tmp/go/src/log/syslog/syslog.goþ("".(*Writer).connect�� ��–eH‹ %����HD$ðH;Awè����ëåHì���H‹œ$���H‰$è����HDŽ$ �������HDŽ$¨�������H‹œ$˜���H‰$Hƒ$Pè����H‹„$˜���HƒxP�txH‰$Hƒ$Pè����H‹œ$˜���Hƒû�„4��H‹KPH‹kXH‰l$hH‰,$H‰L$`H‹Y ÿÓH‹œ$˜���H‰$Hƒ$Pè����H‹„$˜���Hƒø�„é��HhPHÇE�����HÇE����H‰$Hƒ$(è����H‹„$˜���H‹X0Hƒû�…æ���è����H‹ $H‹D$H‹\$H‰œ$ ���H‹\$H‰œ$¨���H‹œ$˜���H‰$Hƒ<$�„›���Hƒ$PH‰L$`H‰L$H‰D$hH‰D$è����H‹œ$˜���H‰$Hƒ$Pè����H‹œ$˜���H‰$Hƒ$è����H‹„$˜���H‹X Hƒû�u.H‰$Hƒ$è����H‹´$˜���Hƒþ�tHnH5����H‰ïH¥H¥è����HÄ���Éë݉%����éYÿÿÿHÇD$P����HÇD$X����H‰$Hƒ$(è����H‹œ$˜���H‰$Hƒ$8è����H‹„$˜���Hƒø�„|��Hh(H$H‰ßH‰îH¥H¥Hh8H\$H‰ßH‰îH¥H¥è����H‹\$ H‰\$PH‹\$(H‰\$XH‹D$0H‹\$8H‰œ$¨���Hƒø�H‰„$ ���…9ÿÿÿH����H‰$è����H‹D$H‰D$HH‰$HÇD$���è����H‹D$HHÇ�����HÇ@����HÇ@����H‰$Hƒ$è����H‹\$HH‰$Hƒ<$�„¤��Hƒ$H‹\$PH‰\$H‹\$XH‰\$è����H‹\$HH‰\$HH‹����H‰D$@1íH9è„.��H‹œ$˜���H‰$Hƒ$Pè����H‹œ$˜���H‰$Hƒ<$�„õ���Hƒ$PH‹D$HH‹L$@H‰L$`H‰L$H‰D$hH‰D$è����H‹œ$˜���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‰$Hƒ<$�t#Hƒ$H‹\$pH‰\$H‹\$xH‰\$è����éwýÿÿ‰%����ëԉ%����éÿþÿÿH����H‰$H����H‰\$H����H‰\$è����H‹\$H‰\$@é›þÿÿ‰%����éPþÿÿ‰�é}ýÿÿ‰�éüÿÿ‰éÅûÿÿF
������*��0runtime.morestack_noctxt���^��*runtime.racefuncenter���º�� runtime.raceread���ô�� runtime.raceread���Ô�
������ü��"runtime.racewrite���ä�� runtime.raceread���š��"".unixSyslog���Ê��2runtime.writebarrieriface���ö��"runtime.racewrite���¢�� runtime.raceread���â��"runtime.racewrite���”��*go.string."localhost"���¬��(runtime.racefuncexit���œ�� runtime.raceread���È�� runtime.raceread���À ��net.Dial���¾
��type."".netConn���Ð
��"runtime.newobject���ˆ ��,runtime.racewriterange���Ü ��"runtime.racewrite���À ��2runtime.writebarrieriface���â ��Bgo.itab.*"".netConn."".serverConn���® ��"runtime.racewrite���¬��2runtime.writebarrieriface���Ø�� runtime.raceread���°�
������ø�
������È��"runtime.racewrite���ª��4runtime.writebarrierstring���ì�� type.*"".netConn���‚��$type."".serverConn���š��Bgo.itab.*"".netConn."".serverConn���®�� runtime.typ2Itab���0 ��"".autotmp_0014�Ÿtype.*uint8�"".autotmp_0013� type.*"".netConn�"".autotmp_0012��$type."".serverConn�"".autotmp_0011�?type.string�"".autotmp_0010�type.net.Addr�"".autotmp_0009�� type.*"".netConn�"".c�type.net.Conn� "".err�type.error�"".w��type.*"".Writer�" ¿Ÿ î�Ð �n²",+%<<$s(. 
†þ,“ O �:�.¶©š“?CK1B:�Tgclocals·8b1f7303a08aa2f4cf81697454e8f58d�Tgclocals·db6634e0705f55214c57155413447111���@/tmp/go/src/log/syslog/syslog.goþ$"".(*Writer).Write�� ��˜eH‹ %����H;awè����ëêHƒìHH‹\$HH‰$è����HÇD$x����HDŽ$€�������H‹\$PH‰$è����H‹\$XH‰$H‹\$`H‰\$H‹\$hH‰\$è����H‹D$PH\$Hl$H‰ïH‰ÞH¥H¥H‰$H‹(H‰l$è����H‹D$ H‹T$(H‹L$0H‰D$pH‰T$8H‰T$xH‰L$@H‰Œ$€���è����HƒÄHÃ
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���Ž�� runtime.raceread���Ò��2runtime.slicebytetostring���¦��4"".(*Writer).writeAndRetry���†��(runtime.racefuncexit���p��
"".autotmp_0019�type.error� "".~r2�Ptype.error� "".~r1�@type.int�"".b�type.[]uint8�"".w��type.*"".Writer�±�Ð�æ“��#Ÿ�Tgclocals·f64bc68c0c699d77fea78c4fc558111c�Tgclocals·a310211a5d93ca643985188646602d0e���@/tmp/go/src/log/syslog/syslog.goþ$"".(*Writer).Close��à��ÌeH‹ %����H;awè����ëêHƒì8H‹\$8H‰$è����HÇD$H����HÇD$P����H‹\$@H‰$Hƒ<$�„L��Hƒ$Hè����H‹\$@H‰$Hƒ<$�„"��Hƒ$HH ����Qjè����YYH…À…ó���H‹\$@H‰$Hƒ$Pè����H‹L$@HƒyP�„®���H‰ $Hƒ$Pè����H‹\$@Hƒû�„Š���H‹SPH‹kXH‰l$0H‰,$H‰T$(H‹Z ÿÓH‹T$H‹L$H‰T$H‰L$ H‹\$@H‰$Hƒ$Pè����H‹\$@Hƒû�t8HkPHÇE�����HÇE����H‹\$H‰\$HH‹\$ H‰\$Pè����è����HƒÄ8ÉëĉéoÿÿÿHÇD$H����HÇD$P����è����è����HƒÄ8Ðè����è����HƒÄ8É%����éÒþÿÿ‰%����é¨þÿÿ
������ ��0runtime.morestack_noctxt���H��*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���0p�� "".err�?type.error� "".~r0�type.error�"".w��type.*"".Writer�4p_Îop,opop"�°�Lð3#M2"  ��#0Fp8o�Tgclocals·d04095e44c7a725d7e6fd038f9d4418e�Tgclocals·a9641efa276e78fb797600c1a21a958c���@/tmp/go/src/log/syslog/syslog.goþ$"".(*Writer).Emerg�� ��†eH‹ %����H;awè����ëêHƒì8H‹\$8H‰$è����HÇD$X����HÇD$`����H‹\$@H‰$HÇD$����H‹\$HH‰\$H‹\$PH‰\$è����H‹\$(H‰\$XH‹\$0H‰\$`è����HƒÄ8Ã
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���Â��4"".(*Writer).writeAndRetry���ô��(runtime.racefuncexit���Pp�� "".err�0type.error�"".m�type.string�"".w��type.*"".Writer�pho��Œ?��#V�Tgclocals·7e40db4d3f1533fc4ab351249d424e70�Tgclocals·0115f8d53b75c1696444f08ad03251d9���@/tmp/go/src/log/syslog/syslog.goþ$"".(*Writer).Alert�� ��†eH‹ %����H;awè����ëêHƒì8H‹\$8H‰$è����HÇD$X����HÇD$`����H‹\$@H‰$HÇD$���H‹\$HH‰\$H‹\$PH‰\$è����H‹\$(H‰\$XH‹\$0H‰\$`è����HƒÄ8Ã
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���Â��4"".(*Writer).writeAndRetry���ô��(runtime.racefuncexit���Pp�� "".err�0type.error�"".m�type.string�"".w��type.*"".Writer�pho��š?��#V�Tgclocals·7e40db4d3f1533fc4ab351249d424e70�Tgclocals·0115f8d53b75c1696444f08ad03251d9���@/tmp/go/src/log/syslog/syslog.goþ""".(*Writer).Crit�� ��†eH‹ %����H;awè����ëêHƒì8H‹\$8H‰$è����HÇD$X����HÇD$`����H‹\$@H‰$HÇD$���H‹\$HH‰\$H‹\$PH‰\$è����H‹\$(H‰\$XH‹\$0H‰\$`è����HƒÄ8Ã
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���Â��4"".(*Writer).writeAndRetry���ô��(runtime.racefuncexit���Pp�� "".err�0type.error�"".m�type.string�"".w��type.*"".Writer�pho��¨?��#V�Tgclocals·7e40db4d3f1533fc4ab351249d424e70�Tgclocals·0115f8d53b75c1696444f08ad03251d9���@/tmp/go/src/log/syslog/syslog.goþ "".(*Writer).Err�� ��†eH‹ %����H;awè����ëêHƒì8H‹\$8H‰$è����HÇD$X����HÇD$`����H‹\$@H‰$HÇD$���H‹\$HH‰\$H‹\$PH‰\$è����H‹\$(H‰\$XH‹\$0H‰\$`è����HƒÄ8Ã
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���Â��4"".(*Writer).writeAndRetry���ô��(runtime.racefuncexit���Pp�� "".err�0type.error�"".m�type.string�"".w��type.*"".Writer�pho��¶?��#V�Tgclocals·7e40db4d3f1533fc4ab351249d424e70�Tgclocals·0115f8d53b75c1696444f08ad03251d9���@/tmp/go/src/log/syslog/syslog.goþ("".(*Writer).Warning�� ��†eH‹ %����H;awè����ëêHƒì8H‹\$8H‰$è����HÇD$X����HÇD$`����H‹\$@H‰$HÇD$���H‹\$HH‰\$H‹\$PH‰\$è����H‹\$(H‰\$XH‹\$0H‰\$`è����HƒÄ8Ã
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���Â��4"".(*Writer).writeAndRetry���ô��(runtime.racefuncexit���Pp�� "".err�0type.error�"".m�type.string�"".w��type.*"".Writer�pho��Ä?��#V�Tgclocals·7e40db4d3f1533fc4ab351249d424e70�Tgclocals·0115f8d53b75c1696444f08ad03251d9���@/tmp/go/src/log/syslog/syslog.goþ&"".(*Writer).Notice�� ��†eH‹ %����H;awè����ëêHƒì8H‹\$8H‰$è����HÇD$X����HÇD$`����H‹\$@H‰$HÇD$���H‹\$HH‰\$H‹\$PH‰\$è����H‹\$(H‰\$XH‹\$0H‰\$`è����HƒÄ8Ã
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���Â��4"".(*Writer).writeAndRetry���ô��(runtime.racefuncexit���Pp�� "".err�0type.error�"".m�type.string�"".w��type.*"".Writer�pho��Ò?��#V�Tgclocals·7e40db4d3f1533fc4ab351249d424e70�Tgclocals·0115f8d53b75c1696444f08ad03251d9���@/tmp/go/src/log/syslog/syslog.goþ""".(*Writer).Info�� ��†eH‹ %����H;awè����ëêHƒì8H‹\$8H‰$è����HÇD$X����HÇD$`����H‹\$@H‰$HÇD$���H‹\$HH‰\$H‹\$PH‰\$è����H‹\$(H‰\$XH‹\$0H‰\$`è����HƒÄ8Ã
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���Â��4"".(*Writer).writeAndRetry���ô��(runtime.racefuncexit���Pp�� "".err�0type.error�"".m�type.string�"".w��type.*"".Writer�pho��à?��#V�Tgclocals·7e40db4d3f1533fc4ab351249d424e70�Tgclocals·0115f8d53b75c1696444f08ad03251d9���@/tmp/go/src/log/syslog/syslog.goþ$"".(*Writer).Debug�� ��†eH‹ %����H;awè����ëêHƒì8H‹\$8H‰$è����HÇD$X����HÇD$`����H‹\$@H‰$HÇD$���H‹\$HH‰\$H‹\$PH‰\$è����H‹\$(H‰\$XH‹\$0H‰\$`è����HƒÄ8Ã
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���Â��4"".(*Writer).writeAndRetry���ô��(runtime.racefuncexit���Pp�� "".err�0type.error�"".m�type.string�"".w��type.*"".Writer�pho��î?��#V�Tgclocals·7e40db4d3f1533fc4ab351249d424e70�Tgclocals·0115f8d53b75c1696444f08ad03251d9���@/tmp/go/src/log/syslog/syslog.goþ4"".(*Writer).writeAndRetry��  ��– eH‹ %����H;awè����ëêHƒìpH‹\$pH‰$è����HDŽ$˜�������HDŽ$ �������HDŽ$¨�������H‹\$xH‰$è����H‹L$xH‹H‹¬$€���Hãø���HƒåH ëH‰\$8H‰ $Hƒ<$�„³��Hƒ$Hè����H‹\$xH‰$Hƒ<$�„‰��Hƒ$HH ����Qjè����YYH…À…Z��H‹\$xH‰$Hƒ$Pè����H‹t$xHƒ~P�tyH‰4$H‹\$8H‰\$H‹œ$ˆ���H‰\$H‹œ$���H‰\$è����H‹t$xH‹T$ H‹L$(H‹l$0H‰l$HHƒù�H‰L$@u(H‰”$˜���H‰Œ$ ���H‰¬$¨���è����è����HƒÄpÃH‰4$è����H‹L$H‹T$H‰T$XHƒù�H‰L$Pt,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É%����ékþÿÿ‰%����éAþÿÿ&
������ ��0runtime.morestack_noctxt���H��*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���pà��"".autotmp_0024��type.error�"".autotmp_0022�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�Pà ßàNßàrßàßà�Ð�Tø$13Q  #"s�(�#2‚z;=6=�Tgclocals·400a366795d0ef9804f1bc4c0497fe03�Tgclocals·660c52760819425e2fa6ae9a8a8ae931���@/tmp/go/src/log/syslog/syslog.goþ$"".(*Writer).write��À
��´
eH‹ %����HD$ÀH;Awè����ëåHìÀ���H‹œ$À���H‰$è����HDŽ$ð�������HDŽ$ø�������HDŽ$€�������HDŽ$ˆ�������L‹„$Ø���L‰D$`H‹„$à���H����H‹;H‰|$pH‹SH‰D$hH‰T$xH9ÐŒî��H‰ÁH)ÑH‰ÆH9È‚ã��L‰ÀH)ÎHƒþ�t H‰ËHÃH‰ØH‰„$°���H‰´$¸���H9Ö…®��H‰$H‰t$H‰|$H‰T$è����¶\$ €û�„ˆ��HÇÀ���<�uH����H‹+H‰¬$€���H‹kH‰¬$ˆ���H‹œ$È���H‰$Hƒ$Pè����H‹œ$È���H‰$Hƒ$è����H‹œ$È���H‰$Hƒ$è����H‹„$È���Hƒø�„��H‹PPH‹HXH‹¼$Ð���H‰|$HhH|$H‰îH¥H¥HhH\$ H‰ßH‰îH¥H¥H‹œ$Ø���H‰\$0H‹œ$à���H‰\$8H‹œ$€���H‰\$@H‹œ$ˆ���H‰\$HH‰Œ$¨���H‰ $H‰”$ ���H‹Z(ÿÓH‹D$PH‹L$XH‰Œ$˜���Hƒø�H‰„$���t)HDŽ$è�������H‰„$ð���H‰Œ$ø���è����HÄÀ���ÃH‹œ$à���H‰œ$è���HDŽ$ð�������HDŽ$ø�������è����HÄÀ���É�éõþÿÿ1Àéxþÿÿè���� 
������*��0runtime.morestack_noctxt���^��*runtime.racefuncenter���ö��go.string."\n"���ä�� runtime.eqstring���¤��go.string."\n"���þ�� runtime.raceread���ª�� runtime.raceread���Ö�� runtime.raceread���Š�
������ˆ ��(runtime.racefuncexit���ò ��(runtime.racefuncexit���¨
��$runtime.panicslice���p€��"".autotmp_0034��type.uint64�"".autotmp_0032�type.string�"".autotmp_0030��type.int�"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�&"€­ÿ€4ÿ€� �@žK¬ì
( ��.Ô>P �Tgclocals·ef3ca89e22a42ec07c113ac5895c7be0�Tgclocals·818c8c76b4ac942bfca3f7988d656e75���@/tmp/go/src/log/syslog/syslog.goþ2"".(*netConn).writeString��à+��Ò+eH‹ %����H„$€þÿÿH;Awè����ëâHì���H‹œ$���H‰$è����HDŽ$X������HDŽ$`������H‹œ$��H‰$è����H‹¬$��¶]�€û�„í��è����H‹$‹L$H‹D$H‰”$��H‰$‰Œ$ ��‰L$H‰„$(��H‰D$H����Hl$H‰ïH‰ÞH¥H¥è����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ƒû�„Õ��HÇÂ���HÇÁ���H‰œ$���H‰”$��H‰Œ$��H����H‰$H\$XH‰\$è����H‹\$H‰œ$ ���H‹\$H‰œ$¨���H‹œ$���H‰$è����H‹œ$���H‰$H‹œ$ ���H‰\$H‹œ$¨���H‰\$è����H����H‰$Hœ$ð���H‰\$è����H‹\$H‰œ$ ���H‹\$H‰œ$¨���H‹œ$���HƒÃH‰$è����H‹œ$���HƒÃH‰$H‹œ$ ���H‰\$H‹œ$¨���H‰\$è����H����H‰$Hœ$à���H‰\$è����H‹\$H‰œ$ ���H‹\$H‰œ$¨���H‹œ$���HƒÃ H‰$è����H‹œ$���HƒÃ H‰$H‹œ$ ���H‰\$H‹œ$¨���H‰\$è����H����H‰$H\$PH‰\$è����H‹\$H‰œ$ ���H‹\$H‰œ$¨���H‹œ$���HƒÃ0H‰$è����H‹œ$���HƒÃ0H‰$H‹œ$ ���H‰\$H‹œ$¨���H‰\$è����H����H‰$Hœ$Ð���H‰\$è����H‹\$H‰œ$ ���H‹\$H‰œ$¨���H‹œ$���HƒÃ@H‰$è����H‹œ$���HƒÃ@H‰$H‹œ$ ���H‰\$H‹œ$¨���H‰\$è����H����H‰$Hœ$À���H‰\$è����H‹\$H‰œ$ ���H‹\$H‰œ$¨���H‹œ$���HƒÃPH‰$è����H‹œ$���HƒÃPH‰$H‹œ$ ���H‰\$H‹œ$¨���H‰\$è����H‹œ$��H‰$Hƒ$è����H����H‰$H‹¼$��Hƒÿ�„¡���HoH|$H‰îH¥H¥è����H\$H,$H‰ïH‰ÞH¥H¥H����Hl$H‰ïH‰ÞH¥H¥H‹œ$���H‰\$ H‹œ$��H‰\$(H‹œ$��H‰\$0è����H‹L$@H‹D$HH‰Œ$���H‰Œ$X��H‰„$˜���H‰„$`��è����HÄ���ÉéXÿÿÿ‰é$üÿÿè����H‹$‹L$H‹D$H‰”$��H‰$‰Œ$ ��‰L$H‰„$(��H‰D$H����Hl$H‰ïH‰ÞH¥H¥è����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ƒû�„P��HÇÁ���HÇÂ���H‰œ$���H‰Œ$��H‰”$��H����H‰$H\$XH‰\$è����H‹\$H‰œ$ ���H‹\$H‰œ$¨���H‹œ$���H‰$è����H‹œ$���H‰$H‹œ$ ���H‰\$H‹œ$¨���H‰\$è����H����H‰$Hœ$ð���H‰\$è����H‹\$H‰œ$ ���H‹\$H‰œ$¨���H‹œ$���HƒÃH‰$è����H‹œ$���HƒÃH‰$H‹œ$ ���H‰\$H‹œ$¨���H‰\$è����H����H‰$Hœ$à���H‰\$è����H‹\$H‰œ$ ���H‹\$H‰œ$¨���H‹œ$���HƒÃ H‰$è����H‹œ$���HƒÃ H‰$H‹œ$ ���H‰\$H‹œ$¨���H‰\$è����H����H‰$Hœ$Ð���H‰\$è����H‹\$H‰œ$ ���H‹\$H‰œ$¨���H‹œ$���HƒÃ0H‰$è����H‹œ$���HƒÃ0H‰$H‹œ$ ���H‰\$H‹œ$¨���H‰\$è����H����H‰$H\$PH‰\$è����H‹\$H‰œ$ ���H‹\$H‰œ$¨���H‹œ$���HƒÃ@H‰$è����H‹œ$���HƒÃ@H‰$H‹œ$ ���H‰\$H‹œ$¨���H‰\$è����H����H‰$Hœ$À���H‰\$è����H‹\$H‰œ$ ���H‹\$H‰œ$¨���H‹œ$���HƒÃPH‰$è����H‹œ$���HƒÃPH‰$H‹œ$ ���H‰\$H‹œ$¨���H‰\$è����H����H‰$Hœ$°���H‰\$è����H‹\$H‰œ$ ���H‹\$H‰œ$¨���H‹œ$���HƒÃ`H‰$è����H‹œ$���HƒÃ`H‰$H‹œ$ ���H‰\$H‹œ$¨���H‰\$è����H‹œ$��H‰$Hƒ$è����H����H‰$H‹¼$��Hƒÿ�„¡���HoH|$H‰îH¥H¥è����H\$H,$H‰ïH‰ÞH¥H¥H����Hl$H‰ïH‰ÞH¥H¥H‹œ$���H‰\$ H‹œ$��H‰\$(H‹œ$��H‰\$0è����H‹L$@H‹D$HH‰Œ$€���H‰Œ$X��H‰„$ˆ���H‰„$`��è����HÄ���ÉéXÿÿÿ‰é©ûÿÿœ
������0��0runtime.morestack_noctxt���d��*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���®��2runtime.writebarrieriface���¼��type.string���è��runtime.convT2E���Æ ��"runtime.racewrite���¤
��2runtime.writebarrieriface���²
��type.string���Þ
��runtime.convT2E���¼ ��"runtime.racewrite���š ��2runtime.writebarrieriface���¨ ��type.int���Î ��runtime.convT2E���¬ ��"runtime.racewrite���Š��2runtime.writebarrieriface���˜��type.string���Ä��runtime.convT2E���¢��"runtime.racewrite���€��2runtime.writebarrieriface���Ž��type.string���º��runtime.convT2E���˜��"runtime.racewrite���ö��2runtime.writebarrieriface���¢�� runtime.raceread���°��type.io.Writer���†��runtime.convI2I���º��>go.string."<%d>%s %s[%d]: %s%s"���°��fmt.Fprintf���Ž��(runtime.racefuncexit���Ä��time.Now���´��Jgo.string."2006-01-02T15:04:05Z07:00"���Ü�� time.Time.Format���È��os.Getpid���øÈ� runtime.duffzero���ö�� type."".Priority���œ��runtime.convT2E���ò��"runtime.racewrite���È��2runtime.writebarrieriface���Ö��type.string���‚��runtime.convT2E���à��"runtime.racewrite���¾��2runtime.writebarrieriface���Ì��type.string���ø��runtime.convT2E���Ö��"runtime.racewrite���´ ��2runtime.writebarrieriface��� ��type.string���î ��runtime.convT2E���Ì!��"runtime.racewrite���ª"��2runtime.writebarrieriface���¸"��type.int���Þ"��runtime.convT2E���¼#��"runtime.racewrite���š$��2runtime.writebarrieriface���¨$��type.string���Ô$��runtime.convT2E���²%��"runtime.racewrite���&��2runtime.writebarrieriface���ž&��type.string���Ê&��runtime.convT2E���¨'��"runtime.racewrite���†(��2runtime.writebarrieriface���²(�� runtime.raceread���À(��type.io.Writer���–)��runtime.convI2I���Ê)��Dgo.string."<%d>%s %s %s[%d]: %s%s"���À*��fmt.Fprintf���ž+��(runtime.racefuncexit���À€��X"".autotmp_0075��"type.interface {}�"".autotmp_0074��"type.interface {}�"".autotmp_0073��"type.interface {}�"".autotmp_0072��"type.interface {}�"".autotmp_0071��"type.interface {}�"".autotmp_0070��"type.interface {}�"".autotmp_0069��"type.interface {}�"".autotmp_0067��&type.[]interface {}�"".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_0059�ÿ&type.[]interface {}�"".autotmp_0058�Ÿtype.string�"".autotmp_0057��type.string�"".autotmp_0056��type.int�"".autotmp_0055��type.string�"".autotmp_0054��type.string�"".autotmp_0053��type.string�"".autotmp_0052�� type."".Priority�"".autotmp_0051�ß(type.[7]interface {}�"".autotmp_0050��type.string�"".autotmp_0049��type.time.Time�"".autotmp_0048�ÿtype.string�"".autotmp_0047�ßtype.string�"".autotmp_0046�ßtype.int�"".autotmp_0045�¿type.string�"".autotmp_0044�Ÿtype.string�"".autotmp_0043�Ï type."".Priority�"".autotmp_0042�Ÿ(type.[6]interface {}�"".autotmp_0040�Ï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�(%€­
ÿ€‡ ÿ€�ð�¤À%&[G•4<7D7²CZ
  [g•4<7D7D7²CZ
-�¢�1åª++L/L/I/L/L//  ª++L/L/L/I/L/L//"�Tgclocals·a04b85c0178ecbd8fbecbaeccd3f44ec�Tgclocals·390cba2480ba36343ef9a45a002532d5���@/tmp/go/src/log/syslog/syslog.goþ&"".(*netConn).close��À��ÀeH‹ %����H;awè����ëêHƒì8H‹\$8H‰$è����HÇD$H����HÇD$P����H‹\$@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Éë¸
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���’�� runtime.raceread���ä�
������¦��(runtime.racefuncexit���0p��"".autotmp_0082�type.error� "".~r0�type.error�"".n�� type.*"".netConn�pop� �ä:X ��#o�Tgclocals·a9282ac20787dc3025c0916068a42263�Tgclocals·7ffb78b700595f24597d5e62e49bba43���@/tmp/go/src/log/syslog/syslog.goþ"".NewLogger��à ��Ø eH‹ %����HD$øH;Awè����ëåHìˆ���H‹œ$ˆ���H‰$è����HDŽ$¨�������HDŽ$°�������H‹œ$���H‰$H\$HÇ����HÇC����è����H‹L$H‹D$ H‹T$(H‰T$pHƒø�H‰D$ht)HDŽ$ �������H‰„$¨���H‰”$°���è����HÄˆ���ÃH‰L$@H‹����1íH9è„k��H‹L$@H‰D$xH‰D$XH‰Œ$€���H‰L$`HÇD$H����HÇD$P����H‹œ$˜���H‰\$0H����H‰$è����H‹D$H‰D$8H‰$HÇD$H���è����H‹L$8H‰ÏHƒù�„ë���1Àè����H‰ $Hƒ$ è����H‹\$8H‰$Hƒ<$�„¶���Hƒ$ H‹\$XH‰\$H‹\$`H‰\$è����H‹\$8H‰$Hƒ$è����H‹\$8H‰$Hƒ<$�tlHƒ$H‹\$HH‰\$H‹\$PH‰\$è����H‹\$8H‰$Hƒ$è����H‹D$8H‹l$0H‰hH‰„$ ���HDŽ$¨�������HDŽ$°�������è����HÄˆ���É%����닉%����é>ÿÿÿ‰éÿÿÿH����H‰$H����H‰\$H����H‰\$è����H‹D$écþÿÿ(
������*��0runtime.morestack_noctxt���^��*runtime.racefuncenter���Ø�� "".New���Ø��(runtime.racefuncexit���€��8go.itab.*"".Writer.io.Writer���š��type.log.Logger���¬��"runtime.newobject���ä��,runtime.racewriterange���–Ü� runtime.duffzero���²��"runtime.racewrite���–��2runtime.writebarrieriface���¼��"runtime.racewrite���˜��4runtime.writebarrierstring���¾��"runtime.racewrite���¤��(runtime.racefuncexit���ú��type.*"".Writer��� ��type.io.Writer���¨ ��8go.itab.*"".Writer.io.Writer���¼ �� runtime.typ2Itab���P��"".autotmp_0088�Ÿ type.*log.Logger�"".autotmp_0087�� type.*log.Logger�"".autotmp_0085�type.io.Writer�"".autotmp_0084�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�("•åR�ð�*ô"
 9 ¸�&�.}jYAF L�Tgclocals·7162d2ed29dd4bd8529d23db178ca6d9�Tgclocals·062f1db213a6c708caa6ba54f8a24f19���@/tmp/go/src/log/syslog/syslog.goþ"".unixSyslog��€��òeH‹ %����H„$°þÿÿH;Awè����ëâHìÐ��H‹œ$Ð��H‰$è����HDŽ$è������HDŽ$ð������HDŽ$Ø������HDŽ$à������H����H‰$è����H����HƒÃH‰$è����Hœ$€��H‰œ$ˆ���H‰$HÇD$ ���è����H‹¼$ˆ���Hƒÿ�„4��H-����H‰øH‰îè����Hƒø�„��HÇÅ���HÇÂ���H‰„$ ��H‰¬$(��H‰”$0��H����H‰$è����H����HƒÃH‰$è����H����HƒÃ H‰$è����Hœ$ ��H‰œ$€���H‰$HÇD$0���è����H‹¼$€���Hƒÿ�„x��H-����H‰øH‰îè����Hƒø�„U��HÇÁ���HÇÂ���H‰„$8��H‰Œ$@��H‰”$H��H‹”$ ��H‹„$(��H‹œ$0��H‰œ$x��1ÉH‰„$p��H‰D$@H‰”$h��H‰ÐH‰L$HH‹l$@H9鍃��H‰D$xH‰$è����H‹\$xHƒû�„¾��H‹ H‹kH‰Œ$��H‰Œ$À���H‰¬$��H‰¬$È���H‹”$8��H‹„$@��H‹œ$H��H‰œ$`��1ÉH‰„$X��H‰D$PH‰”$P��H‰ÐH‰L$XH‹l$PH9éÎ���H‰D$pH‰$è����H‹\$pHƒû�„&��H‹ H‹kH‰Œ$��H‰¬$��H‹œ$À���H‰$H‹œ$È���H‰\$H‰Œ$°���H‰L$H‰¬$¸���H‰l$è����H‹\$ H‰œ$à���H‹\$(H‰œ$è���H‹D$0H‹\$8H‰œ$Ø���Hƒø�H‰„$Ð���„„��H‹D$pH‹L$XHƒÀHÿÁH‰L$XH‹l$PH9éŒ2ÿÿÿH‹D$xH‹L$HHƒÀHÿÁH‰L$HH‹l$@H9éŒ}þÿÿH����H‹+H‰¬$ ���H‹kH‰¬$¨���HDŽ$�������HDŽ$˜�������H����H‰$è����H‹D$H‰D$`H‰$è����H‹\$`H‰$Hƒ<$�„Ã���H‹œ$ ���H‰\$H‹œ$¨���H‰\$è����H‹\$`H‰\$`H‹����1íH9ètZH‹L$`H‰„$���H‰Œ$˜���HDŽ$Ø������HDŽ$à������H‰„$ð���H‰„$è��H‰Œ$ø���H‰Œ$ð��è����HÄÐ��ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$étÿÿÿ‰%����é1ÿÿÿH����H‰$è����H‹D$H‰D$hH‰$Hƒ$è����H‹\$hH‰$Hƒ<$�„Í���Hƒ$H‹œ$à���H‰\$H‹œ$è���H‰\$è����H‹\$hH‰$è����H‹D$hHÇÅ���@ˆ(H‰D$hH‹����1íH9ètJH‹L$hH‰„$���H‰„$Ø��H‰Œ$��H‰Œ$à��HDŽ$è������HDŽ$ð������è����HÄÐ��ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$뇉%����é'ÿÿÿ‰éÓüÿÿ‰é;üÿÿ‰�é¤ûÿÿ‰éûÿÿ‰�éèúÿÿ‰éÅúÿÿX
������0��0runtime.morestack_noctxt���d��*runtime.racefuncenter���Ò��""".statictmp_0094���ä��"runtime.racewrite���ò��""".statictmp_0094���Œ��"runtime.racewrite���Ð��,runtime.racewriterange���‚��""".statictmp_0094���˜� runtime.duffcopy���†��""".statictmp_0097���˜��"runtime.racewrite���¦��""".statictmp_0097���À��"runtime.racewrite���Î��""".statictmp_0097���è��"runtime.racewrite���¬��,runtime.racewriterange���Þ��""".statictmp_0097���ôØ� runtime.duffcopy���Š�� runtime.raceread���¬
�� runtime.raceread���è ��net.Dial���‚��Lgo.string."Unix syslog delivery error"���î��.type.errors.errorString���€��"runtime.newobject���¦��"runtime.racewrite���Œ��4runtime.writebarrierstring���®��Bgo.itab.*errors.errorString.error���à��(runtime.racefuncexit���þ��0type.*errors.errorString���”��type.error���¬��Bgo.itab.*errors.errorString.error���À�� runtime.typ2Itab���ú��type."".netConn���Œ��"runtime.newobject���¼��"runtime.racewrite���¬��2runtime.writebarrieriface���È��"runtime.racewrite���þ��Bgo.itab.*"".netConn."".serverConn�����(runtime.racefuncexit���®�� type.*"".netConn���Ä��$type."".serverConn���Ü��Bgo.itab.*"".netConn."".serverConn���ð�� runtime.typ2Itab���@ ��@"".autotmp_0114��type.error�"".autotmp_0113��type.*uint8�"".autotmp_0112�¿type.error�"".autotmp_0111�ß0type.*errors.errorString�"".autotmp_0110�Ÿ$type."".serverConn�"".autotmp_0108�Ï type.*"".netConn�"".autotmp_0107��type.string�"".autotmp_0106�¿type.*string�"".autotmp_0105�ÿtype.int�"".autotmp_0104�ïtype.int�"".autotmp_0103�ÿtype.string�"".autotmp_0102�¯type.*string�"".autotmp_0101��type.int�"".autotmp_0100��type.int�"".autotmp_0099�_type.[3]string�"".autotmp_0098�Ÿtype.*[3]string�"".autotmp_0096�Ÿtype.[2]string�"".autotmp_0095�type.*[2]string�"".autotmp_0093��0type.*errors.errorString�"".autotmp_0092�� type.*"".netConn�"".autotmp_0091�ÿtype.[]string�"".autotmp_0090�Ï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�(% ÖŸ —Ÿ l�€ �Z$%0š®‘d$$¼ÍC �L�1vdJ¯‘ª
3j0& 8r0I�Tgclocals·2287797eafc9957614bf79e9029d42e0�Tgclocals·463d7b422375ddd5f987516950751bac���J/tmp/go/src/log/syslog/syslog_unix.goþ"".init�� ��˜eH‹ %����H;awè����ëêHƒìH‹\$H‰$è����H����H‰$è����¶����€û�t-H����H‰$è����¶����€ûu
è����HƒÄÃè���� H����H‰$è����Æ����è����è����è����è����è����è����è����H����H‰$è����Æ����è����HƒÄÃ2
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���V��"".initdone·���h�� runtime.raceread���v��"".initdone·���Ž��"".initdone·��� �� runtime.raceread���®��"".initdone·���Â��(runtime.racefuncexit���Ö��"runtime.throwinit���è��"".initdone·���ú��"runtime.racewrite���†�"".initdone·���’��time.init���œ��sync.init���¦��strings.init���°��os.init���º��net.init���Ä��log.init���Î��fmt.init���Ü��"".initdone·���î��"runtime.racewrite���ú�"".initdone·���†��(runtime.racefuncexit�������Oa�Ð�@Ð� �#­�Tgclocals·3280bececceccd33cb74587feedb1f9f�Tgclocals·3280bececceccd33cb74587feedb1f9f���J/tmp/go/src/log/syslog/syslog_unix.goþ&"".serverConn.close� ��˜eH‹ %����H;awè����ëêHƒì(H‹Y H…Ût H|$0H9;uH‰#H‹\$(H‰$è����HÇD$@����HÇD$H����H‹\$8H‰$H‹\$0H‹[ ÿÓH‹L$H‹D$H‰L$H‰L$@H‰D$ H‰D$Hè����HƒÄ(Ã
������ ��0runtime.morestack_noctxt���t��*runtime.racefuncenter����
������†��(runtime.racefuncexit���@P��"".autotmp_0123�type.error� "".~r0� type.error�""..this��$type."".serverConn�PqO����9I�Tgclocals·dc29d72f6585636b1615fc65f41da45f�Tgclocals·a310211a5d93ca643985188646602d0e���<autogenerated>þ2"".serverConn.writeString� �� eH‹ %����H;awè����ëêHƒìpH‹Y H…Ût H|$xH9;uH‰#H‹\$pH‰$è����HDŽ$Ð�������HDŽ$Ø�������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Ã
������ ��0runtime.morestack_noctxt���t��*runtime.racefuncenter���À�
������Ž��(runtime.racefuncexit���Ðà��"".autotmp_0124�type.error� "".~r5�°type.error�
"".nl�type.string�"".s�ptype.string� "".tag�Ptype.string�"".hostname�0type.string�"".p�  type."".Priority�""..this��$type."".serverConn�àõß����9Í
�Tgclocals·b40e81690e53e74d29dd25c9fdeacd45�Tgclocals·a310211a5d93ca643985188646602d0e���<autogenerated>þ(type..hash."".Writer�€��îeH‹ %����H;awè����ëêHƒì H‹\$ H‰$è����H‹\$(H‰$Hƒ<$�„¯��HÇD$���H‹\$8H‰\$è����H‹D$H‹\$(H‰$Hƒ<$�„r��Hƒ$HÇD$���H‰D$8H‰D$è����H‹D$H‹\$(H‰$Hƒ<$�„0��Hƒ$HÇD$���H‰D$8H‰D$è����H‹D$H‹\$(H‰$Hƒ<$�„î���Hƒ$(HÇD$���H‰D$8H‰D$è����H‹D$H‹\$(H‰$Hƒ<$�„¬���Hƒ$8HÇD$���H‰D$8H‰D$è����H‹D$H‹\$(H‰$Hƒ<$�tqHƒ$HHÇD$���H‰D$8H‰D$è����H‹D$H‹\$(H‰$Hƒ<$�t6Hƒ$PHÇD$���H‰D$8H‰D$è����H‹D$H‰D$8H‰D$@è����HƒÄ É%����ëÁ‰%����놉%����éHÿÿÿ‰%����éÿÿÿ‰%����éÄþÿÿ‰%����é‚þÿÿ‰%����éEþÿÿ
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter��� ��runtime.memhash���Œ��runtime.strhash���ø��runtime.strhash���ä��runtime.strhash���Ð��runtime.strhash���´��runtime.memhash���˜��"runtime.interhash���À��(runtime.racefuncexit���@@��"".autotmp_0131��type.uintptr�"".autotmp_0130��type.uintptr�"".autotmp_0129��type.uintptr�"".autotmp_0128��type.uintptr�"".autotmp_0127��type.uintptr�"".autotmp_0126��type.uintptr� "".~r3�0type.uintptr�"".h� type.uintptr�"".s�type.uintptr�"".p��type.*"".Writer�@Ž?@W�€�€��#üa�Tgclocals·a11c21977d0c39648c83179d370ce4b8�Tgclocals·0115f8d53b75c1696444f08ad03251d9���@/tmp/go/src/log/syslog/syslog.goþ$type..eq."".Writer�€��âeH‹ %����H;awè����ëê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ûÿÿ@
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���j�� 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���@ð�� "".autotmp_0143�$type."".serverConn�"".autotmp_0142�_$type."".serverConn�"".autotmp_0141�Ÿ type.*sync.Mutex�"".autotmp_0140� type.*sync.Mutex�"".autotmp_0139��type.string�"".autotmp_0138��type.string�"".autotmp_0137��type.string�"".autotmp_0136��type.string�"".autotmp_0135��type.string�"".autotmp_0134��type.string�"".autotmp_0133�?type.string�"".autotmp_0132�type.string� "".~r3�0type.bool�"".s� type.uintptr�"".q�type.*"".Writer�"".p��type.*"".Writer�nð\ïðüïðïðïðïðïðïðïð�À
��H�#J:O^O^O^OMu:
G Ö�Tgclocals·5e7293149672359147ccfb5d1cea6f5c�Tgclocals·398b39cafbeb8e4f34ff7ec2a37bc794���@/tmp/go/src/log/syslog/syslog.goþ*type..hash."".netConn�à��ÚeH‹ %����H;awè����ëêHƒì H‹\$ H‰$è����H‹\$(H‰$Hƒ<$�tlHÇD$���H‹\$8H‰\$è����H‹D$H‹\$(H‰$Hƒ<$�t6Hƒ$HÇD$���H‰D$8H‰D$è����H‹D$H‰D$8H‰D$@è����HƒÄ É%����ëÁ‰%����ë‹
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���˜��runtime.memhash���ü��"runtime.interhash���¤��(runtime.racefuncexit���@@��
"".autotmp_0145��type.uintptr� "".~r3�0type.uintptr�"".h� type.uintptr�"".s�type.uintptr�"".p�� type.*"".netConn�@€?@�°�°��#n�Tgclocals·a11c21977d0c39648c83179d370ce4b8�Tgclocals·0115f8d53b75c1696444f08ad03251d9���@/tmp/go/src/log/syslog/syslog.goþ&type..eq."".netConn�à��ÄeH‹ %����H;awè����ëêHƒìHH‹\$HH‰$è����H‹\$PH‰$è����H‹\$XH‰$è����H‹D$XH‹l$P¶]�¶(@8ëtÆD$h�è����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ƒÄHÃÆD$h�è����HƒÄHÉ렉édÿÿÿ
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���d�� runtime.raceread���€�� runtime.raceread���À��(runtime.racefuncexit���æ�� runtime.raceread���Î�� runtime.raceread���Ö��runtime.ifaceeq���þ��(runtime.racefuncexit���œ��(runtime.racefuncexit���@�� "".autotmp_0147�?type.net.Conn�"".autotmp_0146�type.net.Conn� "".~r3�0type.bool�"".s� type.uintptr�"".q� type.*"".netConn�"".p�� type.*"".netConn�2Nž�°�°��#<4D2�Tgclocals·e73dda19a20e82d42018f024f527634b�Tgclocals·f574ca94451a75e85a1f721f8031a289���@/tmp/go/src/log/syslog/syslog.goþ4type..hash.[6]interface {}�€��þeH‹ %����H;awè����ëêHƒì0H‹\$0H‰$è����H‹T$H1ÀHÇD$ ���H‹l$ H9è}eH‰D$(H‰ÅH‰ÐHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$8Hƒû�tNHkíHëH‰$HÇD$���H‰D$HH‰D$è����H‹T$H‹D$(HÿÀH‹l$ H9è|›H‰T$HH‰T$Pè����HƒÄ0Éë®
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���˜��(runtime.nilinterhash���ä��(runtime.racefuncexit���@`�� "".autotmp_0150�type.int�"".autotmp_0149�type.int� "".~r3�0type.uintptr�"".h� type.uintptr�"".s�type.uintptr�"".p��*type.*[6]interface {}�` _`�À�À��#Ž�Tgclocals·a11c21977d0c39648c83179d370ce4b8�Tgclocals·0115f8d53b75c1696444f08ad03251d9���@/tmp/go/src/log/syslog/syslog.goþ0type..eq.[6]interface {}� ��žeH‹ %����H;awè����ëêHƒì`H‹\$`H‰$è����1ÀHÇD$0���H‹l$0H9èÜ���H‰D$8H‹\$pH‰ÅH‰D$(HkíHëH‰$è����H‹D$(H‹\$pHƒû�„Ñ���H‰ÅHkíHëH‹+H‰l$PH‹kH‰l$XH‹\$hH‰ÅHkíHëH‰$è����H‹T$PH‹\$hHƒû�„ƒ���H‹l$(HkíHëH‹H‹KH‰L$HH‰D$@H9ÐuOH‰$H‰L$H‰T$H‹l$XH‰l$è����¶\$ €û�t(H‹D$8HÿÀH‹l$0H9èŒ$ÿÿÿƄ$€���è����HƒÄ`ÃƄ$€����è����HƒÄ`Éévÿÿÿ‰é(ÿÿÿ
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���¾�� runtime.raceread���Ì�� runtime.raceread���ò��runtime.efaceeq���Ì��(runtime.racefuncexit���ð��(runtime.racefuncexit���@À��"".autotmp_0154�?"type.interface {}�"".autotmp_0153�"type.interface {}�"".autotmp_0152�_type.int�"".autotmp_0151�Otype.int�"".i�otype.int� "".~r3�0type.bool�"".s� type.uintptr�"".q�*type.*[6]interface {}�"".p��*type.*[6]interface {}�&À”¿À¿À�Ð�Ð��#‚S-+�Tgclocals·2bd0058e25364e522f9f24a53d6b8231�Tgclocals·13e5989dfabb82780030343bf65bff4b���@/tmp/go/src/log/syslog/syslog.goþ4type..hash.[7]interface {}�€��þeH‹ %����H;awè����ëêHƒì0H‹\$0H‰$è����H‹T$H1ÀHÇD$ ���H‹l$ H9è}eH‰D$(H‰ÅH‰ÐHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$8Hƒû�tNHkíHëH‰$HÇD$���H‰D$HH‰D$è����H‹T$H‹D$(HÿÀH‹l$ H9è|›H‰T$HH‰T$Pè����HƒÄ0Éë®
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���˜��(runtime.nilinterhash���ä��(runtime.racefuncexit���@`�� "".autotmp_0157�type.int�"".autotmp_0156�type.int� "".~r3�0type.uintptr�"".h� type.uintptr�"".s�type.uintptr�"".p��*type.*[7]interface {}�` _`�À�À��#Ž�Tgclocals·a11c21977d0c39648c83179d370ce4b8�Tgclocals·0115f8d53b75c1696444f08ad03251d9���@/tmp/go/src/log/syslog/syslog.goþ0type..eq.[7]interface {}� ��žeH‹ %����H;awè����ëêHƒì`H‹\$`H‰$è����1ÀHÇD$0���H‹l$0H9èÜ���H‰D$8H‹\$pH‰ÅH‰D$(HkíHëH‰$è����H‹D$(H‹\$pHƒû�„Ñ���H‰ÅHkíHëH‹+H‰l$PH‹kH‰l$XH‹\$hH‰ÅHkíHëH‰$è����H‹T$PH‹\$hHƒû�„ƒ���H‹l$(HkíHëH‹H‹KH‰L$HH‰D$@H9ÐuOH‰$H‰L$H‰T$H‹l$XH‰l$è����¶\$ €û�t(H‹D$8HÿÀH‹l$0H9èŒ$ÿÿÿƄ$€���è����HƒÄ`ÃƄ$€����è����HƒÄ`Éévÿÿÿ‰é(ÿÿÿ
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���¾�� runtime.raceread���Ì�� runtime.raceread���ò��runtime.efaceeq���Ì��(runtime.racefuncexit���ð��(runtime.racefuncexit���@À��"".autotmp_0161�?"type.interface {}�"".autotmp_0160�"type.interface {}�"".autotmp_0159�_type.int�"".autotmp_0158�Otype.int�"".i�otype.int� "".~r3�0type.bool�"".s� type.uintptr�"".q�*type.*[7]interface {}�"".p��*type.*[7]interface {}�&À”¿À¿À�Ð�Ð��#‚S-+�Tgclocals·2bd0058e25364e522f9f24a53d6b8231�Tgclocals·13e5989dfabb82780030343bf65bff4b���@/tmp/go/src/log/syslog/syslog.goþ(type..hash.[2]string�€��þeH‹ %����H;awè����ëêHƒì0H‹\$0H‰$è����H‹T$H1ÀHÇD$ ���H‹l$ H9è}eH‰D$(H‰ÅH‰ÐHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$8Hƒû�tNHkíHëH‰$HÇD$���H‰D$HH‰D$è����H‹T$H‹D$(HÿÀH‹l$ H9è|›H‰T$HH‰T$Pè����HƒÄ0Éë®
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���˜��runtime.strhash���ä��(runtime.racefuncexit���@`�� "".autotmp_0164�type.int�"".autotmp_0163�type.int� "".~r3�0type.uintptr�"".h� type.uintptr�"".s�type.uintptr�"".p��type.*[2]string�` _`�À�À��#Ž�Tgclocals·a11c21977d0c39648c83179d370ce4b8�Tgclocals·0115f8d53b75c1696444f08ad03251d9���@/tmp/go/src/log/syslog/syslog.goþ$type..eq.[2]string� ��žeH‹ %����H;awè����ëêHƒì`H‹\$`H‰$è����1ÀHÇD$0���H‹l$0H9èÜ���H‰D$8H‹\$hH‰ÅH‰D$(HkíHëH‰$è����H‹D$(H‹\$hHƒû�„Ñ���H‰ÅHkíHëH‹+H‰l$PH‹kH‰l$XH‹\$pH‰ÅHkíHëH‰$è����H‹T$XH‹\$pHƒû�„ƒ���H‹l$(HkíHëH‹ H‰L$@H‹CH‰D$HH9ÂuOH‹l$PH‰,$H‰T$H‰L$H‰D$è����¶\$ €û�t(H‹D$8HÿÀH‹l$0H9èŒ$ÿÿÿƄ$€���è����HƒÄ`ÃƄ$€����è����HƒÄ`Éévÿÿÿ‰é(ÿÿÿ
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���¾�� runtime.raceread���Ì�� runtime.raceread���ò�� runtime.eqstring���Ì��(runtime.racefuncexit���ð��(runtime.racefuncexit���@À��"".autotmp_0168�?type.string�"".autotmp_0167�type.string�"".autotmp_0166�_type.int�"".autotmp_0165�Otype.int�"".i�otype.int� "".~r3�0type.bool�"".s� type.uintptr�"".q�type.*[2]string�"".p��type.*[2]string�&À”¿À¿À�Ð�Ð��#‚S-+�Tgclocals·2bd0058e25364e522f9f24a53d6b8231�Tgclocals·a8cc63930a774e5693faf789d6200da1���@/tmp/go/src/log/syslog/syslog.goþ(type..hash.[3]string�€��þeH‹ %����H;awè����ëêHƒì0H‹\$0H‰$è����H‹T$H1ÀHÇD$ ���H‹l$ H9è}eH‰D$(H‰ÅH‰ÐHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$8Hƒû�tNHkíHëH‰$HÇD$���H‰D$HH‰D$è����H‹T$H‹D$(HÿÀH‹l$ H9è|›H‰T$HH‰T$Pè����HƒÄ0Éë®
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���˜��runtime.strhash���ä��(runtime.racefuncexit���@`�� "".autotmp_0171�type.int�"".autotmp_0170�type.int� "".~r3�0type.uintptr�"".h� type.uintptr�"".s�type.uintptr�"".p��type.*[3]string�` _`�À�À��#Ž�Tgclocals·a11c21977d0c39648c83179d370ce4b8�Tgclocals·0115f8d53b75c1696444f08ad03251d9���@/tmp/go/src/log/syslog/syslog.goþ$type..eq.[3]string� ��žeH‹ %����H;awè����ëêHƒì`H‹\$`H‰$è����1ÀHÇD$0���H‹l$0H9èÜ���H‰D$8H‹\$hH‰ÅH‰D$(HkíHëH‰$è����H‹D$(H‹\$hHƒû�„Ñ���H‰ÅHkíHëH‹+H‰l$PH‹kH‰l$XH‹\$pH‰ÅHkíHëH‰$è����H‹T$XH‹\$pHƒû�„ƒ���H‹l$(HkíHëH‹ H‰L$@H‹CH‰D$HH9ÂuOH‹l$PH‰,$H‰T$H‰L$H‰D$è����¶\$ €û�t(H‹D$8HÿÀH‹l$0H9èŒ$ÿÿÿƄ$€���è����HƒÄ`ÃƄ$€����è����HƒÄ`Éévÿÿÿ‰é(ÿÿÿ
������ ��0runtime.morestack_noctxt���H��*runtime.racefuncenter���¾�� runtime.raceread���Ì�� runtime.raceread���ò�� runtime.eqstring���Ì��(runtime.racefuncexit���ð��(runtime.racefuncexit���@À��"".autotmp_0175�?type.string�"".autotmp_0174�type.string�"".autotmp_0173�_type.int�"".autotmp_0172�Otype.int�"".i�otype.int� "".~r3�0type.bool�"".s� type.uintptr�"".q�type.*[3]string�"".p��type.*[3]string�&À”¿À¿À�Ð�Ð��#‚S-+�Tgclocals·2bd0058e25364e522f9f24a53d6b8231�Tgclocals·a8cc63930a774e5693faf789d6200da1���@/tmp/go/src/log/syslog/syslog.goþTgclocals·a310211a5d93ca643985188646602d0e� �� ���������������þTgclocals·8738d7e3c809a359481b3c50a3d60beb� �� ��� ��� ���‰ ���þ,Bgo.itab.*errors.errorString.error�����þPgo.string."log/syslog: invalid priority"�`��Z���������������log/syslog: invalid priority�� �Pgo.string."log/syslog: invalid priority"���þTgclocals·42041847daa6ff251b2defe6879433a2�`��`
���������������€��€�������������� �� ����þTgclocals·f0632db3aa05c3f308b8ebb263d62418�`��`
������" ��"‰ �"‰ �"‰ �"‰ �"‰ �" ��" ��" ��" ���þ,Bgo.itab.*"".netConn."".serverConn�����þ*go.string."localhost"�@��4�������� �������localhost�� �*go.string."localhost"���þTgclocals·db6634e0705f55214c57155413447111�@��@��������������°���¸���º���� ���þTgclocals·8b1f7303a08aa2f4cf81697454e8f58d�@��@���������.���.���.���.���.����þTgclocals·a310211a5d93ca643985188646602d0e� �� ���������������þTgclocals·f64bc68c0c699d77fea78c4fc558111c� �� ������
���
-���þTgclocals·a9641efa276e78fb797600c1a21a958c�(��(�������������� ����þTgclocals·d04095e44c7a725d7e6fd038f9d4418e�(��(���������.�������þTgclocals·0115f8d53b75c1696444f08ad03251d9�����������þTgclocals·7e40db4d3f1533fc4ab351249d424e70� �� ���
���
���Ê���þTgclocals·0115f8d53b75c1696444f08ad03251d9�����������þTgclocals·7e40db4d3f1533fc4ab351249d424e70� �� ���
���
���Ê���þTgclocals·0115f8d53b75c1696444f08ad03251d9�����������þTgclocals·7e40db4d3f1533fc4ab351249d424e70� �� ���
���
���Ê���þTgclocals·0115f8d53b75c1696444f08ad03251d9�����������þTgclocals·7e40db4d3f1533fc4ab351249d424e70� �� ���
���
���Ê���þTgclocals·0115f8d53b75c1696444f08ad03251d9�����������þTgclocals·7e40db4d3f1533fc4ab351249d424e70� �� ���
���
���Ê���þTgclocals·0115f8d53b75c1696444f08ad03251d9�����������þTgclocals·7e40db4d3f1533fc4ab351249d424e70� �� ���
���
���Ê���þTgclocals·0115f8d53b75c1696444f08ad03251d9�����������þTgclocals·7e40db4d3f1533fc4ab351249d424e70� �� ���
���
���Ê���þTgclocals·0115f8d53b75c1696444f08ad03251d9�����������þTgclocals·7e40db4d3f1533fc4ab351249d424e70� �� ���
���
���Ê���þTgclocals·660c52760819425e2fa6ae9a8a8ae931� �� ��� ������������þTgclocals·400a366795d0ef9804f1bc4c0497fe03� �� ������&���&-���þgo.string."\n"�0��$���������������
�� �go.string."\n"���þTgclocals·818c8c76b4ac942bfca3f7988d656e75�(��(������������������þTgclocals·ef3ca89e22a42ec07c113ac5895c7be0�(��(������&���&���&-���þ6go.string."Jan _2 15:04:05"�@��@���������������Jan _2 15:04:05�� �6go.string."Jan _2 15:04:05"���þ>go.string."<%d>%s %s[%d]: %s%s"�P��H���������������<%d>%s %s[%d]: %s%s�� �>go.string."<%d>%s %s[%d]: %s%s"���þJgo.string."2006-01-02T15:04:05Z07:00"�`��T���������������2006-01-02T15:04:05Z07:00�� �Jgo.string."2006-01-02T15:04:05Z07:00"���þDgo.string."<%d>%s %s %s[%d]: %s%s"�P��N���������������<%d>%s %s %s[%d]: %s%s�� �Dgo.string."<%d>%s %s %s[%d]: %s%s"���þTgclocals·390cba2480ba36343ef9a45a002532d5�Ð��Ð
���h�����������������������"��������������""ðÿÿ��������""ðÿÿ���������""�ðÿÿ������������������������� "������������� ""���ðÿÿÿ�����/""���ðÿÿÿ����� ""����ðÿÿÿ����þTgclocals·a04b85c0178ecbd8fbecbaeccd3f44ec�`��`
������&"�&"�&"�&"�&"�&"²�&"�&"�&"�&"��þTgclocals·7ffb78b700595f24597d5e62e49bba43� �� ���������������þTgclocals·a9282ac20787dc3025c0916068a42263� �� ���������.����þ,8go.itab.*"".Writer.io.Writer�����þTgclocals·062f1db213a6c708caa6ba54f8a24f19�H��H����������������� ��" ��"�������þTgclocals·7162d2ed29dd4bd8529d23db178ca6d9�H��H���
������å������������������þ(go.string."unixgram"�@��2���������������unixgram�� �(go.string."unixgram"���þ go.string."unix"�0��*���������������unix�� � go.string."unix"���þ(go.string."/dev/log"�@��2���������������/dev/log�� �(go.string."/dev/log"���þ6go.string."/var/run/syslog"�@��@���������������/var/run/syslog�� �6go.string."/var/run/syslog"���þ0go.string."/var/run/log"�@��:�������� �������/var/run/log�� �0go.string."/var/run/log"���þLgo.string."Unix syslog delivery error"�`��V���������������Unix syslog delivery error�� �Lgo.string."Unix syslog delivery error"���þTgclocals·463d7b422375ddd5f987516950751bac�È��È ���\�����������������������"����������"���������""€�����€��"" ����€��""���� ����""��� ����""��������""���������""��������""�������""��������""�þTgclocals·2287797eafc9957614bf79e9029d42e0�x��x ������������������������������������������»����������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þ""".statictmp_0094��@type.[2]string�@������������������������������� �(go.string."unixgram"���  � go.string."unix"���þ""".statictmp_0097��`type.[3]string�`�������������������������������������� �������� �(go.string."/dev/log"���  �6go.string."/var/run/syslog"���@ �0go.string."/var/run/log"���þ,"".initdone·��type.uint8���þ"".New·f�������������� "".New���þ0runtime.racefuncenter·f��������������*runtime.racefuncenter���þ"".Dial·f��������������"".Dial���þ.runtime.racefuncexit·f��������������(runtime.racefuncexit���þ,runtime.throwreturn·f��������������&runtime.throwreturn���þ(runtime.newobject·f��������������"runtime.newobject���þ(runtime.racewrite·f��������������"runtime.racewrite���þ:runtime.writebarrierstring·f��������������4runtime.writebarrierstring���þ&runtime.typ2Itab·f�������������� runtime.typ2Itab���þ,runtime.deferreturn·f��������������&runtime.deferreturn���þ&runtime.raceread·f�������������� runtime.raceread���þ*runtime.panicindex·f��������������$runtime.panicindex���þos.Hostname·f��������������os.Hostname���þ2runtime.racewriterange·f��������������,runtime.racewriterange���þ*sync.(*Mutex).Lock·f��������������$sync.(*Mutex).Lock���þ.sync.(*Mutex).Unlock·f��������������(sync.(*Mutex).Unlock���þ(runtime.deferproc·f��������������"runtime.deferproc���þ."".(*Writer).connect·f��������������("".(*Writer).connect���þ "".unixSyslog·f��������������"".unixSyslog���þ8runtime.writebarrieriface·f��������������2runtime.writebarrieriface���þnet.Dial·f��������������net.Dial���þ*"".(*Writer).Write·f��������������$"".(*Writer).Write���þ8runtime.slicebytetostring·f��������������2runtime.slicebytetostring���þ:"".(*Writer).writeAndRetry·f��������������4"".(*Writer).writeAndRetry���þ*"".(*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).write·f��������������$"".(*Writer).write���þ*runtime.panicslice·f��������������$runtime.panicslice���þ&runtime.eqstring·f�������������� runtime.eqstring���þ8"".(*netConn).writeString·f��������������2"".(*netConn).writeString���þtime.Now·f��������������time.Now���þ&time.Time.Format·f�������������� time.Time.Format���þos.Getpid·f��������������os.Getpid���þ$runtime.convT2E·f��������������runtime.convT2E���þ$runtime.convI2I·f��������������runtime.convI2I���þfmt.Fprintf·f��������������fmt.Fprintf���þ,"".(*netConn).close·f��������������&"".(*netConn).close���þ"".NewLogger·f��������������"".NewLogger���þ"".init·f��������������"".init���þ(runtime.throwinit·f��������������"runtime.throwinit���þtime.init·f��������������time.init���þsync.init·f��������������sync.init���þstrings.init·f��������������strings.init���þos.init·f��������������os.init���þnet.init·f��������������net.init���þlog.init·f��������������log.init���þfmt.init·f��������������fmt.init���þbruntime.gcbits.0x88000000000000000000000000000000� �� ˆ����������������þ8go.string."*syslog.Priority"�P��B���������������*syslog.Priority�� �8go.string."*syslog.Priority"���þ"type.*"".Priority�� �� �������K÷R�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��8go.string."*syslog.Priority"���p��4go.weak.type.**"".Priority���€��"runtime.zerovalue����� type."".Priority���þ^runtime.gcbits.0x000000000000000000000000000000� �� �����������������þ6go.string."syslog.Priority"�@��@���������������syslog.Priority�� �6go.string."syslog.Priority"���þ(go.string."Priority"�@��2���������������Priority�� �(go.string."Priority"���þ type."".Priority��à��à�������¡re�‚������������������������������������������������������������������������������������������������  � runtime.algarray���0��^runtime.gcbits.0x000000000000000000000000000000���P��6go.string."syslog.Priority"���p��"type.*"".Priority���€��"runtime.zerovalue���`� type."".Priority�����(go.string."Priority"��� ��"go.importpath."".���°à� type."".Priority���þTgclocals·a310211a5d93ca643985188646602d0e� �� ���������������þTgclocals·dc29d72f6585636b1615fc65f41da45f� �� ������ ���»����þTgclocals·a310211a5d93ca643985188646602d0e� �� ���������������þTgclocals·b40e81690e53e74d29dd25c9fdeacd45� �� ������›ˆ�›ˆÈ�þ0go.string."func() error"�@��:�������� �������func() error�� �0go.string."func() error"���þ"type.func() error����������œ‚Öµ�3���������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��0go.string."func() error"���p��4go.weak.type.*func() error���€��"runtime.zerovalue��� €�"type.func() error���Ѐ�"type.func() error���€��type.error���þŽgo.string."func(syslog.Priority, string, string, string, string) error"� ��˜��������;�������func(syslog.Priority, string, string, string, string) error�� �Žgo.string."func(syslog.Priority, string, string, string, string) error"���þxtype.func("".Priority, string, string, string, string) error�à��à�������[mÕ�3������������������������������������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Žgo.string."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.string."*syslog.serverConn"�P��F���������������*syslog.serverConn�� �<go.string."*syslog.serverConn"���þ&type.*"".serverConn�� �� �������k,õí�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��<go.string."*syslog.serverConn"���p��8go.weak.type.**"".serverConn���€��"runtime.zerovalue�����$type."".serverConn���þbruntime.gcbits.0x8c000000000000000000000000000000� �� Œ����������������þ:go.string."syslog.serverConn"�P��D���������������syslog.serverConn�� �:go.string."syslog.serverConn"���þ"go.string."close"�0��,���������������close�� �"go.string."close"���þ.go.string."writeString"�@��8�������� �������writeString�� �.go.string."writeString"���þ,go.string."serverConn"�@��6��������
�������serverConn�� �,go.string."serverConn"���þ$type."".serverConn��ð��ð�������¯Î�b����������������������������������������������������������������������������������������������������������������������������������������������������������������������� à� runtime.algarray���0��bruntime.gcbits.0x8c000000000000000000000000000000���P��:go.string."syslog.serverConn"���p��&type.*"".serverConn���€��"runtime.zerovalue���À�$type."".serverConn���À��"go.string."close"���Ð��"go.importpath."".���à��"type.func() error���ð��.go.string."writeString"���€��"go.importpath."".�����xtype.func("".Priority, string, string, string, string) error���` �$type."".serverConn��� ��,go.string."serverConn"���°��"go.importpath."".���Àð�$type."".serverConn���þTgclocals·0115f8d53b75c1696444f08ad03251d9�����������þTgclocals·a11c21977d0c39648c83179d370ce4b8� �� ���������V����þTgclocals·398b39cafbeb8e4f34ff7ec2a37bc794�@��@������������������ ��
���� ���þTgclocals·5e7293149672359147ccfb5d1cea6f5c�@��@���������Z����������������þ0type..hashfunc."".Writer��������������(type..hash."".Writer���þ,type..eqfunc."".Writer��������������$type..eq."".Writer���þ&type..alg."".Writer� �� �������������������0type..hashfunc."".Writer�����,type..eqfunc."".Writer���þbruntime.gcbits.0x84848484448c00000000000000000000� �� „„„„DŒ�����������þ2go.string."syslog.Writer"�@��<�������� �������syslog.Writer�� �2go.string."syslog.Writer"���þ(go.string."priority"�@��2���������������priority�� �(go.string."priority"���þgo.string."tag"�0��(���������������tag�� �go.string."tag"���þ(go.string."hostname"�@��2���������������hostname�� �(go.string."hostname"���þ&go.string."network"�0��0���������������network�� �&go.string."network"���þ"go.string."raddr"�0��,���������������raddr�� �"go.string."raddr"���þgo.string."mu"�0��&���������������mu�� �go.string."mu"���þ go.string."conn"�0��*���������������conn�� � go.string."conn"���þ$go.string."Writer"�0��.���������������Writer�� �$go.string."Writer"���þtype."".Writer��À��À`�������ꉈ�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������(���������������������������������������8���������������������������������������H���������������������������������������P�����������������������������������������������> ��&type..alg."".Writer���0��bruntime.gcbits.0x84848484448c00000000000000000000���P��2go.string."syslog.Writer"���p��type.*"".Writer���€��"runtime.zerovalue���À�type."".Writer���À��(go.string."priority"���Ð��"go.importpath."".���à�� type."".Priority�����go.string."tag"��� ��"go.importpath."".���°��type.string���à��(go.string."hostname"���ð��"go.importpath."".���€��type.string���°��&go.string."network"���À��"go.importpath."".���Ð��type.string���€��"go.string."raddr"�����"go.importpath."".��� ��type.string���Ð��go.string."mu"���à��"go.importpath."".���ð��type.sync.Mutex��� �� go.string."conn"���°��"go.importpath."".���À��$type."".serverConn���`ð�type."".Writer���ð��$go.string."Writer"���€��"go.importpath."".���À�type."".Writer���þ4go.string."*syslog.Writer"�@��>���������������*syslog.Writer�� �4go.string."*syslog.Writer"���þ\go.string."func(*syslog.Writer, string) error"�p��f��������"�������func(*syslog.Writer, string) error�� �\go.string."func(*syslog.Writer, string) error"���þFtype.func(*"".Writer, string) error�°��°�������
+�3������������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��\go.string."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���þLgo.string."func(*syslog.Writer) error"�`��V���������������func(*syslog.Writer) error�� �Lgo.string."func(*syslog.Writer) error"���þ6type.func(*"".Writer) error� �� �������Xé"�3���������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Lgo.string."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���þbruntime.gcbits.0x48844400000000000000000000000000� �� H„D��������������þ&go.string."[]uint8"�0��0���������������[]uint8�� �&go.string."[]uint8"���þtype.[]uint8� �� �������ß~.8�����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x48844400000000000000000000000000���P��&go.string."[]uint8"���p��*go.weak.type.*[]uint8���€��"runtime.zerovalue�����type.uint8���þ6go.typelink.[]uint8/[]uint8��������������type.[]uint8���þlgo.string."func(*syslog.Writer, []uint8) (int, error)"�€��v��������*�������func(*syslog.Writer, []uint8) (int, error)�� �lgo.string."func(*syslog.Writer, []uint8) (int, error)"���þVtype.func(*"".Writer, []uint8) (int, error)�À��À�������hF£�3�������������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��lgo.string."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.string."func(*syslog.Writer, syslog.Priority, string) (int, error)"� ��–��������:�������func(*syslog.Writer, syslog.Priority, string) (int, error)�� �Œgo.string."func(*syslog.Writer, syslog.Priority, string) (int, error)"���þntype.func(*"".Writer, "".Priority, string) (int, error)�Ð��Ð�������å–×�3���������������������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Œgo.string."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.string."Alert"�0��,���������������Alert�� �"go.string."Alert"���þ<go.string."func(string) error"�P��F���������������func(string) error�� �<go.string."func(string) error"���þ.type.func(string) error� �� �������ŠB”h�3���������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��<go.string."func(string) error"���p��@go.weak.type.*func(string) error���€��"runtime.zerovalue��� €�.type.func(string) error���А�.type.func(string) error���€��type.string�����type.error���þ"go.string."Close"�0��,���������������Close�� �"go.string."Close"���þ go.string."Crit"�0��*���������������Crit�� � go.string."Crit"���þ"go.string."Debug"�0��,���������������Debug�� �"go.string."Debug"���þ"go.string."Emerg"�0��,���������������Emerg�� �"go.string."Emerg"���þgo.string."Err"�0��(���������������Err�� �go.string."Err"���þ go.string."Info"�0��*���������������Info�� � go.string."Info"���þ$go.string."Notice"�0��.���������������Notice�� �$go.string."Notice"���þ&go.string."Warning"�0��0���������������Warning�� �&go.string."Warning"���þ"go.string."Write"�0��,���������������Write�� �"go.string."Write"���þLgo.string."func([]uint8) (int, error)"�`��V���������������func([]uint8) (int, error)�� �Lgo.string."func([]uint8) (int, error)"���þ>type.func([]uint8) (int, error)�°��°�������„N4P�3������������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Lgo.string."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.string."connect"�0��0���������������connect�� �&go.string."connect"���þ"go.string."write"�0��,���������������write�� �"go.string."write"���þlgo.string."func(syslog.Priority, string) (int, error)"�€��v��������*�������func(syslog.Priority, string) (int, error)�� �lgo.string."func(syslog.Priority, string) (int, error)"���þVtype.func("".Priority, string) (int, error)�À��À�������+џã�3�������������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��lgo.string."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���þ2go.string."writeAndRetry"�@��<�������� �������writeAndRetry�� �2go.string."writeAndRetry"���þtype.*"".Writer��Ð ��Ð �������,ì7�6���������������������������������������������������������������������������������������� ������� �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������˜  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��4go.string."*syslog.Writer"���p��0go.weak.type.**"".Writer���€��"runtime.zerovalue�����type."".Writer���` �type.*"".Writer���Àð�type.*"".Writer���ð��"go.string."Alert"�����.type.func(string) error��� ��Ftype.func(*"".Writer, string) error���°��$"".(*Writer).Alert���À��$"".(*Writer).Alert���Ð��"go.string."Close"���ð��"type.func() error���€��6type.func(*"".Writer) error�����$"".(*Writer).Close��� ��$"".(*Writer).Close���°�� go.string."Crit"���Ð��.type.func(string) error���à��Ftype.func(*"".Writer, string) error���ð��""".(*Writer).Crit���€��""".(*Writer).Crit�����"go.string."Debug"���°��.type.func(string) error���À��Ftype.func(*"".Writer, string) error���Ð��$"".(*Writer).Debug���à��$"".(*Writer).Debug���ð��"go.string."Emerg"�����.type.func(string) error��� ��Ftype.func(*"".Writer, string) error���°��$"".(*Writer).Emerg���À��$"".(*Writer).Emerg���Ð��go.string."Err"���ð��.type.func(string) error���€��Ftype.func(*"".Writer, string) error����� "".(*Writer).Err��� �� "".(*Writer).Err���°�� go.string."Info"���Ð��.type.func(string) error���à��Ftype.func(*"".Writer, string) error���ð��""".(*Writer).Info���€��""".(*Writer).Info�����$go.string."Notice"���°��.type.func(string) error���À��Ftype.func(*"".Writer, string) error���Ð��&"".(*Writer).Notice���à��&"".(*Writer).Notice���ð��&go.string."Warning"�����.type.func(string) error��� ��Ftype.func(*"".Writer, string) error���°��("".(*Writer).Warning���À��("".(*Writer).Warning���Ð��"go.string."Write"���ð��>type.func([]uint8) (int, error)���€ ��Vtype.func(*"".Writer, []uint8) (int, error)��� ��$"".(*Writer).Write���  ��$"".(*Writer).Write���° ��&go.string."connect"���À ��"go.importpath."".���Ð ��"type.func() error���à ��6type.func(*"".Writer) error���ð ��("".(*Writer).connect���€
��("".(*Writer).connect���
��"go.string."write"��� 
��"go.importpath."".���°
��Vtype.func("".Priority, string) (int, error)�����ntype.func(*"".Writer, "".Priority, string) (int, error)���Ð
��$"".(*Writer).write���à
��$"".(*Writer).write���ð
��2go.string."writeAndRetry"���€ ��"go.importpath."".��� ��Vtype.func("".Priority, string) (int, error)���  ��ntype.func(*"".Writer, "".Priority, string) (int, error)���° ��4"".(*Writer).writeAndRetry���À ��4"".(*Writer).writeAndRetry���þTgclocals·0115f8d53b75c1696444f08ad03251d9�����������þTgclocals·a11c21977d0c39648c83179d370ce4b8� �� ���������V����þTgclocals·f574ca94451a75e85a1f721f8031a289�(��(��������������°����þTgclocals·e73dda19a20e82d42018f024f527634b�(��(���������Z�������þ2type..hashfunc."".netConn��������������*type..hash."".netConn���þ.type..eqfunc."".netConn��������������&type..eq."".netConn���þ(type..alg."".netConn� �� �������������������2type..hashfunc."".netConn�����.type..eqfunc."".netConn���þ6go.string."*syslog.netConn"�@��@���������������*syslog.netConn�� �6go.string."*syslog.netConn"���þNgo.string."func(*syslog.netConn) error"�`��X���������������func(*syslog.netConn) error�� �Ngo.string."func(*syslog.netConn) error"���þ8type.func(*"".netConn) error� �� �������u:÷”�3���������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Ngo.string."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.string."func(*syslog.netConn, syslog.Priority, string, string, string, string) error"�À��º��������L�������func(*syslog.netConn, syslog.Priority, string, string, string, string) error�� �°go.string."func(*syslog.netConn, syslog.Priority, string, string, string, string) error"���þ’type.func(*"".netConn, "".Priority, string, string, string, string) error�ð��ð�������‹ÎÃ�3�������������������������������������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��°go.string."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���þ type.*"".netConn��°��°�������L—™�6������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������(  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��6go.string."*syslog.netConn"���p��2go.weak.type.**"".netConn���€��"runtime.zerovalue�����type."".netConn���` � type.*"".netConn���Àð� type.*"".netConn���ð��"go.string."close"���€��"go.importpath."".�����"type.func() error��� ��8type.func(*"".netConn) error���°��&"".(*netConn).close���À��&"".(*netConn).close���Ð��.go.string."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���þbruntime.gcbits.0xc4488c00000000000000000000000000� �� ÄHŒ��������������þ4go.string."syslog.netConn"�@��>���������������syslog.netConn�� �4go.string."syslog.netConn"���þ"go.string."local"�0��,���������������local�� �"go.string."local"���þ&go.string."netConn"�0��0���������������netConn�� �&go.string."netConn"���þtype."".netConn��°��°�������{�f›������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ ��(type..alg."".netConn���0��bruntime.gcbits.0xc4488c00000000000000000000000000���P��4go.string."syslog.netConn"���p�� type.*"".netConn���€��"runtime.zerovalue���À�type."".netConn���À��"go.string."local"���Ð��"go.importpath."".���à��type.bool����� go.string."conn"��� ��"go.importpath."".���°��type.net.Conn���`à�type."".netConn���à��&go.string."netConn"���ð��"go.importpath."".���€°�type."".netConn���þbruntime.gcbits.0xcc000000000000000000000000000000� �� Ì����������������þ0go.string."interface {}"�@��:�������� �������interface {}�� �0go.string."interface {}"���þ"type.interface {}�À��À�������çW ��������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0xcc000000000000000000000000000000���P��0go.string."interface {}"���p��4go.weak.type.*interface {}���€��"runtime.zerovalue���À�"type.interface {}���þ4go.string."[]interface {}"�@��>���������������[]interface {}�� �4go.string."[]interface {}"���þ&type.[]interface {}� �� �������p“ê/�����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x48844400000000000000000000000000���P��4go.string."[]interface {}"���p��8go.weak.type.*[]interface {}���€��"runtime.zerovalue�����"type.interface {}���þRgo.typelink.[]interface {}/[]interface {}��������������&type.[]interface {}���þTgclocals·0115f8d53b75c1696444f08ad03251d9�����������þTgclocals·a11c21977d0c39648c83179d370ce4b8� �� ���������V����þTgclocals·13e5989dfabb82780030343bf65bff4b�(��(����������ð��������þTgclocals·2bd0058e25364e522f9f24a53d6b8231�(��(������������Z����þ<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 {}���þbruntime.gcbits.0xcccccccccccc00000000000000000000� �� ÌÌÌÌÌÌ�����������þ6go.string."[6]interface {}"�@��@���������������[6]interface {}�� �6go.string."[6]interface {}"���þ(type.[6]interface {}�À��À`�������ÞáR¦�������������������������������������������������������������������������������� ��2type..alg.[6]interface {}���0��bruntime.gcbits.0xcccccccccccc00000000000000000000���P��6go.string."[6]interface {}"���p��:go.weak.type.*[6]interface {}���€��"runtime.zerovalue�����"type.interface {}��� ��&type.[]interface {}���þVgo.typelink.[6]interface {}/[6]interface {}��������������(type.[6]interface {}���þTgclocals·0115f8d53b75c1696444f08ad03251d9�����������þTgclocals·a11c21977d0c39648c83179d370ce4b8� �� ���������V����þTgclocals·13e5989dfabb82780030343bf65bff4b�(��(����������ð��������þTgclocals·2bd0058e25364e522f9f24a53d6b8231�(��(������������Z����þ<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 {}���þbruntime.gcbits.0xcccccccccccccc000000000000000000� �� ÌÌÌÌÌÌÌ����������þ6go.string."[7]interface {}"�@��@���������������[7]interface {}�� �6go.string."[7]interface {}"���þ(type.[7]interface {}�À��Àp�������ÆÛ <�������������������������������������������������������������������������������� ��2type..alg.[7]interface {}���0��bruntime.gcbits.0xcccccccccccccc000000000000000000���P��6go.string."[7]interface {}"���p��:go.weak.type.*[7]interface {}���€��"runtime.zerovalue�����"type.interface {}��� ��&type.[]interface {}���þVgo.typelink.[7]interface {}/[7]interface {}��������������(type.[7]interface {}���þ8go.string."*[6]interface {}"�P��B���������������*[6]interface {}�� �8go.string."*[6]interface {}"���þ*type.*[6]interface {}� �� �������¬\‹ô�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��8go.string."*[6]interface {}"���p��<go.weak.type.**[6]interface {}���€��"runtime.zerovalue�����(type.[6]interface {}���þ8go.string."*[7]interface {}"�P��B���������������*[7]interface {}�� �8go.string."*[7]interface {}"���þ*type.*[7]interface {}� �� �������4µ¸�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��8go.string."*[7]interface {}"���p��<go.weak.type.**[7]interface {}���€��"runtime.zerovalue�����(type.[7]interface {}���þ(go.string."[]string"�@��2���������������[]string�� �(go.string."[]string"���þtype.[]string� �� �������Ó¨ó
�����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x48844400000000000000000000000000���P��(go.string."[]string"���p��,go.weak.type.*[]string���€��"runtime.zerovalue�����type.string���þ:go.typelink.[]string/[]string��������������type.[]string���þTgclocals·0115f8d53b75c1696444f08ad03251d9�����������þTgclocals·a11c21977d0c39648c83179d370ce4b8� �� ���������V����þTgclocals·a8cc63930a774e5693faf789d6200da1�(��(���������� ��������þTgclocals·2bd0058e25364e522f9f24a53d6b8231�(��(������������Z����þ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���þbruntime.gcbits.0x48480000000000000000000000000000� �� HH���������������þ*go.string."[2]string"�@��4�������� �������[2]string�� �*go.string."[2]string"���þtype.[2]string�À��À �������PXåé�������������������������������������������������������������������������������� ��&type..alg.[2]string���0��bruntime.gcbits.0x48480000000000000000000000000000���P��*go.string."[2]string"���p��.go.weak.type.*[2]string���€��"runtime.zerovalue�����type.string��� ��type.[]string���þ>go.typelink.[2]string/[2]string��������������type.[2]string���þ,go.string."*[2]string"�@��6��������
�������*[2]string�� �,go.string."*[2]string"���þtype.*[2]string� �� ������� f<�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��,go.string."*[2]string"���p��0go.weak.type.**[2]string���€��"runtime.zerovalue�����type.[2]string���þTgclocals·0115f8d53b75c1696444f08ad03251d9�����������þTgclocals·a11c21977d0c39648c83179d370ce4b8� �� ���������V����þTgclocals·a8cc63930a774e5693faf789d6200da1�(��(���������� ��������þTgclocals·2bd0058e25364e522f9f24a53d6b8231�(��(������������Z����þ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���þbruntime.gcbits.0x48484800000000000000000000000000� �� HHH��������������þ*go.string."[3]string"�@��4�������� �������[3]string�� �*go.string."[3]string"���þtype.[3]string�À��À0�������CÙiB�������������������������������������������������������������������������������� ��&type..alg.[3]string���0��bruntime.gcbits.0x48484800000000000000000000000000���P��*go.string."[3]string"���p��.go.weak.type.*[3]string���€��"runtime.zerovalue�����type.string��� ��type.[]string���þ>go.typelink.[3]string/[3]string��������������type.[3]string���þ,go.string."*[3]string"�@��6��������
�������*[3]string�� �,go.string."*[3]string"���þtype.*[3]string� �� �������
+é �6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��,go.string."*[3]string"���p��0go.weak.type.**[3]string���€��"runtime.zerovalue�����type.[3]string���þgo.string."log"�0��(���������������log�� �go.string."log"���þ$go.importpath.log.� �� ���������������� �go.string."log"���þgo.string."net"�0��(���������������net�� �go.string."net"���þ$go.importpath.net.� �� ���������������� �go.string."net"���þ go.string."sync"�0��*���������������sync�� � go.string."sync"���þ&go.importpath.sync.� �� ���������������� � go.string."sync"���þ&go.string."runtime"�0��0���������������runtime�� �&go.string."runtime"���þ,go.importpath.runtime.� �� ���������������� �&go.string."runtime"���þ go.string."time"�0��*���������������time�� � go.string."time"���þ&go.importpath.time.� �� ���������������� � go.string."time"���þ$go.string."errors"�0��.���������������errors�� �$go.string."errors"���þ*go.importpath.errors.� �� ���������������� �$go.string."errors"���þgo.string."os"�0��&���������������os�� �go.string."os"���þ"go.importpath.os.� �� ���������������� �go.string."os"���þ&go.string."strings"�0��0���������������strings�� �&go.string."strings"���þ,go.importpath.strings.� �� ���������������� �&go.string."strings"���þgo.string."fmt"�0��(���������������fmt�� �go.string."fmt"���þ$go.importpath.fmt.� �� ���������������� �go.string."fmt"���þ,"".serverConn.close·f��������������&"".serverConn.close���þ8"".serverConn.writeString·f��������������2"".serverConn.writeString���þ.type..hash."".Writer·f��������������(type..hash."".Writer���þ$runtime.memhash·f��������������runtime.memhash���þ$runtime.strhash·f��������������runtime.strhash���þ(runtime.interhash·f��������������"runtime.interhash���þ*type..eq."".Writer·f��������������$type..eq."".Writer���þ$runtime.ifaceeq·f��������������runtime.ifaceeq���þ0type..hash."".netConn·f��������������*type..hash."".netConn���þ,type..eq."".netConn·f��������������&type..eq."".netConn���þ:type..hash.[6]interface {}·f��������������4type..hash.[6]interface {}���þ.runtime.nilinterhash·f��������������(runtime.nilinterhash���þ6type..eq.[6]interface {}·f��������������0type..eq.[6]interface {}���þ$runtime.efaceeq·f��������������runtime.efaceeq���þ: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