summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index 757a0bd..3f5294a 100644
--- a/structs.go
+++ b/structs.go
@@ -16,5 +16,5 @@ type stuff struct {
dog *time.Ticker // the watchdog timer
distro string // debian,redhat,gentoo,macos,wincrap
machine *zoopb.Machine // my protobuf
- packages *zoopb.Packages // installed packages and versions
+ // packages *zoopb.Packages // installed packages and versions
}