-
Notifications
You must be signed in to change notification settings - Fork 5
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) -> stringunescapeString(s string) -> string
🧿 Pipefish is distributed under the MIT license. Please steal my code and ideas.