{"id":51123,"library":"quasilyte-gogrep","title":"GoGrep","description":"A Go library for pattern-based code search and AST matching in Go source files.","status":"active","version":"0.5.0","language":"go","source_language":null,"source_url":"https://github.com/quasilyte/gogrep","tags":["ast","code-search","pattern-matching","go-tools"],"install":[{"cmd":"go get github.com/quasilyte/gogrep","lang":"bash","label":"Install github.com/quasilyte/gogrep"}],"dependencies":[],"imports":[{"symbol":"gogrep","correct":"github.com/quasilyte/gogrep"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/quasilyte/gogrep\"\n)\n\nfunc main() {\n\t// Example: compile a pattern and match against a Go file\n\tpattern := \"fmt.Println($*_)\"\n\tcompiled, err := gogrep.Compile(pattern)\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Printf(\"Compiled pattern: %s\\n\", compiled)\n}","lang":"go","description":"Compiles a gogrep pattern for matching Go AST nodes."},"warnings":[],"env_vars":null,"search_vec":"'ast':12,18 'base':8 'code':9,20 'code-search':19 'file':17 'go':3,15,26 'go-tool':25 'gogrep':1 'librari':4 'match':13,24 'pattern':7,23 'pattern-bas':6 'pattern-match':22 'search':10,21 'sourc':16 'tool':27","created_at":"2026-06-15T06:00:53.491673+00:00","updated_at":"2026-06-15T06:00:53.491673+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/quasilyte/gogrep","github":"https://github.com/quasilyte/gogrep","docs":"https://pkg.go.dev/github.com/quasilyte/gogrep#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}