shared_test.go 104 B

1234
  1. package s3manager_test
  2. var buf12MB = make([]byte, 1024*1024*12)
  3. var buf2MB = make([]byte, 1024*1024*2)