2014-01-30 17:50:27 +08:00
|
|
|
golang-googlecode-gotools
|
|
|
|
|
2020-10-13 09:12:58 +08:00
|
|
|
Provides a couple of tools for working with the Go programming
|
|
|
|
language. Like godoc, a code vetting analysis utility and others.
|
2014-01-30 17:50:27 +08:00
|
|
|
|
2020-10-13 09:12:58 +08:00
|
|
|
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
|
2022-01-04 04:11:06 +08:00
|
|
|
|
2022-03-13 03:53:38 +08:00
|
|
|
This package currently builds a historic version of tools from when
|
|
|
|
they were removed from the core golang repo.
|
2022-01-04 04:11:06 +08:00
|
|
|
|
|
|
|
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
|
|
|
|
```
|