From 9479a351f0e79503d0af1e012a1ceec42add5c13 Mon Sep 17 00:00:00 2001 From: tnextday Date: Fri, 29 Jan 2016 21:21:03 +0800 Subject: [PATCH] update --- go/images/resizing.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/go/images/resizing.go b/go/images/resizing.go index d130163f9..2da3f9b6f 100644 --- a/go/images/resizing.go +++ b/go/images/resizing.go @@ -13,9 +13,6 @@ import ( const defaultJpegQuality = 85 -// TODO resize image with vipsthumbnail -// use `/dev/shm` as memory file system - func Resized(ext string, data []byte, width, height int) (resized []byte, w int, h int) { if width == 0 && height == 0 { return data, 0, 0