relocate package to willnorris.com/go/imageproxy

This commit is contained in:
Will Norris 2014-06-29 14:33:56 -07:00
parent a19264897d
commit 919fdfbb78
2 changed files with 3 additions and 2 deletions

View file

@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// imageproxy starts an HTTP server that proxies requests for remote images.
package main
import (
@ -23,7 +24,7 @@ import (
"github.com/gregjones/httpcache"
"github.com/gregjones/httpcache/diskcache"
"github.com/willnorris/imageproxy/proxy"
"willnorris.com/go/imageproxy/proxy"
)
// goxc values