I created this project to learn how to use Cursor.ai to write code.
- create a go project with a simple grep like command line app
- add the ability to scan several files in parallel
- how do i call the program?
- init my go module
- create two big sample files to test it
go build
gogrep -pattern "fox" sample1.txt sample2.txt