This commit is contained in:
parent
743dbe2fcc
commit
638dd3e67c
4
main.go
4
main.go
|
@ -86,8 +86,8 @@ func init() {
|
||||||
session.FixedTimeReport()
|
session.FixedTimeReport()
|
||||||
}
|
}
|
||||||
|
|
||||||
logger.Debug("host ["+runtime.Version()+", "+runtime.GOOS+"_"+runtime.GOARCH+
|
logger.Debug("host ["+runtime.Version()+", "+runtime.GOOS+"_"+runtime.GOARCH+"], cross-compilation ",
|
||||||
"], cross-compilation ", util.Go.GetCrossPlatforms())
|
util.Go.GetCrossPlatforms())
|
||||||
}
|
}
|
||||||
|
|
||||||
// Main.
|
// Main.
|
||||||
|
|
Loading…
Reference in New Issue