Motonori Iwata

Results 4 issues of Motonori Iwata

I want to use `github.com/goccy/go-json` as JSON serializer. I'd like to see an API to easily replace the serializer, like [echo](https://github.com/labstack/echo). This is an example about echo. https://github.com/fujiwara/isucon11-f/pull/9/files

`unclosetx` cannot detect looks like this sample code. ```go func (h *Handler) fetchUser(ctx context.Context, userID string) (*database.User, error) { txn := h.repository.Client.ReadOnlyTransaction() // h.repository.Client is a Spanner client. user, err...

I have been using it very conveniently. Unfortunately, when using [composite action](https://docs.github.com/en/actions/creating-actions/creating-a-composite-action), each step in the action is not visualized. Can this issue be solved by modifying `actions-timeline`? Or is...

help wanted

Add `GoForEach` that handles the iterator introduced in Go 1.23 as an argument for each Pool, Stream, and WaitGroup.