|
@@ -10,9 +10,8 @@ import (
|
|
|
"testing"
|
|
"testing"
|
|
|
"time"
|
|
"time"
|
|
|
|
|
|
|
|
- validator "gopkg.in/go-playground/validator.v8"
|
|
|
|
|
-
|
|
|
|
|
"github.com/stretchr/testify/assert"
|
|
"github.com/stretchr/testify/assert"
|
|
|
|
|
+ "gopkg.in/go-playground/validator.v8"
|
|
|
)
|
|
)
|
|
|
|
|
|
|
|
type testInterface interface {
|
|
type testInterface interface {
|