Drew Bednar 27d4857f3c Saving pointers work
..
README.md Saving pointers work
go.mod Adding structs and interfaces
shapes.go Adding structs and interfaces
shapes_test.go Adding structs and interfaces

README.md

Testing Structs

You can run individual tests like:

go test -run TestArea/Rectangle