Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 270 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 270 Bytes

My Go App

My first Go app.

Installation

Install packages:

go install # or from anywhere with: go install github.com/s2t2/hello_go

Usage

Run the app:

$GOPATH/bin/my_go_app # or just... my_go_app

Then view in browser at localhost:8080.