golang-1.13 1.13.8-1ubuntu1 source package in Ubuntu

Changelog

golang-1.13 (1.13.8-1ubuntu1) focal; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - cherry-pick upstream build fixes from 1.14 branch
    - debian/patches/d3595f71712ce1b322f754ef985005e87fac6d44.patch:
    - debian/patches/5d548f1243df8d586a03df085b40299f1e427fb1.patch:

golang-1.13 (1.13.8-1) unstable; urgency=medium

  * New upstream version 1.13.8

 -- Gianfranco Costamagna <email address hidden>  Sat, 15 Feb 2020 19:41:49 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Focal
Original maintainer:
Go Compiler Team
Architectures:
amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64 ppc64el s390x all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release main misc

Downloads

File Size SHA-256 Checksum
golang-1.13_1.13.8.orig.tar.gz 20.6 MiB fb18da215aa3492ce190ca741e977a87e4783eb75275affa606e37629ca00626
golang-1.13_1.13.8-1ubuntu1.debian.tar.xz 36.5 KiB 31cc1810e7c0b4fd093f9fb876ce7c3343ef0219a281bd707f9d264ff918ec20
golang-1.13_1.13.8-1ubuntu1.dsc 2.6 KiB e7a719376f95aca60b33c7c92b19539b6dc0ebbac3ae4cd2cb7ba36d98e72a5c

View changes file

Binary packages built by this source

golang-1.13: No summary available for golang-1.13 in ubuntu groovy.

No description available for golang-1.13 in ubuntu groovy.

golang-1.13-doc: No summary available for golang-1.13-doc in ubuntu groovy.

No description available for golang-1.13-doc in ubuntu groovy.

golang-1.13-go: Go programming language compiler, linker, compiled stdlib

 The Go programming language is an open source project to make programmers more
 productive. Go is expressive, concise, clean, and efficient. Its concurrency
 mechanisms make it easy to write programs that get the most out of multicore
 and networked machines, while its novel type system enables flexible and
 modular program construction. Go compiles quickly to machine code yet has the
 convenience of garbage collection and the power of run-time reflection. It's a
 fast, statically typed, compiled language that feels like a dynamically typed,
 interpreted language.
 .
 This package provides an assembler, compiler, linker, and compiled libraries
 for the Go programming language.
 .
 Go supports cross-compilation, but as of Go 1.5, it is no longer necessary to
 pre-compile the standard library inside GOROOT for cross-compilation to work.

golang-1.13-go-dbgsym: No summary available for golang-1.13-go-dbgsym in ubuntu groovy.

No description available for golang-1.13-go-dbgsym in ubuntu groovy.

golang-1.13-src: Go programming language - source files

 The Go programming language is an open source project to make programmers more
 productive. Go is expressive, concise, clean, and efficient. Its concurrency
 mechanisms make it easy to write programs that get the most out of multicore
 and networked machines, while its novel type system enables flexible and
 modular program construction. Go compiles quickly to machine code yet has the
 convenience of garbage collection and the power of run-time reflection. It's a
 fast, statically typed, compiled language that feels like a dynamically typed,
 interpreted language.
 .
 This package provides the Go programming language source files needed for
 cross-compilation.