-
Notifications
You must be signed in to change notification settings - Fork 385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error with "go get..." #354
Comments
Hi did the following steps:
I hope this helps. |
Hi @xguntis I meant |
@sharop I am sorry, i am very new to go. Do you mean i get this:
I am not sure if that is what i need. I just need somehow to install the ponzu. I am following this tutorial: |
Hi, @xguntis. I will try to explain every step that I did, I hope this help you ( I'm new programing in Go as well). If you created the mod inside the "hello" directory (not is necessary that hello directory will be inside the gopath). Then inside execute:
At the end you will see that go.mod and go.sum are modified with dependencies.
yo will see that the project it's created inside the gopath by example: $GOATH/src/[PONZU PROJECT].
then cd to ponzu project, run ponzu build. (in my case did not send any error.) I stop at this point because I couldn't generate content, I don't know why. I hope this help you. Sergio |
Install and running a new project worked for me today on ubuntu 20.04. |
when i type:
go get -u github.com/ponzu-cms/ponzu/...
Return:
I dont understand why
thx
The text was updated successfully, but these errors were encountered: