golang-1.19 1.19-1ubuntu1~ppa5 source package in Ubuntu
Changelog
golang-1.19 (1.19-1ubuntu1~ppa5) kinetic; urgency=medium * Add CGO_FLAGS patch once again. -- William 'jawn-smith' Wilson <email address hidden> Mon, 08 Aug 2022 17:44:06 -0500
Upload details
- Uploaded by:
- William Wilson
- Uploaded to:
- Kinetic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64 ppc64el riscv64 s390x all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
golang-1.19_1.19.orig.tar.gz | 25.3 MiB | 9419cc70dc5a2523f29a77053cafff658ed21ef3561d9b6b020280ebceab28b9 |
golang-1.19_1.19.orig.tar.gz.asc | 819 bytes | c810a498296f788beace2f8b4555941518f8589224c2daf43f45cada74a7b7ea |
golang-1.19_1.19-1ubuntu1~ppa5.debian.tar.xz | 41.6 KiB | 9448e86ae9887ff68cf01816078c7f69be3a0d14fe728747681ce21562a8ca71 |
golang-1.19_1.19-1ubuntu1~ppa5.dsc | 2.9 KiB | 062c72920f046ded4be2af1b6f1a9959bd0d88d9d907d80739ceeea4a1cc103c |
Available diffs
Binary packages built by this source
- golang-1.19: 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.
.
To use this version, instead of the default one provided by golang-go
package, add /usr/lib/go-1.19/ bin/ to PATH, or invoke /usr/lib/ go-1.19/ bin/go
directly.
- golang-1.19-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.
- golang-1.19-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.
.
To use this version, instead of the default one provided by golang-go package,
add /usr/lib/go-1.19/ bin/ to PATH, or invoke /usr/lib/ go-1.19/ bin/go directly.
- golang-1.19-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
compilation.