golang-defaults 2:1.12~1ubuntu1 source package in Ubuntu

Changelog

golang-defaults (2:1.12~1ubuntu1) eoan; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - Build and recommend golang-race-detector-runtime on amd64.

golang-defaults (2:1.12~1) unstable; urgency=medium

  [ Louis-Philippe VĂ©ronneau ]
  * d/control: Suggest installing git (Closes: #933003)

  [ Anthony Fok ]
  * Add myself to the list of Uploaders
  * Apply "cme fix dpkg" fixes:
    - Update debhelper dependency to "Build-Depends: debhelper-compat (= 12)"
    - Bump Standards-Version to 4.4.0 (no change)
  * Have gccgo-go depend on gccgo-9
  * Update to Go 1.12 (src:golang-1.12) (Closes: #924623)

 -- Gianfranco Costamagna <email address hidden>  Sun, 04 Aug 2019 22:46:14 +0200

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Eoan
Original maintainer:
Go Compiler Team
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-defaults_1.12~1ubuntu1.tar.xz 15.1 KiB 66a9c39bdd587fd9508cce6bfa13b877747ec663a1cd11c50ca19c000ef69fcf
golang-defaults_1.12~1ubuntu1.dsc 2.4 KiB 3840f084cda17bd2d7608f203e6f8ca15fd3a70168c691bfeef122182ff52b7b

View changes file

Binary packages built by this source

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

No description available for gccgo-go in ubuntu eoan.

golang: No summary available for golang in ubuntu eoan.

No description available for golang in ubuntu eoan.

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

No description available for golang-any in ubuntu eoan.

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

No description available for golang-doc in ubuntu eoan.

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

No description available for golang-go in ubuntu eoan.

golang-race-detector-runtime: No summary available for golang-race-detector-runtime in ubuntu eoan.

No description available for golang-race-detector-runtime in ubuntu eoan.

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.