An open API service indexing awesome lists of open source software.

https://github.com/patnaikankit/grep


https://github.com/patnaikankit/grep

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

## Grepper in Golang

This is a grepper in Golang. You give it a file path and a text to search for and it will find out the relevant results.

## Command to run the code

```
go run main.go [text] [file]
```

## Results

![Result](result.png)