guns/go-luks-suspend

Dumb build issue.

Opened this issue · 1 comments

No matter wheather I install from the AUR or I attempt to compile myself, I get the error:

package goLuksSuspend/cmd/go-luks-suspend is not in GOROOT (/usr/lib/go/src/goLuksSuspend/cmd/go-luks-suspend)
make: *** [Makefile:14: go-luks-suspend] Error 1
==> ERROR: A failure occurred in build().
Aborting...
-> error making: go-luks-suspend

Any ideas?

before compiling turn off the GO111MODULE using go env -w GO111MODULE=off this way it will compile using the legacy GOPATH mode.