A conglomeration of testing tools, from Autotest to Vagrant. Published on September 28, 2013. Toolbox sans box â this is not whac-a-gopher. Letâs explore some of the tools available for testing our Go code. Unit Testing Go has testing baked in. Below we contrast the standard testing package with Gustavo Niemeyerâs popular gocheck library: // with testing if !reflect.DeepEqual(value, 42) { t.Errorf
{{#tags}}- {{label}}
{{/tags}}