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