//go:build !windows && !plan9 // +build !windows,!plan9 package syslog import ( "errors" "fmt" "log" "net" "os" "strings" "sync" "time" ) // The Priority is ...
確定! 回上一頁