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
@ragouel most packages are now using go modules
you can create folders /ponzu_projects/test
at the terminal: /ponzu_projects> go mod init test
cd test /ponzu_projects/test> go get -u github.com/ponzu-cms/ponzu/...
is expected to work correctly
Unable to build ponzu cli
OS: Arch Linux 4.20
go version go1.14.3 linux/amd64
go get -d -v ./...
go build -o build ./...
The text was updated successfully, but these errors were encountered: