We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The singleton code does not run
singleton\singleton.go:6: undefined: sync in sync.Once
unless
import "sync"
is added
The text was updated successfully, but these errors were encountered:
@030 Hi. You imported "sync" package? Check that.
P.s. Please provide more information next time :)
Sorry, something went wrong.
@LinMAD updated
No branches or pull requests
The singleton code does not run
unless
is added
The text was updated successfully, but these errors were encountered: