Updated 2023-07-19 18:11:11 +00:00

Updated 2023-07-17 22:14:39 +00:00

#AllYouBases

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

Updated 2023-12-18 04:36:41 +00:00

Updated 2023-12-17 16:50:01 +00:00

Updated 2023-12-17 05:15:02 +00:00

Updated 2023-11-16 13:29:10 +00:00

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

Updated 2023-08-23 14:00:13 +00:00

Go library which provides tools for generating arbitrary data.

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

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 2023-11-24 13:27:25 +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

Package bytereader implements tools for working with io.ByteReader

Updated 2023-11-30 18:04:10 +00:00

Package eol implements tools for working with end-of-line, for the Go programming language.

Updated 2024-03-26 14:04:35 +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

Package errhttp provides errors and types that make dealing with HTTP response errors easier, for the Go programming language.

Updated 2024-03-20 20:54:22 +00:00

Package frameproto provides tools for the Frame Protocol — which is also known as Farcaster Frames, for the Go programming language.

Updated 2024-02-24 23:55:28 +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

Package htmlescape provides tools for safely escaping text within HTML, replacing any special-characters into HTML-entities, for the Go programming language.

Updated 2024-02-13 16:41:29 +00:00