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")
}
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")
}