removing extraneous dependancy
This commit is contained in:
parent
ca1c53917d
commit
4ef2a436f3
@ -4,8 +4,6 @@ import (
|
||||
"encoding/json"
|
||||
"errors"
|
||||
"testing"
|
||||
|
||||
"github.com/kr/pretty"
|
||||
)
|
||||
|
||||
type (
|
||||
@ -110,5 +108,4 @@ func TestEncoder(t *testing.T) {
|
||||
t.Errorf("user widget is not valid")
|
||||
}
|
||||
}
|
||||
pretty.Log(user1.Widget)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user