Search Apps Documentation Source Content File Folder Download Copy Actions Download

render.gno

0.13 Kb ยท 6 lines
1package names
2
3func Render(_ string) string {
4	return `# r/sys/names
5System Realm for checking namespace deployment permissions.`
6}