1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00
This commit is contained in:
Carlos Alexandro Becker 2017-07-13 22:50:21 -03:00
parent fbeeb4533f
commit 5b648b8a0d
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -81,8 +81,7 @@ func (ctx *Context) AddBinary(platform, folder, name, path string) {
// New context
func New(config config.Project) *Context {
return &Context{
Context: ctx.Background(),
Config: config,
Binaries: map[string]map[string][]Binary{},
Context: ctx.Background(),
Config: config,
}
}