/example

Go example project for Buildkite Evaluation

Primary LanguageGoApache License 2.0Apache-2.0

Go example project

Go Reference

This repository is a fork of the basic Golang example repo, trimmed down to contain a single example.

Build the project

$ 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.