From c4d1a03571d5c04884d7774769b989d425d43d43 Mon Sep 17 00:00:00 2001 From: MaurĂ­cio Antunes Date: Mon, 28 Nov 2022 15:24:23 -0300 Subject: feat: add maps2 and fix map1 import --- exercises/maps/maps1/main.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'exercises/maps/maps1/main.go') diff --git a/exercises/maps/maps1/main.go b/exercises/maps/maps1/main.go index 7532d4b..81fca26 100644 --- a/exercises/maps/maps1/main.go +++ b/exercises/maps/maps1/main.go @@ -5,6 +5,8 @@ // package main +import "fmt" + func main() { // Map with people names and their ages m := make(map) -- cgit v1.2.3-70-g09d2