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

Changelog

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

  * Team upload
  * New upstream version 0.15.0
  * Add patch to replace typo GO111MODULE env name
  * Exclude new test binaries
    + go/analysis/passes/httpmux/cmd/httpmux
    + gopls/internal/lsp/analysis/unusedparams/cmd

 -- Shengjing Zhu <email address hidden>  Wed, 22 Nov 2023 01:01:51 +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.15.0+ds-1.dsc 2.2 KiB 0407b4373e9512c4fe3882f1e478af2c8946e88b9fae1d98e94dea4e2c3e1bd9
golang-golang-x-tools_0.15.0+ds.orig.tar.gz 3.0 MiB 2e4575d333381e02eb693a58b8a29e27b557ce0fa55d46a7740089cfaeace0c3
golang-golang-x-tools_0.15.0+ds-1.debian.tar.xz 29.7 KiB 237d23d6a52520d76d4084f27314fdb28cc6935cc255bc3a3558fe4b36a0d672

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