Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 231 Bytes

README.md

File metadata and controls

6 lines (3 loc) · 231 Bytes

HashMap

just an example implementation of a thread-safe hash map because I never actually implemented it by myself.

You should always use map[string]strings for string hash maps. ( or sync.Map if you need a thread-safe one )