GO在线运行、GO在线测试、GO在线编译

package main

import (
    "fmt"
)

func main() {
    fmt.Println("Hello W3Cschool!")
}