Go 语言各种测试库(框架)比较
比较的库包括: 1. testing(标准库) 2. [GoConvey](https://github.com/smartystreets/goconvey/) 3. [testify](https://github.com/stretchr/testify/) 4. [gocheck](http://labix.org/gocheck) 5. [prettytest](https://github.com/remogatto/prettytest) 6. [go-spec](...阅读全文