Change GOPATH from gerrit.opencord.org to github.com/opencord
Ran `go fmt` which did some line reordering after this change
Conformed Makefile to template the imagename and use correct DOCKER_*
build variables
Change-Id: I52734e805698b305cf64eb9238b08f152f68ffd4
diff --git a/device/device_onu.go b/device/device_onu.go
index d7a5e8c..444e953 100644
--- a/device/device_onu.go
+++ b/device/device_onu.go
@@ -20,8 +20,8 @@
"reflect"
"sync"
- "gerrit.opencord.org/voltha-bbsim/common/logger"
- openolt "gerrit.opencord.org/voltha-bbsim/protos"
+ "github.com/opencord/voltha-bbsim/common/logger"
+ openolt "github.com/opencord/voltha-bbsim/protos"
log "github.com/sirupsen/logrus"
)