From 0a4b985020eab6b2ca088f7784830c7103f067e4 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 17 Jan 2025 02:50:36 -0600 Subject: start saving and setting the Uuid --- small/fruit.New.go | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 small/fruit.New.go (limited to 'small') 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 -} -- cgit v1.2.3