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 /small | |
| parent | 97c65be0a0bdadca494956fd9c2b58d94e8a5fcc (diff) | |
start saving and setting the Uuidv0.0.45
Diffstat (limited to 'small')
| -rw-r--r-- | small/fruit.New.go | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/small/fruit.New.go b/small/fruit.New.go deleted file mode 100644 index 0be9b07..0000000 --- a/small/fruit.New.go +++ /dev/null @@ -1,9 +0,0 @@ -package main - -func NewFruits() *Fruits { - x := new(Fruits) - x.Uuid = "test" - x.Version = "v0.0.2" - // x.Fruits = - return x -} |
