golang-golang-x-tools 1:0.1.9+ds-2ubuntu2 source package in Ubuntu
Changelog
golang-golang-x-tools (1:0.1.9+ds-2ubuntu2) jammy; urgency=medium * Add new findtypeparams command to d/golang-golang-x-tools.install -- William 'jawn-smith' Wilson <email address hidden> Thu, 17 Mar 2022 09:19:23 -0500
Upload details
- Uploaded by:
- William Wilson
- Uploaded to:
- Jammy
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
golang-golang-x-tools_0.1.9+ds.orig.tar.gz | 2.4 MiB | 1fd0147ed6e6ec2e00782591d7cd6331e78b6e32f936194ca2aa04ac3c406d1b |
golang-golang-x-tools_0.1.9+ds-2ubuntu2.debian.tar.xz | 24.5 KiB | 1fc22163add0c8f1d8e6b9edd923c88790340f052afa494f34ff11ca6c16400a |
golang-golang-x-tools_0.1.9+ds-2ubuntu2.dsc | 2.9 KiB | aa6211c78a5f35da7a44d5f1546654df850b9d0ce731e9886c93227c0d96ca7b |
Available diffs
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