diff options
Diffstat (limited to 'wit.go')
| -rw-r--r-- | wit.go | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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() { |
