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 3686956a02 Adding structs and interfaces 10 months ago
..
README.md Adding structs and interfaces 10 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