Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 234 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 234 Bytes

This is a toy project.

To run the server, use:

cd server
go build
./server

Then, come back to the original directory and try a few commands:

cd ..
go build
./simple-database set key value
./simple-database get key