mirror of
https://gitcode.com/flipped-aurora/gin-vue-admin.git
synced 2026-05-14 03:12:44 +00:00
f
This commit is contained in:
@@ -125,7 +125,6 @@ func (w *Watch) watchFile(path string) error {
|
||||
// chickPower: 判断是否在可控范围内
|
||||
func chickPower(name string) bool {
|
||||
name = filepath.Ext(name)
|
||||
fmt.Println(name)
|
||||
return name == ".go" || name == ".yaml"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user