No description
  • Go 94.5%
  • Makefile 5.5%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
dependabot[bot] c8d9f1a12c
[chore] : Bump actions/setup-go in the github-actions group (#48)
Bumps the github-actions group with 1 update: [actions/setup-go](https://github.com/actions/setup-go).


Updates `actions/setup-go` from 6.5.0 to 7.0.0
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](924ae3a1cd...b7ad1dad31)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-16 07:25:51 +01:00
.github [chore] : Bump actions/setup-go in the github-actions group (#48) 2026-07-16 07:25:51 +01:00
.copywrite.hcl ci: Add copywrite workflow and modernize build and test. (#45) 2026-06-26 12:42:00 +01:00
.gitignore Initial Commit 2014-05-02 11:46:54 -07:00
.golangci.yml ci: Add copywrite workflow and modernize build and test. (#45) 2026-06-26 12:42:00 +01:00
builtin.go ci: Add copywrite workflow and modernize build and test. (#45) 2026-06-26 12:42:00 +01:00
CHANGELOG.md IND-3794 enabling dependabot, changelog.md addition 2025-06-04 15:17:21 +05:30
go.mod updating go.mod file 2025-06-04 19:29:44 +05:30
LICENSE ci: Add copywrite workflow and modernize build and test. (#45) 2026-06-26 12:42:00 +01:00
Makefile ci: Add copywrite workflow and modernize build and test. (#45) 2026-06-26 12:42:00 +01:00
README.md Adding README 2014-05-02 12:37:53 -07:00
syslog.go ci: Add copywrite workflow and modernize build and test. (#45) 2026-06-26 12:42:00 +01:00
unix.go ci: Add copywrite workflow and modernize build and test. (#45) 2026-06-26 12:42:00 +01:00
unsupported.go ci: Add copywrite workflow and modernize build and test. (#45) 2026-06-26 12:42:00 +01:00

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.