diff options
author | Vincent Batts <vbatts@hashbangbash.com> | 2014-01-30 10:50:27 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2014-02-01 00:40:46 -0600 |
commit | 422034fc80147d51fe332c276054651b2434fb58 (patch) | |
tree | 00aaa514756de884c1d394d3262775cd9259f0fa /development/golang-googlecode-gotools/README | |
parent | d8edc7ee6199d078e0c7aa7f29d5a6fde43e1cfb (diff) |
development/golang-googlecode-gotools: Added (golang extra tools).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'development/golang-googlecode-gotools/README')
-rw-r--r-- | development/golang-googlecode-gotools/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/development/golang-googlecode-gotools/README b/development/golang-googlecode-gotools/README new file mode 100644 index 0000000000000..4b08597ffdc42 --- /dev/null +++ b/development/golang-googlecode-gotools/README @@ -0,0 +1,8 @@ +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 |