https://github.com/geototti21/go-travis
Template repo for Go modules and Travis CI integration 🔧
https://github.com/geototti21/go-travis
codecov golang golangci-lint gomodule travis-ci
Last synced: 3 months ago
JSON representation
Template repo for Go modules and Travis CI integration 🔧
- Host: GitHub
- URL: https://github.com/geototti21/go-travis
- Owner: geototti21
- License: mit
- Created: 2019-06-23T10:11:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-23T12:13:44.000Z (about 6 years ago)
- Last Synced: 2025-03-28T08:35:38.313Z (3 months ago)
- Topics: codecov, golang, golangci-lint, gomodule, travis-ci
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 3
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.com/geototti21/go-travis)
[](https://codecov.io/gh/geototti21/go-travis)
[](https://goreportcard.com/report/github.com/geototti21/go-travis)
[](https://godoc.org/github.com/geototti21/go-travis)# go-travis
go-travis is a template repo that builds a Go package with go-modules enabled on [Travis-CI](https://travis-ci.com/)
The following tools are used:
* [golangci-lint](https://github.com/golangci/golangci-lint) for static analysis of the project.
* [Codecov](https://codecov.io/) for test coverage reporting.