Skip to content
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

Miscellaneous Improvements #21

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Conversation

mojotx
Copy link

@mojotx mojotx commented Aug 19, 2021

This is a great tool! Thank you for creating it!

Some modest suggestions:

  • Use modern Go modules instead of the deprecated dep tool
  • Makefile improvements, such as having targets depend upon each other
  • Resolve some warnings, such as not checking return values

mojotx added 9 commits August 19, 2021 07:00
The "success" conditions should always succeed, unless there is some
regression bug that creeps in.
- Use .PHONY to indicate we're running commands, not creating files
- Use target dependencies, e.g., run depends upon build
- Remove the deprecated "dep" command and use "go mod" instead
This permits us to check the return value, and print the error if it
occurs. Also removed unnecessary return statement.
Also add "fmt" target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants