golang 通過fsnotify監控文件,並通過文件變化重啓程序

一、下載我們需要的包 > go get github.com/fsnotify/fsnotify 二、使用fsnotify監控文件 package main; import ( "github.com/fsnotify/fsnotify" "log" "fmt" ) func main() { //創建一個監控對象 watch, err := fsnotify.NewWatcher(
相關文章
相關標籤/搜索