go-gl / mathgl

A pure Go 3D math library.
BSD 3-Clause "New" or "Revised" License
554 stars 65 forks source link

Added some helpful functions such as Div, MulVec, DivVec and String #72

Closed PucklaJ closed 5 years ago

pwaller commented 5 years ago

Hi There, thanks for your contribution. Sorry it has taken a while for anyone to take a look - we're all only volunteers working in spare time here.

Please take a look at the "Files changed" tab. You'll notice that the changes are much broader than you intend - and Travis is also complaining, it prints a large difference too.

I suspect the reason is that you're developing on Windows and the line endings are not correct. Please can you run go fmt, which should fix things. Then someone will take a closer look. Thanks for your patience!

Please then ping the pull request and I'll reopen it, or file a new pull request. Thanks!