mirror of
https://github.com/amitshekhariitbhu/go-backend-clean-architecture.git
synced 2026-04-27 05:25:51 +03:00
[PR #6] Fix staticcheck issues #18
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/go-backend-clean-architecture#18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/amitshekhariitbhu/go-backend-clean-architecture/pull/6
Author: @timoa
Created: 1/15/2023
Status: 🔄 Open
Base:
main← Head:fix/staticcheck-issues📝 Commits (1)
71dfb2dfix(lint): fix staticcheck issues📊 Changes
3 files changed (+15 additions, -36 deletions)
View changed files
📝
domain/jwt_custom.go(+2 -2)📝
internal/tokenutil/tokenutil.go(+13 -8)📝
mongo/mongo.go(+0 -26)📄 Description
Hi!
After running staticcheck on the project, it funds a few errors:
Deprecated
Unused
Formatting
This PR will fix them, hopefully :)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.