wenxuwan commented on a change in pull request #1083:
URL: https://github.com/apache/dubbo-go/pull/1083#discussion_r606666609
##########
File path: cluster/router/uniform/factory_test.go
##########
@@ -15,26 +15,18 @@
* limitations under the License.
*/
-package tag
-
-import (
- "testing"
-)
+package uniform
import (
"github.com/stretchr/testify/assert"
+ "testing"
Review comment:
move package to first import()
##########
File path: cluster/router/uniform/factory_test.go
##########
@@ -15,26 +15,18 @@
* limitations under the License.
*/
-package tag
-
-import (
- "testing"
-)
+package uniform
import (
"github.com/stretchr/testify/assert"
+ "testing"
Review comment:
move package to first import()
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]