From 23b6e50fbdab5d2b3625c35421b9e60a20ea87fd Mon Sep 17 00:00:00 2001 From: siddharth ravikumar Date: Fri, 11 Nov 2022 12:18:47 -0500 Subject: challenge: fix go vet warnings --- challenge/c37.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'challenge/c37.go') diff --git a/challenge/c37.go b/challenge/c37.go index 4ff10e8..ffcfe93 100644 --- a/challenge/c37.go +++ b/challenge/c37.go @@ -70,7 +70,7 @@ func C37(args []string) { 16, ) if !ok { - fmt.Errorf("unable to process pub key") + fmt.Printf("unable to process pub key") return } if pow == 1 { -- cgit v1.2.3