mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-24 04:16:27 +02:00
8 lines
149 B
Go
8 lines
149 B
Go
package compress
|
|
|
|
import "github.com/goreleaser/releaser/config"
|
|
|
|
func ArchiveAll(version string, config config.ProjectConfig) error {
|
|
return nil
|
|
}
|