修改包路径
This commit is contained in:
		
							parent
							
								
									bdb38001a2
								
							
						
					
					
						commit
						6c11643996
					
				|  | @ -4,10 +4,10 @@ import ( | |||
| 	"testing" | ||||
| 	"time" | ||||
| 
 | ||||
| 	. "git.ningdatech.com/ningda/gin_valid/go-playground/assert/v2" | ||||
| 	zhongwen "git.ningdatech.com/ningda/gin_valid/go-playground/locales/zh" | ||||
| 	ut "git.ningdatech.com/ningda/gin_valid/go-playground/universal-translator" | ||||
| 	"git.ningdatech.com/ningda/gin_valid/go-playground/validator/v10" | ||||
| 	. "github.com/go-playground/assert/v2" | ||||
| ) | ||||
| 
 | ||||
| func TestTranslations(t *testing.T) { | ||||
|  |  | |||
|  | @ -9,7 +9,7 @@ import ( | |||
| 	"sync" | ||||
| 	"time" | ||||
| 
 | ||||
| 	ut "github.com/go-playground/universal-translator" | ||||
| 	ut "git.ningdatech.com/ningda/gin_valid/go-playground/universal-translator" | ||||
| ) | ||||
| 
 | ||||
| const ( | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue