summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-16 20:43:01 -0500
committerJeff Carr <[email protected]>2024-10-16 20:43:01 -0500
commit142d9ab1cb8bf10f9f4177efdca9a690a44cc6b8 (patch)
tree252c8178bc1510def83bbb2b59b6428c9714b3c5 /structs.go
parent1c77ec7e63355cab48564a9fb49f34f55b5f0b15 (diff)
this is such stupid code because I haven't switched to protobuf
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 80f493b..00ea397 100644
--- a/structs.go
+++ b/structs.go
@@ -44,5 +44,5 @@ type DropletT struct {
hname string // the hypervisor it's currently running on
h *HyperT // the hypervisor it's currently running on
lastpoll time.Time // the last time the droplet was seen running
- starts int // how many times a start event has been attempted
+ starts int // how many times a start event has been attempted
}