mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-08 02:55:58 +08:00
api to rpc
This commit is contained in:
@@ -39,7 +39,7 @@ func TestSliceToMap(t *testing.T) {
|
||||
func TestIndexOf(t *testing.T) {
|
||||
arr := []int{0, 1, 2, 3, 4, 5, 6, 7, 8, 9}
|
||||
|
||||
fmt.Println(IndexOf(arr, 3))
|
||||
fmt.Println(IndexOf(3, arr...))
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user