<!-- markdown -->
Go support should be considered highly experimental. Some features are only available if Go module support has been turned on and actively in use. Be aware that due to go.mod being updated as part of the build, the repository will be cleaned and git checkout'd again between runs if `--resetrepo` or its equivalent has been turned on. Running without destructive git operations may result in skewed results.
<!-- markdown -->
Go support should be considered highly experimental. Some features are only available if Go module support has been turned on and actively in use. Be aware that due to go.mod being updated as part of the build, the repository will be cleaned and git checkout'd again between runs if `--resetrepo` or its equivalent has been turned on. Running without destructive git operations may result in skewed results.
Description
Put down some basic support for some of Go's usual bits.