From 5c802456ccde2dae9010fe3ee1475ba6640da597 Mon Sep 17 00:00:00 2001 From: Pierre Fenoll Date: Sun, 31 Dec 2017 18:46:05 +0100 Subject: [PATCH] uname-it: some documentation --- main.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 05487bb..84b7e2c 100644 --- a/main.go +++ b/main.go @@ -196,8 +196,9 @@ Output path template: The output path for the compiled binaries is specified with the "-output" flag. The value is a string that is a Go text template. - The default value is "{{.Dir}}_{{.OS}}_{{.Arch}}". The variables and - their values should be self-explanatory. + The default value is "{{.Dir}}_{{.OS}}_{{.Arch}}". Other available + variables are OSUname and ArchUname which should correspond to uname -s + and uname -m respectively. Platforms (OS/Arch):