This repository contains the starter code for Project 2!
For comprehensive documentation, see the Project 2 Spec (https://cs161.org/proj2/getting-started-coding/).
Write your implementation in client/client.go
, and your tests in client_test/client_test.go
.
To test your implementation, run go test -v
inside of the client_test
directory.