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

Changelog

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

  * Team upload.
  * Add tzdata to Build-Depends. Closes: #1027907.

 -- Santiago Vila <email address hidden>  Tue, 31 Oct 2023 23:45:00 +0100

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

Downloads

File Size SHA-256 Checksum
golang-github-go-git-go-git_5.4.2-4.dsc 2.6 KiB aa93e5166593c230941e0528bd0f1813eb255157c63600e9ad11d2abab16b14e
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-4.debian.tar.xz 3.3 KiB e9f3da70a64394fbd8abf4b0b28d04fee8311648fd41f1a1c3b3e64962bea636

No changes file available.

Binary packages built by this source

go-git: highly extensible Git implementation in pure Go (command line)

 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.
 .
 This package provides command line interface of this library.

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.