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
{{ message }}
This repository has been archived by the owner on Dec 3, 2022. It is now read-only.
The singleton isn't used anywhere in the internal Gorilla code, so it's safely removable, but why is it there in the first place ?
It prevents Gorilla from being included into a shared library (link issues), as well as all the disadvantages of the singleton pattern.
The text was updated successfully, but these errors were encountered: