{"id":63458,"library":"diskfs-go-diskfs","title":"go-diskfs","description":"Package diskfs implements methods for creating and manipulating disks and filesystems.","status":"active","version":"1.9.3","language":"go","source_language":null,"source_url":"https://github.com/diskfs/go-diskfs","tags":["disk","filesystem","image","manipulation"],"install":[{"cmd":"go get github.com/diskfs/go-diskfs","lang":"bash","label":"Install github.com/diskfs/go-diskfs"}],"dependencies":[],"imports":[{"symbol":"diskfs","correct":"github.com/diskfs/go-diskfs"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/diskfs/go-diskfs\"\n)\n\nfunc main() {\n\tdisk, err := diskfs.Create(\"test.img\", 1024*1024, diskfs.Raw)\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tdefer disk.File.Close()\n\tfmt.Println(\"Disk created successfully\")\n}","lang":"go","description":"Creates a raw disk image of 1MB."},"warnings":[],"env_vars":null,"search_vec":"'creat':9 'disk':12,15 'diskf':3,5 'filesystem':14,16 'go':2 'go-diskf':1 'imag':17 'implement':6 'manipul':11,18 'method':7 'packag':4","created_at":"2026-06-17T16:44:14.003595+00:00","updated_at":"2026-06-17T16:44:14.003595+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/diskfs/go-diskfs","github":"https://github.com/diskfs/go-diskfs","docs":"https://pkg.go.dev/github.com/diskfs/go-diskfs#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-17","next_check":"2026-12-14","install_tag":null}}