qpep icon indicating copy to clipboard operation
qpep copied to clipboard

qpep does not build

Open gabeblack opened this issue 4 years ago • 0 comments

With go version 1.13:

 cannot find package "golang.org/x/net/context" in any of:
        /usr/local/go/src/golang.org/x/net/context (from $GOROOT)

...

Searching found that in latest go, you now just import "context". So changed the source files to do that, but now getting:

cannot find package "golang.org/x/sys/unix" in any of:
/usr/local/go/src/golang.org/x/sys/unix (from $GOROOT)

not sure the fix for that one, but looks like qpep doesn't build as is.

gabeblack avatar Aug 30 '21 15:08 gabeblack