Hello world
Published by Michael Bironneau on September 28th, 2014
Test. This text has emphasis. This text is strong. And because this post is called 'Hello world', here's such a thing:
package main
import "fmt"
func main() {
fmt.Printf("Hello world.\n")
}