summaryrefslogtreecommitdiff
path: root/internal/version.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-08-28 11:14:48 +0300
committerPaul Buetow <paul@buetow.org>2025-08-28 11:14:48 +0300
commit2490ce50385bc015b9076011fb8a94cfcda30cc6 (patch)
tree279e3feede5e0b9a60abb592ccdb64f7f6dbdd89 /internal/version.go
parentdb3a5f331a161626acb2926ccc66665d11a9468e (diff)
jo
Diffstat (limited to 'internal/version.go')
-rw-r--r--internal/version.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/internal/version.go b/internal/version.go
index 9857051..498f2b3 100644
--- a/internal/version.go
+++ b/internal/version.go
@@ -13,11 +13,6 @@ func printVersion() {
Header("Gos version", "Author", "URL").
Row(versionStr, "Paul Buetow", "https://codeberg.org/snonux/gos").
MustRender()
-
- // TODO: Make this work (based on git tag?) From Go 1.24!
- // info, _ := debug.ReadBuildInfo()
- // fmt.Println("Go version:", info.GoVersion)
- // fmt.Println("App version:", info.Main.Version)
}
func printLogo() {