2017.2.14 @NBCB
Go is not meant to innovate programming theory.
It’s meant to innovate programming practice.
import包不支持版本,升级容易导致项目不可运行
没有class,没有 this
所有和 class 相关的,比如构造函数、虚拟函数都是没有的。
没有继承,只有组合
type不需要声明他们具体要实现的某个interface
任何想要实现interface的type仅需提供与interface声明所匹配的方法
Don't communicate by sharing memory, share memory by communicating.
为微服务而生
Go的技术栈
JAVA的技术栈
Spring Cloud还有熔断器Hystrix,边缘服务Zuul等一系统套件