golang-1.10 1.10.1-1ubuntu2 source package in Ubuntu
Changelog
golang-1.10 (1.10.1-1ubuntu2) bionic; urgency=medium * Add d/patches/0001-cmd-link-do-not-pass-no-pie-to-host-linker-when-link.patch to fix ftbfs on arm64. -- Michael Hudson-Doyle <email address hidden> Mon, 09 Apr 2018 11:07:21 +1200
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 | Published | Component | Section | |
---|---|---|---|---|
Bionic | release | main | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
golang-1.10_1.10.1.orig.tar.gz | 17.5 MiB | 589449ff6c3ccbff1d391d4e7ab5bb5d5643a5a41a04c99315e55c16bbf73ddc |
golang-1.10_1.10.1-1ubuntu2.debian.tar.xz | 34.2 KiB | 712d96f8ad8bdcb08c36255054fcb2ac92a2eeb227189d230cf5bf8bdb8d3235 |
golang-1.10_1.10.1-1ubuntu2.dsc | 2.6 KiB | 1280772e91417cc96b6f792cf13d670c31dd3d59f97de42ecbd57bcaef764aa3 |
Available diffs
- diff from 1.10-1ubuntu1 to 1.10.1-1ubuntu2 (24.1 KiB)
- diff from 1.10.1-1ubuntu1 to 1.10.1-1ubuntu2 (1.2 KiB)
Binary packages built by this source
- golang-1.10: No summary available for golang-1.10 in ubuntu cosmic.
No description available for golang-1.10 in ubuntu cosmic.
- golang-1.10-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.10-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.10-go-dbgsym: No summary available for golang-1.10-go-dbgsym in ubuntu cosmic.
No description available for golang-
1.10-go- dbgsym in ubuntu cosmic.
- golang-1.10-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.