diff options
| author | Paul Buetow <paul@buetow.org> | 2025-08-28 11:14:48 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-08-28 11:14:48 +0300 |
| commit | 2490ce50385bc015b9076011fb8a94cfcda30cc6 (patch) | |
| tree | 279e3feede5e0b9a60abb592ccdb64f7f6dbdd89 /internal/version.go | |
| parent | db3a5f331a161626acb2926ccc66665d11a9468e (diff) | |
jo
Diffstat (limited to 'internal/version.go')
| -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() { |
