mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-07-09 22:31:15 +08:00
10 lines
102 B
Go
10 lines
102 B
Go
package prommetrics
|
|
|
|
import "testing"
|
|
|
|
func TestName(t *testing.T) {
|
|
RegistryApi()
|
|
RegistryApi()
|
|
|
|
}
|