Updated 2023-11-09 12:15:21 +00:00

Package rfc8259 is an implementation of (parts of) IETF RFC-8259, for the Go programming language. The JavaScript Object Notation (JSON) Data Interchange Format (2017) https://datatracker.ietf.org/doc/html/rfc8259

Updated 2023-11-06 17:33:10 +00:00

Package nul implements a nullable optional-type, for the Go programming language. In other programming languages, an optional-type might be know as: a option-type, or a maybe-type.

Updated 2023-11-06 17:24:25 +00:00

Package tmp implements an expiring optional-type with a time-out, for the Go programming language. In other programming languages, an optional-type might be known as: a option-type, or a maybe-type.

Updated 2023-11-02 18:12:10 +00:00

Package hexadeca implements hexadecimal encoding and decoding, for the Go programming language. This is meant to be a better alternative to Go's built-in "hex" package.

Updated 2023-10-28 23:25:48 +00:00

#AllYouBases

Updated 2023-10-27 22:09:57 +00:00

Package rfc3986 is an implementation of (parts of) IETF RFC-3986, for the Go programming language.

Updated 2023-10-27 18:34:30 +00:00

Package mstdn provides tools for working with the Mastodon API, which is becoming the (defacto) stand client-server API for the Fediverse.

Updated 2023-10-27 18:33:35 +00:00

Package ord provides tools for turning numbers into their human-friendly ordinal representation.

Updated 2023-10-27 18:32:42 +00:00

Package jsonstr provides tools for working with strings in JSON.

Updated 2023-10-27 18:31:32 +00:00

Package jsonpp provides tools for pretty printing JSON. jsonpp = json pretty print.

Updated 2023-10-27 18:30:51 +00:00

Package jsonint provides tools for working with integers in JSON. This helps to work-around that numbers in JSON are effectively "broken".

Updated 2023-10-27 18:30:10 +00:00

Package buffers provides tools for working with byte array, and byte slice buffers, for the Go programming language.

Updated 2023-10-25 21:10:13 +00:00

go-netln provides tools for parsing "net lines", for the Go programming language — i.e., lines that end with a "\r\n".

Updated 2023-10-23 19:24:21 +00:00

Go library which provides tools for generating arbitrary data.

Updated 2023-10-23 18:58:53 +00:00

strfs provides a virtual file-system, where a fs.File can be created from a Go string.

Updated 2023-10-23 18:50:57 +00:00

Updated 2023-10-23 14:24:09 +00:00

Package rfc2234 is an implementation of (parts of) IETF RFC 2234, for the Go programming language.

Updated 2023-10-06 16:21:26 +00:00

A library that provides pattern-matching for paths, for the Go programming language. For example, a path could be a file system path, or a path could be a path from a URL (such as an HTTP or HTTPS based URL).

Updated 2023-10-01 04:49:32 +00:00

Package erorr implements tools to create and manipulate errors, for the Go programming language.

Updated 2023-09-22 20:25:22 +00:00