- Vancouver
- http://reiver.link/
- Joined on
2023-07-17
Package frameproto provides tools for the Frame Protocol — which is also known as Farcaster Frames, for the Go programming language.
Updated
Package imgrow provides tools for growing and image by an integer value. For example — if you have an image, then you make it 2× bigger, or 3× bigger, or 4× bigger, etc.
Updated
Package htmlescape provides tools for safely escaping text within HTML, replacing any special-characters into HTML-entities, for the Go programming language.
Updated
Package raft provides tools for reading and writing RAFT files, for the Go programming language.
Updated
Package rfc2616 is an implementation of (parts of) IETF RFC-2616 (Hypertext Transfer Protocol -- HTTP/1.1), for the Go programming language.
Updated
Package rfc2396 is an implementation of (parts of) IETF RFC-2396 (Uniform Resource Identifiers (URI): Generic Syntax), for the Go programming language.
Updated
Package bytereader implements tools for working with io.ByteReader
Updated
Package brace implements tools for working with brace-string literals, for the Go programming language. Brace-String literals are a type of string literal used in the Tcl programming language. For example: {Hello world!}
Updated
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
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
Package ord provides tools for turning numbers into their human-friendly ordinal representation.
Updated
Package jsonpp provides tools for pretty printing JSON. jsonpp = json pretty print.
Updated
Package buffers provides tools for working with byte array, and byte slice buffers, for the Go programming language.
Updated
go-netln provides tools for parsing "net lines", for the Go programming language — i.e., lines that end with a "\r\n".
Updated
Package **httpbearer** provides tool to deal with HTTP bearer tokens, for the Go programming language. The HTTP Bearer token is associated with OAuth, but is sometimes used outside of OAuth.
Updated