{"id":52020,"library":"ipfs-go-fs-lock","title":"IPFS Go FS Lock","description":"Provides file system locking utilities for IPFS and related projects.","status":"active","version":"0.1.1","language":"go","source_language":null,"source_url":"https://github.com/ipfs/go-fs-lock","tags":["ipfs","filesystem","lock","utility"],"install":[{"cmd":"go get github.com/ipfs/go-fs-lock","lang":"bash","label":"Install github.com/ipfs/go-fs-lock"}],"dependencies":[],"imports":[{"symbol":"fslock","correct":"github.com/ipfs/go-fs-lock"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/ipfs/go-fs-lock\"\n)\n\nfunc main() {\n\tlock, err := fslock.Lock(\"/tmp/mylock\")\n\tif err != nil {\n\t\tfmt.Println(err)\n\t\treturn\n\t}\n\tdefer lock.Unlock()\n\tfmt.Println(\"locked\")\n}","lang":"go","description":"Locks a file system path."},"warnings":[],"env_vars":null,"search_vec":"'file':6 'filesystem':16 'fs':3 'go':2 'ipf':1,11,15 'lock':4,8,17 'project':14 'provid':5 'relat':13 'system':7 'util':9,18","created_at":"2026-06-15T06:38:09.869042+00:00","updated_at":"2026-06-15T06:38:09.869042+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/ipfs/go-fs-lock","github":"https://github.com/ipfs/go-fs-lock","docs":"https://pkg.go.dev/github.com/ipfs/go-fs-lock#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-15","next_check":"2026-12-12","install_tag":null}}