[ 源代码: golang-github-hashicorp-go-syslog ]
软件包:golang-github-hashicorp-go-syslog-dev(0.0~git20150218.0.42a2b57-1)
golang-github-hashicorp-go-syslog-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-hashicorp-go-syslog:
- [golang-github-hashicorp-go-syslog_0.0~git20150218.0.42a2b57-1.dsc]
- [golang-github-hashicorp-go-syslog_0.0~git20150218.0.42a2b57.orig.tar.xz]
- [golang-github-hashicorp-go-syslog_0.0~git20150218.0.42a2b57-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.