# libiscsi-go **Repository Path**: mirrors_joyent/libiscsi-go ## Basic Information - **Project Name**: libiscsi-go - **Description**: Experimenting with using libiscsi via cgo - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-24 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Ideas * Completely fill a volume with random data * write marker values to each lba of a volume * io.Reader/io.Writer backed by iscsi * how does the block limit affect this? write would have to write a partially empty block and be able to keep track of where to resume writing. ## TODO * build a binary cross-platform for linux