Skip to content

Commit

Permalink
buildinfos
Browse files Browse the repository at this point in the history
  • Loading branch information
nothub committed May 1, 2024
1 parent 3f84e1b commit 91991df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildinfo/info.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ func Module() string {
}

func Print() {
fmt.Printf("version: %s\n", version)
fmt.Printf("target: %s-%s-%s\n", arch, os, compiler)
fmt.Printf("built at: %s\n", date)
fmt.Printf("%s\n", version)
fmt.Printf("built from: %s\n", commit)
fmt.Printf("built with: %s\n", tool)
fmt.Printf("built for: %s-%s-%s\n", arch, os, compiler)
fmt.Printf("built at: %s\n", date)
}

0 comments on commit 91991df

Please sign in to comment.