From 08400c8913919198be7eac8e1fd37fc4a979c7b0 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 22 Feb 2025 07:17:57 -0600 Subject: seperate package from forge --- wit.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'wit.go') diff --git a/wit.go b/wit.go index 037de84..5a11965 100644 --- a/wit.go +++ b/wit.go @@ -6,10 +6,6 @@ import ( "strings" ) -// sent via -ldflags -var VERSION string -var BUILDTIME string - func (m *Machine) IsInstalled(name string) bool { loop := m.Packages.SortByName() for loop.Scan() { -- cgit v1.2.3