golang-1.6 1.6.1-0ubuntu1 source package in Ubuntu
Changelog
golang-1.6 (1.6.1-0ubuntu1) xenial; urgency=medium * New upstream release. * Drop d/patches/0003-crypto-dsa-eliminate-invalid-PublicKey-early.patch, included in reelase. -- Michael Hudson-Doyle <email address hidden> Wed, 13 Apr 2016 14:03:09 +1200
Upload details
- Uploaded by:
- Michael Hudson-Doyle
- Uploaded to:
- Xenial
- Original maintainer:
- Ubuntu Developers
- Architectures:
- amd64 arm64 armel armhf i386 ppc64 ppc64el s390x all
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Xenial | release | main | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
golang-1.6_1.6.1.orig.tar.gz | 12.0 MiB | 1d4b53cdee51b2298afcf50926a7fa44b286f0bf24ff8323ce690a66daa7193f |
golang-1.6_1.6.1-0ubuntu1.debian.tar.xz | 145.8 KiB | a00eaf18cbd32414a06486221e418929ab81ce07e1810069a9a083b2439c0abf |
golang-1.6_1.6.1-0ubuntu1.dsc | 2.4 KiB | aaa36732671d6e499cecf6195741ff527422bc327d9b2943494aafa8042d264c |
Available diffs
- diff from 1.6-0ubuntu5 to 1.6.1-0ubuntu1 (27.4 KiB)
Binary packages built by this source
- golang-1.6: No summary available for golang-1.6 in ubuntu yakkety.
No description available for golang-1.6 in ubuntu yakkety.
- golang-1.6-doc: No summary available for golang-1.6-doc in ubuntu yakkety.
No description available for golang-1.6-doc in ubuntu yakkety.
- golang-1.6-go: No summary available for golang-1.6-go in ubuntu yakkety.
No description available for golang-1.6-go in ubuntu yakkety.
- golang-1.6-go-dbgsym: debug symbols for package golang-1.6-go
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.6-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.