golang 2:1.6-0ubuntu2 source package in Ubuntu

Changelog

golang (2:1.6-0ubuntu2) xenial; urgency=medium

  * Update d/patches/0001-s390x-port.patch from IBM's repo.

 -- Matthias Klose <email address hidden>  Sun, 21 Feb 2016 16:50:57 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
golang_1.6.orig.tar.gz 12.0 MiB a96cce8ce43a9bf9b2a4c7d470bc7ee0cb00410da815980681c8353218dcf146
golang_1.6-0ubuntu2.debian.tar.xz 226.1 KiB 71411b1c210b6a843932e62acf97c7956647ccdea2dd8380267b3c68aaab3f08
golang_1.6-0ubuntu2.dsc 2.2 KiB 4966f697f91e8c815c68860dccbad8b64c7886c32411292c3a3a3c0d79c5d3ad

Available diffs

View changes file

Binary packages built by this source

golang-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 is a dependency package that depends on the default Go toolchain and
 compiled standard library. It currently depends on gccgo on architectures that
 do not have a native toolchain ("gc compiler") port but this will change soon
 -- packages that want to build with whichever of gc or gccgo is available
 should depend on golang-any.

golang-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 is a dependency package that depends on the default Go standard library
 source code, which is needed for the go build process.