Search Apps Documentation Source Content File Folder Download Copy Actions Download

home.gno

0.07 Kb ยท 7 lines
1package test35
2
3func Render(path string) string {
4	return "hello37"
5}
6
7