README.md 441 B

This repository is a single go module, containing a collection of open-source go packages.

To get the code use:

$ go get cdop.pt/go/open

Current packages in the collection:

  • assertive: assertion library with zero external dependencies providing two boolean assertions, for less verbose AAA type tests (as used in TDD).
  • linedb: OO-like interface for one-record-per-line databases backed by simple plain-text files.