summaryrefslogtreecommitdiff
path: root/small
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 /small
parent97c65be0a0bdadca494956fd9c2b58d94e8a5fcc (diff)
start saving and setting the Uuidv0.0.45
Diffstat (limited to 'small')
-rw-r--r--small/fruit.New.go9
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
-}