Stemmer is a light and aggressive stemmer for Esperanto. It is still under active development and a lot of things are likely to change.
go get -u github.com/abadojack/stemmer
import "github.com/abadojack/stemmer"
s := stemmer.Stem("ludas")
fmt.Println(s) //ludi
s := stemmer.StemAggressive("ludas")
fmt.Println(s) //lud