golang-github-kardianos-osext 0.0~git20170510.0.ae77be6-3 source package in Ubuntu

Changelog

golang-github-kardianos-osext (0.0~git20170510.0.ae77be6-3) unstable; urgency=medium

  * Remove d/watch (upstream does not provide releases).
  * Bump Standards-Version to 4.1.1.
  * Add Testsuite to d/control.

 -- Michael Lustfield <email address hidden>  Sun, 15 Oct 2017 20:39:05 -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

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-kardianos-osext_0.0~git20170510.0.ae77be6-3.dsc 2.4 KiB c45faadcc02c262d9afaabd2c57277268b75521a509cfce6efe69c104446511b
golang-github-kardianos-osext_0.0~git20170510.0.ae77be6.orig.tar.xz 4.5 KiB 544fa203a7c0d3262e6c01dd3725e0a12c16cf90ffc194580bc1ee77daecf46a
golang-github-kardianos-osext_0.0~git20170510.0.ae77be6-3.debian.tar.xz 3.0 KiB f81dbdf5ffba288be5e1275a3650c7d909eea156d00f52b5f03d1aa2a14e1b84

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.