go mod init log2slack
go build -o bin/log2slack cmd/log2slack.go
./bin/log2slack /path/to/file.log
go test ./... -v
To help using inotify get through tail command in main function: coreutils/tail.c at master · coreutils/coreutils
go mod init log2slack
go build -o bin/log2slack cmd/log2slack.go
./bin/log2slack /path/to/file.log
go test ./... -v
To help using inotify get through tail command in main function: coreutils/tail.c at master · coreutils/coreutils