golang
converter
tools
errors
utilities
string
filesystem
utils
strings
cli-utilities
casting
testing-tools
environments
go-library
dumper
go-utils
time-format
system-utils
go-errors
go-flags
-
Updated
Aug 8, 2022 - Go
Currently, there are some methods, where we can lock/unlock mutex twice.
For instance
(e *AsyncError) Close()
will lock/unlock ine.IsClosed()
and also has own lock/unlock.