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

https://github.com/atotto/circleci-golang-example


https://github.com/atotto/circleci-golang-example

circleci gomodule

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

[![CircleCI](https://circleci.com/gh/atotto/circleci-golang-example.svg?style=svg)](https://circleci.com/gh/atotto/circleci-golang-example)

# circleci example for Go

## Local Build and Test

You can use go get command:

go get github.com/atotto/circleci-golang-example

Testing:

go test github.com/atotto/circleci-golang-example

## Circle CI

You can see a build status: https://circleci.com/gh/atotto/circleci-golang-example

## References

circleci documents:

- https://circleci.com/docs/2.0/language-go/
- https://circleci.com/docs/2.0/caching/