Sample go (golang) file (.go)
Go (a.k.a. golang) is relatively new programming language, developed by Google.
The Go programming language is an open source project to make programmers more productive.
A sample go file, which prints the text “Sample go file”.
$ file sample.go
sample.go: ASCII text
$ 8g sample.go
$ 8l sample.8
$ ./8.out
Sample go file
Sample go file: download here.
Tags: go golang google