Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
uname-it: some documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fenollp committed Dec 31, 2017
1 parent 176bea3 commit 5c80245
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 5c80245

Please sign in to comment.