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

Changelog

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

  * Team upload
  * New upstream version 0.11.1+ds
  * Drop 0005-Skip-go-vcs-TestRepoRootForImportPath.patch
    as go/vcs is deleted.
  * Add 0012-Enable-GO111MODULE-in-gonew-test.patch
  * Add golang prefix to deadcode and defers command
  * Install golang-deadcode, golang-defers and gonew binaries

 -- Shengjing Zhu <email address hidden>  Thu, 03 Aug 2023 19:21:30 +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.11.1+ds-1.dsc 2.2 KiB 59e4dafd0998d238ddd7db39b935c950ed9890641d394faabb9b152071cb4349
golang-golang-x-tools_0.11.1+ds.orig.tar.gz 2.8 MiB 0b01a233735aa221b0ddc166f9a945b37f4fc310b18c0943507b9ebc11123288
golang-golang-x-tools_0.11.1+ds-1.debian.tar.xz 26.8 KiB dce06bdf068f69a3b37026077287e87d9cf35a4f0c8061fdc6282d7000d6893a

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