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
A clear and concise description of what the bug is.
amw := authenticationMiddleware{}
when use Populate panic
below is right
amw := authenticationMiddleware{tokenUsers: make(map[string]string)}
…
Versions
Go version: go version
package version: run git rev-parse HEAD inside the repo
…
Steps to Reproduce
How can the bug be triggered?
…
Expected behavior
What output or behaviour were you expecting instead?
…
Code Snippets
A minimum viable code snippet can be useful! (use backticks to format it).
…
The text was updated successfully, but these errors were encountered:
Describe the bug
Versions
…
Steps to Reproduce
…
Expected behavior
…
Code Snippets
…
The text was updated successfully, but these errors were encountered: