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
- Host: GitHub
- URL: https://github.com/palantir/go-compiles
- Owner: palantir
- License: apache-2.0
- Created: 2018-03-05T04:07:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-10T03:53:32.000Z (9 months ago)
- Last Synced: 2024-09-10T06:47:56.150Z (9 months ago)
- Topics: octo-correct-managed
- Language: Go
- Homepage:
- Size: 3.99 MB
- Stars: 11
- Watchers: 239
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog/1.4.1/pr-36.v2.yml
- License: LICENSE
Awesome Lists containing this project
README
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.