summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-15 21:05:03 -0600
committerJeff Carr <[email protected]>2024-11-15 21:05:03 -0600
commit8193bf18abbef3ffb00d22820899096db19ba428 (patch)
tree064f4c63d6e621bac395d586d4ff5c78d2d27a25 /structs.go
parent706b0418bf68a09ff7b78a1646c280a53be68c97 (diff)
move to just sending machine
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
}