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