apprenda take home assessment
Go to file
Derek McQuay 71f3aede25 updated IsRect to be public
this will allow users to make sure that the rectangles they define
really are rectangles
2016-08-27 22:27:51 -07:00
cmd/recty created rectangle struct and IsRect() 2016-08-26 09:08:30 -07:00
.gitignore updated gitignore for swp files 2016-08-26 09:07:42 -07:00
doc.go added doc.go 2016-08-27 21:51:34 -07:00
LICENSE initial commit 2016-08-26 08:13:01 -07:00
line_test.go created line.go and moved tests and funcs 2016-08-27 20:46:10 -07:00
line.go adding corrections for spelling and golint 2016-08-27 21:32:18 -07:00
point_test.go created line.go and moved tests and funcs 2016-08-27 20:46:10 -07:00
point.go added documentation for all functions 2016-08-27 21:14:16 -07:00
README.md initial commit 2016-08-26 08:13:01 -07:00
rectangle_test.go updated IsRect to be public 2016-08-27 22:27:51 -07:00
rectangle.go updated IsRect to be public 2016-08-27 22:27:51 -07:00
triangle_test.go changed permission on func and added maximum error 2016-08-27 20:46:32 -07:00
triangle.go added documentation for all functions 2016-08-27 21:14:16 -07:00

rect

apprenda take home assessment