package main import "fmt" func main() { r := Recipe{Name:"Bread"} fmt.Println("Done: "+r.Name) }