Go Interface 的优雅使用,让代码更整洁更容易测试

另外,在 Go 里面是允许没有任何方法的 Interface,对于这样的空 Interface,可以认为任何的类型都实现了空 Interface。

代码整洁之道——优雅注释之道

一、Best Practice注释应该声明代码的高层次意图,而非明显的细节反例 /**

Golang整洁接口最佳实践

然后,我们定义一个Error方法:Now, we can use an instance of the networkProblem struct wherever an error is accepted.

使用 Golang 构建整洁架构

什么是整洁架构?