mirror of
https://github.com/samuelncui/acp.git
synced 2026-01-03 10:05:16 +00:00
feat: add wildcard job
This commit is contained in:
12
fs_test.go
Normal file
12
fs_test.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package acp
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestFS(t *testing.T) {
|
||||
mpCache, err := getMountpointCache()
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
t.Log("mp cahce", mpCache("/Users/cuijingning/go/src/github.com/abc950309/acp"))
|
||||
}
|
||||
Reference in New Issue
Block a user