go-utils icon indicating copy to clipboard operation
go-utils copied to clipboard

Common, utility packages for Go

Results 4 go-utils issues
Sort by recently updated
recently updated
newest added

Hey there 😃 Calling `ziputil.ZipDir("path/to/file", "path/to/zip", false)` produces the `/usr/bin/zip -rTy path/to/zip file` command which ultimately fails with `zip I/O error: No such file or directory` as `file` does not...

Use the stderr included in exit.ExitError in command error messages as a fallback, if available. Example: ``` command failed with exit status 1 (tar "-tf" "/var/folders/r5/gkvczn3j2tb0m79nwby9fjv80000gq/T/Test_compression1308626968/001/compression_test.tzst"): tar: Error opening archive:...

This PR adds `ReadFile` functionality to `FileManager` and `EscapeGlobPath` to `PathModifier` to support go-xcode v1->v2 migration.