GitHunt
PU

puneethreddy20/my-go-examples

A place to keep my go code snippets and examples.

my-go-examples

Code Climate
Issue Count
Go Report Card
License

my-go-examples is a place to keep my go code snippets and examples.

GitHub Webpage

GO EXAMPLES

TESTED USING CONCOURSE

A Concourse CI Pipeline will automate unit testing and update the GitHub WebPage.

IMAGE - my-go-examples concourse ci piepline - IMAGE

A ci/.credentials.yml file needs to be created for your slack_url and repo_github_token.

Use fly to upload the the pipeline file ci/pipline.yml to Concourse:

fly -t ci set-pipeline -p my-go-examples -c ci/pipeline.yml --load-vars-from ci/.credentials.yml

CONCOURSE RESOURCES IN PIPELINE

my-go-examples also contains a few extra concourse resources:

  • A resource (resource-slack-alert) uses a docker image
    that will notify slack on your progress.
  • A resource (resource-repo-status) use a docker image
    that will update your git status for that particular commit.

The above resources can be removed from the pipeline.

Languages

Go96.3%Shell3.7%

Contributors

MIT License
Created July 27, 2018
Updated July 27, 2018