golang-github-go-git-go-git 5.4.2-3 source package in Ubuntu

Changelog

golang-github-go-git-go-git (5.4.2-3) unstable; urgency=medium

  * Source only upload for migration to testing

 -- Pirate Praveen <email address hidden>  Mon, 22 Nov 2021 10:07:32 +0530

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-go-git-go-git_5.4.2-3.dsc 2.9 KiB 2b846d735dde8285627064a2a68f03f0fd0c7af31dd0d0ea981bc3dfea94ff96
golang-github-go-git-go-git_5.4.2.orig.tar.gz 451.0 KiB bbdb5f61f027fb949f4091160e26af07c62ca80089b6efbb4d524c69158bbdcf
golang-github-go-git-go-git_5.4.2-3.debian.tar.xz 3.3 KiB b650fd29007b55f9f5b032858d8030669393f0d0b7c7357515531b90948b0fd7

Available diffs

No changes file available.

Binary packages built by this source

go-git: No summary available for go-git in ubuntu kinetic.

No description available for go-git in ubuntu kinetic.

golang-github-go-git-go-git-dev: highly extensible Git implementation in pure Go

 go-git is a highly extensible git implementation library written in pure Go.
 .
 It can be used to manipulate git repositories at low level (plumbing) or high
 level (porcelain), through an idiomatic Go API. It also supports several types
 of storage, such as in-memory filesystems, or custom implementations, thanks
 to the Storer interface.