gonum / blas

A BLAS implementation for Go [DEPRECATED]
172 stars 16 forks source link

run go fmt on goblas #17

Closed jonlawlor closed 10 years ago

jonlawlor commented 10 years ago

Ran go fmt ./… on the repo and only the automated test file for goblas was changed. Longer term it should be fixed with changes to the script which builds it, but that script currently points to a referenceblas file which doesn’t exist, and cblas had go fmt ran manually on it, so this seems like a reasonable thing to do.