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 ff134aa..a99883a 100644
--- a/structs.go
+++ b/structs.go
@@ -8,7 +8,7 @@ var me Virtigod
// this app's variables
type Virtigod struct {
- cluster *virtbuf.Cluster
+ cluster *virtbuf.Cluster
// droplets *virtbuf.Droplets
// events *virtbuf.Events
}