-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Helper messages for documenting build process
I don't have `goimport` installed, and running `make` as described in https://cli.urfave.org/CONTRIBUTING/#development-workflow fails. Took this opportunity to enhance the process a bit. I see that `zz_generated.flags.go` is invalid without `goimports` (for whatever reason it is needed). And I need to check why `goimports` is not installed into `./.local/bin` automatically.
- Loading branch information
Showing
2 changed files
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
.*envrc | ||
.envrc | ||
.idea | ||
# goimports is installed here if not available | ||
/.local/ | ||
/site/ | ||
coverage.txt | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters