/Mastering-Golang

:books: GGF Open Source Society University. From Zero to Hero Mastering Go Language.

Primary LanguageGoMIT LicenseMIT

Mastering-Golang

Compile & create a statically linked executable file $ go build aSourceFile.go

After that, you will have a new executable file named aSourceFile: $ file aSourceFile

Run without creating an executable file: $ go run aSourceFile.go