Following the instruction to manually test interpose lib. it doesn't run through and fails at here:
xxx@fw0016741:/home/xxx/dev/alnair/alnair-device-plugin$ sudo go run cmd/alnair-device-plugin/main.go
cmd/alnair-device-plugin/main.go:4:2: cannot find package "alnair-device-plugin/pkg/devicepluginserver" in any of:
/usr/lib/go-1.10/src/alnair-device-plugin/pkg/devicepluginserver (from $GOROOT)
/home/steven/go/src/alnair-device-plugin/pkg/devicepluginserver (from $GOPATH)
xxx@fw0016741:/home/xxx/dev/alnair/alnair-device-plugin$
how to fix this?