Minor change

This commit is contained in:
Eduard Urbach 2018-06-30 20:51:08 +09:00
parent e28b0c418a
commit 3821eb5785

View File

@ -15,7 +15,7 @@ import (
"github.com/aerogo/aero"
)
// Get ...
// Get returns the contents of our amazing page.
func Get(ctx *aero.Context) string {
return ctx.HTML("Hey it's me, foobar!")
}