mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-11 00:10:27 -07:00
fix(resizer): add exported error comment
This commit is contained in:
parent
0767d1d8f4
commit
c4e3beed52
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ import (
|
|||
)
|
||||
|
||||
var (
|
||||
// ErrExtractAreaParamsRequired defines a generic extract area error
|
||||
ErrExtractAreaParamsRequired = errors.New("extract area width/height params are required")
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue