Skip to content

Commit

Permalink
Remove unused error
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanner Bruce authored and sethvargo committed Oct 30, 2017
1 parent d12253b commit a5a37b3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions config/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ var (
// are empty.
ErrTemplateStringEmpty = errors.New("template: cannot be empty")

// ErrTemplateInvalidFormat is the error returned with the template is not
// a valid format.
ErrTemplateInvalidFormat = errors.New("template: invalid format")

// configTemplateRe is the pattern to split the config template syntax.
configTemplateRe = regexp.MustCompile("([a-zA-Z]:)?([^:]+)")
)
Expand Down

0 comments on commit a5a37b3

Please sign in to comment.