golang-github-hashicorp-go-syslog 1.0.0-2 source package in Ubuntu

Changelog

golang-github-hashicorp-go-syslog (1.0.0-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Repository, Repository-Browse.

  [ Tianon Gravi ]
  * Remove self from Uploaders

 -- Jelmer Vernooij <email address hidden>  Sun, 27 Nov 2022 13:36:15 +0000

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-hashicorp-go-syslog_1.0.0-2.dsc 2.2 KiB f83014eb8e635c3889716747f7cbbda25982ef35383e8bab53cd8e4c099a7f9d
golang-github-hashicorp-go-syslog_1.0.0.orig.tar.gz 4.4 KiB be4bda814c068311ea8e185e2d108077f167897cfa868ada7f56d97a10f3d602
golang-github-hashicorp-go-syslog_1.0.0-2.debian.tar.xz 2.6 KiB 3e5b29a06ca6a35054207fe89d2dd0592acae21eeca12ad2ba83d8f43497b2af

Available diffs

No changes file available.

Binary packages built by this source

golang-github-hashicorp-go-syslog-dev: 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.