1 Star 0 Fork 16

craboy1/goMonitorLog

forked from qieangel2013/goMonitorLog 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
go.mod 612 Bytes
一键复制 编辑 原始数据 按行查看 历史
qieangel2013 提交于 2019-11-08 17:12 . 添加实时对日志进行报警
module goMonitorLog
go 1.13
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/fsnotify/fsnotify v1.4.7 // indirect
github.com/hpcloud/tail v1.0.0 // indirect
github.com/juju/errors v0.0.0-20190930114154-d42613fe1ab9 // indirect
golang.org/x/sys v0.0.0-00010101000000-000000000000 // indirect
gopkg.in/fsnotify.v1 v1.4.7 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
julive.com/handle v0.0.0-00010101000000-000000000000 // indirect
)
replace (
golang.org/x/sys => github.com/golang/sys v0.0.0-20191105231009-c1f44814a5cd
julive.com/handle => ./handle
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/craboy1/goMonitorLog.git
git@gitee.com:craboy1/goMonitorLog.git
craboy1
goMonitorLog
goMonitorLog
master

搜索帮助