You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I execute the make command , errors as follows:
make
go get ./vendor/go.uber.org/thriftrw
vendor/go.uber.org/thriftrw/main.go:34:2: use of internal package go.uber.org/thriftrw/internal/plugin not allowed
vendor/go.uber.org/thriftrw/main.go:35:2: use of internal package go.uber.org/thriftrw/internal/plugin/builtin/pluginapigen not allowed
make: *** [thriftgens] Error 1
CentOS Linux release 7.2.1511 (Core)
When I execute the make command , errors as follows:
make
go get ./vendor/go.uber.org/thriftrw
vendor/go.uber.org/thriftrw/main.go:34:2: use of internal package go.uber.org/thriftrw/internal/plugin not allowed
vendor/go.uber.org/thriftrw/main.go:35:2: use of internal package go.uber.org/thriftrw/internal/plugin/builtin/pluginapigen not allowed
make: *** [thriftgens] Error 1
and I don't think peloton's documentation is perfect
https://peloton.readthedocs.io/en/latest/operation-guide/#installation (coming soon)
https://peloton.readthedocs.io/en/latest/ui-guide/(Note: (todo) we will add Peloton-UI readme here.)
The text was updated successfully, but these errors were encountered: