get pointer to logger instead of copy

This commit is contained in:
Unknown 2018-01-23 20:12:33 +10:30
parent 043f48411c
commit 6ce2464a62
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ type Config struct {
FrameRate string
HttpAddress string
Quantization string
Logger smartLogger.LogInstance
Logger *smartLogger.LogInstance
}
type RevidInst interface {