golang-golang-x-tools 1:0.12.0+ds-1ubuntu0.1 source package in Ubuntu

Changelog

golang-golang-x-tools (1:0.12.0+ds-1ubuntu0.1) mantic-security; urgency=medium

  * No change rebuild due to golang-1.20, golang-1.21 updates

 -- Nishit Majithia <email address hidden>  Mon, 22 Jan 2024 10:28:35 +0530

Upload details

Uploaded by:
Nishit Majithia
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic updates universe misc
Mantic security universe misc

Downloads

File Size SHA-256 Checksum
golang-golang-x-tools_0.12.0+ds.orig.tar.gz 2.8 MiB 6c890cfa5de00dcb37c43ca1e1d4d89d31c0771b8cfa0ed07cb96e24c4c27883
golang-golang-x-tools_0.12.0+ds-1ubuntu0.1.debian.tar.xz 26.9 KiB f848a4e10f7512f5f75cfc99106c971ab49217307e05bf85f039e803431c0fdc
golang-golang-x-tools_0.12.0+ds-1ubuntu0.1.dsc 2.8 KiB cc4ede4dac727b60e5f48229112103d0f5746265a2d921966d464097118e2185

View changes file

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