1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-07-17 01:42:37 +02:00

fix: removed unused var

This commit is contained in:
Carlos Alexandro Becker
2018-01-28 11:48:39 -02:00
parent 2d54332bee
commit 1ba1c0061f

View File

@ -8,8 +8,6 @@ import (
"github.com/stretchr/testify/assert"
)
var emptyEnv []string
type dummy struct{}
func (*dummy) WithDefaults(build config.Build) config.Build {