Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 134 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 134 Bytes

GoKeyStore

Server

To run the server

cd server

go run server.go

Client

To run the client test

cd client

go test -v