From 2490ce50385bc015b9076011fb8a94cfcda30cc6 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 28 Aug 2025 11:14:48 +0300 Subject: jo --- internal/version.go | 5 ----- 1 file changed, 5 deletions(-) (limited to 'internal') 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() { -- cgit v1.2.3