mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-11-22 04:42:37 +03:00
Modernize all codes
go run golang.org/x/tools/gopls/internal/analysis/modernize/cmd/modernize@latest -fix -test ./...
This commit is contained in:
@@ -15,7 +15,7 @@ import (
|
||||
|
||||
type RunTestArgs struct {
|
||||
Tests []*IntegrationTest
|
||||
Logf func(format string, formatArgs ...interface{})
|
||||
Logf func(format string, formatArgs ...any)
|
||||
RunCmd func(cmd *exec.Cmd) (int, error)
|
||||
TestWrapper func(test *IntegrationTest, f func() error)
|
||||
Sandbox bool
|
||||
|
||||
Reference in New Issue
Block a user