摘要: 1 package main 2 3 import ( 4 "fmt" 5 "os" 6 "strconv" 7 "time" 8 9 "github.com/hpcloud/tail" 10 ) 11 12 func main() { 13 // 新启动一个协程一直往文件中写入 14 go writeSteam()... 阅读全文
posted @ 2019-07-10 11:54 追逐~~~ 阅读(809) 评论(0) 推荐(0) 编辑