xxxxxxxxxx
// No Go sample provided for this snippet.
// Use this to test your own Go code.
​
package main
import "fmt"
func main() {
fmt.Println("hello, world")
}