# Functions
DiffNano is return start & end time for program.
FileExist return true if file exist.
Creates a new concurrent map.
NewCurl is read string to Curl.
No description provided by the author
ParseTheFileC is read multi curl file to Curl struct.
# Constants
No description provided by the author
# Type aliases
A "thread" safe map of type string:Anything.
Callback to return new element to be inserted into the map It is called while lock is held, therefore it MUST NOT try to access other keys in same map, as it can lead to deadlock since Go sync.RWLock is not reentrant.