diff options
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/version.go | 5 |
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() { |
