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