[go: up one dir, main page]

Skip to content

Optimize zip file finding

  • Removes filepath.Join (-3 allocs/op)
  • Uses path.Split, rather than filepath.Split. Zip files should only ever use forward slash separators.
Edited by Arran Walker

Merge request reports

Loading