The devel/go-tools port
go-tools-0.30.0v0 – various tools for the Go programming language
Description
This package provides the golang.org/x/tools module, comprising various
tools and packages mostly for static analysis of Go programs, some of
which are listed below.
- callgraph: prints the call graph of a Go program.
- deadcode: reports unreachable functions.
- digraph: utility for manipulating directed graphs in textual notation.
- godoc: extracts and generates documentation for Go programs.
- goimports: formats a Go program like go fmt and additionally inserts
import statements for any packages required by the file after it is
edited.
- stringer: generates declarations (including a String method) for
"enum" types.
- present: runs a web server that presents slide and article files from
- toolstash: simplifies working with multiple versions of the Go toolchain.
the current directory.
WWW: https://pkg.go.dev/golang.org/x/tools/cmd
- Only for arches
-
aarch64
amd64
arm
i386
riscv64
- Categories:
-
devel
lang/go
Library dependencies
Build dependencies
Run dependencies