コード例 #1
0
ファイル: archlinuxno.go プロジェクト: xyproto/archlinuxno
func hello(val string) string {
	return webhandle.Message("root page", "hello: "+val)
}
コード例 #2
0
ファイル: devnull.go プロジェクト: xyproto/genericsite
func Hello() string {
	return webhandle.Message("☃", "☃")
}