wk8 / go-ordered-map

Optimal implementation of ordered maps for Golang - ie maps that remember the order in which keys were inserted.
Apache License 2.0
534 stars 40 forks source link

test_utils.go to export_test.go #28

Closed yongjichen closed 1 year ago

yongjichen commented 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.

hesining commented 1 year ago

https://github.com/wk8/go-ordered-map/pull/29

I try to fix this

wk8 commented 1 year ago

Thanks for the PR, closing :)