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