diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -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 } |
