golang-github-tcnksm-go-gitconfig 0.1.2-1.1 source package in Ubuntu

Changelog

golang-github-tcnksm-go-gitconfig (0.1.2-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Sat, 09 Jan 2021 12:29:06 +0100

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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-tcnksm-go-gitconfig_0.1.2-1.1.dsc 2.3 KiB 2b2f1fa830ed5b009277ab5650ab9e8f89d5041a8e908abea5b10dad777eed18
golang-github-tcnksm-go-gitconfig_0.1.2.orig.tar.gz 4.4 KiB 61a41d25b1a17c951a1d322dbae1c08cc80425c28641d0048eb1d1910db65757
golang-github-tcnksm-go-gitconfig_0.1.2-1.1.debian.tar.xz 3.8 KiB df0245aa316c7bc4b435b9ba5c89b4cbe9200625b5ca1f9d296145d5db4e37e0

Available diffs

No changes file available.

Binary packages built by this source

golang-github-tcnksm-go-gitconfig-dev: Golang library for gitconfig values

 This package provides a library for using gitconfig values on the
 programs written in Go.
 .
 It enables to use global '~/.gitconfig' values and local git
 repository '.git/config' values in Go. It can be used for
 extracting gitconfig values like user name, email address,
 GitHub token, and other user-defined values.