You've already forked CasaOS
mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-07-15 23:54:17 +02:00
Modify naming rules
This commit is contained in:
12
pkg/utils/file/file_test.go
Normal file
12
pkg/utils/file/file_test.go
Normal file
@ -0,0 +1,12 @@
|
||||
package file
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestNameAccumulation(t *testing.T) {
|
||||
fmt.Println("aaa")
|
||||
a := NameAccumulation("/mnt/test_1_1", "/")
|
||||
fmt.Println(a)
|
||||
}
|
Reference in New Issue
Block a user