Thanks to visit codestin.com
Credit goes to github.com

Skip to content
forked from mkmrgn/example

Go example project for Buildkite Evaluation

License

Notifications You must be signed in to change notification settings

ccuadrado/example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Go example project for Buildkite Evaluation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%