mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-07 21:48:13 -08:00
refactor(resize): add Go version comment
This commit is contained in:
parent
4d54d3dd52
commit
d2a6c2d64d
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ package bimg
|
|||
|
||||
// Resize is used to transform a given image as byte buffer
|
||||
// with the passed options.
|
||||
// Used as proxy to resizer()
|
||||
// Used as proxy to resizer() only in Go <= 1.6 versions
|
||||
func Resize(buf []byte, o Options) ([]byte, error) {
|
||||
return resizer(buf, o)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue