This repository is a fork of the basic Golang example repo, trimmed down to contain a single example.
$ cd hello
$ go build
A simple application that takes a command line argument, and then returns it to you in a string:
$ chmod +x hello/hello
$ ./hello/hello John Doe
The above will return 'Hello, John Doe!'
This repo will automatically trigger a buildkite build at https://buildkite.com/personal-219/bk-example when a change is made.