Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.2 KB

README.md

File metadata and controls

28 lines (16 loc) · 1.2 KB

twitter-text-go

Build Status Godoc license Go Report Card

Twitter-text-go is a Go port of the various twitter-text handling libraries.

Installation

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}

Documentation

API Documentation (powered by godoc.org)

Todo

Implement the rest of the twitter-text APIs: Auto-linking and Hit Highlighting

Contributing

Pull requests welcome!

License

See here: License