removing extraneous dependancy
This commit is contained in:
parent
ca1c53917d
commit
4ef2a436f3
@ -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)
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user