Twitter-text-go is a Go port of the various twitter-text handling libraries.
Currently, only extraction and validation have been implemented. Install those packages using the "go get" command:
go get github.com/kylemcc/twitter-text-go/{validate,extract}
API Documentation (powered by godoc.org)
Implement the rest of the twitter-text APIs: Auto-linking and Hit Highlighting
Pull requests welcome!
See here: License