start implementing new daemon in package daemon

This commit is contained in:
Christian Schwarz
2018-08-27 19:10:55 +02:00
parent c7237cb09d
commit 89dc267780
11 changed files with 1158 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
package daemon
import (
"github.com/zrepl/zrepl/logger"
)
type Logger = logger.Logger