Skip to content

Commit 32485b7

Browse files
committed
more formatting
1 parent b05bb73 commit 32485b7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ but a typical directory for the code is /usr/lib/golang.
4747
* Set environment variables. Based on the previous lines,
4848

4949
export GOROOT=/usr/lib/golang
50+
5051
export GOPATH=$HOME/gowork
5152

5253
* Install the git client
@@ -62,7 +63,9 @@ be used on systems without Cygwin installed
6263
* Set environment variables. Based on the previous lines,
6364

6465
set GOROOT=c:\Go
66+
6567
set GOPATH=c:\Gowork
68+
6669
set CC=x86_64-w64-mingw32-gcc.exe
6770

6871
* Install the git client
@@ -162,6 +165,10 @@ supported with similar modifications.
162165
See the [README](cmd/mq_json/README.md) for more details.
163166
* Fixed bug where freespace metrics were showing as non-integer bytes, not percentages
164167

168+
14 Dec 2016
169+
* Minor updates to this README for formatting
170+
* Removed the pointless xxx_CURRENT_LENGTH definitions from cmqc
171+
165172
## Health Warning
166173

167174
This package is provided as-is with no guarantees of support or updates. There are also no guarantees of compatibility

0 commit comments

Comments
 (0)