diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-12 14:53:38 -0500 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-12 14:53:38 -0500 |
commit | 6a18ba25f6b4c161e65016c20de5d9402ecf2ba7 (patch) | |
tree | 63ba3917dab43bf34057d75fe57b42db370ae119 /development/golang-googlecode-gotools | |
parent | 5fe07b275b136dad5092f316a04a893021fc58b9 (diff) |
development/golang-googlecode-gotools: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'development/golang-googlecode-gotools')
-rw-r--r-- | development/golang-googlecode-gotools/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/golang-googlecode-gotools/README b/development/golang-googlecode-gotools/README index d7b91470036a..b7bc04efdead 100644 --- a/development/golang-googlecode-gotools/README +++ b/development/golang-googlecode-gotools/README @@ -7,8 +7,8 @@ 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. +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: ``` |