Skip to content

The html library

tim-hardcastle edited this page Dec 4, 2025 · 1 revision

The html library wraps around Go's standard html library, and apart from the use of camelCase works in exactly the same way. So it has functions with the following signatures:

  • escapeString(s string) -> string
  • unescapeString(s string) -> string

🧿 Pipefish

Clone this wiki locally