golang-github-hashicorp-go-getter 0.0~git20160316.0.575ec4e-1 source package in Ubuntu

Changelog

golang-github-hashicorp-go-getter (0.0~git20160316.0.575ec4e-1) unstable; urgency=medium

  * Initial release (Closes: #818569).

 -- Dmitry Smirnov <email address hidden>  Fri, 18 Mar 2016 16:29:16 +1100

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
Bionic release universe misc

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-hashicorp-go-getter_0.0~git20160316.0.575ec4e-1.dsc 2.4 KiB 5648a509a1444c097002082c367ce1886bb623d2da32117994f8feafaad0d26a
golang-github-hashicorp-go-getter_0.0~git20160316.0.575ec4e.orig.tar.xz 38.9 KiB e9a1cfd300aca2331b9f90ce6441eed1d51de25ca6c19d03099c89b55b1eb65e
golang-github-hashicorp-go-getter_0.0~git20160316.0.575ec4e-1.debian.tar.xz 6.5 KiB 9ef921d1f13af79546f341e8f296120400cd13881a9d1a975007c250d7cb4d3f

No changes file available.

Binary packages built by this source

golang-github-hashicorp-go-getter-dev: download from a URL using a variety of protocols

 Go-getter is a library for Golang to download files or directories from
 various sources using a URL as the primary form of input.
 .
 The power of this library is being flexible in being able to download from
 a number of different sources (file paths, Git, HTTP, Mercurial, etc.)
 using a single string as input. This removes the burden of knowing how
 to download from a variety of sources from the implementer.