Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.
/ nsscache-go Public archive

Generate your nss cache files with Go

License

Notifications You must be signed in to change notification settings

MiLk/nsscache-go

Repository files navigation

nsscache-go

GoDoc Build Status Coverage Status

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.

Running the test

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 .

See