golang-github-kardianos-osext 0.0~git20190222.2bc1f35-3 source package in Ubuntu

Changelog

golang-github-kardianos-osext (0.0~git20190222.2bc1f35-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Repository-Browse.
  * Update standards version to 4.6.1, no changes needed.
  * Set upstream metadata fields: Bug-Database, Bug-Submit.

 -- Jelmer Vernooij <email address hidden>  Mon, 21 Nov 2022 12:38:08 +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
Resolute release universe misc
Questing release universe misc
Plucky release universe misc
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-kardianos-osext_0.0~git20190222.2bc1f35-3.dsc 2.3 KiB 5b4024b7ad571e1a7cda841f9c329005d98b1abedfa8c29fe8c16b989d321e6b
golang-github-kardianos-osext_0.0~git20190222.2bc1f35.orig.tar.xz 4.6 KiB b4dca53f4b8e958d46c59c2eae393d5b4a882cebd4cb27adaba78685f656d9c0
golang-github-kardianos-osext_0.0~git20190222.2bc1f35-3.debian.tar.xz 4.2 KiB 80842558a2e358447c7deb27113d1d86997cf18be508295b5b202ce7de925188

No changes file available.

Binary packages built by this source

golang-github-kardianos-osext-dev: Extend "os" package with Executable and ExecutableFolder

 This Go library implements functions for discovering the current
 executable and folder to re-invoke the currently running program.
 This can be useful for upgrading the current executable or finding
 resources located relative to the executable file. Both working
 directory and the os.Args[0] value are arbitrary and cannot be
 relied on; os.Args[0] can be "faked"
 .
 These methods are available in the "os" package from Go 1.8 and later.