diff options
author | Wolfy-J <[email protected]> | 2019-05-02 22:47:51 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-05-02 22:47:51 +0300 |
commit | e3f8f80b40d55d9d3c2e858a73cc1befe3f04114 (patch) | |
tree | 958aed22ee91436d9302709f4364928fc66b98e5 | |
parent | b7637290225bf6fab2e41a55d9b9a6bd3f36142c (diff) |
symfony way to refernce contributors
-rw-r--r-- | service/watchdog/watcher.go (renamed from watcher.go) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/watcher.go b/service/watchdog/watcher.go index 3b654c34..c8c4b3f2 100644 --- a/watcher.go +++ b/service/watchdog/watcher.go @@ -1,4 +1,4 @@ -package roadrunner +package watchdog import ( "log" |