Minor change
This commit is contained in:
parent
e28b0c418a
commit
3821eb5785
@ -15,7 +15,7 @@ import (
|
|||||||
"github.com/aerogo/aero"
|
"github.com/aerogo/aero"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Get ...
|
// Get returns the contents of our amazing page.
|
||||||
func Get(ctx *aero.Context) string {
|
func Get(ctx *aero.Context) string {
|
||||||
return ctx.HTML("Hey it's me, foobar!")
|
return ctx.HTML("Hey it's me, foobar!")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user