summaryrefslogtreecommitdiff
path: root/example/fruit.New.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-17 02:50:36 -0600
committerJeff Carr <[email protected]>2025-01-17 02:50:36 -0600
commit0a4b985020eab6b2ca088f7784830c7103f067e4 (patch)
tree256133d1ca5a65ca110f6efd4f99899ff4278afe /example/fruit.New.go
parent97c65be0a0bdadca494956fd9c2b58d94e8a5fcc (diff)
start saving and setting the Uuidv0.0.45
Diffstat (limited to 'example/fruit.New.go')
-rw-r--r--example/fruit.New.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/fruit.New.go b/example/fruit.New.go
index 0be9b07..bc192c0 100644
--- a/example/fruit.New.go
+++ b/example/fruit.New.go
@@ -1,6 +1,6 @@
package main
-func NewFruits() *Fruits {
+func oldNewFruits() *Fruits {
x := new(Fruits)
x.Uuid = "test"
x.Version = "v0.0.2"