Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.03 KB

README.md

File metadata and controls

54 lines (35 loc) · 1.03 KB

Log-watcher

go go


Just a simple program to watch every single change in a log file.


It requires: Go 1.20


How to Install it:


First of all, clone this repository to your machine:

  git clone https://github.com/Philipelima/log-watcher.git

After run the command:

  GOOS={os} GOARCH={arch} go build -o log-watcher

How to Use it:


In development mode, on the log-watcher dir:

  go run ./cmd {filepath}

After compile, on the application dir:
   ./log-watcher {filepath}