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

Changelog

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

  * New upstream version 0.18.0
  * Bump versioned dependencies as per go.mod
  * Refresh patches: 0011, 0013, 0017, 0018 and 0019
  * Patch cmd/deadcode/deadcode.go to disable telemetry
  * Update DH_GOLANG_EXCLUDES to prevent building /usr/bin/generate:
    gopls/internal/lsp/protocol/generate has been moved to
    gopls/internal/protocol/generate

 -- Anthony Fok <email address hidden>  Fri, 23 Feb 2024 21:54:09 -0700

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
Noble release universe misc

Downloads

File Size SHA-256 Checksum
golang-golang-x-tools_0.18.0+ds-1.dsc 2.8 KiB 9fccc8b84121e46c6db40b2f33b74d161f039580396c9f06940183845b7c046c
golang-golang-x-tools_0.18.0+ds.orig.tar.xz 2.3 MiB 86cc759a7e62d18b8e33a3ca1d2c5ee3df2fb667ca554c97ce15b7a94bb87761
golang-golang-x-tools_0.18.0+ds-1.debian.tar.xz 32.4 KiB f097cecbcd12e211fd0119a2233cfea70b5ef179049c233ea637a18fbb72fba9

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