File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ but a typical directory for the code is /usr/lib/golang.
47
47
* Set environment variables. Based on the previous lines,
48
48
49
49
export GOROOT=/usr/lib/golang
50
+
50
51
export GOPATH=$HOME/gowork
51
52
52
53
* Install the git client
@@ -62,7 +63,9 @@ be used on systems without Cygwin installed
62
63
* Set environment variables. Based on the previous lines,
63
64
64
65
set GOROOT=c:\Go
66
+
65
67
set GOPATH=c:\Gowork
68
+
66
69
set CC=x86_64-w64-mingw32-gcc.exe
67
70
68
71
* Install the git client
@@ -162,6 +165,10 @@ supported with similar modifications.
162
165
See the [ README] ( cmd/mq_json/README.md ) for more details.
163
166
* Fixed bug where freespace metrics were showing as non-integer bytes, not percentages
164
167
168
+ 14 Dec 2016
169
+ * Minor updates to this README for formatting
170
+ * Removed the pointless xxx_CURRENT_LENGTH definitions from cmqc
171
+
165
172
## Health Warning
166
173
167
174
This package is provided as-is with no guarantees of support or updates. There are also no guarantees of compatibility
You can’t perform that action at this time.
0 commit comments