mirror of
https://github.com/willnorris/imageproxy.git
synced 2026-05-03 16:52:40 +02:00
parent
dfcfda52de
commit
50e0d1104d
7 changed files with 89 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ import (
|
|||
"github.com/garyburd/redigo/redis"
|
||||
"github.com/gregjones/httpcache/diskcache"
|
||||
rediscache "github.com/gregjones/httpcache/redis"
|
||||
"github.com/jamiealquiza/envy"
|
||||
"github.com/peterbourgon/diskv"
|
||||
"willnorris.com/go/imageproxy"
|
||||
"willnorris.com/go/imageproxy/internal/gcscache"
|
||||
|
|
@ -60,6 +61,7 @@ func init() {
|
|||
}
|
||||
|
||||
func main() {
|
||||
envy.Parse("IMAGEPROXY")
|
||||
flag.Parse()
|
||||
|
||||
p := imageproxy.NewProxy(nil, cache.Cache)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue