golang-golang-x-tools 1:0.1.8+ds-1 source package in Ubuntu
Changelog
golang-golang-x-tools (1:0.1.8+ds-1) unstable; urgency=medium * Team upload * New upstream release -- Shengjing Zhu <email address hidden> Fri, 24 Dec 2021 03:14:00 +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.8+ds-1.dsc | 2.3 KiB | 6862a61d7adbe3d71a35131ddb163bd442742bcf6150a0b166b119bea1a778e1 |
golang-golang-x-tools_0.1.8+ds.orig.tar.gz | 2.3 MiB | 13f5808ce77a57f42aebcb1a8787a396deac30405f1e40eae78e71289c628c7f |
golang-golang-x-tools_0.1.8+ds-1.debian.tar.xz | 24.1 KiB | 54b4047dc8387da2656cfc65d04d972b90d8acd793b3cfc22d0497e85f9cb49a |
Available diffs
- diff from 1:0.1.7+ds-2 to 1:0.1.8+ds-1 (169.8 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