2
0

Rename Pid to PID

This commit is contained in:
Jack Christensen
2016-08-02 15:10:00 -05:00
parent 448d748991
commit 73124171e2
5 changed files with 20 additions and 18 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ func listen() {
os.Exit(1)
}
fmt.Println("PID:", notification.Pid, "Channel:", notification.Channel, "Payload:", notification.Payload)
fmt.Println("PID:", notification.PID, "Channel:", notification.Channel, "Payload:", notification.Payload)
}
}