diff --git a/maps/demo1.go b/maps/demo1.go index 1df9b56..0834ca1 100644 --- a/maps/demo1.go +++ b/maps/demo1.go @@ -10,4 +10,5 @@ func Demo1() { my_dictionary["pencil"]="Kalem" fmt.Println(my_dictionary["book"]) + fmt.Println("String number : ", len(my_dictionary)) } \ No newline at end of file