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

Changelog

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

  * Team upload
  * New upstream version 0.5.0+ds
  * Update Standards-Version to 4.6.2 (no changes)
  * Bump golang-golang-x-vuln-dev to 0.0~git20230201.4c848ed
  * Skip internal/gcimporter TestStdlib.
    This test needs github.com/jba/printsrc
  * Exclude gopls/internal/lsp/protocol/generate when building

 -- Shengjing Zhu <email address hidden>  Tue, 07 Feb 2023 21:37:17 +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-1.dsc 2.2 KiB 6e51e7b357fd272136cb812173704ce7b42e9280a6752517ef701a09a68f6e11
golang-golang-x-tools_0.5.0+ds.orig.tar.gz 2.7 MiB 081c21e3dad908e907156df9c44daf54cab6c870eaeb3e17753f29a2d4e535bf
golang-golang-x-tools_0.5.0+ds-1.debian.tar.xz 25.9 KiB a980be67f7ad8599c02e87ae4346da1905bea2af5eb714cf104572d99c3e8913

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