golang-github-cli-browser 1.1.0-2 source package in Ubuntu

Changelog

golang-github-cli-browser (1.1.0-2) unstable; urgency=medium

  [ Debian Janitor ]
  * debian/copyright: use spaces rather than tabs to start continuation lines.

 -- Jelmer Vernooij <email address hidden>  Tue, 13 Dec 2022 20:43:11 +0000

Upload details

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

See full publishing history Publishing

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-cli-browser_1.1.0-2.dsc 2.2 KiB 967983598de0d33074f34292e40ccef8df5ca49604dd116d64b53cd3d721bcd4
golang-github-cli-browser_1.1.0.orig.tar.gz 4.3 KiB 2b17b5a338f263df177d554bd749335d49a98bb99c2efeeda6ea343a6c891026
golang-github-cli-browser_1.1.0-2.debian.tar.xz 2.8 KiB 11e3d541c864d940c0fe3aead7053d7d4bddc2480c10a3300e6db7cf8338fa63

Available diffs

No changes file available.

Binary packages built by this source

golang-github-cli-browser-dev: helpers to open URLs, files, or readers in a web browser (Go library)

 The browser package provides helpers to open URLs, readers, or files
 in the system default web browser.
 .
 This fork from github.com/pkg/browser adds:
  - `OpenReader` error wrapping;
  - `ErrNotFound` error wrapping on BSD;
  - Go 1.13 support.