Skip to content

dwisiswant0/x

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

x

A collection of Go hacks maintained by @dwisiswant0.

Catalogs

  • cast: functions to convert between different types. [docs]
  • exp: contains experimental and/or unstable APIs. [docs]
  • hash/wyhash: a Go implementation of the wyhash non-cryptographic. [docs]
  • json: fast JSON encoding and decoding functionality. [docs]
  • regexp: selects the fastest regex engine available for a pattern. [docs]

Install

Note

Requires Go 1.25+. The packages in this repo use subdirectory module resolution introduced in Go 1.25, as this is a monorepo.

go get go.dw1.io/x/<package>

Warning

x/exp contains experimental and/or unstable APIs. Expect breaking changes; pin exact versions when consuming it.

Versioning

Each package is versioned independently. Tags follow the format:

<package>/v<major>.<minor>.<patch>

License

Apache License 2.0.

About

A collection of Go hacks maintained by yours truly.

Resources

License

Stars

Watchers

Forks

Contributors