struct 类型转换问题

guosheng1987 · · 823 次点击
试试 import(. "post" )
#4
更多评论
name := &post.Uname{Uname: "张三"} or Uname: (*post.Uname)(name)
#1
我就是不想用post.Uanme这种方式才自定义的类型,否则就没必要这么做了。如果这个变量在当前文件使用很多次话就必须要每个前面都加post.,是出于这个目的。
#2