diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -52,6 +52,10 @@ func main() { // what OS? me.distro = initDistro() + // init my machine protobuf + me.machine = new(zoopb.Machine) + me.machine.Hostname = me.hostname + // init the installed package list me.packages = new(zoopb.Packages) initPackages() |
