feat: Add basic write support
This commit is contained in:
@@ -60,6 +60,11 @@ func main() {
|
||||
break
|
||||
}
|
||||
|
||||
// Missing trailer (expected for concatenated tars)
|
||||
if err == io.ErrUnexpectedEOF {
|
||||
break
|
||||
}
|
||||
|
||||
panic(err)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user