golang-golang-x-tools 1:0.1.9+ds-2 source package in Ubuntu
Changelog
golang-golang-x-tools (1:0.1.9+ds-2) unstable; urgency=medium * Team upload. * Add Multi-Arch hint * Refresh lintian overrides -- Shengjing Zhu <email address hidden> Wed, 23 Feb 2022 23:11:16 +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 | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
golang-golang-x-tools_0.1.9+ds-2.dsc | 2.2 KiB | c5b7bdd823f64989464ae2a540b829d3681b20c9f91c60528c5506b93cfe5adc |
golang-golang-x-tools_0.1.9+ds.orig.tar.gz | 2.4 MiB | 1fd0147ed6e6ec2e00782591d7cd6331e78b6e32f936194ca2aa04ac3c406d1b |
golang-golang-x-tools_0.1.9+ds-2.debian.tar.xz | 23.9 KiB | 53ca0e0189ad75d445e3db33be70803ac98790d8f100d1fc5eddbad41089c1b5 |
Available diffs
- diff from 1:0.1.8+ds-1 to 1:0.1.9+ds-2 (64.5 KiB)
- diff from 1:0.1.9+ds-1 to 1:0.1.9+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