Introducing Radical.sh

Forget Code launches a powerful code generator for building API's

Hello World in Go



package main

func main() {  
    print("hello world")
}


save the code in hello.go and run " go run hello.go"

output : Hello World