func()

in example/hello.go [17:20]


func (d displayer) formatted() string {
	now := d.c.Now()
	return fmt.Sprintf("%d:%d:%d", now.Hour(), now.Minute(), now.Second())
}