Search Apps Documentation Source Content File Folder Download Copy Actions Download

package.gno

0.07 Kb · 5 lines
1package hello
2
3func Render(path string) string {
4  return "Hello World!"
5}