# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
https://github.com/kpbird/golang_random_string.
No description provided by the author
Check two string pointers for equality as follows: - If neither pointer is nil, check equality of the underlying strings.
Check two uint16 pointers for equality as follows: - If neither pointer is nil, check equality of the underlying uint16s.
# Structs
A dynamic channel that does not block on send, but has an unlimited buffer capacity.
# Interfaces
Simple semaphore implementation.