summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go9
1 files changed, 2 insertions, 7 deletions
diff --git a/structs.go b/structs.go
index a99883a..a6e323a 100644
--- a/structs.go
+++ b/structs.go
@@ -1,14 +1,9 @@
package main
-import (
- "go.wit.com/lib/protobuf/virtbuf"
-)
-
var me Virtigod
// this app's variables
type Virtigod struct {
- cluster *virtbuf.Cluster
- // droplets *virtbuf.Droplets
- // events *virtbuf.Events
+ dirs []string
+ // cluster *virtbuf.Cluster
}