yazgazan / y-indexof

Go based indexof framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/)

About

Go based indexof framework

License:Other


Languages

Language:Go 91.1%Language:HTML 4.0%Language:JavaScript 2.0%Language:Makefile 1.4%Language:CSS 0.8%Language:Shell 0.7%