You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Drew Bednar 27d4857f3c Saving pointers work 8 months ago
..
README.md Saving pointers work 8 months ago
go.mod Adding structs and interfaces 10 months ago
shapes.go Adding structs and interfaces 10 months ago
shapes_test.go Adding structs and interfaces 10 months ago

README.md

Testing Structs

You can run individual tests like:

go test -run TestArea/Rectangle