1 Star 1 Fork 0

orbit/meteor

Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
error.go 131 Bytes
Copy Edit Raw Blame History
orbit authored 2024-10-23 17:54 +08:00 . add: pubsub module improve the logging system
package subpub_redis
import (
"fmt"
)
func ErrPublish(err error) error {
return fmt.Errorf("subpub publish failed: %w", err)
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/orbit-w/meteor.git
git@gitee.com:orbit-w/meteor.git
orbit-w
meteor
meteor
46e5a36d83fa

Search