Hello, World!
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello, world!")
}
Hello, world! This is the first post on my blog.
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello, world!")
}
Hello, world! This is the first post on my blog.