golang-golang-x-tools 1:0.5.0+ds-3 source package in Ubuntu

Changelog

golang-golang-x-tools (1:0.5.0+ds-3) unstable; urgency=medium

  * Team upload
  * Upload to unstable

 -- Shengjing Zhu <email address hidden>  Sun, 11 Jun 2023 17:19:14 +0800

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
golang-golang-x-tools_0.5.0+ds-3.dsc 2.2 KiB a5992d417adda64be921c926c3dc7fc780574f0d6c2833260470a47a7ebdcf58
golang-golang-x-tools_0.5.0+ds.orig.tar.gz 2.7 MiB 081c21e3dad908e907156df9c44daf54cab6c870eaeb3e17753f29a2d4e535bf
golang-golang-x-tools_0.5.0+ds-3.debian.tar.xz 26.4 KiB d9408d82befaad71e76b35a272dd4d095772e880ccc050b9256a50a5b1832ce0

Available diffs

No changes file available.

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