slackbuilds_ponce/development/golang-googlecode-gotools
Vincent Batts d930888d34
development/golang-googlecode-gotools: fix build of go.tools
This is a bandaid, since the package is so old. To update it would be a
rework of this SlackBuild. So, added some instructions for users that
care to install a newer version for themselves.

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-01-04 07:52:05 +07:00
..
golang-googlecode-gotools.info
golang-googlecode-gotools.SlackBuild development/golang-googlecode-gotools: fix build of go.tools 2022-01-04 07:52:05 +07:00
README development/golang-googlecode-gotools: fix build of go.tools 2022-01-04 07:52:05 +07:00
slack-desc

golang-googlecode-gotools

Provides a couple of tools for working with the Go programming
language. Like godoc, a code vetting analysis utility and others.

This also provides the import path of code.google.com/p/go.tools for
the Go programming language. These libraries are source only.  To
compile using the libraries, include "/usr/share/gocode" in your GOPATH

This package currently builds a historic version of tools from when they were
removed from the core golang repo.

Users may wish to install updated commands, like:
```
go get -u golang.org/x/tools/godoc
```

or in future golang versions (>= go1.17):
```
go install golang.org/x/tools/gopls@latest
```