diff options
| author | Jeff Carr <[email protected]> | 2025-01-17 02:50:36 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-17 02:50:36 -0600 |
| commit | 0a4b985020eab6b2ca088f7784830c7103f067e4 (patch) | |
| tree | 256133d1ca5a65ca110f6efd4f99899ff4278afe /example/fruit.New.go | |
| parent | 97c65be0a0bdadca494956fd9c2b58d94e8a5fcc (diff) | |
start saving and setting the Uuidv0.0.45
Diffstat (limited to 'example/fruit.New.go')
| -rw-r--r-- | example/fruit.New.go | 2 |
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" |
