TestTarFileBytes returns the content of testdata/test.tar
()
| 21 | |
| 22 | // TestTarFileBytes returns the content of testdata/test.tar |
| 23 | func TestTarFileBytes() []byte { |
| 24 | return append([]byte{}, testTarFileBytes...) |
| 25 | } |
| 26 | |
| 27 | // TestZipFileBytes returns the content of testdata/test.zip |
| 28 | func TestZipFileBytes() []byte { |
no outgoing calls
no test coverage detected