Stempel port to golang. It's the fastest golang implementation you can get.
To play with gostempel:
stemmer, _ := gostempel.LoadStemmer("./stemmer_20000.tbl")
stemmedWord := gostempel.Stem(stemmer, "polishWordToStem")
This product includes software developed by the Egothor Project. http://egothor.sf.net/