I have []*os.File that need to be Write/Close/Sync/Seek concurrent
with proper return values (so if one Write return error i need to
catch it ad return to upper layer. In case Seek  i need to check that
all Seeks returns equal values without errors. Ideally that []*os.File
is wrapped to interface that can be read/write/close/seek/sync...

Does somebody already knows such package or knows how to best write it ?


-- 
Vasiliy Tolstov,
e-mail: v.tols...@selfip.ru

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to