From ec178de1d7b9cd94bdd6ffd6a64b914bae15a549 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 21 Oct 2024 22:21:22 -0500 Subject: rename from old code Signed-off-by: Jeff Carr --- sampleData.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sampleData.go') diff --git a/sampleData.go b/sampleData.go index 6c48985..b75970b 100644 --- a/sampleData.go +++ b/sampleData.go @@ -26,7 +26,7 @@ func CreateSampleDroplets(total int) []Droplet { d := CreateSampleDroplet() // e.Id += 1000 + int32(i) - d.Comment = "Sample Event " + string(i) + d.Comment = "Sample Droplet " + string(i) all = append(all, *d) } -- cgit v1.2.3