diff --git a/imdb.go b/gomdb.go similarity index 99% rename from imdb.go rename to gomdb.go index bec31c9..396e3f2 100755 --- a/imdb.go +++ b/gomdb.go @@ -14,7 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -package imdb +package gomdb import ( "encoding/json" diff --git a/imdb_test.go b/gomdb_test.go similarity index 97% rename from imdb_test.go rename to gomdb_test.go index 233c05f..83104e2 100755 --- a/imdb_test.go +++ b/gomdb_test.go @@ -1,4 +1,4 @@ -package imdb +package gomdb import "testing"