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 8cd6b2a commit 3f84e1b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions buildinfo/info.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,8 @@ func Module() string {
}

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

0 comments on commit 3f84e1b

Please sign in to comment.