remove sync.Pool and support go1.2 again

This commit is contained in:
Unknwon 2015-08-09 12:06:08 +08:00
parent 4b43ffc96c
commit 68b9d78386
8 changed files with 777 additions and 3 deletions

View file

@ -32,9 +32,9 @@ import (
"sync"
"time"
"github.com/issue9/identicon"
"github.com/nfnt/resize"
"github.com/gogits/gogs/modules/identicon"
"github.com/gogits/gogs/modules/log"
"github.com/gogits/gogs/modules/setting"
)