removing extraneous dependancy

This commit is contained in:
Rob Rodriguez 2018-12-10 17:54:54 -08:00
parent ca1c53917d
commit 4ef2a436f3

View File

@ -4,8 +4,6 @@ import (
"encoding/json" "encoding/json"
"errors" "errors"
"testing" "testing"
"github.com/kr/pretty"
) )
type ( type (
@ -110,5 +108,4 @@ func TestEncoder(t *testing.T) {
t.Errorf("user widget is not valid") t.Errorf("user widget is not valid")
} }
} }
pretty.Log(user1.Widget)
} }