1
0
Fork 1
mirror of https://github.com/vbatts/tar-split.git synced 2025-02-19 15:50:02 +00:00
This commit is contained in:
Vincent Batts 2015-12-01 15:21:15 -05:00
parent 867071d1e5
commit b7b18c146f

View file

@ -0,0 +1,8 @@
package verify
import "testing"
func TestHeader(t *testing.T) {
hdr := Header{}
t.Fatalf("%#v", hdr)
}