summaryrefslogtreecommitdiff
path: root/small/fruit.New.go
diff options
context:
space:
mode:
Diffstat (limited to 'small/fruit.New.go')
-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
-}