func main() { g, _ := glowexample.NewExample() fmt.Println(g.DotString()) }
func main() { g, _ := glowexample.NewExample() g.Run() }