golang 2:1.6~beta2-0ubuntu1 source package in Ubuntu

Changelog

golang (2:1.6~beta2-0ubuntu1) xenial; urgency=medium

  * New upstream version.
    - Update debian/rules clean to new location of generated file.
  * Dropped changes:
    - d/patches/armhf-elf-header.patch (fixed properly upstream).
    - d/patches/skip-userns-tests-when-chrooted.patch (included upstream).
  * Add:
    - d/patches/0001-s390x-port.patch
  * Updates for s390x support.

 -- Michael Hudson-Doyle <email address hidden>  Sat, 16 Jan 2016 19:59:59 +1300

Upload details

Uploaded by:
Michael Hudson-Doyle
Sponsored by:
Dimitri John Ledkov
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~beta2.orig.tar.gz 12.0 MiB 8b23d15a3edf1d154ceea5e9ca6370fc60e7f57fb1c28aa8a44c40f8f3167c6d
golang_1.6~beta2-0ubuntu1.debian.tar.xz 169.7 KiB 81979a5f3583d2485084052a89ea8b31d30abd1883c8775caa71249ffbfa288a
golang_1.6~beta2-0ubuntu1.dsc 1.9 KiB 7501974aa337c2fe61302f099e10c8d0b0e65fb5f36d8126a5a440ceeadbba08

View changes file

Binary packages built by this source

golang: Go programming language compiler - metapackage

 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 is a metapackage that, when installed, guarantees
 that (most of) a full Go development environment is installed.

golang-doc: Go programming language - documentation

 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 documentation. You
 can view the formatted documentation by installing the golang-golang-x-tools
 package, running "godoc --http=:6060", and then visiting
 http://localhost:6060/doc/install.html.

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.