update readme

This commit is contained in:
lovezsh 2020-12-05 10:55:48 +08:00
parent 75801f31e6
commit c7b808ce4b
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# 简介 # 简介
Linux Inotify API的封装。 Linux Inotify API 的封装。
# 使用示例 # 使用示例
@ -9,7 +9,7 @@ package main
import ( import (
"fmt" "fmt"
"inotify" "git.lovezsh.com/go-kit/inotify"
"log" "log"
"os" "os"
"path/filepath" "path/filepath"