mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
Related to https://github.com/coder/coder/issues/15087 As part of sniffing the workspace tags from an uploaded file, we need to be able to handle both zip and tar files. Extracting the functions to a separate `archive` package will be helpful here.