/go-workspace

It's my go workspace for studies

Primary LanguageGo

Initialization

For build:

go build hello.go

For execute (on Linux):

./hello

For build and execute:

go run hello.go