/go-hello

A simple Hello World service written in Go

Primary LanguageGo

go-hello

A simple Go Hello World service.

Usage

Start

make run

Call

$ curl <HOST>:<PORT>/world
Hello, world!

Tests

Run unit tests

make test