commit | e73f91e306e9942a744829c74b304d2c063a8d61 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Thu Oct 17 12:58:11 2019 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Thu Oct 17 13:12:00 2019 -0700 |
tree | 215c48939e1614fe5bb1a63cd4a4174d9ba71ea0 | |
parent | 2c1c482c1b16f06ab700d087f800e416c5185c91 [diff] [blame] |
VOL-2017 eliminate common dir and move its contents up a level Change-Id: Ia52dac284a7edcdcfe7eaa8c568b84d19d604b58
diff --git a/pkg/db/model/backend.go b/pkg/db/model/backend.go index de731ad..fb2c813 100644 --- a/pkg/db/model/backend.go +++ b/pkg/db/model/backend.go
@@ -19,8 +19,8 @@ import ( "errors" "fmt" - "github.com/opencord/voltha-lib-go/pkg/common/log" "github.com/opencord/voltha-lib-go/pkg/db/kvstore" + "github.com/opencord/voltha-lib-go/pkg/log" "strconv" "sync" "time"