forked from mirrors/tar-split
tar/asm: DiscardFilePutter and stub disassemble
Have a bit-bucket FilePutter, for when it does not matter. Beginning thoughts on disassembly, but it has things that need thought. Mostly comments in the function for now.
This commit is contained in:
parent
ccf6fa61a6
commit
4e27d04b0b
5 changed files with 83 additions and 1 deletions
9
tar/asm/assemble_test.go
Normal file
9
tar/asm/assemble_test.go
Normal file
|
@ -0,0 +1,9 @@
|
|||
package asm
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestNewOutputTarStream(t *testing.T) {
|
||||
// TODO disassembly
|
||||
fgp := NewBufferFileGetPutter()
|
||||
_ = NewOutputTarStream(fgp, nil)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue