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 implements the gnoweb view. - "" or "/" : explanation + examples. - "/\<a>/\<b>" : distance between a and b, with the DP table.

Open
OID
036d99…d9a5:3
Render details

Inspect func

renderTable

func(a string, b string) string

renderTable formats the DP matrix as a Markdown table with a and b as headers.

Open
OID
036d99…d9a5:6
renderTable details

Inspect func
Render : func(path string) string Inspect
renderHome : func() string Inspect
renderTable : func(a string, b string) string Inspect