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
It's more verbose (though the golantci-lint options will be moved to an external config file before long), but hopefully more consolidated and clearer what is going on.
The text was updated successfully, but these errors were encountered:
- Update GitHub Actions Workflow
- specify new cmd subdir path for builds
- Update `.gitignore`
- add ignored paths for binaries
- add `release_assets`
- Update `Makefile`
- borrow heavily from existing `Makefile` for `atc0005/dnsc` project
- generate binaries within `release_assets` subdirectory structure
- dynamically determine go module path for version tag use
- include `-mod=vendor` build flag for `go clean` command
- dynamic help/menu output based on recipe "doc comment"
- prune `testing` subdirectory
- the shell scripts within are no longer needed
- README
- update one-off build examples to include new cmd subdirectory
refs #41, #40, #39, #38
As I've begun doing with my other projects, I'd like to replace content like this:
with this:
It's more verbose (though the golantci-lint options will be moved to an external config file before long), but hopefully more consolidated and clearer what is going on.
The text was updated successfully, but these errors were encountered: