Introduction Go comes with built-in unit test feature, and there are lots of third-party helper libraries before GoConvey was born. Unfortunately, none of them can help you write elegant test cases like GoConvey does, simple syntax and comfortable interface make you fall in love with writing unit tests. Installation go get github.com/smartystreets/goconvey API Documentation Please visit Go Walker. Basic Usages Write the code Following code shows an example of basic four arithmetic(Add, subtra...