{"id":50224,"library":"ryanuber-go-glob","title":"Go Glob","description":"go-glob is a simple glob pattern matching library for Go.","status":"active","version":"1.0.0","language":"go","source_language":null,"source_url":"https://github.com/ryanuber/go-glob","tags":["glob","pattern-matching","string-matching"],"install":[{"cmd":"go get github.com/ryanuber/go-glob","lang":"bash","label":"Install github.com/ryanuber/go-glob"}],"dependencies":[],"imports":[{"symbol":"glob","correct":"github.com/ryanuber/go-glob"}],"quickstart":{"code":"package main\n\nimport (\n    \"fmt\"\n    \"github.com/ryanuber/go-glob\"\n)\n\nfunc main() {\n    pattern := \"*.go\"\n    str := \"main.go\"\n    matched := glob.Glob(pattern, str)\n    fmt.Printf(\"Pattern %q matches %q: %v\\n\", pattern, str, matched)\n}","lang":"go","description":"Check if a string matches a glob pattern"},"warnings":[],"env_vars":null,"search_vec":"'glob':2,5,9,15 'go':1,4,14 'go-glob':3 'librari':12 'match':11,18,21 'pattern':10,17 'pattern-match':16 'simpl':8 'string':20 'string-match':19","created_at":"2026-06-15T04:45:00.572940+00:00","updated_at":"2026-06-15T04:45:00.572940+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/ryanuber/go-glob","github":"https://github.com/ryanuber/go-glob","docs":"https://pkg.go.dev/github.com/ryanuber/go-glob#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}}