rtec/main/main.go imports github.com/PRETgroup/easy-rte/rtec, which cannot be found
Error message:
go build -o easy-rte-c -i ./rtec/main
rtec/main/main.go:10:2: cannot find package "github.com/PRETgroup/easy-rte/rtec" in any of:
/usr/local/go/src/github.com/PRETgroup/easy-rte/rtec (from $GOROOT)
/home/name/go/src/github.com/PRETgroup/easy-rte/rtec (from $GOPATH)
Makefile:29: recipe for target 'easy-rte-c' failed
make: *** [easy-rte-c] Error 1
rtec/main/main.go imports github.com/PRETgroup/easy-rte/rtec, which cannot be found
Error message:
go build -o easy-rte-c -i ./rtec/main
rtec/main/main.go:10:2: cannot find package "github.com/PRETgroup/easy-rte/rtec" in any of:
/usr/local/go/src/github.com/PRETgroup/easy-rte/rtec (from $GOROOT)
/home/name/go/src/github.com/PRETgroup/easy-rte/rtec (from $GOPATH)
Makefile:29: recipe for target 'easy-rte-c' failed
make: *** [easy-rte-c] Error 1