kefu/tools/watch_file_test.go

8 lines
87 B
Go

package tools
import "testing"
func TestWatchFile(t *testing.T) {
WatchFile("./")
}