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):