/hello-go-web

Simple hello world web application written in go

Primary LanguageGoApache License 2.0Apache-2.0

hello-go-web

Simple hello world web application written in go

Simple go web server returning "Hello from go code"

Usage

go build .
./hello-go-web --port=<portnumber>