Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 929 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 929 Bytes

golang-bites

Go Reference CI codecov

Misc bits & pieces complementing the Go standard library.

  • stringz, boolz, and numeric/*: Type utilities for working with pointers and slices.
  • jsonz, urlz: Must* versions of commonly used functions.
  • rsaz: Simplified conversions between PEM files and RSA keys.
  • filez: Shorthands for working with files and directories.
  • templatez: Shorthands for working with templates.

Developers

Contributions are welcome, please check in on proposed implementation before sending a PR. You can validate your changes using the ./test.sh script.