Skip to content

qweliant/GO-Practice

Repository files navigation

Go practice and code acdemy tutorial

to build an executable run:

go build [FILENAME].go

./[FILENAME]

you can also run:

go run [FILENAME].go

if you do not want to repeatedly build executable

resources: https://gobyexample.com/

Releases

No releases published

Packages

No packages published

Languages