golang-github-rogpeppe-go-internal 1.5.2-1 source package in Ubuntu

Changelog

golang-github-rogpeppe-go-internal (1.5.2-1) unstable; urgency=medium

  * Initial release (Closes: #951419)

 -- Anthony Fok <email address hidden>  Mon, 17 Feb 2020 01:52:46 -0700

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

Downloads

File Size SHA-256 Checksum
golang-github-rogpeppe-go-internal_1.5.2-1.dsc 2.4 KiB b551de259e0ca2ff09fdc436bbe7b07a95beba6c48748eb89c3273aa78f0f305
golang-github-rogpeppe-go-internal_1.5.2.orig.tar.gz 118.5 KiB 415da1a5d971b532e2156c8b9841b5e8a516b334754eea906feba5748138a172
golang-github-rogpeppe-go-internal_1.5.2-1.debian.tar.xz 3.1 KiB b508c9ced0536c2771e8a1895882cc735b346c3bb98139ba13056c03c9d16236

No changes file available.

Binary packages built by this source

go-internal: No summary available for go-internal in ubuntu groovy.

No description available for go-internal in ubuntu groovy.

go-internal-dbgsym: debug symbols for go-internal
golang-github-rogpeppe-go-internal-dev: Selected Go-internal packages factored out from the standard library

 The go-internal repository factors out an opinionated selection of
 internal packages and functionality from the Go standard library.
 Currently this consists mostly of packages and testing code from
 within the Go tool implementation.
 .
 Included are the following:
 .
  * dirhash: calculate hashes over directory trees the same way
             that the Go tool does.
  * goproxytest: a GOPROXY implementation designed for test use.
  * gotooltest: Use the Go tool inside test scripts (see testscript below).
  * imports: list of known architectures and OSs, and support for reading
             import statements.
  * modfile: read and write go.mod files while preserving formatting
             and comments.
  * module: module paths and versions.
  * par: do work in parallel.
  * semver: semantic version parsing.
  * testenv: information on the current testing environment.
  * testscript: script-based testing based on txtar files.
  * txtar: simple text-based file archives for testing.
 .
 This package contains the development library files.