fourtysixandtwo 9cc768733f development/golang-googlecode-gotools: Change i486 to i586 2 yıl önce
..
README 6a18ba25f6 development/golang-googlecode-gotools: Wrap README at 72 columns. 2 yıl önce
golang-googlecode-gotools.SlackBuild 9cc768733f development/golang-googlecode-gotools: Change i486 to i586 2 yıl önce
golang-googlecode-gotools.info 9285f8cd1d development/golang-googlecode-gotools: Update HOMEPAGE url. 7 yıl önce
slack-desc 422034fc80 development/golang-googlecode-gotools: Added (golang extra tools). 10 yıl önce

README

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
```