Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SagarSingh2003 authored Jul 6, 2023
1 parent 0d2da9e commit 3b9723b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Maps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<h1>Maps in Golang</h1>
</span>

#### Contributor : [Sagar Singh](https://github.com/SagarSingh2003)

## What are Maps?
Map is a very important data structure in Golang used to store ,add and delete data in your program. Go provides a built-in type map that implements a hash table.
### Uses :
Expand Down

0 comments on commit 3b9723b

Please sign in to comment.