truckstop/zip/zip_test.go

8 lines
72 B
Go

package zip
import "testing"
func TestZip(t *testing.T) {
_ = true
}