手机浏览 RSS 2.0 订阅 膘叔的简单人生 , 腾讯云RDS购买 | 超便宜的Vultr , 注册 | 登陆

type ttt struct{} var t ttt; 与 t := New(ttt) 有什么区别?

首页 > Go >

 在实际中遇到了标题的问题,即:

type ttt struct{}
var t ttt;
t := New(ttt)
有什么区别?
 
包括手册上都说好象没啥区别( 我记得好象是《go 云动力》)
但是我在测试jsonrpc的时候,用 var t ttt的方式 时:
XML/HTML代码
  1. 2013/05/31 12:46:35 rpc.Register: type Arith has no exported methods of suitable type (hint: pass a pointer to value of that type)  
换成t:=New(ttt),就OK了
------
新手,暂时不知其所以然,先记录和备份一下
 
 
 
 



本站采用创作共享版权协议, 要求署名、非商业和保持一致. 本站欢迎任何非商业应用的转载, 但须注明出自"易栈网-膘叔", 保留原始链接, 此外还必须标注原文标题和链接.

« 上一篇 | 下一篇 »

发表评论

评论内容 (必填):