MatrixAINetwork/go-matrix

After latest commits, can't compile source code

Closed this issue · 2 comments

build/ci.go:50:2: cannot find package "github.com/MatrixAINetwork/go-matrix/internal/build" in any of:
/gome/go-matrix/build/_workspace/src/github.com/matrix/go-matrix/vendor/github.com...

so seems like you forgot to update some of the package names. I still see "matrix" in the codes.

Seems the reason is that you only updated the codes, but didn't update your working folder:/go-matrix/build/_workspace/src/github.com/matrix/go-matrix/vendor/github.com

Would you please change it and try again?

And we now removed other "matrix" in the codes

With the latest commits (fresh clone) it compiles.
Thanks