Closed yongjichen closed 1 year ago
Cause test_utils.go is just used for testing. Could you change it to utils_test.go or export_test.go,just like the official library of Golang. The test_utils.go will import "github.com/stretchr/testify/assert" which imports a lot of other packages.
https://github.com/wk8/go-ordered-map/pull/29
I try to fix this
Thanks for the PR, closing :)
Cause test_utils.go is just used for testing. Could you change it to utils_test.go or export_test.go,just like the official library of Golang. The test_utils.go will import "github.com/stretchr/testify/assert" which imports a lot of other packages.