mirror of
https://github.com/vbatts/tar-split.git
synced 2025-02-19 15:50:02 +00:00
wip
This commit is contained in:
parent
867071d1e5
commit
b7b18c146f
1 changed files with 8 additions and 0 deletions
8
tar/verify/headers_test.go
Normal file
8
tar/verify/headers_test.go
Normal file
|
@ -0,0 +1,8 @@
|
|||
package verify
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestHeader(t *testing.T) {
|
||||
hdr := Header{}
|
||||
t.Fatalf("%#v", hdr)
|
||||
}
|
Loading…
Add table
Reference in a new issue