mirror of
https://github.com/hibiken/asynqmon.git
synced 2026-04-26 17:45:50 +03:00
[GH-ISSUE #159] Bad module name #388
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynqmon#388
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?
Originally created by @lukasmalkmus on GitHub (Sep 23, 2021).
Original GitHub issue: https://github.com/hibiken/asynqmon/issues/159
The module name in
go.modshould begithub.com/hibiken/asynqmoninstead ofasynq. I would love to see this fixed as this makes it possible to tag q version of this tool withtools.go. I can also draft a PR.@hibiken commented on GitHub (Sep 23, 2021):
@lukasmalkmus thank you for spotting this!
Yes, please feel free to open a PR 👍
@lukasmalkmus commented on GitHub (Sep 24, 2021):
@hibiken I just noticed that PR #157 addresses this issue (#159) as well as #158. You might want to take a look :)
@hibiken commented on GitHub (Oct 22, 2021):
This is now fixed.