1
0
Fork 0
This commit is contained in:
Vincent Batts 2015-12-01 15:21:15 -05:00
parent 867071d1e5
commit b7b18c146f
1 changed files with 8 additions and 0 deletions

View File

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