Search Apps Documentation Source Content File Folder Download Copy Actions Download State String Boolean Number Struct Map Slice Pointer Function Closure Reference Nil Package Type Interface Unknown

v0 state

Back to all declarations

Render

func(path string) string

Render 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.

Open
OID
070ff5…cb33:3
Render details

Inspect func

renderHex

func(arg string) string
Open
OID
070ff5…cb33:6
renderHex details

Inspect func

byteList

func(b []uint8) string

byteList renders a byte slice as a compact space-separated hex list.

Open
OID
070ff5…cb33:7
byteList details

Inspect func
Render : func(path string) string Inspect
renderHome : func() string Inspect
renderHex : func(arg string) string Inspect
byteList : func(b []uint8) string Inspect