package
0.0.0-20200526015148-b343531734ec
Repository: https://github.com/fakorede/learning-golang.git
Documentation: pkg.go.dev

# README

Word Finder

A Simple Search Engine.

How the Game Works?

The program searches for a query/words provided as argument in the corpus and returns the first instances of each query and its position. The search is case-insensitive.

Usage

go run main.go again and

where again & and are the arguments/query

Example Output

#4 : "again"
#5 : "and"