Repository URL to install this package:
|
Version:
1.0 ▾
|
!<arch>
__.PKGDEF 0 0 0 644 13675 `
go object linux amd64 go1.6 X:none
build id "31c668eb3d6bc83a91ac36153b865a15b37cc9f4"
$$
package syslog
import errors "errors"
import fmt "fmt"
import sync "sync"
import os "os"
import log "log"
import time "time"
import net "net"
import strings "strings"
type @"".Priority int
const @"".LOG_EMERG @"".Priority = 0x0
const @"".LOG_ALERT @"".Priority = 0x1
const @"".LOG_CRIT @"".Priority = 0x2
const @"".LOG_ERR @"".Priority = 0x3
const @"".LOG_WARNING @"".Priority = 0x4
const @"".LOG_NOTICE @"".Priority = 0x5
const @"".LOG_INFO @"".Priority = 0x6
const @"".LOG_DEBUG @"".Priority = 0x7
const @"".LOG_KERN @"".Priority = 0x0
const @"".LOG_USER @"".Priority = 0x8
const @"".LOG_MAIL @"".Priority = 0x10
const @"".LOG_DAEMON @"".Priority = 0x18
const @"".LOG_AUTH @"".Priority = 0x20
const @"".LOG_SYSLOG @"".Priority = 0x28
const @"".LOG_LPR @"".Priority = 0x30
const @"".LOG_NEWS @"".Priority = 0x38
const @"".LOG_UUCP @"".Priority = 0x40
const @"".LOG_CRON @"".Priority = 0x48
const @"".LOG_AUTHPRIV @"".Priority = 0x50
const @"".LOG_FTP @"".Priority = 0x58
const @"".LOG_LOCAL0 @"".Priority = 0x80
const @"".LOG_LOCAL1 @"".Priority = 0x88
const @"".LOG_LOCAL2 @"".Priority = 0x90
const @"".LOG_LOCAL3 @"".Priority = 0x98
const @"".LOG_LOCAL4 @"".Priority = 0xa0
const @"".LOG_LOCAL5 @"".Priority = 0xa8
const @"".LOG_LOCAL6 @"".Priority = 0xb0
const @"".LOG_LOCAL7 @"".Priority = 0xb8
type @"sync".Mutex struct { @"sync".state int32; @"sync".sema uint32 }
func (@"sync".m·1 *@"sync".Mutex) Lock ()
func (@"sync".m·1 *@"sync".Mutex) Unlock ()
type @"".serverConn interface { @"".close() (? error); @"".writeString(@"".p @"".Priority, @"".hostname string, @"".tag string, @"".s string, @"".nl string) (? error) }
type @"".Writer struct { @"".priority @"".Priority; @"".tag string; @"".hostname string; @"".network string; @"".raddr string; @"".mu @"sync".Mutex; @"".conn @"".serverConn }
func (@"".w·2 *@"".Writer) Alert (@"".m·3 string) (@"".err·1 error)
func (@"".w·2 *@"".Writer) Close () (? error)
func (@"".w·2 *@"".Writer) Crit (@"".m·3 string) (@"".err·1 error)
func (@"".w·2 *@"".Writer) Debug (@"".m·3 string) (@"".err·1 error)
func (@"".w·2 *@"".Writer) Emerg (@"".m·3 string) (@"".err·1 error)
func (@"".w·2 *@"".Writer) Err (@"".m·3 string) (@"".err·1 error)
func (@"".w·2 *@"".Writer) Info (@"".m·3 string) (@"".err·1 error)
func (@"".w·2 *@"".Writer) Notice (@"".m·3 string) (@"".err·1 error)
func (@"".w·2 *@"".Writer) Warning (@"".m·3 string) (@"".err·1 error)
func (@"".w·3 *@"".Writer) Write (@"".b·4 []byte "esc:0x1") (? int, ? error)
func (@"".w·2 *@"".Writer "esc:0x9") @"".connect () (@"".err·1 error)
func (@"".w·3 *@"".Writer "esc:0x9") @"".write (@"".p·4 @"".Priority, @"".msg·5 string) (? int, ? error)
func (@"".w·3 *@"".Writer) @"".writeAndRetry (@"".p·4 @"".Priority, @"".s·5 string) (? int, ? error)
func @"".New (@"".priority·3 @"".Priority, @"".tag·4 string) (@"".w·1 *@"".Writer, @"".err·2 error)
func @"".Dial (@"".network·3 string, @"".raddr·4 string, @"".priority·5 @"".Priority, @"".tag·6 string) (? *@"".Writer, ? error)
import io "io" // indirect
type @"io".Writer interface { Write(@"io".p []byte) (@"io".n int, @"io".err error) }
type @"time".zone struct { @"time".name string; @"time".offset int; @"time".isDST bool }
type @"time".zoneTrans struct { @"time".when int64; @"time".index uint8; @"time".isstd bool; @"time".isutc bool }
type @"time".Location struct { @"time".name string; @"time".zone []@"time".zone; @"time".tx []@"time".zoneTrans; @"time".cacheStart int64; @"time".cacheEnd int64; @"time".cacheZone *@"time".zone }
func (@"time".l·2 *@"time".Location "esc:0x22") String () (? string)
func (@"time".l·2 *@"time".Location "esc:0x1") @"time".firstZoneUsed () (? bool)
func (@"time".l·2 *@"time".Location "esc:0x12") @"time".get () (? *@"time".Location)
func (@"time".l·6 *@"time".Location "esc:0x32") @"time".lookup (@"time".sec·7 int64) (@"time".name·1 string, @"time".offset·2 int, @"time".isDST·3 bool, @"time".start·4 int64, @"time".end·5 int64)
func (@"time".l·2 *@"time".Location "esc:0x1") @"time".lookupFirstZone () (? int)
func (@"time".l·4 *@"time".Location "esc:0x1") @"time".lookupName (@"time".name·5 string "esc:0x1", @"time".unix·6 int64) (@"time".offset·1 int, @"time".isDST·2 bool, @"time".ok·3 bool)
type @"time".Duration int64
func (@"time".d·2 @"time".Duration) Hours () (? float64) { var @"time".hour·3 @"time".Duration; ; @"time".hour·3 = @"time".d·2 / @"time".Duration(0x34630b8a000); var @"time".nsec·4 @"time".Duration; ; @"time".nsec·4 = @"time".d·2 % @"time".Duration(0x34630b8a000); return float64(@"time".hour·3) + float64(@"time".nsec·4) * float64(8190022623310637111963488201822504381538623676021880892417778544696899264837610290203272971060556344039023584360473938041055625214280336402169897364226048p-553) }
func (@"time".d·2 @"time".Duration) Minutes () (? float64) { var @"time".min·3 @"time".Duration; ; @"time".min·3 = @"time".d·2 / @"time".Duration(0xdf8475800); var @"time".nsec·4 @"time".Duration; ; @"time".nsec·4 = @"time".d·2 % @"time".Duration(0xdf8475800); return float64(@"time".min·3) + float64(@"time".nsec·4) * float64(7678146209353722106395056769533233877065564876941352542109479049699919628723768656821910653339403201031675627614471533358284117434246264392176261853609984p-547) }
func (@"time".d·2 @"time".Duration) Nanoseconds () (? int64) { return int64(@"time".d·2) }
func (@"time".d·2 @"time".Duration) Seconds () (? float64) { var @"time".sec·3 @"time".Duration; ; @"time".sec·3 = @"time".d·2 / @"time".Duration(0x3b9aca00); var @"time".nsec·4 @"time".Duration; ; @"time".nsec·4 = @"time".d·2 % @"time".Duration(0x3b9aca00); return float64(@"time".sec·3) + float64(@"time".nsec·4) * float64(7198262071269114660816079141112770740375861891461678802759824945047098083990024106014198994535558872472104883612039846078596891298747423852523262413111296p-541) }
func (@"time".d·2 @"time".Duration) String () (? string)
type @"time".Month int
func (@"time".m·2 @"time".Month) String () (? string) { return @"time".months[@"time".m·2 - @"time".Month(0x1)] }
type @"time".Weekday int
func (@"time".d·2 @"time".Weekday) String () (? string) { return @"time".days[@"time".d·2] }
type @"time".Time struct { @"time".sec int64; @"time".nsec int32; @"time".loc *@"time".Location }
func (@"time".t·2 @"time".Time "esc:0x12") Add (@"time".d·3 @"time".Duration) (? @"time".Time) { @"time".t·2.@"time".sec += int64(@"time".d·3 / @"time".Duration(0x3b9aca00)); var @"time".nsec·4 int32; ; @"time".nsec·4 = int32(@"time".t·2.@"time".nsec) + int32(@"time".d·3 % @"time".Duration(0x3b9aca00)); if @"time".nsec·4 >= int32(0x3b9aca00) { @"time".t·2.@"time".sec++; @"time".nsec·4 -= int32(0x3b9aca00) } else { if @"time".nsec·4 < int32(0x0) { @"time".t·2.@"time".sec--; @"time".nsec·4 += int32(0x3b9aca00) } }; @"time".t·2.@"time".nsec = @"time".nsec·4; return @"time".t·2 }
func (@"time".t·2 @"time".Time "esc:0x12") AddDate (@"time".years·3 int, @"time".months·4 int, @"time".days·5 int) (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x1") After (@"time".u·3 @"time".Time "esc:0x1") (? bool) { return @"time".t·2.@"time".sec > @"time".u·3.@"time".sec || @"time".t·2.@"time".sec == @"time".u·3.@"time".sec && @"time".t·2.@"time".nsec > @"time".u·3.@"time".nsec }
func (@"time".t·2 @"time".Time "esc:0x9") AppendFormat (@"time".b·3 []byte "esc:0x1a", @"time".layout·4 string "esc:0x9") (? []byte)
func (@"time".t·2 @"time".Time "esc:0x1") Before (@"time".u·3 @"time".Time "esc:0x1") (? bool) { return @"time".t·2.@"time".sec < @"time".u·3.@"time".sec || @"time".t·2.@"time".sec == @"time".u·3.@"time".sec && @"time".t·2.@"time".nsec < @"time".u·3.@"time".nsec }
func (@"time".t·4 @"time".Time "esc:0x1") Clock () (@"time".hour·1 int, @"time".min·2 int, @"time".sec·3 int)
func (@"time".t·4 @"time".Time "esc:0x1") Date () (@"time".year·1 int, @"time".month·2 @"time".Month, @"time".day·3 int)
func (@"time".t·2 @"time".Time "esc:0x1") Day () (? int)
func (@"time".t·2 @"time".Time "esc:0x1") Equal (@"time".u·3 @"time".Time "esc:0x1") (? bool) { return @"time".t·2.@"time".sec == @"time".u·3.@"time".sec && @"time".t·2.@"time".nsec == @"time".u·3.@"time".nsec }
func (@"time".t·2 @"time".Time "esc:0x9") Format (@"time".layout·3 string "esc:0x9") (? string)
func (@"time".t·2 *@"time".Time "esc:0x1") GobDecode (@"time".data·3 []byte "esc:0x1") (? error)
func (@"time".t·3 @"time".Time "esc:0x1") GobEncode () (? []byte, ? error)
func (@"time".t·2 @"time".Time "esc:0x1") Hour () (? int)
func (@"time".t·3 @"time".Time "esc:0x1") ISOWeek () (@"time".year·1 int, @"time".week·2 int)
func (@"time".t·2 @"time".Time "esc:0x12") In (@"time".loc·3 *@"time".Location "esc:0x12") (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x1") IsZero () (? bool) { return @"time".t·2.@"time".sec == int64(0x0) && @"time".t·2.@"time".nsec == int32(0x0) }
func (@"time".t·2 @"time".Time "esc:0x12") Local () (? @"time".Time) { @"time".t·2.@"time".loc = @"time".Local; return @"time".t·2 }
func (@"time".t·2 @"time".Time "esc:0x12") Location () (? *@"time".Location) { var @"time".l·3 *@"time".Location; ; @"time".l·3 = @"time".t·2.@"time".loc; if @"time".l·3 == nil { @"time".l·3 = @"time".UTC }; return @"time".l·3 }
func (@"time".t·3 @"time".Time "esc:0x1") MarshalBinary () (? []byte, ? error)
func (@"time".t·3 @"time".Time "esc:0x9") MarshalJSON () (? []byte, ? error)
func (@"time".t·3 @"time".Time "esc:0x9") MarshalText () (? []byte, ? error)
func (@"time".t·2 @"time".Time "esc:0x1") Minute () (? int)
func (@"time".t·2 @"time".Time "esc:0x1") Month () (? @"time".Month)
func (@"time".t·2 @"time".Time "esc:0x1") Nanosecond () (? int) { return int(@"time".t·2.@"time".nsec) }
func (@"time".t·2 @"time".Time "esc:0x12") Round (@"time".d·3 @"time".Duration) (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x1") Second () (? int)
func (@"time".t·2 @"time".Time "esc:0x9") String () (? string)
func (@"time".t·2 @"time".Time "esc:0x1") Sub (@"time".u·3 @"time".Time "esc:0x1") (? @"time".Duration)
func (@"time".t·2 @"time".Time "esc:0x12") Truncate (@"time".d·3 @"time".Duration) (? @"time".Time)
func (@"time".t·2 @"time".Time "esc:0x12") UTC () (? @"time".Time) { @"time".t·2.@"time".loc = @"time".UTC; return @"time".t·2 }
func (@"time".t·2 @"time".Time "esc:0x1") Unix () (? int64) { return @"time".t·2.@"time".sec + int64(-0xe7791f700) }
func (@"time".t·2 @"time".Time "esc:0x1") UnixNano () (? int64) { return (@"time".t·2.@"time".sec + int64(-0xe7791f700)) * int64(0x3b9aca00) + int64(@"time".t·2.@"time".nsec) }
func (@"time".t·2 *@"time".Time "esc:0x1") UnmarshalBinary (@"time".data·3 []byte "esc:0x1") (? error)
func (@"time".t·2 *@"time".Time "esc:0x1") UnmarshalJSON (@"time".data·3 []byte "esc:0x1") (@"time".err·1 error)
func (@"time".t·2 *@"time".Time "esc:0x1") UnmarshalText (@"time".data·3 []byte "esc:0x1") (@"time".err·1 error)
func (@"time".t·2 @"time".Time "esc:0x1") Weekday () (? @"time".Weekday)
func (@"time".t·2 @"time".Time "esc:0x1") Year () (? int)
func (@"time".t·2 @"time".Time "esc:0x1") YearDay () (? int)
func (@"time".t·3 @"time".Time "esc:0x32") Zone () (@"time".name·1 string, @"time".offset·2 int)
func (@"time".t·2 @"time".Time "esc:0x1") @"time".abs () (? uint64)
func (@"time".t·5 @"time".Time "esc:0x1") @"time".date (@"time".full·6 bool) (@"time".year·1 int, @"time".month·2 @"time".Month, @"time".day·3 int, @"time".yday·4 int)
func (@"time".t·4 @"time".Time "esc:0x32") @"time".locabs () (@"time".name·1 string, @"time".offset·2 int, @"time".abs·3 uint64)
type @"log".Logger struct { @"log".mu @"sync".Mutex; @"log".prefix string; @"log".flag int; @"log".out @"io".Writer; @"log".buf []byte }
func (@"log".l·1 *@"log".Logger) Fatal (@"log".v·2 ...interface {} "esc:0x9")
func (@"log".l·1 *@"log".Logger) Fatalf (@"log".format·2 string "esc:0x9", @"log".v·3 ...interface {} "esc:0x9")
func (@"log".l·1 *@"log".Logger) Fatalln (@"log".v·2 ...interface {} "esc:0x9")
func (@"log".l·2 *@"log".Logger) Flags () (? int)
func (@"log".l·2 *@"log".Logger) Output (@"log".calldepth·3 int, @"log".s·4 string "esc:0x9") (? error)
func (@"log".l·1 *@"log".Logger) Panic (@"log".v·2 ...interface {} "esc:0x9")
func (@"log".l·1 *@"log".Logger) Panicf (@"log".format·2 string "esc:0x9", @"log".v·3 ...interface {} "esc:0x9")
func (@"log".l·1 *@"log".Logger) Panicln (@"log".v·2 ...interface {} "esc:0x9")
func (@"log".l·2 *@"log".Logger) Prefix () (? string)
func (@"log".l·1 *@"log".Logger) Print (@"log".v·2 ...interface {} "esc:0x9")
func (@"log".l·1 *@"log".Logger) Printf (@"log".format·2 string "esc:0x9", @"log".v·3 ...interface {} "esc:0x9")
func (@"log".l·1 *@"log".Logger) Println (@"log".v·2 ...interface {} "esc:0x9")
func (@"log".l·1 *@"log".Logger) SetFlags (@"log".flag·2 int)
func (@"log".l·1 *@"log".Logger) SetOutput (@"log".w·2 @"io".Writer)
func (@"log".l·1 *@"log".Logger) SetPrefix (@"log".prefix·2 string)
func (@"log".l·1 *@"log".Logger "esc:0x9") @"log".formatHeader (@"log".buf·2 *[]byte "esc:0x9", @"log".t·3 @"time".Time "esc:0x1", @"log".file·4 string "esc:0x9", @"log".line·5 int)
func @"".NewLogger (@"".p·3 @"".Priority, @"".logFlag·4 int) (? *@"log".Logger, ? error)
func @"".init ()
var @"time".months [12]string
var @"time".days [7]string
var @"time".Local *@"time".Location
var @"time".UTC *@"time".Location
$$
_go_.o 0 0 0 644 85600 `
go object linux amd64 go1.6 X:none
!
go13lderrors.a
fmt.a
log.a
net.aos.astrings.async.atime.a þ"".New dH% H;a Hì`H\$`H$è 1Û1ÛH$ H$ 1ÛH$H\$1ÛH\$H\$H\$hH\$ H\$pH\$(H\$xH\$0è HD$8HT$@HL$HH$ HT$PH$ HL$XH$ è HÄ`Ãè éHÿÿÿÌÌÌÌÌÌÌÌ
B *runtime.racefuncenter Þ "".Dial Ê (runtime.racefuncexit Þ 0runtime.morestack_noctxt `À
"".autotmp_0001 type.error "".err @type.error "".w 0type.*"".Writer "".tag type.string "".priority type."".Priority À¿ À Öu Tgclocals·1155ac395f003e6351a376353f36296d Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 @$GOROOT/src/log/syslog/syslog.goþ"".Dial À ÀdH% HD$øH;A¹ Hì H$ H$è H$° HDŽ$È 1ÛH$Ð H$Ø Hø e H=¿ Y H$À Hû uZH H$è H H= H$è H H= ú H+H¬$¸ HkH¬$À è H$HD$HL$XHD$`H H$è HD$HD$(H$HÇD$` è H|$(HøHÿ WÀHÇàè H$è HD$(H¬$° H(H$H$è H\$(H¬$À HkH¬$¸ =
HkH\$(H$H$è H\$(Hl$`Hk Hl$X=
È HkH\$(H$H$(è H\$(H¬$ Hk0H¬$ =
t Hk(H\$(H$H$8è H\$(H¬$¨ Hk@H¬$ =
Hk8HD$(HD$ H$H<$ ÷ H$Hè H\$ H\$H|$ Ë HD$HÇ$ H HD$è ø
H\$ H$è HL$HT$Hù t9HDŽ$È HL$hH$Ð HT$pH$Ø è è HĈ ÃH\$ H$È HL$hH$Ð HT$pH$Ø è è HĈ Ðè è HĈ É% é)ÿÿÿ% éýþÿÿLC8L$Hl$è éÍþÿÿLC(L$Hl$è éyþÿÿLCL$Hl$è é%þÿÿLCL$Hl$è é×ýÿÿésýÿÿè è H H\$HHÇD$P 1ÛH\$8H\$@H H$è HD$HD$0H$è H\$0Hl$PHkHl$H=
H+H\$0H\$0H
1íH9étKHT$0HL$xH$ HDŽ$È HL$8H$Ð HT$@H$Ø è è HĈ ÃH H$H H\$H H\$è HL$ëH$Hl$è é[ÿÿÿè é%ûÿÿÌÌÌÌÌj
X *runtime.racefuncenter ú os.Args runtime.raceread os.Args ¨ os.Args È runtime.raceread Ö os.Args ä os.Args ª os.Hostname Þ type."".Writer ð "runtime.newobject ¨ ,runtime.racewriterange ä¢ runtime.duffzero ö "runtime.racewrite ² "runtime.racewrite ð (runtime.writeBarrier ¬ "runtime.racewrite Þ (runtime.writeBarrier "runtime.racewrite Ø (runtime.writeBarrier "runtime.racewrite Ò (runtime.writeBarrier ® $sync.(*Mutex).Lock
.sync.(*Mutex).Unlock·f
"runtime.deferproc Ä
("".(*Writer).connect ¼ &runtime.deferreturn Æ (runtime.racefuncexit ° &runtime.deferreturn º (runtime.racefuncexit Ö &runtime.deferreturn à (runtime.racefuncexit Ä
.runtime.writebarrierptr ò
.runtime.writebarrierptr .runtime.writebarrierptr Î .runtime.writebarrierptr ð $runtime.panicindex þ $runtime.panicindex Pgo.string."log/syslog: invalid priority" Ò .type.errors.errorString ä "runtime.newobject "runtime.racewrite ¼ (runtime.writeBarrier ò Bgo.itab.*errors.errorString.error ü &runtime.deferreturn (runtime.racefuncexit ¤ 0type.*errors.errorString º type.error Ò Bgo.itab.*errors.errorString.error æ runtime.typ2Itab .runtime.writebarrierptr ¤ 0runtime.morestack_noctxt "".autotmp_0010 ¿type.*"".Writer "".autotmp_0008 type.error "".autotmp_0007 ¯0type.*errors.errorString "".autotmp_0006 type.error "".autotmp_0004 0type.*errors.errorString "".~r0 type.error errors.text·2 type.string "".err ?type.error "".w Ïtype.*"".Writer "".hostname _type.string "".~r5 type.error "".~r4 ptype.*"".Writer "".tag Ptype.string "".priority @ type."".Priority "".raddr type.string "".network type.string FÏ9ÒB à |è21ZÌ =,:
L½.-J H +Zr¹K;
E:x
6. Tgclocals·3f6a0740fb8993ecdf128a65317b056d Tgclocals·f21022275f239fa9eb99858d4c2fd187 @$GOROOT/src/log/syslog/syslog.goþ("".(*Writer).connect À ÀdH% HD$àH;A³ Hì H$ H$è 1Û1ÛH$° H$¸ H$¨ H$H$Pè H$¨ HhPHý tdH$H$Pè H$¨ Hû 8 HKPHkXHl$hH,$HL$`HY ÿÓH$¨ H$H$Pè H$¨ 1íHhPHhXH$H$(è H$¨ HX0Hû
è H$H\$`H\$H\$hH\$H$ H\$H$ H$¨ H$H$Pè H$¨ Hl$`HkPHl$h=
HkXH$ H$° H$ H$¸ H$¨ H$H$è H$¨ HX Hû u)H$H$è H$¨ H- HkHÇC è HĠ ÃLCXL$Hl$è ékÿÿÿ1ÛH\$PH\$XH$H$(è H$¨ H$H$8è H$¨ Hø HX(HH$HKHL$HX8H|$HHHKHOè HL$ HD$(Hl$0HT$8HL$PHD$XH$¸ H¬$° Hý
2ÿÿÿH H$è HD$HD$HH$HÇD$ è HD$H1í@(HhHhH$H$è H\$HHl$PHkHl$X=
HkH\$HH\$HH HD$@1íH9è< H$¨ H$H$Pè HD$HHL$@H$¨ Hû HL$`HKPHD$h=
Ñ HCXH$¨ H$H$è H$¨ H[ Hû
$þÿÿH\$XH$H\$PH[(ÿÓHL$HD$H$ H$H$ HY(ÿÓH\$H\$pH\$H\$xH$¨ H$H$è H$¨ Hl$xHk Hl$p= u HkéýÿÿLCL$Hl$è éýÿÿLCXL$HD$è éÿÿÿéöþÿÿH H$H H\$H H\$è H\$H\$@éþÿÿLCL$Hl$è éUþÿÿ évýÿÿéÁûÿÿè é+ûÿÿÌÌÌÌÌÌÌÌÌÌÌN
X *runtime.racefuncenter ¬ runtime.raceread ì runtime.raceread Ì ô "runtime.racewrite ´ runtime.raceread ê "".unixSyslog ð "runtime.racewrite ¨ (runtime.writeBarrier ª runtime.raceread ê "runtime.racewrite *go.string."localhost" ª (runtime.racefuncexit Þ .runtime.writebarrierptr runtime.raceread È runtime.raceread Ì net.Dial Ê
type."".netConn Ü
"runtime.newobject ,runtime.racewriterange Ô "runtime.racewrite (runtime.writeBarrier ¾ Bgo.itab.*"".netConn."".serverConn
"runtime.racewrite ê
(runtime.writeBarrier ¬ runtime.raceread Ì "runtime.racewrite Ô (runtime.writeBarrier .runtime.writebarrierptr ¾ .runtime.writebarrierptr ä type.*"".netConn ú $type."".serverConn Bgo.itab.*"".netConn."".serverConn ¦ runtime.typ2Itab è .runtime.writebarrierptr 0runtime.morestack_noctxt 0À "".autotmp_0020 ¿type.*uint8 "".autotmp_0019 ¯ type.*"".netConn "".autotmp_0018 _type.string "".autotmp_0017 ?type.net.Addr "".autotmp_0016 type.*"".netConn "".autotmp_0015 type.error "".autotmp_0013 type.error "".autotmp_0012 $type."".serverConn "".c type.net.Conn "".err type.error "".w type.*"".Writer "ÀÁ¿Àê¿ à x¤,+(<($()
â,
U B +]Z {Q-K:4N Tgclocals·3b4e1236ea719e80701ff45d7138e020 Tgclocals·943599a4d5c23e9e74f32c4e575d5e56 @$GOROOT/src/log/syslog/syslog.goþ$"".(*Writer).Write À ÀdH% H;a½ HìHH\$HH$è 1ÛH\$xH$ H\$PH$è HÇ$ H\$XH\$H\$`H\$H\$hH\$è HD$PH\$ H|$HHHKHOH$H(Hl$è HD$ HT$(HL$0HD$pHT$8HT$xHL$@H$ è HÄHÃè é&ÿÿÿÌÌÌÌÌÌ
B *runtime.racefuncenter | runtime.raceread Ò 2runtime.slicebytetostring ® 4"".(*Writer).writeAndRetry (runtime.racefuncexit ¢ 0runtime.morestack_noctxt p
"".autotmp_0025 type.error "".~r2 Ptype.error "".~r1 @type.int "".b type.[]uint8 "".w type.*"".Writer ¸ à Ø ¦ Tgclocals·8cf14f50ac1bf7ae2848fda35f0590ec Tgclocals·c55cf99de9cdd8c8202a466952fa1a45 @$GOROOT/src/log/syslog/syslog.goþ$"".(*Writer).Close À ÀdH% H;av Hì8H\$8H$è 1ÛH\$HH\$PH\$@H$H<$ 8 H$Hè H\$@H\$H|$ HD$HÇ$ H HD$è ø
Õ H\$@H$H$Pè HL$@HiPHý H$H$Pè H\$@Hû tvHKPHkXHl$0H,$HL$(HY ÿÓHL$HD$HL$HD$ H\$@H$H$Pè H\$@1íHkPHkXH\$H\$HH\$ H\$Pè è HÄ8Éë1ÛH\$HH\$Pè è HÄ8Ðè è HÄ8É% éèþÿÿ% é¼þÿÿè émþÿÿÌÌÌÌÌÌÌÌÌÌÌÌÌ
B *runtime.racefuncenter $sync.(*Mutex).Lock ê .sync.(*Mutex).Unlock·f þ "runtime.deferproc ¶ runtime.raceread ø runtime.raceread Ê "runtime.racewrite æ &runtime.deferreturn ð (runtime.racefuncexit ¦ &runtime.deferreturn ° (runtime.racefuncexit Æ &runtime.deferreturn Ð (runtime.racefuncexit 0runtime.morestack_noctxt 0p "".err ?type.error "".~r0 type.error "".w type.*"".Writer (p©opopopo Lâ=&I"
*Po(o Tgclocals·13f38f3d5f5ec8cec8748cea29a07c5f Tgclocals·0dc5c0863204b1fb13856ad5f1b640ab @$GOROOT/src/log/syslog/syslog.goþ$"".(*Writer).Emerg dH% H;aviHì8H\$8H$è 1Û1ÛH\$XH\$`H\$@H$HÇD$ H\$HH\$H\$PH\$è HL$(HD$0HL$XHD$`è HÄ8Ãè ëÌ
: *runtime.racefuncenter ¬ 4"".(*Writer).writeAndRetry Þ (runtime.racefuncexit ò 0runtime.morestack_noctxt Pp "".err 0type.error "".m type.string "".w type.*"".Writer pdo þ?
R Tgclocals·e4b5616e5783a0b08ed3851f8c75ffed Tgclocals·69c1753bd5f81501d95132d08af04464 @$GOROOT/src/log/syslog/syslog.goþ$"".(*Writer).Alert dH% H;aviHì8H\$8H$è 1Û1ÛH\$XH\$`H\$@H$HÇD$ H\$HH\$H\$PH\$è HL$(HD$0HL$XHD$`è HÄ8Ãè ëÌ
: *runtime.racefuncenter ¬ 4"".(*Writer).writeAndRetry Þ (runtime.racefuncexit ò 0runtime.morestack_noctxt Pp "".err 0type.error "".m type.string "".w type.*"".Writer pdo ?
R Tgclocals·e4b5616e5783a0b08ed3851f8c75ffed Tgclocals·69c1753bd5f81501d95132d08af04464 @$GOROOT/src/log/syslog/syslog.goþ""".(*Writer).Crit dH% H;aviHì8H\$8H$è 1Û1ÛH\$XH\$`H\$@H$HÇD$ H\$HH\$H\$PH\$è HL$(HD$0HL$XHD$`è HÄ8Ãè ëÌ
: *runtime.racefuncenter ¬ 4"".(*Writer).writeAndRetry Þ (runtime.racefuncexit ò 0runtime.morestack_noctxt Pp "".err 0type.error "".m type.string "".w type.*"".Writer pdo ?
R Tgclocals·e4b5616e5783a0b08ed3851f8c75ffed Tgclocals·69c1753bd5f81501d95132d08af04464 @$GOROOT/src/log/syslog/syslog.goþ "".(*Writer).Err dH% H;aviHì8H\$8H$è 1Û1ÛH\$XH\$`H\$@H$HÇD$ H\$HH\$H\$PH\$è HL$(HD$0HL$XHD$`è HÄ8Ãè ëÌ
: *runtime.racefuncenter ¬ 4"".(*Writer).writeAndRetry Þ (runtime.racefuncexit ò 0runtime.morestack_noctxt Pp "".err 0type.error "".m type.string "".w type.*"".Writer pdo ¨?
R Tgclocals·e4b5616e5783a0b08ed3851f8c75ffed Tgclocals·69c1753bd5f81501d95132d08af04464 @$GOROOT/src/log/syslog/syslog.goþ("".(*Writer).Warning dH% H;aviHì8H\$8H$è 1Û1ÛH\$XH\$`H\$@H$HÇD$ H\$HH\$H\$PH\$è HL$(HD$0HL$XHD$`è HÄ8Ãè ëÌ
: *runtime.racefuncenter ¬ 4"".(*Writer).writeAndRetry Þ (runtime.racefuncexit ò 0runtime.morestack_noctxt Pp "".err 0type.error "".m type.string "".w type.*"".Writer pdo ¶?
R Tgclocals·e4b5616e5783a0b08ed3851f8c75ffed Tgclocals·69c1753bd5f81501d95132d08af04464 @$GOROOT/src/log/syslog/syslog.goþ&"".(*Writer).Notice dH% H;aviHì8H\$8H$è 1Û1ÛH\$XH\$`H\$@H$HÇD$ H\$HH\$H\$PH\$è HL$(HD$0HL$XHD$`è HÄ8Ãè ëÌ
: *runtime.racefuncenter ¬ 4"".(*Writer).writeAndRetry Þ (runtime.racefuncexit ò 0runtime.morestack_noctxt Pp "".err 0type.error "".m type.string "".w type.*"".Writer pdo Ä?
R Tgclocals·e4b5616e5783a0b08ed3851f8c75ffed Tgclocals·69c1753bd5f81501d95132d08af04464 @$GOROOT/src/log/syslog/syslog.goþ""".(*Writer).Info dH% H;aviHì8H\$8H$è 1Û1ÛH\$XH\$`H\$@H$HÇD$ H\$HH\$H\$PH\$è HL$(HD$0HL$XHD$`è HÄ8Ãè ëÌ
: *runtime.racefuncenter ¬ 4"".(*Writer).writeAndRetry Þ (runtime.racefuncexit ò 0runtime.morestack_noctxt Pp "".err 0type.error "".m type.string "".w type.*"".Writer pdo Ò?
R Tgclocals·e4b5616e5783a0b08ed3851f8c75ffed Tgclocals·69c1753bd5f81501d95132d08af04464 @$GOROOT/src/log/syslog/syslog.goþ$"".(*Writer).Debug dH% H;aviHì8H\$8H$è 1Û1ÛH\$XH\$`H\$@H$HÇD$ H\$HH\$H\$PH\$è HL$(HD$0HL$XHD$`è HÄ8Ãè ëÌ
: *runtime.racefuncenter ¬ 4"".(*Writer).writeAndRetry Þ (runtime.racefuncexit ò 0runtime.morestack_noctxt Pp "".err 0type.error "".m type.string "".w type.*"".Writer pdo à?
R Tgclocals·e4b5616e5783a0b08ed3851f8c75ffed Tgclocals·69c1753bd5f81501d95132d08af04464 @$GOROOT/src/log/syslog/syslog.goþ4"".(*Writer).writeAndRetry À À dH% H;a< HìpH\$pH$è HDŽ$ 1ÛH$ H$¨ H\$xH$è HD$xHH¬$ Hãø HåH ëH\$8H$H<$ À H$Hè H\$xH\$H|$ HD$HÇ$ H HD$è ø
] H\$xH$H$Pè Ht$xHnPHý tyH4$H\$8H\$H$ H\$H$ H\$è Ht$xHT$ HL$(Hl$0Hl$HHL$@Hù u(H$ H$ H¬$¨ è è HÄpÃH4$è HL$HT$HT$XHL$PHù t,HDŽ$ H$ H$¨ è è HÄpÃH\$xH$H\$8H\$H$ H\$H$ H\$è HL$ Hl$(HT$0H$ Hl$`H¬$ HT$hH$¨ è è HÄpÐè è HÄpÉ% é`þÿÿ% é4þÿÿè é§ýÿÿÌÌÌÌÌÌÌ&
B *runtime.racefuncenter runtime.raceread $sync.(*Mutex).Lock æ .sync.(*Mutex).Unlock·f ú "runtime.deferproc ² runtime.raceread ª $"".(*Writer).write ® &runtime.deferreturn ¸ (runtime.racefuncexit Ô ("".(*Writer).connect Ì &runtime.deferreturn Ö (runtime.racefuncexit Ä $"".(*Writer).write ² &runtime.deferreturn ¼ (runtime.racefuncexit Ò &runtime.deferreturn Ü (runtime.racefuncexit 0runtime.morestack_noctxt pà "".autotmp_0044 type.error "".autotmp_0043 type.int "".autotmp_0042 type.error "".autotmp_0040 type.error "".err ?type.error "".err _type.error
"".pr o type."".Priority "".~r3 Ptype.error "".~r2 @type.int "".s type.string "".p type."".Priority "".w type.*"".Writer DàÍßàNßàrßàßàß à Xê1="Q#"s ( ,};=6I Tgclocals·e005ea8c128fdd2cbe053ee4ba8a4b6e Tgclocals·ae0a20890c9ac6bfbea3383f34532bab @$GOROOT/src/log/syslog/syslog.goþ$"".(*Writer).write
dH% HD$ÀH;Aj HìÀ H$À H$è 1ÛH$ð H$ø 1ÛH$ H$ H¼$Ø H|$`H$à H5 Ht$pHÇÀ HL$hHD$xH9Áì HËH)ÃHÍH9ËÓ H)ÝIøHý tMH9Å
³ L$° L$H¬$¸ Hl$Ht$HD$è ¶\$ HØ<