Skip to content

Commit

Permalink
Merge pull request #5755 from TimeIncOSS/remove-notfound-err-helper
Browse files Browse the repository at this point in the history
helper/resource: Remove NewNotFoundError function
  • Loading branch information
radeksimko committed Mar 21, 2016
2 parents 3e055fa + bf9f587 commit b6e3788
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions helper/resource/error.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,3 @@ func (e *NotFoundError) Error() string {

return "couldn't find resource"
}

func NewNotFoundError(err string) *NotFoundError {
return &NotFoundError{Message: err}
}

0 comments on commit b6e3788

Please sign in to comment.