Bin

Results 11 issues of Bin

### Preflight Checklist - [X] I agree to follow the [Code of Conduct](https://github.com/HXSecurity/DongTai/blob/main/.github/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/HXSecurity/DongTai/issues) for an issue that...

bug

upgrade go version to 1.18 and selector generics

adaptation of slog

size:L

```go logger := With(DefaultLogger, "ts", DefaultTimestamp, "caller", DefaultCaller) log := NewHelper(logger) log.Error("this is error", "key", "value") ``` expectation output ``` ERROR ts=2023-05-21T17:09:04+08:00 caller=log/helper_test.go:14 msg=this is error key=value ``` not ```...

1. template code ```go package mock import "github.com/songzhibin97/gkit/timeout" type TestInterface interface { Call() Generics[timeout.DbJSON] } type Generics[T any] struct { generics *T } ``` 2. use comment ```shell mockgen -destination=./mocks/test.go...

MultiMatchType eq MatchTypeBestFields, field Can be empty

link: https://dl.acm.org/doi/10.1145/3570937

- sort list entries should be numbered consecutively starting from 1 - failure to use indentation results in invalid numbering - incorrect formatting of tables

In user scenarios where there is a need for word search and aggregation, the mapping needs to be written with both text and keyword attributes. I've looked through the information...

feature
triaged