golang-github-cli-browser 1.1.0-1 source package in Ubuntu
Changelog
golang-github-cli-browser (1.1.0-1) unstable; urgency=medium * New upstream version 1.1.0 -- Anthony Fok <email address hidden> Mon, 06 Sep 2021 15:16:23 -0600
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 | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | misc | |
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
golang-github-cli-browser_1.1.0-1.dsc | 2.2 KiB | bbf9d298e6bc538ad0daec731a12811ff4f9fc0499816867020f713953a3b749 |
golang-github-cli-browser_1.1.0.orig.tar.gz | 4.3 KiB | 2b17b5a338f263df177d554bd749335d49a98bb99c2efeeda6ea343a6c891026 |
golang-github-cli-browser_1.1.0-1.debian.tar.xz | 2.6 KiB | a9770ad0cb50b4aa4005edd38a4b014528ef111cf1b8d102f80495e787eac783 |
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.