golang-golang-x-tools 1:0.1.7+ds-2 source package in Ubuntu
Changelog
golang-golang-x-tools (1:0.1.7+ds-2) unstable; urgency=medium * Team upload. * Include ocagent package when build -- Shengjing Zhu <email address hidden> Sun, 10 Oct 2021 19:06:56 +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.7+ds-2.dsc | 2.3 KiB | 6ea41337cb547b1bd59e4a7438412617fe268cedbd99a553ae5c9200250acc82 |
golang-golang-x-tools_0.1.7+ds.orig.tar.gz | 2.3 MiB | a575cac51ea405351de8f5c2b8582c764c756fb6265261a6355d57623728e899 |
golang-golang-x-tools_0.1.7+ds-2.debian.tar.xz | 24.7 KiB | 8381cc5452d6b6bb83de673971825ec530ac60940abfa0df6b77d9989befa8ed |
Available diffs
- diff from 1:0.1.0+ds-1 to 1:0.1.7+ds-2 (585.7 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