Update new_stuff.go

This commit is contained in:
Adrien Delorme 2020-05-08 16:59:19 +02:00
parent 7e45a1e950
commit ec083083ce
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import "github.com/hashicorp/hcl/v2"
type GetBuildsOptions struct { type GetBuildsOptions struct {
// Get builds except the ones that match with except and with only the ones // Get builds except the ones that match with except and with only the ones
// that match with. When those are empty everything matches. // that match with Only. When those are empty everything matches.
Except, Only []string Except, Only []string
} }