Skip to content
New issue

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

[bug] README #692

Closed
antflux opened this issue Aug 17, 2022 · 0 comments · Fixed by #693
Closed

[bug] README #692

antflux opened this issue Aug 17, 2022 · 0 comments · Fixed by #693
Labels

Comments

@antflux
Copy link

antflux commented Aug 17, 2022

Describe the bug

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant