{"id":20122480,"url":"https://github.com/ttiimmothy/grep-go","last_synced_at":"2026-05-15T07:08:36.879Z","repository":{"id":210908964,"uuid":"727697212","full_name":"ttiimmothy/grep-go","owner":"ttiimmothy","description":"My Grep starts with Go","archived":false,"fork":false,"pushed_at":"2024-02-12T02:14:31.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-01-13T07:31:02.670Z","etag":null,"topics":["bash","go","grep"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ttiimmothy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-05T11:46:54.000Z","updated_at":"2023-12-05T11:47:55.000Z","dependencies_parsed_at":"2024-02-17T15:15:14.032Z","dependency_job_id":null,"html_url":"https://github.com/ttiimmothy/grep-go","commit_stats":null,"previous_names":["ttiimmothy/grep-go"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ttiimmothy%2Fgrep-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ttiimmothy%2Fgrep-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ttiimmothy%2Fgrep-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ttiimmothy%2Fgrep-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ttiimmothy","download_url":"https://codeload.github.com/ttiimmothy/grep-go/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241565903,"owners_count":19983210,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash","go","grep"],"created_at":"2024-11-13T19:38:26.003Z","updated_at":"2026-05-15T07:08:31.846Z","avatar_url":"https://github.com/ttiimmothy.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![progress-banner](https://backend.codecrafters.io/progress/grep/28176ce0-63c3-4817-aa12-e6df9c6ea2f8)](https://app.codecrafters.io/users/codecrafters-bot?r=2qF)\n\n# Grep Go\n\nThis is a starting point for Go solutions to the\n[\"Build Your Own grep\" Challenge](https://app.codecrafters.io/courses/grep/overview).\n\n[Regular expressions](https://en.wikipedia.org/wiki/Regular_expression)\n(Regexes, for short) are patterns used to match character combinations in\nstrings. [`grep`](https://en.wikipedia.org/wiki/Grep) is a CLI tool for\nsearching using Regexes.\n\nIn this challenge you'll build your own implementation of `grep`. Along the way\nwe'll learn about Regex syntax, how parsers/lexers work, and how regular\nexpressions are evaluated.\n\n**Note**: If you're viewing this repo on GitHub, head over to\n[codecrafters.io](https://codecrafters.io) to try the challenge.\n\n## Passing the first stage\n\nThe entry point for your `grep` implementation is in `cmd/mygrep/main.go`. Study\nand uncomment the relevant code, and push your changes to pass the first stage:\n\n```sh\ngit add .\ngit commit -m \"pass 1st stage\" # any msg\ngit push origin master\n```\n\nTime to move on to the next stage!\n\n## Stage 2 \u0026 beyond\n\nNote: This section is for stages 2 and beyond.\n\n1. Ensure you have `go (1.19)` installed locally\n2. Run `./your_grep.sh` to run your program, which is implemented in\n   `cmd/mygrep/main.go`.\n3. Commit your changes and run `git push origin master` to submit your solution\n   to CodeCrafters. Test output will be streamed to your terminal.\n\n## License\n\nGrep Go is licensed under [GNU General Public License v3.0](LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fttiimmothy%2Fgrep-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fttiimmothy%2Fgrep-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fttiimmothy%2Fgrep-go/lists"}