Render
func(path string) stringRender produces the gnoweb Markdown view. - "/" → the alphabet + a small gallery of worked examples. - "/\<hex>" → decode the hex input to bytes, show its Base58, and the hex-encoded decoded round-trip to prove Encode/Decode are inverse.
- OID
- 070ff5…cb33:3
Render details
renderHome
func() string- OID
- 070ff5…cb33:5
renderHome details
renderHex
func(arg string) string- OID
- 070ff5…cb33:6
renderHex details
byteList
func(b []uint8) stringbyteList renders a byte slice as a compact space-separated hex list.
- OID
- 070ff5…cb33:7