echo

echo

[code=golang]
func main() {
    fmt.Print("This is some Golang code")
}
[/code]