We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
firing 'make' on current git clone (per the instructions for self hosting) returns
'dep mod tidy dep: mod: no such command Dep is a tool for managing dependencies for Go projects
Usage: "dep [command]" '
Should the line in the makefile calling '$DEP mod tidy' read '$GO mod tidy'?
cheers,
SM
The text was updated successfully, but these errors were encountered:
b6a6156
Oh yeah, of course, thank you verry much! :)
Sorry, something went wrong.
fix dependency ensurance recipe [fix #85]
87f55ee
No branches or pull requests
firing 'make' on current git clone (per the instructions for self hosting) returns
'dep mod tidy
dep: mod: no such command
Dep is a tool for managing dependencies for Go projects
Usage: "dep [command]"
'
Should the line in the makefile calling '$DEP mod tidy' read '$GO mod tidy'?
cheers,
SM
The text was updated successfully, but these errors were encountered: