1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +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
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

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 {