{"id":50291,"library":"src-d-go-billy-v4","title":"go-billy","description":"A filesystem abstraction layer for Go, providing a common interface for different filesystem backends.","status":"active","version":"4.3.2","language":"go","source_language":null,"source_url":null,"tags":["filesystem","abstraction","vfs","storage"],"install":[{"cmd":"go get gopkg.in/src-d/go-billy.v4","lang":"bash","label":"Install gopkg.in/src-d/go-billy.v4"}],"dependencies":[],"imports":[{"symbol":"billy","correct":"gopkg.in/src-d/go-billy.v4"}],"quickstart":{"code":"import \"gopkg.in/src-d/go-billy.v4\"\n\nfunc main() {\n    fs := billy.NewMemoryFilesystem()\n    f, _ := fs.Create(\"hello.txt\")\n    f.Write([]byte(\"Hello, world!\"))\n    f.Close()\n}","lang":"go","description":"Creates an in-memory filesystem and writes a file."},"warnings":[],"env_vars":null,"search_vec":"'abstract':6,19 'backend':17 'billi':3 'common':12 'differ':15 'filesystem':5,16,18 'go':2,9 'go-billi':1 'interfac':13 'layer':7 'provid':10 'storag':21 'vfs':20","created_at":"2026-06-15T04:47:44.102418+00:00","updated_at":"2026-06-15T04:47:44.102418+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/src-d/go-billy","github":null,"docs":"https://pkg.go.dev/gopkg.in/src-d/go-billy.v4#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}}