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