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

Commit 5c80245

Browse files
committed
uname-it: some documentation
1 parent 176bea3 commit 5c80245

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

main.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,9 @@ Output path template:
196196
197197
The output path for the compiled binaries is specified with the
198198
"-output" flag. The value is a string that is a Go text template.
199-
The default value is "{{.Dir}}_{{.OS}}_{{.Arch}}". The variables and
200-
their values should be self-explanatory.
199+
The default value is "{{.Dir}}_{{.OS}}_{{.Arch}}". Other available
200+
variables are OSUname and ArchUname which should correspond to uname -s
201+
and uname -m respectively.
201202
202203
Platforms (OS/Arch):
203204

0 commit comments

Comments
 (0)