parent
e32d30f287
commit
1e3eaade5a
@ -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