golang format code example Example: golang how to print message Package main import "fmt" main func( fmt.Println("hello-world!") )