golang-1.17 1.17-1ubuntu2 source package in Ubuntu

Changelog

golang-1.17 (1.17-1ubuntu2) impish; urgency=medium

  * Add support for c-archive and c-shared on RISC-V (LP: #1936664)
    - Apply patches from https://github.com/4a6f656c/go.git,
      branch riscv64-c-shared-go1.16:
      - d/patches/0001-runtime-cgo-save-and-restore-X3-aka-GP-for-crosscall.patch
      - d/patches/0002-runtime-save-and-restore-X3-aka-GP-for-asmcgocalls-o.patch
      - d/patches/0003-all-add-support-for-c-archive-and-c-shared-on-linux-.patch
      - d/patches/0004-runtime-change-riscv64-assembly-to-work-with-Go-1.16.patch

 -- William 'jawn-smith' Wilson <email address hidden>  Thu, 16 Sep 2021 13:47:34 -0500

Upload details

Uploaded by:
William Wilson
Sponsored by:
Michael Hudson-Doyle
Uploaded to:
Impish
Original maintainer:
Ubuntu Developers
Architectures:
amd64 arm64 armel armhf i386 mips mips64el mipsel ppc64 ppc64el riscv64 s390x all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
golang-1.17_1.17.orig.tar.gz 21.2 MiB 3a70e5055509f347c0fb831ca07a2bf3b531068f349b14a3c652e9b5b67beb5d
golang-1.17_1.17.orig.tar.gz.asc 819 bytes 0998fe1bb63346227bb48c7e928fd1a613be61cdc28de121c297cf9b14a7ff0e
golang-1.17_1.17-1ubuntu2.debian.tar.xz 42.0 KiB ef38441cd67226b67bdc65f4e83a7fcbc62aa7a1f19b46fb2e91e5cf1651ac28
golang-1.17_1.17-1ubuntu2.dsc 2.9 KiB 40ff1186ed39a09f07fe421f8bf093d257581ca3f76621f17f7ae2e53297d34f

Available diffs

View changes file

Binary packages built by this source

golang-1.17: No summary available for golang-1.17 in ubuntu impish.

No description available for golang-1.17 in ubuntu impish.

golang-1.17-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.17-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.17/bin/ to PATH, or invoke /usr/lib/go-1.17/bin/go directly.

golang-1.17-go-dbgsym: No summary available for golang-1.17-go-dbgsym in ubuntu impish.

No description available for golang-1.17-go-dbgsym in ubuntu impish.

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