mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-25 23:15:51 +03:00
[PR #870] [CLOSED] Remove deprecated protobuf package #903
Labels
No labels
CLI
bug
designing
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
idea
invalid
investigate
needs-more-info
performance
pr-welcome
pull-request
question
wontfix
work in progress
work in progress
work-around-available
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynq#903
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/hibiken/asynq/pull/870
Author: @aradwann
Created: 4/24/2024
Status: ❌ Closed
Base:
master← Head:remove-deprecated-protobuf-package📝 Commits (5)
cd5f3b0chore: remove deprecated protobuf package08aafdfchore: run go fmt ./...5451dd3Merge branch 'hibiken:master' into remove-deprecated-protobuf-package5c0cacfMerge branch 'master' into remove-deprecated-protobuf-package75f6504fmt📊 Changes
12 files changed (+82 additions, -118 deletions)
View changed files
📝
asynq.go(+6 -5)📝
asynq_test.go(+1 -1)📝
doc.go(+43 -42)📝
go.mod(+0 -1)📝
go.sum(+0 -3)📝
internal/base/base.go(+25 -55)📝
internal/errors/errors.go(+1 -0)📝
internal/proto/asynq.pb.go(+2 -7)📝
internal/rdb/inspect.go(+1 -1)📝
servemux.go(+1 -1)📝
servemux_test.go(+1 -1)📝
subscriber.go(+1 -1)📄 Description
removing deprecated github.com/golang/protobuf
and applying go fmt
closes #855
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.