summaryrefslogtreecommitdiff
path: root/wit.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-22 07:17:57 -0600
committerJeff Carr <[email protected]>2025-02-22 07:17:57 -0600
commit08400c8913919198be7eac8e1fd37fc4a979c7b0 (patch)
tree23533ec56c7f5421f26fbe2acb25c76a00321375 /wit.go
parent8f6f85e51cc4dcc1ba4636e35a2369f92002bdd7 (diff)
seperate package from forgev0.0.36
Diffstat (limited to 'wit.go')
-rw-r--r--wit.go4
1 files changed, 0 insertions, 4 deletions
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() {