/y-indexof

Go based indexof framework

Primary LanguageGoOtherNOASSERTION

Y-IndexOf : Easy and modular indexOf in go

Build Status Go Report Card Go version

Description

Y-IndexOf is an easy to use and modular indexOf server.

Installing

Installing Y-IndexOf is as simple as typing go get -u github.com/yazgazan/y-indexof. It is possible that go yells at you saying you are missing magic.h. In such case, install the libmagic-dev package from your linux distribution repositories.

Using

Start by initializing an index-of directory :

mkdir indexof && cd indexof
y-indexof init

Edit the config file indexof.toml and start the server :

y-indexof start

Requirements

  • Go
  • libmagic-dev (from your linux distrib repositories)

Compatibility

It has not been tested on Windows and BSD.

License

Beerware (from http://people.freebsd.org/~phk/)