reiver / go-porterstemmer

A native Go clean room implementation of the Porter Stemming algorithm.
https://godoc.org/github.com/reiver/go-porterstemmer
MIT License
190 stars 45 forks source link

Renamed test file to add _test #9

Closed cuevasclemente closed 8 years ago

cuevasclemente commented 9 years ago

Without this, any library that imports pkg porterstemmer will also import testing, meaning that any application that imports pkg porterstemmer will have all the testing flags, which certainly appears to not be desired behaviour.

reiver commented 8 years ago

Sorry for the delay. Just getting around to this package again. Looks good.