1
0
Fork 0
forked from mirrors/tar-split
tar-split/tar/verify/headers_test.go
2016-02-29 14:27:06 -05:00

8 lines
107 B
Go

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