Added build command
This commit is contained in:
parent
4f2bb677dc
commit
56bb014b51
7 changed files with 103 additions and 12 deletions
|
@ -10,13 +10,8 @@ import (
|
|||
func System(args []string) int {
|
||||
line := "%-19s%s\n"
|
||||
|
||||
// Platform
|
||||
log.Info.Printf(line, "Platform:", runtime.GOOS)
|
||||
|
||||
// Architecture
|
||||
log.Info.Printf(line, "Architecture:", runtime.GOARCH)
|
||||
|
||||
// Go
|
||||
log.Info.Printf(line, "Go:", runtime.Version())
|
||||
|
||||
// Directory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue