This repository contains the starter code for Project 2!
For comprehensive documentation, see the Project 2 Spec (https://cs161.org/proj2/).
Write your implementation in client/client.go and your integration tests in client_test/client_test.go. Optionally, you can also use client/client_unittest.go to write unit tests (e.g: to test your helper functions).
To test your implementation, run go test -v inside of the client_test directory. This will run all tests in both client/client_unittest.go and client_test/client_test.go.
Fill in this section with the student IDs of all the members in your project group.
Partner 1 Name: Anthony Dam
Partner 1 SID: 3036863620
Partner 1 Email: anthonydam@berkeley.edu
Also add a link to this repo below (should start with https://github.com/cs161-students/).
Link to this Github repo: https://github.com/cs161-students/fa25-proj2-gobears01