diff --git a/gomp.go b/gomp.go index ad42ce3..b55845d 100644 --- a/gomp.go +++ b/gomp.go @@ -1,4 +1,4 @@ -package mp +package gomp import ( "crypto/hmac" diff --git a/gomp_test.go b/gomp_test.go index 711ccd8..8f6732c 100644 --- a/gomp_test.go +++ b/gomp_test.go @@ -1,4 +1,4 @@ -package mp +package gomp import "testing"