$ cd [proc_maps_parser checkout] $ make # to build it as a static library $ make examples # to build both the static library and the example program Optionally, the BUILD_DIR environment variable can ...
godb is a simple Go query builder and struct mapper, not a full-featured ORM. godb does not manage relationships. Initially, godb was a learning project. The goal was to improve my Go skills by doing ...