6
0
mirror of https://github.com/grdl/git-get.git synced 2026-02-09 11:29:19 +00:00

Fix issues found by revive linter

This commit is contained in:
Grzegorz Dlugoszewski
2025-08-24 16:09:27 +02:00
parent 5f60e973f6
commit 599643892b
8 changed files with 11 additions and 7 deletions

View File

@@ -45,7 +45,7 @@ func newGetCommand() *cobra.Command {
return cmd
}
func runGetCommand(cmd *cobra.Command, args []string) error {
func runGetCommand(_ *cobra.Command, args []string) error {
var url string
if len(args) > 0 {
url = args[0]