Categorygithub.com/phaesoo/keybox
repositorypackage
0.0.0-20210504081155-40c8b04bd990
Repository: https://github.com/phaesoo/keybox.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

KeyBox

Key management service

Getting started

Install dependencies

make deps

Build

make main

Run

./main

Testing

Unit test

make test

Integration test

make test-ci