DenislavTsonev
DenislavTsonev
Hello I have similar issue: CentOS 6.8 go1.8 installed: ``` can't load package: package ./archive: found packages fetch (fetch_orm.go) and main (insert_gorm.go) in /opt/app/cdr-pusher/archive src/github.com/ssdb/gossdb/test.go:7:2: local import "./ssdb" in non-local...
Hello, Here my Makefile: `BINARY = ./bin/cdr-pusher install-daemon: go install ./... deps: go get . clean: rm $(BINARY) test: go test . golint servedoc: godoc -http=:6060 configfile: cp -i cdr-pusher.yaml...