summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-16 05:22:41 -0600
committerJeff Carr <[email protected]>2024-11-16 05:22:41 -0600
commitf45dacfcaf5d674b8ec36a245591088e0e8f0f81 (patch)
tree0425f6308907ec3e41739af4951a024bd6123d96 /structs.go
parent6944de6d8509bc024bd1749913dcf0b4fcb97740 (diff)
create works from a filenamev0.1.6v0.1.5v0.1.4
Signed-off-by: Jeff Carr <[email protected]>
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 ebd0c73..edd304b 100644
--- a/structs.go
+++ b/structs.go
@@ -20,7 +20,7 @@ func (b *virtigoT) Enable() {
// this app's variables
type virtigoT struct {
- cluster *pb.Cluster // basic cluster settings
+ cluster *pb.Cluster // basic cluster settings
hmap map[*pb.Hypervisor]*HyperT // map to the local struct
names []string
hypers []*HyperT