Add a driver for Go projects (detect go.mod; deps go mod download, analyze go vet, test go test ./..., build go build ./...). New detector in internal/detect plus a driver in internal/driver and a registry entry. Follows the same contract as the existing drivers.
Add a driver for Go projects (detect
go.mod; depsgo mod download, analyzego vet, testgo test ./..., buildgo build ./...). New detector in internal/detect plus a driver in internal/driver and a registry entry. Follows the same contract as the existing drivers.