{"id":76708,"library":"hairyhenderson-go-fsimpl","title":"Go FSImpl","description":"Package fsimpl provides read-only fs.FS implementations for various local and remote back-ends, along with a lookup function for mapping URL schemes to matching filesystems.","status":"active","version":"0.4.2","language":"go","source_language":null,"source_url":"https://github.com/hairyhenderson/go-fsimpl","tags":["filesystem","fs.fs","io/fs","url-scheme","read-only"],"install":[{"cmd":"go get github.com/hairyhenderson/go-fsimpl","lang":"bash","label":"Install github.com/hairyhenderson/go-fsimpl"}],"dependencies":[],"imports":[{"symbol":"fsimpl","correct":"github.com/hairyhenderson/go-fsimpl"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"io/fs\"\n\t\"github.com/hairyhenderson/go-fsimpl\"\n)\n\nfunc main() {\n\tfSys, err := fsimpl.Lookup(\"file:///tmp\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tentries, _ := fs.ReadDir(fSys, \".\")\n\tfor _, e := range entries {\n\t\tfmt.Println(e.Name())\n\t}\n}","lang":"go","description":"Minimal example showing how to use fsimpl to open a filesystem from a URL."},"warnings":[],"env_vars":null,"search_vec":"'along':19 'back':17 'back-end':16 'end':18 'filesystem':30,31 'fs.fs':9,32 'fsimpl':2,4 'function':23 'go':1 'implement':10 'io/fs':33 'local':13 'lookup':22 'map':25 'match':29 'packag':3 'provid':5 'read':7,38 'read-on':6,37 'remot':15 'scheme':27,36 'url':26,35 'url-schem':34 'various':12","created_at":"2026-06-17T19:37:00.478314+00:00","updated_at":"2026-06-17T19:37:00.478314+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/hairyhenderson/go-fsimpl","github":"https://github.com/hairyhenderson/go-fsimpl","docs":"https://pkg.go.dev/github.com/hairyhenderson/go-fsimpl#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility","other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}