mirror of
https://github.com/sourcegraph/jsonrpc2.git
synced 2026-08-24 14:08:12 +02:00
go: upgrade to Go 1.26.4 and run go fix ./...
This commit is contained in:
parent
4756698b1e
commit
3d270f1593
15 changed files with 57 additions and 64 deletions
|
|
@ -8,7 +8,7 @@ import (
|
|||
// Logger interface implements one method - Printf.
|
||||
// You can use the stdlib logger *log.Logger
|
||||
type Logger interface {
|
||||
Printf(format string, v ...interface{})
|
||||
Printf(format string, v ...any)
|
||||
}
|
||||
|
||||
// ConnOpt is the type of function that can be passed to NewConn to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue