golang-github-inconshreveable-mousetrap 1.0.0-1 source package in Ubuntu

Changelog

golang-github-inconshreveable-mousetrap (1.0.0-1) unstable; urgency=medium

  [ Stephen Gelman ]
  * Team upload.
  * New upstream release (Closes: #968103)
  * Bump debhelper to 13 and other lintian cleanup
  * Bump Standards-Version to 4.5.0

  [ Alexandre Viau ]
  * Point Vcs-* urls to salsa.debian.org.

 -- Stephen Gelman <email address hidden>  Sat, 08 Aug 2020 18:22:52 -0500

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-inconshreveable-mousetrap_1.0.0-1.dsc 2.3 KiB ef46c92bf118a7fd9e4081f7884d8ab7190458c6420df12a3fabfa8fe8432b82
golang-github-inconshreveable-mousetrap_1.0.0.orig.tar.gz 2.2 KiB 5edc7731c819c305623568e317aa253d342be3447def97f1fa9e10eb5ad819f6
golang-github-inconshreveable-mousetrap_1.0.0-1.debian.tar.xz 2.8 KiB 580be28ed78d98b64da15c5225ccf87fcf59a6fb928c71c950db194a49181862

No changes file available.

Binary packages built by this source

golang-github-inconshreveable-mousetrap-dev: Go library to detect starting from Windows Explorer

 mousetrap is a tiny Go library that answers a single question:
 On a Windows machine, was the process invoked by someone double clicking
 on the executable file while browsing in Explorer?
 .
 Motivation: Windows users unfamiliar with command line tools will
 often "double-click" the executable for a tool. Because most CLI tools
 print the help and then exit when invoked without arguments, this is
 often very frustrating for those users.
 .
 mousetrap provides a way to detect these invocations so
 that you can provide more helpful behavior and instructions
 on how to run the CLI tool.