gonum / blas

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

Regenerate native to include a change in Strmv #145

Closed vladimir-ch closed 9 years ago

kortschak commented 9 years ago

Why was this missed?

btracey commented 9 years ago

Probably my fault. Sorry.

kortschak commented 9 years ago

LGTM

vladimir-ch commented 9 years ago

I think that we could write a script that checks if go generate creates any changes and call it from Git's pre-commit hook to abort the commit in such case.