CSE 224 proj3
# Surfstore This is the starter code for the SurfStore project Before you get started, make sure you understand the following 2 things about Go. (These will also be covered in class and in discussions) 1. Interfaces: They are named collections of method signatures. Here are some good resources to understand interfaces in Go: a. […]