Add support for running Unit Test for Go.
This differential adds two new configuration options:
unit.go.godep bool: If enabled and Godeps folder is found at the root of the repository, the tests will run through godep. Default: true
unit.go.race bool: If enabled, race detection will be run. Default: true