From 78f122c8505d2288ec055999b8915f1fee78247a Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Mon, 4 Dec 2023 18:51:16 +0000 Subject: [PATCH] remove redundant type. --- day-4/one.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/day-4/one.go b/day-4/one.go index 064492e..70fb4be 100644 --- a/day-4/one.go +++ b/day-4/one.go @@ -5,8 +5,6 @@ import ( "unicode" ) -type M map[string]interface{} - // one computes points based on matching numbers func one(lines []string) (int, error) {