Ejemplo n.º 1
0
func hello(val string) string {
	return webhandle.Message("root page", "hello: "+val)
}
Ejemplo n.º 2
0
func Hello() string {
	return webhandle.Message("☃", "☃")
}