go-ahocorasick Aho-Corasick algorithm implemented in Golang Usage ac := ahocorasick.New([]string{/*your strings here*/}) matches := ac.Match(/*your text here*/)