fixed package typo

This commit is contained in:
ston1th 2016-04-12 23:04:38 +02:00
commit 06bd133016
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
package mp package gomp
import ( import (
"crypto/hmac" "crypto/hmac"

View file

@ -1,4 +1,4 @@
package mp package gomp
import "testing" import "testing"