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

https://github.com/sangshuduo/cgo_ci_helloworld

a simple GO project utilizes some popular CI services for auto test
https://github.com/sangshuduo/cgo_ci_helloworld

ci codeclimate codecov coverage-testing golang helloworld travis-ci unittest

Last synced: 4 months ago
JSON representation

a simple GO project utilizes some popular CI services for auto test

Awesome Lists containing this project

README

        

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/b12d443bca14495f8b8085763c95ab21)](https://app.codacy.com/manual/sangshuduo/cgo_ci_helloworld?utm_source=github.com&utm_medium=referral&utm_content=sangshuduo/cgo_ci_helloworld&utm_campaign=Badge_Grade_Dashboard)
[![Maintainability](https://api.codeclimate.com/v1/badges/da38aa4a21725ecfd609/maintainability)](https://codeclimate.com/github/sangshuduo/cgo_ci_helloworld/maintainability)

[![codecov](https://codecov.io/gh/sangshuduo/cgo_ci_helloworld/branch/develop/graph/badge.svg)](https://codecov.io/gh/sangshuduo/cgo_ci_helloworld)
[![codebeat badge](https://codebeat.co/badges/1ebd1e3b-03d4-438a-b95e-7dfaecb3fa4e)](https://codebeat.co/projects/github-com-sangshuduo-cgo_ci_helloworld-develop)

## Description

This is an example how a simple GO project use CGO, go module, and some popular CI services and unit test frameworks.