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-15 16:51:56 -03:00
parent 5151f176cb
commit 98ea5b976d
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -146,8 +146,6 @@ type Project struct {
// test only property indicating the path to the dist folder
Dist string `yaml:"-"`
Parallelism int `yaml:"-"`
// Capture all undefined fields and should be empty after loading
XXX map[string]interface{} `yaml:",inline"`
}