blob: cbf1535c1cc11d581e0fe5e2cace28dd3424f1f9 [file] [log] [blame]
!<arch>
__.PKGDEF 0 0 0 644 12422 `
go object linux 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 73680 `
go object linux amd64 go1.4.2 X:precisestack
!
��go13lderrors.a
fmt.a
log.a
net.aos.astrings.a sync.a time.a�þ "".New��À��¾dH‹ %����H;awè����ëêHƒìPHÇD$x����HDŽ$€�������H$HÇ����HÇC����H\$HÇ����HÇC����H‹\$XH‰\$ H‹\$`H‰\$(H‹\$hH‰\$0è����H‹T$8H‹L$@H‹D$HH‰T$pH‰L$xH‰„$€���HƒÄPÃ
������ ��0runtime.morestack_noctxt���ê��"".Dial���` �� "".err�@type.error�"".w�0type.*"".Writer� "".tag�type.string�"".priority�� type."".Priority� „Ÿ� � ä/q�
�t,�Tgclocals·b5f941202eb1147fa8a45323e1bbf968�Tgclocals·3280bececceccd33cb74587feedb1f9f���@/tmp/go/src/log/syslog/syslog.goþ"".Dial�� ��”dH‹ %����HD$øH;Awè����ëåHìˆ���H‹„$°���HDŽ$È�������HDŽ$Ð�������HDŽ$Ø�������Hƒø�Œ­��H=¿���¡��H‹œ$À���Hƒû�u,H‹����Hƒ=�����†w��H‹+H‰¬$¸���H‹kH‰¬$À���è����H‹$H‰\$XH‹\$H‰\$`H����H‰$è����H‹|$H‰ùHƒÿ�„��1Àè����H‹¬$°���H‰)H‰L$(H‰ $Hƒ<$�„í��Hƒ$H‹œ$¸���H‰\$H‹œ$À���H‰\$è����H‹\$(H‰$Hƒ<$�„©��Hƒ$H‹\$XH‰\$H‹\$`H‰\$è����H‹\$(H‰$Hƒ<$�„k��Hƒ$(H‹œ$���H‰\$H‹œ$˜���H‰\$è����H‹\$(H‰$Hƒ<$�„'��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ƒù�t4HDŽ$È�������H‰L$hH‰Œ$Ð���H‰T$pH‰”$Ø���è����HÄˆ���ÃH‹\$ H‰œ$È���H‰L$hH‰Œ$Ð���H‰T$pH‰”$Ø���è����HÄˆ���Ðè����HÄˆ���É%����é@ÿÿÿ‰%����éÿÿÿ‰%����éÍþÿÿ‰%����é‰þÿÿ‰%����éKþÿÿ‰%����éþÿÿ‰éÚýÿÿè���� H����H‹+H‰l$HH‹kH‰l$PHÇD$8����HÇD$@����H����H‰$è����H‹L$H‰L$0H‰ $Hƒ<$�„¦���H‹\$HH‰\$H‹\$PH‰\$è����H‹\$0H‰\$0H‹ ����1íH9étFH‹T$0H‰L$xH‰”$€���HDŽ$È�������H‰L$8H‰Œ$Ð���H‰T$@H‰”$Ø���è����HÄˆ���ÃH����H‰$H����H‰\$H����H‰\$è����H‹L$닉%����éNÿÿÿ<
������*��0runtime.morestack_noctxt���ê��os.Args���ø�os.Args���¾��os.Hostname���ò��type."".Writer���„��"runtime.newobject���¶Ð� runtime.duffzero���¼��4runtime.writebarrierstring��� ��4runtime.writebarrierstring�����4runtime.writebarrierstring���€��4runtime.writebarrierstring���Æ��$sync.(*Mutex).Lock���†��.sync.(*Mutex).Unlock·f���–��"runtime.deferproc���È��("".(*Writer).connect���À ��&runtime.deferreturn���ª
��&runtime.deferreturn���Æ
��&runtime.deferreturn���þ ��$runtime.panicindex��� ��Pgo.string."log/syslog: invalid priority"���ä ��.type.errors.errorString���ö ��"runtime.newobject���Ú ��4runtime.writebarrierstring���ü ��Bgo.itab.*errors.errorString.error���†��&runtime.deferreturn���¤��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"æZ4 ŸA��PöN,Ž 345  7‹�<�ž#\2“A;  <2U 1�Tgclocals·f5c455287a2ee8bd40f8207fa4cf9cf7�Tgclocals·5cbb7d48569e56e6f3f1177d53213d77���@/tmp/go/src/log/syslog/syslog.goþ("".(*Writer).connect��€ ��î dH‹ %����HD$øH;Awè����ëåHìˆ���H‹„$���HDŽ$˜�������HDŽ$ �������HƒxP�tBH‹HPH‹hXH‰l$`H‰,$H‰L$XH‹Y ÿÓH‹„$���Hƒø�„¹��HhPHÇE�����HÇE����H‹X0Hƒû�…‘���è����H‹ $H‹D$H‹\$H‰œ$˜���H‹\$H‰œ$ ���H‹œ$���H‰$Hƒ<$�tMHƒ$PH‰L$XH‰L$H‰D$`H‰D$è����H‹„$���H‹X Hƒû�uHhH����H‰ïH‰ÞH¥H¥HÄˆ���É%����ëªHÇD$H����HÇD$P����Hh(H$H‰ßH‰îH¥H¥Hh8H\$H‰ßH‰îH¥H¥è����H‹\$ H‰\$HH‹\$(H‰\$PH‹D$0H‹\$8H‰œ$ ���Hƒø�H‰„$˜���…{ÿÿÿH����H‰$è����H‹D$HÇ�����HÇ@����HÇ@����H‰D$@H‰$Hƒ<$�„F��Hƒ$H‹\$HH‰\$H‹\$PH‰\$è����H‹\$@H‰\$@H‹����1íH9è„Ú���H‹œ$���H‰$Hƒ<$�„·���Hƒ$PH‹L$@H‰D$XH‰D$H‰L$`H‰L$è����H‹œ$���H‹[ Hƒû�…±þÿÿH‹\$PH‰$H‹\$HH‹[(ÿÓH‹L$H‹D$H‰„$€���H‰$H‰L$xH‹Y(ÿÓH‹L$H‹D$H‹œ$���H‰$Hƒ<$�t#Hƒ$H‰L$hH‰L$H‰D$pH‰D$è����é<þÿÿ‰%����ëԉ%����é=ÿÿÿH����H‰$H����H‰\$H����H‰\$è����H‹D$éôþÿÿ‰%����é®þÿÿ‰�é@ýÿÿ&
������*��0runtime.morestack_noctxt����
������´��"".unixSyslog���Ü��2runtime.writebarrieriface���–��*go.string."localhost"���Ä��net.Dial���Â��type."".netConn���Ô��"runtime.newobject���ð��2runtime.writebarrieriface���’��Bgo.itab.*"".netConn."".serverConn���œ ��2runtime.writebarrieriface���ô �
������¶
������¨ ��4runtime.writebarrierstring���ê �� type.*"".netConn���€ ��$type."".serverConn���˜ ��Bgo.itab.*"".netConn."".serverConn���¬ �� runtime.typ2Itab���0��"".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�"þŸ�À�V²B$a

P´p J�*�cŠtHNV-›+�Tgclocals·208fc5ae920d30b61d569e4339e83cf6�Tgclocals·3aafe23e6844560a4d06bf8b8efa6c29���@/tmp/go/src/log/syslog/syslog.goþ$"".(*Writer).Write��À��¶dH‹ %����H;awè����ëêHƒì8HÇD$h����HÇD$p����H‹\$HH‰$H‹\$PH‰\$H‹\$XH‰\$è����H‹D$@H\$Hl$H‰ïH‰ÞH¥H¥H‰$H‹(H‰l$è����H‹T$ H‹L$(H‹D$0H‰T$`H‰L$hH‰D$pHƒÄ8Ã
������ ��0runtime.morestack_noctxt���”��2runtime.slicebytetostring���è��4"".(*Writer).writeAndRetry���pp�� "".~r2�Ptype.error� "".~r1�@type.int�"".b�type.[]uint8�"".w��type.*"".Writer�p€o� � æ,t�
�IW�Tgclocals·9877a4ef732a0f966b889793f9b99b87�Tgclocals·3280bececceccd33cb74587feedb1f9f���@/tmp/go/src/log/syslog/syslog.goþ$"".(*Writer).Close��€��èdH‹ %����H;awè����ëêHƒì8HÇD$H����HÇD$P����H‹\$@H‰$Hƒ<$�„è���Hƒ$Hè����H‹\$@H‰$Hƒ<$�„¾���Hƒ$HH ����Qjè����H‹T$PYYH…À…���HƒzP�tkH‰ÓH‹RPH‹kXH‰l$0H‰,$H‰T$(H‹Z ÿÓH‹T$H‹L$H‹\$@Hƒû�t3HkPHÇE�����HÇE����H‰T$H‰T$HH‰L$ H‰L$Pè����HƒÄ8ÉëÉHÇD$H����HÇD$P����è����HƒÄ8Ðè����HƒÄ8É%����é6ÿÿÿ‰%����é ÿÿÿ
������ ��0runtime.morestack_noctxt���Œ��$sync.(*Mutex).Lock���Ì��.sync.(*Mutex).Unlock·f���Ü��"runtime.deferproc���Ì�
������Î��&runtime.deferreturn�����&runtime.deferreturn���¦��&runtime.deferreturn���0p�� "".err�?type.error� "".~r0�type.error�"".w��type.*"".Writer�2pQ vop op
op$�À�0ð,8) ��Ea?[�Tgclocals·a9282ac20787dc3025c0916068a42263�Tgclocals·7ffb78b700595f24597d5e62e49bba43���@/tmp/go/src/log/syslog/syslog.goþ$"".(*Writer).Emerg��à��àdH‹ %����H;awè����ëêHƒì8HÇD$X����HÇD$`����H‹\$@H‰$HÇD$����H‹\$HH‰\$H‹\$PH‰\$è����H‹\$(H‰\$XH‹\$0H‰\$`HƒÄ8Ã
������ ��0runtime.morestack_noctxt���¦��4"".(*Writer).writeAndRetry���Pp�� "".err�0type.error�"".m�type.string�"".w��type.*"".Writer�pUo�p�Œ,?�
�R�Tgclocals·14c45952157723c8762210d9c661bf29�Tgclocals·3280bececceccd33cb74587feedb1f9f���@/tmp/go/src/log/syslog/syslog.goþ$"".(*Writer).Alert��à��àdH‹ %����H;awè����ëêHƒì8HÇD$X����HÇD$`����H‹\$@H‰$HÇD$���H‹\$HH‰\$H‹\$PH‰\$è����H‹\$(H‰\$XH‹\$0H‰\$`HƒÄ8Ã
������ ��0runtime.morestack_noctxt���¦��4"".(*Writer).writeAndRetry���Pp�� "".err�0type.error�"".m�type.string�"".w��type.*"".Writer�pUo�p�š,?�
�R�Tgclocals·14c45952157723c8762210d9c661bf29�Tgclocals·3280bececceccd33cb74587feedb1f9f���@/tmp/go/src/log/syslog/syslog.goþ""".(*Writer).Crit��à��àdH‹ %����H;awè����ëêHƒì8HÇD$X����HÇD$`����H‹\$@H‰$HÇD$���H‹\$HH‰\$H‹\$PH‰\$è����H‹\$(H‰\$XH‹\$0H‰\$`HƒÄ8Ã
������ ��0runtime.morestack_noctxt���¦��4"".(*Writer).writeAndRetry���Pp�� "".err�0type.error�"".m�type.string�"".w��type.*"".Writer�pUo�p�¨,?�
�R�Tgclocals·14c45952157723c8762210d9c661bf29�Tgclocals·3280bececceccd33cb74587feedb1f9f���@/tmp/go/src/log/syslog/syslog.goþ "".(*Writer).Err��à��àdH‹ %����H;awè����ëêHƒì8HÇD$X����HÇD$`����H‹\$@H‰$HÇD$���H‹\$HH‰\$H‹\$PH‰\$è����H‹\$(H‰\$XH‹\$0H‰\$`HƒÄ8Ã
������ ��0runtime.morestack_noctxt���¦��4"".(*Writer).writeAndRetry���Pp�� "".err�0type.error�"".m�type.string�"".w��type.*"".Writer�pUo�p�¶,?�
�R�Tgclocals·14c45952157723c8762210d9c661bf29�Tgclocals·3280bececceccd33cb74587feedb1f9f���@/tmp/go/src/log/syslog/syslog.goþ("".(*Writer).Warning��à��àdH‹ %����H;awè����ëêHƒì8HÇD$X����HÇD$`����H‹\$@H‰$HÇD$���H‹\$HH‰\$H‹\$PH‰\$è����H‹\$(H‰\$XH‹\$0H‰\$`HƒÄ8Ã
������ ��0runtime.morestack_noctxt���¦��4"".(*Writer).writeAndRetry���Pp�� "".err�0type.error�"".m�type.string�"".w��type.*"".Writer�pUo�p�Ä,?�
�R�Tgclocals·14c45952157723c8762210d9c661bf29�Tgclocals·3280bececceccd33cb74587feedb1f9f���@/tmp/go/src/log/syslog/syslog.goþ&"".(*Writer).Notice��à��àdH‹ %����H;awè����ëêHƒì8HÇD$X����HÇD$`����H‹\$@H‰$HÇD$���H‹\$HH‰\$H‹\$PH‰\$è����H‹\$(H‰\$XH‹\$0H‰\$`HƒÄ8Ã
������ ��0runtime.morestack_noctxt���¦��4"".(*Writer).writeAndRetry���Pp�� "".err�0type.error�"".m�type.string�"".w��type.*"".Writer�pUo�p�Ò,?�
�R�Tgclocals·14c45952157723c8762210d9c661bf29�Tgclocals·3280bececceccd33cb74587feedb1f9f���@/tmp/go/src/log/syslog/syslog.goþ""".(*Writer).Info��à��àdH‹ %����H;awè����ëêHƒì8HÇD$X����HÇD$`����H‹\$@H‰$HÇD$���H‹\$HH‰\$H‹\$PH‰\$è����H‹\$(H‰\$XH‹\$0H‰\$`HƒÄ8Ã
������ ��0runtime.morestack_noctxt���¦��4"".(*Writer).writeAndRetry���Pp�� "".err�0type.error�"".m�type.string�"".w��type.*"".Writer�pUo�p�à,?�
�R�Tgclocals·14c45952157723c8762210d9c661bf29�Tgclocals·3280bececceccd33cb74587feedb1f9f���@/tmp/go/src/log/syslog/syslog.goþ$"".(*Writer).Debug��à��àdH‹ %����H;awè����ëêHƒì8HÇD$X����HÇD$`����H‹\$@H‰$HÇD$���H‹\$HH‰\$H‹\$PH‰\$è����H‹\$(H‰\$XH‹\$0H‰\$`HƒÄ8Ã
������ ��0runtime.morestack_noctxt���¦��4"".(*Writer).writeAndRetry���Pp�� "".err�0type.error�"".m�type.string�"".w��type.*"".Writer�pUo�p�î,?�
�R�Tgclocals·14c45952157723c8762210d9c661bf29�Tgclocals·3280bececceccd33cb74587feedb1f9f���@/tmp/go/src/log/syslog/syslog.goþ4"".(*Writer).writeAndRetry�� ��–dH‹ %����H;awè����ëêHƒìpH‹L$xHDŽ$˜�������HDŽ$ �������HDŽ$¨�������H‹H‹¬$€���Hãø���HƒåH ëH‰\$8H‰ $Hƒ<$�„��Hƒ$Hè����H‹\$xH‰$Hƒ<$�„e��Hƒ$HH ����Qjè����H‹´$ˆ���YYH…À…3��Hƒ~P�ttH‰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É%����éþÿÿ‰%����éeþÿÿ
������ ��0runtime.morestack_noctxt���ì��$sync.(*Mutex).Lock���¬��.sync.(*Mutex).Unlock·f���¼��"runtime.deferproc���Ê��$"".(*Writer).write���Î��&runtime.deferreturn���ê��("".(*Writer).connect���â��&runtime.deferreturn���Ð��$"".(*Writer).write���¾��&runtime.deferreturn���Ô��&runtime.deferreturn���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àƒßàIßàmßà
ßà��4øC;Q##'n�"�uoA;863�Tgclocals·400a366795d0ef9804f1bc4c0497fe03�Tgclocals·660c52760819425e2fa6ae9a8a8ae931���@/tmp/go/src/log/syslog/syslog.goþ$"".(*Writer).write��€ ��ìdH‹ %����HD$ÐH;Awè����ëåHì°���L‹„$¸���HDŽ$à�������HDŽ$è�������HDŽ$€�������HDŽ$ˆ�������L‹Œ$È���L‰L$`H‹„$Ð���H����H‹;H‰|$pH‹SH‰D$hH‰T$xH9ÐŒ“��H‰ÁH)ÑH‰ÆH9È‚ˆ��L‰ÈH)ÎHƒþ�t H‰ËHÃH‰ØH‰„$ ���H‰´$¨���H9Ö…S��H‰$H‰t$H‰|$H‰T$è����L‹„$¸���¶\$ €û�„%��HÇÀ���<�uH����H‹+H‰¬$€���H‹kH‰¬$ˆ���Iƒø�„ê���I‹HPI‹@XH‹¼$À���H‰|$IhH|$H‰îH¥H¥IhH\$ H‰ßH‰îH¥H¥H‹œ$È���H‰\$0H‹œ$Ð���H‰\$8H‹œ$€���H‰\$@H‹œ$ˆ���H‰\$HH‰„$˜���H‰$H‰Œ$���H‹Y(ÿÓH‹D$PH‹L$XHƒø�t$HDŽ$Ø�������H‰„$à���H‰Œ$è���HÄ°���ÃH‹œ$Ð���H‰œ$Ø���HDŽ$à�������HDŽ$è�������HÄ°���ÃA‰�éÿÿÿ1ÀéÛþÿÿè���� 
������*��0runtime.morestack_noctxt���ä��go.string."\n"���Ò�� runtime.eqstring���¢��go.string."\n"���ô�
������à��$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�
"".nl�_type.string� "".~r3�Ptype.error� "".~r2�@type.int� "".msg� type.string�"".p� type."".Priority�"".w��type.*"".Writer�&"àÍßà/ßà �À�0žB´š$
0 ��èÒ†�Tgclocals·a3e5a9117eb95f4aa8e08bc59372d92d�Tgclocals·1509598f597bd125bdfd9d44972821c7���@/tmp/go/src/log/syslog/syslog.goþ2"".(*netConn).writeString��À"��°"dH‹ %����H„$ þÿÿH;Awè����ëâHìà��HDŽ$8������HDŽ$@������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‹œ$��H‰œ$È���è����H‹$H‰\$PH‹œ$��H‰œ$°���H‹œ$ ��H‰œ$¸���H‹œ$(��H‰œ$ ���H‹œ$0��H‰œ$¨���H¼$��1Àè����Hœ$��Hƒû�„Ð��HÇÂ���HÇÁ���H‰œ$à���H‰”$è���H‰Œ$ð���H����H‰$H\$XH‰\$è����H‹L$H‹D$H‹œ$à���H‰$H‰Œ$€���H‰L$H‰„$ˆ���H‰D$è����H����H‰$Hœ$Ð���H‰\$è����H‹L$H‹D$H‹œ$à���HƒÃH‰$H‰Œ$€���H‰L$H‰„$ˆ���H‰D$è����H����H‰$Hœ$À���H‰\$è����H‹L$H‹D$H‹œ$à���HƒÃ H‰$H‰Œ$€���H‰L$H‰„$ˆ���H‰D$è����H����H‰$H\$PH‰\$è����H‹L$H‹D$H‹œ$à���HƒÃ0H‰$H‰Œ$€���H‰L$H‰„$ˆ���H‰D$è����H����H‰$Hœ$°���H‰\$è����H‹L$H‹D$H‹œ$à���HƒÃ@H‰$H‰Œ$€���H‰L$H‰„$ˆ���H‰D$è����H����H‰$Hœ$ ���H‰\$è����H‹L$H‹D$H‹œ$à���HƒÃPH‰$H‰Œ$€���H‰L$H‰„$ˆ���H‰D$è����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‰Œ$8��H‰„$@��HÄà��Éémÿÿÿ‰é)ýÿÿè����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‹œ$��H‰œ$¸���è����H‹$H‰\$PH‹œ$��H‰œ$ ���H‹œ$ ��H‰œ$¨���H‹œ$(��H‰œ$���H‹œ$0��H‰œ$˜���H¼$p��1Àè����Hœ$p��Hƒû�„&��HÇÁ���HÇÂ���H‰œ$à���H‰Œ$è���H‰”$ð���H����H‰$H\$XH‰\$è����H‹L$H‹D$H‹œ$à���H‰$H‰Œ$€���H‰L$H‰„$ˆ���H‰D$è����H����H‰$Hœ$Ð���H‰\$è����H‹L$H‹D$H‹œ$à���HƒÃH‰$H‰Œ$€���H‰L$H‰„$ˆ���H‰D$è����H����H‰$Hœ$À���H‰\$è����H‹L$H‹D$H‹œ$à���HƒÃ H‰$H‰Œ$€���H‰L$H‰„$ˆ���H‰D$è����H����H‰$Hœ$°���H‰\$è����H‹L$H‹D$H‹œ$à���HƒÃ0H‰$H‰Œ$€���H‰L$H‰„$ˆ���H‰D$è����H����H‰$H\$PH‰\$è����H‹L$H‹D$H‹œ$à���HƒÃ@H‰$H‰Œ$€���H‰L$H‰„$ˆ���H‰D$è����H����H‰$Hœ$ ���H‰\$è����H‹L$H‹D$H‹œ$à���HƒÃPH‰$H‰Œ$€���H‰L$H‰„$ˆ���H‰D$è����H����H‰$Hœ$���H‰\$è����H‹L$H‹D$H‹œ$à���HƒÃ`H‰$H‰Œ$€���H‰L$H‰„$ˆ���H‰D$è����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‰Œ$8��H‰„$@��HÄà��Éémÿÿÿ‰éÓüÿÿv
������0��0runtime.morestack_noctxt���¦��time.Now���–��6go.string."Jan _2 15:04:05"���¾�� time.Time.Format���ê��os.Getpid���šÐ� runtime.duffzero���˜�� type."".Priority���¾��runtime.convT2E���¨��2runtime.writebarrieriface���¶��type.string���â��runtime.convT2E���Ô��2runtime.writebarrieriface���â��type.string���Ž ��runtime.convT2E���€
��2runtime.writebarrieriface���Ž
��type.int���´
��runtime.convT2E���¦ ��2runtime.writebarrieriface���´ ��type.string���à ��runtime.convT2E���Ò ��2runtime.writebarrieriface���à ��type.string���Œ ��runtime.convT2E���þ ��2runtime.writebarrieriface���Œ��type.io.Writer���â��runtime.convI2I���–��>go.string."<%d>%s %s[%d]: %s%s"���Œ��fmt.Fprintf���ö��time.Now���æ��Jgo.string."2006-01-02T15:04:05Z07:00"���Ž�� time.Time.Format���ú��os.Getpid���ªÈ� runtime.duffzero���¨�� type."".Priority���Î��runtime.convT2E���¸��2runtime.writebarrieriface���Æ��type.string���ò��runtime.convT2E���ä��2runtime.writebarrieriface���ò��type.string���ž��runtime.convT2E�����2runtime.writebarrieriface���ž��type.string���Ê��runtime.convT2E���¼��2runtime.writebarrieriface���Ê��type.int���ð��runtime.convT2E���â��2runtime.writebarrieriface���ð��type.string���œ��runtime.convT2E���Ž��2runtime.writebarrieriface���œ��type.string���È��runtime.convT2E���º��2runtime.writebarrieriface���È��type.io.Writer���ž ��runtime.convI2I���Ò ��Dgo.string."<%d>%s %s %s[%d]: %s%s"���È!��fmt.Fprintf���ÀÀ��T"".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�"".timestamp�ÿtype.string�"".timestamp�ßtype.string� "".~r5� type.error�
"".nl�€type.string� "".msg�`type.string� "".tag�@type.string�"".hostname� type.string�"".p� type."".Priority�"".n�� type.*"".netConn�(%À†¿ÀÝ¿À� �”À=[G•$+'/'®-Z
[g•$+'/'/'®-Z
�2�R¢ªç5ª½=�Tgclocals·2cde465b8208e2ac692569fc4d81ef06�Tgclocals·195f0e4dcf8d49d3f6bc30e2bafe9970���@/tmp/go/src/log/syslog/syslog.goþ&"".(*netConn).close��à��àdH‹ %����H;awè����ëêHƒì(HÇD$8����HÇD$@����H‹\$0Hƒû�t5H‹KH‹kH‰l$ H‰,$H‰L$H‹Y ÿÓH‹L$H‹D$H‰L$8H‰D$@HƒÄ(ÉëÇ
������ ��0runtime.morestack_noctxt���¢�
������0P�� "".~r0�type.error�"".n�� type.*"".netConn�PQOP�p� ä,D�
�Q�Tgclocals·a08e9001cb8f9d822225de3b8e406515�Tgclocals·d64e51a4c4bfeaa840e480961ec6b0b3���@/tmp/go/src/log/syslog/syslog.goþ"".NewLogger�� ��‚dH‹ %����HD$øH;Awè����ëå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è„��H‹L$@H‰D$xH‰D$XH‰Œ$€���H‰L$`HÇD$H����HÇD$P����H‹œ$˜���H‰\$0H����H‰$è����H‹L$H‰ÏHƒù�„²���1Àè����H‰L$8H‰ $Hƒ<$�„‹���Hƒ$ H‹\$XH‰\$H‹\$`H‰\$è����H‹\$8H‰$Hƒ<$�tTHƒ$H‹\$HH‰\$H‹\$PH‰\$è����H‹D$8H‹l$0H‰hH‰„$ ���HDŽ$¨�������HDŽ$°�������HÄˆ���É%����룉%����éiÿÿÿ‰éGÿÿÿH����H‰$H����H‰\$H����H‰\$è����H‹D$é¸þÿÿ
������*��0runtime.morestack_noctxt���¶�� "".New���Ô��8go.itab.*"".Writer.io.Writer���î��type.log.Logger���€��"runtime.newobject���²Ü� runtime.duffzero���–��2runtime.writebarrieriface���ò��4runtime.writebarrierstring���¤��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�&"]��ô:9 $î��Z¥K.z�Tgclocals·4d9f50fdb2b60efe037ca724715798ec�Tgclocals·2cfbd7d97de60ae75f7c31da2d63271a���@/tmp/go/src/log/syslog/syslog.goþ"".unixSyslog��€��þdH‹ %����H„$àþÿÿH;Awè����ëâHì ��HDŽ$¸������HDŽ$À������HDŽ$¨������HDŽ$°������Hœ$P��Hƒû�„��H-����H‰ßH‰îè����IÇÁ���IÇÀ���I‰ÚHœ$p��Hƒû�„Õ��H-����H‰ßH‰îè����HÇÁ���HÇÂ���H‰œ$��H‰Œ$��H‰”$��L‰”$ð���L‰Œ$ø���L‰„$���L‰„$H��1ÿL‰Œ$@��L‰L$@L‰”$8��L‰ÖH‹l$@H9ïb��H‰t$xHƒþ�„?��H‹H‹nH‰|$HH‰Œ$à���H‰Œ$°���H‰¬$è���H‰¬$¸���H‹”$��H‹„$��H‹œ$��H‰œ$0��1ÉH‰„$(��H‰D$PH‰”$ ��H‰ÐH‹l$PH9éÊ���H‰D$pHƒø�„µ��H‹H‹hH‰L$XH‰”$à���H‰¬$è���H‹œ$°���H‰$H‹œ$¸���H‰\$H‰”$ ���H‰T$H‰¬$¨���H‰l$è����H‹|$HH‹t$xH‹\$ H‰œ$Ð���H‹\$(H‰œ$Ø���H‹D$0H‹\$8H‰œ$È���Hƒø�H‰„$À���„:��H‹D$pH‹L$XHƒÀHÿÁH‹l$PH9éŒ6ÿÿÿHƒÆHÿÇH‹l$@H9þÿÿH����H‹+H‰¬$���H‹kH‰¬$˜���HDŽ$€�������HDŽ$ˆ�������H����H‰$è����H‹D$H‰D$`H‰$Hƒ<$�„›���H‹œ$���H‰\$H‹œ$˜���H‰\$è����H‹\$`H‰\$`H‹����1íH9èt5H‹L$`HDŽ$¨������HDŽ$°������H‰„$¸��H‰Œ$À��HÄ ��ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$뜉%����éYÿÿÿH����H‰$è����H‹D$H‰D$hH‰$Hƒ<$�„ª���Hƒ$H‹œ$Ð���H‰\$H‹œ$Ø���H‰\$è����H‹D$hHÇÅ���@ˆ(H‰D$hH‹����1íH9èt5H‹L$hH‰„$¨��H‰Œ$°��HDŽ$¸������HDŽ$À������HÄ ��ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$뜉%����éJÿÿÿ‰�éDýÿÿ‰éºüÿÿ‰é$üÿÿ‰éèûÿÿ0
������0��0runtime.morestack_noctxt���Ô��""".statictmp_0094���ê� runtime.duffcopy���¾��""".statictmp_0097���ÔØ� runtime.duffcopy���ü��net.Dial���‚
��Lgo.string."Unix syslog delivery error"���î
��.type.errors.errorString���€ ��"runtime.newobject���ð ��4runtime.writebarrierstring���’ ��Bgo.itab.*errors.errorString.error���˜ ��0type.*errors.errorString���® ��type.error���Æ ��Bgo.itab.*errors.errorString.error���Ú �� runtime.typ2Itab���Ž��type."".netConn��� ��"runtime.newobject���š��2runtime.writebarrieriface���Ð��Bgo.itab.*"".netConn."".serverConn���Ö�� type.*"".netConn���ì��$type."".serverConn���„��Bgo.itab.*"".netConn."".serverConn���˜�� runtime.typ2Itab���@À��8"".autotmp_0114��type.error�"".autotmp_0113��type.*uint8�"".autotmp_0111�ÿ0type.*errors.errorString�"".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_0096�Ÿ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�(%À£¿ÀÞ¿ÀX�€ �D$U5Jƒsn†ß �"�ýÂ8˜=´�Tgclocals·fe3bbb54c524d21fa91a624376f98a08�Tgclocals·90ac781d4cb176dccbf3a3fe4ae695b5���J/tmp/go/src/log/syslog/syslog_unix.goþ"".init��à��ÐdH‹ %����H;awè����ëê¶����€û�t¶����€ûuÃè���� Æ����è����è����è����è����è����è����è����Æ����Ã
������ ��0runtime.morestack_noctxt���2��"".initdone·���J��"".initdone·���`��"runtime.throwinit���p�"".initdone·���|��time.init���†��sync.init�����strings.init���š��os.init���¤��net.init���®��log.init���¸��fmt.init���Ä�"".initdone·��������p�p�@p�
�/A�Tgclocals·3280bececceccd33cb74587feedb1f9f�Tgclocals·3280bececceccd33cb74587feedb1f9f���J/tmp/go/src/log/syslog/syslog_unix.goþ&"".serverConn.close�à��ÞdH‹ %����H;awè����ëêHƒìH‹Y H…Ût H|$ H9;uH‰#HÇD$0����HÇD$8����H‹\$(H‰$H‹\$ H‹[ ÿÓH‹L$H‹D$H‰L$0H‰D$8HƒÄÃ
������ ��0runtime.morestack_noctxt���¨�
������@0�� "".~r0� type.error�""..this��$type."".serverConn�0T/�p�p�
�T�Tgclocals·78fd77a07ab543a063c3a3049973febe�Tgclocals·3280bececceccd33cb74587feedb1f9f���<autogenerated>þ2"".serverConn.writeString�à��ÚdH‹ %����H;awè����ëêHƒì`H‹Y H…Ût H|$hH9;uH‰#HDŽ$À�������HDŽ$È�������H‹\$xH‰\$H‹œ$€���H‰\$H‹œ$ˆ���H‰\$H‹œ$���H‰\$ H‹œ$˜���H‰\$(H‹œ$ ���H‰\$0H‹œ$¨���H‰\$8H‹œ$°���H‰\$@H‹œ$¸���H‰\$HH‹\$pH‰$H‹\$hH‹[(ÿÓH‹L$PH‹D$XH‰Œ$À���H‰„$È���HƒÄ`Ã
������ ��0runtime.morestack_noctxt���˜�
������ÐÀ�� "".~r5�°type.error�
"".nl�type.string�"".s�ptype.string� "".tag�Ptype.string�"".hostname�0type.string�"".p�  type."".Priority�""..this��$type."".serverConn�ÀÒ¿�ð�ð� �Ì$�Tgclocals·1e1327b415574340414ce0608d2f1c62�Tgclocals·3280bececceccd33cb74587feedb1f9f���<autogenerated>þ(type..hash."".Writer�À��¾dH‹ %����H;awè����ëêHƒì H‹\$(H‰$Hƒ<$�„¥��HÇD$���H‹\$8H‰\$è����H‹D$H‹\$(H‰$Hƒ<$�„h��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ƒ$(HÇD$���H‰D$8H‰D$è����H‹D$H‹\$(H‰$Hƒ<$�„¢���Hƒ$8HÇD$���H‰D$8H‰D$è����H‹D$H‹\$(H‰$Hƒ<$�tgHƒ$HHÇD$���H‰D$8H‰D$è����H‹D$H‹\$(H‰$Hƒ<$�t,Hƒ$PHÇD$���H‰D$8H‰D$è����H‹\$H‰\$@HƒÄ É%����ëˉ%����됉%����éRÿÿÿ‰%����éÿÿÿ‰%����éÎþÿÿ‰%����éŒþÿÿ‰%����éOþÿÿ
������ ��0runtime.morestack_noctxt���„��runtime.memhash���ð��runtime.strhash���Ü��runtime.strhash���È��runtime.strhash���´��runtime.strhash���˜��runtime.memhash���ü��"runtime.interhash���@@��"".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�@ö?@O�à�à� �AŸ�Tgclocals·2dc77d960dd3e4b3de2361f9cbd75783�Tgclocals·3280bececceccd33cb74587feedb1f9f���@/tmp/go/src/log/syslog/syslog.goþ$type..eq."".Writer�€ ��ü dH‹ %����H;awè����ëêHƒìhH‹L$pH‹D$xH‹H‹(H9ët Ƅ$ˆ����HƒÄhÃH‹qH‹IH‹PH‹@H9Á…œ��H‰t$XH‰4$H‰L$`H‰L$H‰T$HH‰T$H‰D$PH‰D$è����¶\$ €û�„b��H‹\$pHƒû�„L��H‹SH‹C H‹\$xHƒû�„.��H‹sH‹K H9È…��H‰T$HH‰$H‰D$PH‰D$H‰t$XH‰t$H‰L$`H‰L$è����¶\$ €û�„Ö��H‹\$pHƒû�„À��H‹s(H‹K0H‹\$xHƒû�„¢��H‹S(H‹C0H9Á…„��H‰t$XH‰4$H‰L$`H‰L$H‰T$HH‰T$H‰D$PH‰D$è����¶\$ €û�„J��H‹\$pHƒû�„4��H‹S8H‹C@H‹\$xHƒû�„��H‹s8H‹K@H9È…ø���H‰T$HH‰$H‰D$PH‰D$H‰t$XH‰t$H‰L$`H‰L$è����H‹|$pH‹T$x¶\$ €û�„´���H‰ùHƒÿ�„ ���HƒÁHH‰ÐHƒú�„ˆ���HƒÀH‹‹(9ëuo‹Y‹h9ëueH‹JPH‹rXH‹GPH‹WXH9ÈuCH‰D$(H‰$H‰T$0H‰T$H‰L$8H‰L$H‰t$@H‰t$è����¶\$ €û�t Ƅ$ˆ���HƒÄhÃƄ$ˆ����HƒÄhÃƄ$ˆ����HƒÄhÉéqÿÿÿ‰éYÿÿÿƄ$ˆ����HƒÄhÉéãþÿÿ‰éÅþÿÿƄ$ˆ����HƒÄhÉéWþÿÿ‰é9þÿÿƄ$ˆ����HƒÄhÉéËýÿÿ‰é­ýÿÿƄ$ˆ����HƒÄhÃ
������ ��0runtime.morestack_noctxt���ú�� runtime.eqstring���Ü�� runtime.eqstring���¾�� runtime.eqstring��� �� runtime.eqstring���º ��runtime.ifaceeq���@Ð��"".autotmp_0143�$type."".serverConn�"".autotmp_0142�_$type."".serverConn�"".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�hÐ!ÏлÏÐ ÏÐ ÏÐÏÐÏÐÏÐÏ�€�€� �|„�Tgclocals·9c703c5c7b9c1932c840b69f8ebce236�Tgclocals·e13351f28add7c60853cb3aac0a0e34e���@/tmp/go/src/log/syslog/syslog.goþ*type..hash."".netConn�À��ªdH‹ %����H;awè����ëêHƒì H‹\$(H‰$Hƒ<$�tbHÇD$���H‹\$8H‰\$è����H‹D$H‹\$(H‰$Hƒ<$�t,Hƒ$HÇD$���H‰D$8H‰D$è����H‹\$H‰\$@HƒÄ É%����ëˉ%����ë•
������ ��0runtime.morestack_noctxt���|��runtime.memhash����"runtime.interhash���@@��
"".autotmp_0145��type.uintptr� "".~r3�0type.uintptr�"".h� type.uintptr�"".s�type.uintptr�"".p�� type.*"".netConn�@h?@� � �
�=c�Tgclocals·2dc77d960dd3e4b3de2361f9cbd75783�Tgclocals·3280bececceccd33cb74587feedb1f9f���@/tmp/go/src/log/syslog/syslog.goþ&type..eq."".netConn�À��°dH‹ %����H;awè����ëêHƒìHH‹T$PH‹D$X¶¶(@8ët
ÆD$h�HƒÄHÃH‹HH‹pH‹BH‹RH9Èu@H‰D$(H‰$H‰T$0H‰T$H‰L$8H‰L$H‰t$@H‰t$è����¶\$ €û�t
ÆD$hHƒÄHÃÆD$h�HƒÄHÃ
������ ��0runtime.morestack_noctxt���ì��runtime.ifaceeq���@�� "".autotmp_0147�?type.net.Conn�"".autotmp_0146�type.net.Conn� "".~r3�0type.bool�"".s� type.uintptr�"".q� type.*"".netConn�"".p�� type.*"".netConn�*T  � � �
�u+�Tgclocals·9c703c5c7b9c1932c840b69f8ebce236�Tgclocals·44568aa369055d8938d809aa5d80843b���@/tmp/go/src/log/syslog/syslog.goþ4type..hash.[6]interface {}�à��ÎdH‹ %����H;awè����ëêHƒì0H‹L$H1ÀHÇD$ ���H‹l$ H9è}eH‰D$(H‰ÅH‰ÈHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$8Hƒû�tDHkíHëH‰$HÇD$���H‰D$HH‰D$è����H‹L$H‹D$(HÿÀH‹l$ H9è|›H‰L$PHƒÄ0Éë¸
������ ��0runtime.morestack_noctxt���ü��(runtime.nilinterhash���@`�� "".autotmp_0150�type.int�"".autotmp_0149�type.int� "".~r3�0type.uintptr�"".h� type.uintptr�"".s�type.uintptr�"".p��*type.*[6]interface {}�`ˆ_` �°�°�
�}3�Tgclocals·2dc77d960dd3e4b3de2361f9cbd75783�Tgclocals·3280bececceccd33cb74587feedb1f9f���@/tmp/go/src/log/syslog/syslog.goþ0type..eq.[6]interface {}�à��ÈdH‹ %����H;awè����ëêHƒìX1ÀHÇD$(���H‹l$(H9荒���H‰D$0H‹\$hHƒû�„–���H‰ÅHkíHëH‹ H‹sH‹\$`Hƒû�tvH‰ÅHkíHëH‹H‹SH9ÈuVH‰D$8H‰$H‰T$@H‰T$H‰L$HH‰L$H‰t$PH‰t$è����¶\$ €û�t H‹D$0HÿÀH‹l$(H9èŒnÿÿÿÆD$xHƒÄXÃÆD$x�HƒÄXÉ놉écÿÿÿ
������ ��0runtime.morestack_noctxt���Â��runtime.efaceeq���@°��"".autotmp_0154�?"type.interface {}�"".autotmp_0153�"type.interface {}�"".autotmp_0152�_type.int�"".autotmp_0151�Otype.int� "".~r3�0type.bool�"".s� type.uintptr�"".q�*type.*[6]interface {}�"".p��*type.*[6]interface {}�&°´¯° ¯°�ð�ð� � P�Tgclocals·9c703c5c7b9c1932c840b69f8ebce236�Tgclocals·44568aa369055d8938d809aa5d80843b���@/tmp/go/src/log/syslog/syslog.goþ4type..hash.[7]interface {}�à��ÎdH‹ %����H;awè����ëêHƒì0H‹L$H1ÀHÇD$ ���H‹l$ H9è}eH‰D$(H‰ÅH‰ÈHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$8Hƒû�tDHkíHëH‰$HÇD$���H‰D$HH‰D$è����H‹L$H‹D$(HÿÀH‹l$ H9è|›H‰L$PHƒÄ0Éë¸
������ ��0runtime.morestack_noctxt���ü��(runtime.nilinterhash���@`�� "".autotmp_0157�type.int�"".autotmp_0156�type.int� "".~r3�0type.uintptr�"".h� type.uintptr�"".s�type.uintptr�"".p��*type.*[7]interface {}�`ˆ_` �°�°�
�}3�Tgclocals·2dc77d960dd3e4b3de2361f9cbd75783�Tgclocals·3280bececceccd33cb74587feedb1f9f���@/tmp/go/src/log/syslog/syslog.goþ0type..eq.[7]interface {}�à��ÈdH‹ %����H;awè����ëêHƒìX1ÀHÇD$(���H‹l$(H9荒���H‰D$0H‹\$hHƒû�„–���H‰ÅHkíHëH‹ H‹sH‹\$`Hƒû�tvH‰ÅHkíHëH‹H‹SH9ÈuVH‰D$8H‰$H‰T$@H‰T$H‰L$HH‰L$H‰t$PH‰t$è����¶\$ €û�t H‹D$0HÿÀH‹l$(H9èŒnÿÿÿÆD$xHƒÄXÃÆD$x�HƒÄXÉ놉écÿÿÿ
������ ��0runtime.morestack_noctxt���Â��runtime.efaceeq���@°��"".autotmp_0161�?"type.interface {}�"".autotmp_0160�"type.interface {}�"".autotmp_0159�_type.int�"".autotmp_0158�Otype.int� "".~r3�0type.bool�"".s� type.uintptr�"".q�*type.*[7]interface {}�"".p��*type.*[7]interface {}�&°´¯° ¯°�ð�ð� � P�Tgclocals·9c703c5c7b9c1932c840b69f8ebce236�Tgclocals·44568aa369055d8938d809aa5d80843b���@/tmp/go/src/log/syslog/syslog.goþ(type..hash.[2]string�à��ÎdH‹ %����H;awè����ëêHƒì0H‹L$H1ÀHÇD$ ���H‹l$ H9è}eH‰D$(H‰ÅH‰ÈHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$8Hƒû�tDHkíHëH‰$HÇD$���H‰D$HH‰D$è����H‹L$H‹D$(HÿÀH‹l$ H9è|›H‰L$PHƒÄ0Éë¸
������ ��0runtime.morestack_noctxt���ü��runtime.strhash���@`�� "".autotmp_0164�type.int�"".autotmp_0163�type.int� "".~r3�0type.uintptr�"".h� type.uintptr�"".s�type.uintptr�"".p��type.*[2]string�`ˆ_` �°�°�
�}3�Tgclocals·2dc77d960dd3e4b3de2361f9cbd75783�Tgclocals·3280bececceccd33cb74587feedb1f9f���@/tmp/go/src/log/syslog/syslog.goþ$type..eq.[2]string�à��ÈdH‹ %����H;awè����ëêHƒìX1ÀHÇD$(���H‹l$(H9荒���H‰D$0H‹\$`Hƒû�„–���H‰ÅHkíHëH‹3H‹KH‹\$hHƒû�tvH‰ÅHkíHëH‹H‹CH9ÁuVH‰t$HH‰4$H‰L$PH‰L$H‰T$8H‰T$H‰D$@H‰D$è����¶\$ €û�t H‹D$0HÿÀH‹l$(H9èŒnÿÿÿÆD$xHƒÄXÃÆD$x�HƒÄXÉ놉écÿÿÿ
������ ��0runtime.morestack_noctxt���Â�� runtime.eqstring���@°��"".autotmp_0168�?type.string�"".autotmp_0167�type.string�"".autotmp_0166�_type.int�"".autotmp_0165�Otype.int� "".~r3�0type.bool�"".s� type.uintptr�"".q�type.*[2]string�"".p��type.*[2]string�&°´¯° ¯°�ð�ð� � P�Tgclocals·9c703c5c7b9c1932c840b69f8ebce236�Tgclocals·44568aa369055d8938d809aa5d80843b���@/tmp/go/src/log/syslog/syslog.goþ(type..hash.[3]string�à��ÎdH‹ %����H;awè����ëêHƒì0H‹L$H1ÀHÇD$ ���H‹l$ H9è}eH‰D$(H‰ÅH‰ÈHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$8Hƒû�tDHkíHëH‰$HÇD$���H‰D$HH‰D$è����H‹L$H‹D$(HÿÀH‹l$ H9è|›H‰L$PHƒÄ0Éë¸
������ ��0runtime.morestack_noctxt���ü��runtime.strhash���@`�� "".autotmp_0171�type.int�"".autotmp_0170�type.int� "".~r3�0type.uintptr�"".h� type.uintptr�"".s�type.uintptr�"".p��type.*[3]string�`ˆ_` �°�°�
�}3�Tgclocals·2dc77d960dd3e4b3de2361f9cbd75783�Tgclocals·3280bececceccd33cb74587feedb1f9f���@/tmp/go/src/log/syslog/syslog.goþ$type..eq.[3]string�à��ÈdH‹ %����H;awè����ëêHƒìX1ÀHÇD$(���H‹l$(H9荒���H‰D$0H‹\$`Hƒû�„–���H‰ÅHkíHëH‹3H‹KH‹\$hHƒû�tvH‰ÅHkíHëH‹H‹CH9ÁuVH‰t$HH‰4$H‰L$PH‰L$H‰T$8H‰T$H‰D$@H‰D$è����¶\$ €û�t H‹D$0HÿÀH‹l$(H9èŒnÿÿÿÆD$xHƒÄXÃÆD$x�HƒÄXÉ놉écÿÿÿ
������ ��0runtime.morestack_noctxt���Â�� runtime.eqstring���@°��"".autotmp_0175�?type.string�"".autotmp_0174�type.string�"".autotmp_0173�_type.int�"".autotmp_0172�Otype.int� "".~r3�0type.bool�"".s� type.uintptr�"".q�type.*[3]string�"".p��type.*[3]string�&°´¯° ¯°�ð�ð� � P�Tgclocals·9c703c5c7b9c1932c840b69f8ebce236�Tgclocals·44568aa369055d8938d809aa5d80843b���@/tmp/go/src/log/syslog/syslog.goþTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·b5f941202eb1147fa8a45323e1bbf968������ ��� ����þ,Bgo.itab.*errors.errorString.error�����þPgo.string."log/syslog: invalid priority"�`��Z���������������log/syslog: invalid priority�� �Pgo.string."log/syslog: invalid priority"���þTgclocals·5cbb7d48569e56e6f3f1177d53213d77�X��X ���������������€��€�������������� ����þTgclocals·f5c455287a2ee8bd40f8207fa4cf9cf7�X��X ������" ��"‰ �"‰ �"‰ �"‰ �"‰ �" ��" ��" ���þ,Bgo.itab.*"".netConn."".serverConn�����þ*go.string."localhost"�@��4�������� �������localhost�� �*go.string."localhost"���þTgclocals·3aafe23e6844560a4d06bf8b8efa6c29�0��0��������������,���.����þTgclocals·208fc5ae920d30b61d569e4339e83cf6�0��0���������.���.���.����þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·9877a4ef732a0f966b889793f9b99b87���������
����þTgclocals·7ffb78b700595f24597d5e62e49bba43� �� ���������������þTgclocals·a9282ac20787dc3025c0916068a42263� �� ���������.����þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·14c45952157723c8762210d9c661bf29������
���
����þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·14c45952157723c8762210d9c661bf29������
���
����þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·14c45952157723c8762210d9c661bf29������
���
����þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·14c45952157723c8762210d9c661bf29������
���
����þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·14c45952157723c8762210d9c661bf29������
���
����þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·14c45952157723c8762210d9c661bf29������
���
����þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·14c45952157723c8762210d9c661bf29������
���
����þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·14c45952157723c8762210d9c661bf29������
���
����þTgclocals·660c52760819425e2fa6ae9a8a8ae931� �� ��� ������������þTgclocals·400a366795d0ef9804f1bc4c0497fe03� �� ������&���&-���þgo.string."\n"�0��$���������������
�� �go.string."\n"���þTgclocals·1509598f597bd125bdfd9d44972821c7� �� ��������������þTgclocals·a3e5a9117eb95f4aa8e08bc59372d92d� �� ������&���&����þ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·195f0e4dcf8d49d3f6bc30e2bafe9970�¸��¸���`������������������"����������""ðÿÿ�����""�ðÿÿ����� "��������� ""���ðÿÿÿ� ""����ðÿÿÿ�þTgclocals·2cde465b8208e2ac692569fc4d81ef06�H��H������&"�&"�&"�&"�&"�&"�&"��þTgclocals·d64e51a4c4bfeaa840e480961ec6b0b3��������������þTgclocals·a08e9001cb8f9d822225de3b8e406515�������������þ,8go.itab.*"".Writer.io.Writer�����þTgclocals·2cfbd7d97de60ae75f7c31da2d63271a�8��8������������� ��"�������þTgclocals·4d9f50fdb2b60efe037ca724715798ec�8��8���
�������������������þ(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·90ac781d4cb176dccbf3a3fe4ae695b5� �� ���P��������������� � ��� ""�����°��� ""�������� ""��� ����� ""�������� ""���þTgclocals·fe3bbb54c524d21fa91a624376f98a08�@��@�������������������������������þ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���þ"".Dial·f��������������"".Dial���þ,runtime.throwreturn·f��������������&runtime.throwreturn���þ(runtime.newobject·f��������������"runtime.newobject���þ:runtime.writebarrierstring·f��������������4runtime.writebarrierstring���þ&runtime.typ2Itab·f�������������� runtime.typ2Itab���þ,runtime.deferreturn·f��������������&runtime.deferreturn���þ*runtime.panicindex·f��������������$runtime.panicindex���þos.Hostname·f��������������os.Hostname���þ*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·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·78fd77a07ab543a063c3a3049973febe��������� ����þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·1e1327b415574340414ce0608d2f1c62���������›ˆ��þ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·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·2dc77d960dd3e4b3de2361f9cbd75783�������������þTgclocals·e13351f28add7c60853cb3aac0a0e34e��������������þTgclocals·9c703c5c7b9c1932c840b69f8ebce236�������������þ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·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·2dc77d960dd3e4b3de2361f9cbd75783�������������þTgclocals·44568aa369055d8938d809aa5d80843b��������������þTgclocals·9c703c5c7b9c1932c840b69f8ebce236�������������þ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·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·2dc77d960dd3e4b3de2361f9cbd75783�������������þTgclocals·44568aa369055d8938d809aa5d80843b��������������þTgclocals·9c703c5c7b9c1932c840b69f8ebce236�������������þ<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·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·2dc77d960dd3e4b3de2361f9cbd75783�������������þTgclocals·44568aa369055d8938d809aa5d80843b��������������þTgclocals·9c703c5c7b9c1932c840b69f8ebce236�������������þ<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·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·2dc77d960dd3e4b3de2361f9cbd75783�������������þTgclocals·44568aa369055d8938d809aa5d80843b��������������þTgclocals·9c703c5c7b9c1932c840b69f8ebce236�������������þ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·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·2dc77d960dd3e4b3de2361f9cbd75783�������������þTgclocals·44568aa369055d8938d809aa5d80843b��������������þTgclocals·9c703c5c7b9c1932c840b69f8ebce236�������������þ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