NYC's Blog - 《Go程序设计语言》要点总结——数据类型 的评论 http://niyanchun.com/gopl-notes-types.html Go中有四种数据类型:基本类型(basic types)集合/聚合类型(aggregate types)引用类型(reference types)接口类型(interface types)1. ...