goodliu
goodliu
> Please check if what you want to add to `awesome-go` list meets [quality standards](https://github.com/avelino/awesome-go/blob/main/CONTRIBUTING.md#quality-standards) before sending pull request. Thanks! **Please provide package links to:** - repo link (github.com, gitlab.com,...
even if fields parameters is empty to make `*Logger.With`'s behavior consistent with `*Logger.WithOptions(Fields())`'s behavior.
Darts-java is a good implementation of DAT( double array trie), and I really appreciate your hard work. I developed a project, and some of its code based on your darts-java....
 https://go.dev/ref/mod#versions
### Environment mysql offical docker image mysql:9.3.0 from docker hub https://hub.docker.com/_/mysql ### Steps to Reproduce 1. follow this iwiki example: https://github.com/go-sql-driver/mysql/wiki/Examples#prepared-statements to create database and table at `init.sql` ``` CREATE...
what about other choices? I'm a little confused and hope to get an answer. ```go func (acc *ChatCompletionAccumulator) JustFinishedToolCall() (toolcall FinishedChatCompletionToolCall, ok bool) { if acc.justFinished.state == toolResponseState { f...