Categorygithub.com/i0Ek3/glib
repository
0.0.0-20221213072635-f1a85c90ff60
Repository: https://github.com/i0ek3/glib.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

glib

glib is a series of small libraries written in Golang, designed to help developers focus their development work on more noteworthy areas. You can use the libraries in glib to help you develop faster in your projects, welcome to try.

Features

  • Support ReentrantLock
  • Support thread-safe Set
  • Support Mutex/Once version Singleton
  • Support type transfer
  • Support math operation

Install

go get -u github.com/i0Ek3/glib

Usage/Examples

Please check examples folder.

Contributing

Contributions are always welcome!

License

MIT

Credit

  • JetBrains