Skip to content

Commit

Permalink
Merge pull request #2 from itosho/fix-package-name
Browse files Browse the repository at this point in the history
Fix package name
  • Loading branch information
itosho authored Jun 27, 2020
2 parents f0beb43 + 14cb6f2 commit a9eb38e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cloudinary.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package imgix
package cloudinary

import (
"crypto/sha1"
Expand Down
2 changes: 1 addition & 1 deletion cloudinary_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package imgix
package cloudinary

import (
"testing"
Expand Down

0 comments on commit a9eb38e

Please sign in to comment.