diff options
author | Valery Piashchynski <[email protected]> | 2020-02-21 10:55:45 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-02-21 10:55:45 +0300 |
commit | 7e522cf71c9eac90149ed513487d65f23b6a28b6 (patch) | |
tree | 417116180a713e854b28d8b914c3e1461442736f /service/reload/watcher_test.go | |
parent | e32bc78ec1fc32b81c0029bbfee14bb570057554 (diff) |
Slight update
Start to write tests
Diffstat (limited to 'service/reload/watcher_test.go')
-rw-r--r-- | service/reload/watcher_test.go | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/service/reload/watcher_test.go b/service/reload/watcher_test.go new file mode 100644 index 00000000..4e5e3210 --- /dev/null +++ b/service/reload/watcher_test.go @@ -0,0 +1,8 @@ +package reload + +import "testing" + +func Test_Watcher(t *testing.T) { + +} + |