Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.05 KB

README.mdown

File metadata and controls

35 lines (23 loc) · 1.05 KB

godystopia

godystopia is a wrapper around the Tokyo Dystopia full text search library for the Go language.

It's very incomplete at this point. It only does what I've needed so far for an application I'm working on, a fast online foreign language dictionary.

It's also very probable that the go API will change drastically...

Getting the source

Get it from github:

git clone git://github.com/patrickxb/godystopia.git

Building and Installing

You need to have go installed and have the GOROOT, GOARCH, GOOS, and GOBIN environment variables set.

After that, just do:

make
make install

Contact

Please let me know if you're using this library and if you have any questions or comments. You can contact me through github (username = patrickxb), @patrickxb on twitter, or you can figure out my email address based on my first name (patrick) and my company (xblabs.com).