golang-1.9 1.9.4-1ubuntu1 source package in Ubuntu

Changelog

golang-1.9 (1.9.4-1ubuntu1) bionic; urgency=medium

  * Merge from Debian unstable. Remaining change:
    - Do not distribute un-built from source race detector runtime files and
      recommend golang-race-detector-runtime instead (see Debian bug #807455).

golang-1.9 (1.9.4-1) unstable; urgency=medium

  * New upstream version, fixing CVE-2018-6574.

 -- Michael Hudson-Doyle <email address hidden>  Thu, 08 Feb 2018 10:52:06 +1300

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
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
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
golang-1.9_1.9.4.orig.tar.gz 15.6 MiB 0573a8df33168977185aa44173305e5a0450f55213600e94541604b75d46dc06
golang-1.9_1.9.4-1ubuntu1.debian.tar.xz 35.3 KiB a89d66fcac8d519e4b2c0917ef84a906f39b73ab84a30bbab0e3c4f6228bc5a3
golang-1.9_1.9.4-1ubuntu1.dsc 2.5 KiB 072601ba4189bdcaa4e46b0710a728b20d5085255951b37ec6a55b59cb0289e5

Available diffs

View changes file

Binary packages built by this source

golang-1.9: No summary available for golang-1.9 in ubuntu disco.

No description available for golang-1.9 in ubuntu disco.

golang-1.9-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 package provides the documentation for the Go programming
 language. You can view the formatted documentation by running "godoc
 --http=:6060", and then visiting http://localhost:6060/doc/install.html.

golang-1.9-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.9-go-dbgsym: No summary available for golang-1.9-go-dbgsym in ubuntu disco.

No description available for golang-1.9-go-dbgsym in ubuntu disco.

golang-1.9-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.