golang-golang-x-tools 1:0.5.0+ds-2 source package in Ubuntu
Changelog
golang-golang-x-tools (1:0.5.0+ds-2) experimental; urgency=medium * Team upload * Backport patch to fix tests with Go1.20.2 -- Shengjing Zhu <email address hidden> Mon, 13 Mar 2023 18:07:20 +0800
Upload details
- Uploaded by:
- Debian Go Packaging Team
- Uploaded to:
- Experimental
- Original maintainer:
- Debian Go Packaging Team
- Architectures:
- any all
- Section:
- golang
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
golang-golang-x-tools_0.5.0+ds-2.dsc | 2.2 KiB | 45d41d400aac38a74ee7f69c389f4f7b61b1d71b14fa8b8e79f57f07c79ffdf0 |
golang-golang-x-tools_0.5.0+ds.orig.tar.gz | 2.7 MiB | 081c21e3dad908e907156df9c44daf54cab6c870eaeb3e17753f29a2d4e535bf |
golang-golang-x-tools_0.5.0+ds-2.debian.tar.xz | 26.4 KiB | 799160019d800e3d248d75209af236a8095e71df733e719b208dd94cb85a0a6a |
Available diffs
- diff from 1:0.5.0+ds-1 to 1:0.5.0+ds-2 (1.2 KiB)
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