1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-07-12 22:41:07 +02:00

rename test dir

This commit is contained in:
asim
2023-07-11 09:25:35 +01:00
parent 8020303017
commit 416f65e814
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
package tests package test
import ( import (
"testing" "testing"

View File

@ -1,5 +1,5 @@
// Package tests implements a testing framwork, and provides default tests. // Package test implements a testing framwork, and provides default tests.
package tests package test
import ( import (
"context" "context"