An open API service indexing awesome lists of open source software.

https://github.com/jlong/hello-go

Canonical hello world program in Go
https://github.com/jlong/hello-go

Last synced: about 1 month ago
JSON representation

Canonical hello world program in Go

Awesome Lists containing this project

README

          

# Hello Go

Canonical hello world program in Go. Also wired up for testing Jenkins.

# Building

To build the `hello` executable, run:

make hello

You will need to have `go` installed. On a Mac, you can ensure `go` is installed with `brew install go`.

# Tests

To run tests, use make:

make tests