Skip to content

Commit

Permalink
update import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
hullerob committed Mar 17, 2016
1 parent df771dc commit 631f3f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/img2ff/main.go
@@ -1,10 +1,10 @@
package main

import (
_ "code.google.com/p/go.image/bmp"
_ "code.google.com/p/go.image/tiff"
_ "code.google.com/p/go.image/webp"
"github.com/hullerob/go.farbfeld"
_ "golang.org/x/image/bmp"
_ "golang.org/x/image/tiff"
_ "golang.org/x/image/webp"
"image"
_ "image/gif"
_ "image/jpeg"
Expand Down

0 comments on commit 631f3f0

Please sign in to comment.