golang-golang-x-tools 1:0.5.0+ds-2ubuntu0.1 source package in Ubuntu

Changelog

golang-golang-x-tools (1:0.5.0+ds-2ubuntu0.1) lunar-security; urgency=medium

  * No change rebuild due to golang-1.20, golang-1.21 updates

 -- Nishit Majithia <email address hidden>  Wed, 17 Jan 2024 15:46:35 +0530

Upload details

Uploaded by:
Nishit Majithia
Uploaded to:
Lunar
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar updates universe misc
Lunar security universe misc

Downloads

File Size SHA-256 Checksum
golang-golang-x-tools_0.5.0+ds.orig.tar.gz 2.7 MiB 081c21e3dad908e907156df9c44daf54cab6c870eaeb3e17753f29a2d4e535bf
golang-golang-x-tools_0.5.0+ds-2ubuntu0.1.debian.tar.xz 26.5 KiB 57d74ee2deac39d6f584afe49fde1c95a1d1a8a2e346a4abfb938fa6c3c2d244
golang-golang-x-tools_0.5.0+ds-2ubuntu0.1.dsc 2.8 KiB 27298788fdf45aa685ccef585ab2598006e9f331983b0d199d63bb7662e96744

View changes file

Binary packages built by this source

golang-golang-x-tools: supplementary Go tools

 This subrepository holds the source for various packages and tools that
 support the Go programming language.
 .
 Some of the tools, godoc and vet for example, used to be included in the
 golang-go package. Others, including the Go oracle and the test coverage tool,
 can be fetched with "go get".
 .
 Packages include a type-checker for Go and an implementation of the Static
 Single Assignment form (SSA) representation for Go programs.

golang-golang-x-tools-dbgsym: debug symbols for golang-golang-x-tools
golang-golang-x-tools-dev: supplementary Go tools (development files)

 This subrepository holds the source for various packages and tools that
 support the Go programming language.
 .
 Some of the tools, godoc and vet for example, used to be included in the
 golang-go package. Others, including the Go oracle and the test coverage tool,
 can be fetched with "go get".
 .
 Packages include a type-checker for Go and an implementation of the Static
 Single Assignment form (SSA) representation for Go programs.
 .
 This package contains the development files.

gopls: language server for the Go language

 gopls (pronounced: "go please") is the official language server for the Go
 language.
 .
 The Language Server Protocol allows any text editor to be extended with
 IDE-like features.

gopls-dbgsym: debug symbols for gopls