An open API service indexing awesome lists of open source software.

https://github.com/palantir/go-compiles

Go check that checks that Go source and tests compiles
https://github.com/palantir/go-compiles

octo-correct-managed

Last synced: about 2 months ago
JSON representation

Go check that checks that Go source and tests compiles

Awesome Lists containing this project

README

        


Autorelease

go-compiles
===========
`go-compiles` verifies that all of the go packages that are part of a project compile properly. This is similar to the
check done by `go build ./...`, but goes further by also verifying that test files (both those that are part of a
package and those that are part of a `_test` package) also compile and build without errors.