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

@ -4,7 +4,7 @@ import (
"fmt"
"testing"
assert "github.co/blend/go-sdk/assert"
assert "github.com/blend/go-sdk/assert"
"github.com/wcharczuk/go-chart/seq"
)