twgcode

Results 6 issues of twgcode

BUMP _Originally posted by @BrunoMCBraga in https://github.com/kubernetes/client-go/issues/815#issuecomment-678800022_ Whether to consider implementing IsPodReady() function in client-go package to avoid importing kubernetes package when developing with go language

lifecycle/rotten

在使用 sdk 发送文本消息使用 larkim.MessageText 生成消息内容时 有一个体验不好的地方,业务代码 errInfo 会有换行符 导致 生成的消息内容不符合要求,然后发送消息直接失败 我看 larkim.MessageText 使用的这种构造方式 能不能改成类似这样的 ```go import ( "encoding/json" "strings" ) type MessageText struct { builder strings.Builder } func NewMessageTextBuilder() *MessageText...

### What version of nacos-sdk-go are you using? v2.2.3 ### What version of nacos-sever are you using? v2.2.3 ### What version of Go are you using (`go version`)? go1.20.3 ###...

bug
2.0.0

How to implement the following commands: `git push origin tagName1^{}:master` tagName1 is the name of a tag

stale