fixing find and replace issue

This commit is contained in:
Will Charczuk 2018-04-05 00:42:38 -07:00
parent df14434b6e
commit 70e6cfddc5
39 changed files with 39 additions and 39 deletions

View file

@ -3,7 +3,7 @@ package matrix
import (
"testing"
assert "github.co/blend/go-sdk/assert"
assert "github.com/blend/go-sdk/assert"
)
func TestNew(t *testing.T) {

View file

@ -3,7 +3,7 @@ package matrix
import (
"testing"
assert "github.co/blend/go-sdk/assert"
assert "github.com/blend/go-sdk/assert"
)
func TestPoly(t *testing.T) {