index
:
go.wit.com/apps/autogenpb.git
devel
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
example
/
fruit.New.go
blob: c00f981357e1f613d4b66ab943a6dfadb3893d92 (
plain
)
1
2
3
4
5
6
7
package main func NewFruits() *Fruits { x := new(Fruits) x.Uuid = "test" return x }