Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 375 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 375 Bytes

Project 2 Starter Code

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.