yangyile-yyle88

Results 3 issues of yangyile-yyle88

**Describe the bug** code: ``` package M我勒个擦 import ( "testing" "go.uber.org/zap" ) func TestAbc(t *testing.T) { // 自定义 zap 配置 config := zap.NewDevelopmentConfig() // 创建 logger logger, err := config.Build(zap.AddStacktrace(zap.PanicLevel))...

``` package main import ( "fmt" "log" "github.com/badoux/checkmail" ) func main() { err := checkmail.ValidateHost("[email protected]") if err != nil { log.Fatalf("邮箱验证失败: %v", err) } fmt.Println("邮箱域名验证通过") } ``` ``` 2024/11/15 22:39:51...

## Describe the feature The order func is this: ``` func (db *DB) Order(value interface{}) (tx *DB) { tx = db.getInstance() switch v := value.(type) { case clause.OrderBy: tx.Statement.AddClause(v) case...

status:stale
type:feature_request