Skip to content
This repository was 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

Folders and files

NameName
Last commit message
Last commit date
Feb 20, 2023
Nov 17, 2019
Nov 16, 2019
Nov 16, 2019
Nov 16, 2019
Jun 3, 2017
Feb 20, 2023
Jun 3, 2017
Feb 20, 2023
Jun 1, 2023
Jun 1, 2023
Nov 16, 2019
Jun 10, 2017
Nov 16, 2019
Feb 20, 2023

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