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