mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-08-03 13:56:41 +00:00
- Change imports from absolute module path 'github.com/seaweedfs/seaweedfs/test/s3/testutil' to relative path '../testutil' - Fixes module resolution issues when running tests from individual directories - All test directories now compile and load testutil correctly - Enables tests to run with 'go test ./...' from any test subdirectory