package main func NewFruits() *Fruits { x := new(Fruits) x.Uuid = "test" return x }