https://github.com/atotto/circleci-golang-example
https://github.com/atotto/circleci-golang-example
circleci gomodule
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/atotto/circleci-golang-example
- Owner: atotto
- Created: 2019-03-25T14:20:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-24T23:59:41.000Z (over 3 years ago)
- Last Synced: 2025-05-08T23:48:41.359Z (about 1 year ago)
- Topics: circleci, gomodule
- Language: Go
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](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/