Skip to content

Commit

Permalink
clean up example
Browse files Browse the repository at this point in the history
  • Loading branch information
reindert-vetter authored Mar 4, 2021
1 parent fb25fcb commit dd04972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
)

type SendEmails struct {
Email string `flag:"email" description:"The subject of the mail" required:"true"`
Email string `flag:"email" required:"true"`
}

func (s SendEmails) Name() string {
Expand Down

0 comments on commit dd04972

Please # to comment.