Implementation of nsscache in Go. The main goal of this library is too allow to write easily new program which can populate the nsscache files from not yet supported sources or to use your custom logic to generate those cache files.
To run the test against libnss-cache, you need to have docker installer, and build the test image.
cd docker
docker build -t nsscache-go:latest .