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
- Host: GitHub
- URL: https://github.com/jlong/hello-go
- Owner: jlong
- License: mit
- Created: 2017-11-28T12:04:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-28T12:15:15.000Z (over 8 years ago)
- Last Synced: 2025-10-06T02:00:57.537Z (9 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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