mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
coverage
This commit is contained in:
parent
fbeeb4533f
commit
5b648b8a0d
@ -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,
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user