diff options
| author | Jeff Carr <[email protected]> | 2024-10-21 22:21:22 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-21 22:21:22 -0500 |
| commit | ec178de1d7b9cd94bdd6ffd6a64b914bae15a549 (patch) | |
| tree | 441e72a95b79ba3fd5350b66b617a5dab0d777b8 /sampleData.go | |
| parent | 273c0f5451618a3442343cd8397df820a35dcd6e (diff) | |
rename from old code
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'sampleData.go')
| -rw-r--r-- | sampleData.go | 2 |
1 files changed, 1 insertions, 1 deletions
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) } |
