Merge branch 'fix-group-and-config' of https://github.com/icey-yu/open-im-server into fix-group-and-config
commit
78e02fdbd6
@ -0,0 +1,11 @@
|
|||||||
|
package fcm
|
||||||
|
|
||||||
|
import (
|
||||||
|
"fmt"
|
||||||
|
"path/filepath"
|
||||||
|
"testing"
|
||||||
|
)
|
||||||
|
|
||||||
|
func TestFilePath(t *testing.T) {
|
||||||
|
fmt.Println(filepath.Join("a/b/", "a.json"))
|
||||||
|
}
|
Loading…
Reference in new issue