golang-defaults 2:1.10~4ubuntu1 source package in Ubuntu

Changelog

golang-defaults (2:1.10~4ubuntu1) bionic; urgency=medium

  * Merge with Debian stable. Remaining change:
    - Build and recommend golang-race-detector-runtime on amd64.

 -- Michael Hudson-Doyle <email address hidden>  Wed, 28 Feb 2018 22:11:52 +1300

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release main devel

Downloads

File Size SHA-256 Checksum
golang-defaults_1.10~4ubuntu1.tar.xz 14.3 KiB e7869ac8c8b677474d0d41e721dbebacb68c97caeb33d7f0f521f63d2afc9485
golang-defaults_1.10~4ubuntu1.dsc 2.4 KiB a0b865a1f549b3e8880d98b9f8105ae50a905205784165c8882af1a1f4bc702e

View changes file

Binary packages built by this source

gccgo-go: No summary available for gccgo-go in ubuntu disco.

No description available for gccgo-go in ubuntu disco.

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-any: No summary available for golang-any in ubuntu cosmic.

No description available for golang-any in ubuntu cosmic.

golang-doc: No summary available for golang-doc in ubuntu eoan.

No description available for golang-doc in ubuntu eoan.

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 is only built on architectures that have a
 native toolchain ("gc compiler"). Packages that want to build with whichever
 of gc or gccgo is available should depend on golang-any.

golang-race-detector-runtime: Runtime support for Go's race detector

 The runtime support for the race detector is included as a binary
 file in the go source distribution so this package exists to build it
 from source on trusted infrastructure.
 .
 Installing this package will make the -race flag to the go tool functional.
 .
 This is a dependency package that depends on the race detector runtime for the
 default version of Go.

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.