Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 686 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 686 Bytes

pkg

Common Go libraries.

Go Report Card GoDoc

Packages

  • assert - Simple essential assertions for unit tests inspired by.
  • bytesize - Pretty print byte sizes (taken from).
  • config - Manage a JSON config file.
  • jsonrpc - A simple jsonrpc client.
  • middleware - Some HTTP middlewares for RESTful APIs.
  • scheduler - Lightweight job scheduler (if persistence is no requirement).