[ 原始碼: golang-github-hashicorp-go-syslog ]
套件:golang-github-hashicorp-go-syslog-dev(1.0.0-1)
golang-github-hashicorp-go-syslog-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-hashicorp-go-syslog:
- [golang-github-hashicorp-go-syslog_1.0.0-1.dsc]
- [golang-github-hashicorp-go-syslog_1.0.0.orig.tar.gz]
- [golang-github-hashicorp-go-syslog_1.0.0-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Golang syslog wrapper, cross-compile friendly
This package provides a very simple gsyslog package. The point of this package is to allow safe importing of syslog without introducing cross-compilation issues. The stdlib log/syslog cannot be imported on Windows systems, and without conditional compilation this adds complications.
Instead, gsyslog provides a very simple wrapper around log/syslog but returns a runtime error if attempting to initialize on a non Linux or OSX system.
This package contains the source.