mirror of
https://gitee.com/johng/gf
synced 2026-07-08 22:40:30 +08:00
improve gproc.SearchBinary
This commit is contained in:
@ -6,7 +6,7 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
g.Dump(gfile.ScanDirFile("/Users/john/Temp/test", "*", true))
|
||||
g.Dump(gfile.ScanDirFile("/Users/john/Temp/test", "Dockerfile", true))
|
||||
//if err := gfile.ReplaceDir("gf-empty", "app", "/Users/john/Temp/test", "*.*", true); err != nil {
|
||||
// glog.Fatal("content replacing failed,", err.Error())
|
||||
//}
|
||||
|
||||
Reference in New Issue
Block a user