diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-12-18 04:00:04 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-12-18 04:00:04 -0500 |
commit | 92625d852a1e2a4e188bc285c2341f4c482c0469 (patch) | |
tree | 74c3cc50802faf8ea38d916c520d33e7e90914f9 /sd_daemon/notify.go | |
parent | 3b1bdfbd2687e81bef85260f9cdfbf617ece3527 (diff) |
gofmt
Diffstat (limited to 'sd_daemon/notify.go')
-rw-r--r-- | sd_daemon/notify.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd_daemon/notify.go b/sd_daemon/notify.go index ad63659..360e364 100644 --- a/sd_daemon/notify.go +++ b/sd_daemon/notify.go @@ -17,10 +17,10 @@ package sd_daemon import ( + "bytes" "net" "os" "syscall" - "bytes" ) // Notify sends a message from process pid to the service manager |