Fixes in mac build script, some gofmt works.

This commit is contained in:
2018-11-10 20:57:28 +05:00
parent 127e1b8ab9
commit 39ac02dfc5
6 changed files with 181 additions and 216 deletions

View File

@@ -10,12 +10,12 @@
package common
const (
URTRATOR_VERSION = "0.2.0-devel"
URTRATOR_VERSION = "0.2.0-devel"
)
// Self-named.
var SUPPORTED_URT_VERSIONS []string = []string{
"4.2.023",
"4.3.1",
"4.3.2",
"4.2.023",
"4.3.3",
"4.3.4",
}