Convert to Golang
Compare changes
- Erick Hitter authored
+ 95
− 58
@@ -15,6 +17,22 @@ import (
@@ -25,54 +43,73 @@ type attachment struct {
@@ -82,48 +119,46 @@ func main() {
@@ -147,22 +182,24 @@ func setUpLogger() {
Use a Golang daemon to read a JSON config file and monitor the logs configured therein. One binary will read all logs, using goroutines. Will include init script for Sysvinit, which systemd will also interpret.
Fixes #1 (closed)