# hashicorp-go-syslog **Repository Path**: mirrors_back/hashicorp-go-syslog ## Basic Information - **Project Name**: hashicorp-go-syslog - **Description**: mirrors of https://github.com/hashicorp/go-syslog - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-01 - **Last Updated**: 2022-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README go-syslog ========= This repository 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.