golang 2:1.5.1-0ubuntu4 source package in Ubuntu
Changelog
golang (2:1.5.1-0ubuntu4) xenial; urgency=medium * Add d/patches/support-new-relocations.patch to fix ftbfs on xenial. -- Michael Hudson-Doyle <email address hidden> Mon, 16 Nov 2015 09:43:57 +1300
Upload details
- Uploaded by:
- Michael Hudson-Doyle
- Sponsored by:
- Steve Langasek
- Uploaded to:
- Xenial
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
golang_1.5.1.orig.tar.gz | 11.5 MiB | a889873e98d9a72ae396a9b7dd597c29dcd709cafa9097d9c4ba04cff0ec436b |
golang_1.5.1-0ubuntu4.debian.tar.xz | 38.2 KiB | 175a48a0c3d3f1807e2ff4867433609288a787ae1f8e0ecc0b8f5da14dbde14b |
golang_1.5.1-0ubuntu4.dsc | 2.3 KiB | 6415467d66e0e7248e31480a13fba41ff451af13ee793a4cebb021c398eed9ee |
Available diffs
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.