You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: refactor whole structure consisting with sync package (#2)
- extract the interface consisting with sync.Mutex and sync.RWMutex .
- Refactor the coding style with the convention in Go.
- Add examples.