Getting Started with Go-Lang

files

Download Go and then install it.

examples/go/src/hello_world/hello_world.go

package main

import "fmt"

func main() {
    fmt.Printf("Hello World!\n")
}


Author

Gabor Szabo (szabgab) Gabor Szabo