Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cli.Command{ Name: "hello", Action: func(context *cli.Context) error { app.Route("/", &hello{}) app.Route("/hello", &hello{}) app.RunWhenOnBrowser() http.Handle("/", &app.Handler{ Name: "Hello", Description: "An Hello World! example", }) http.ListenAndServe(":8088", nil) return nil }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.