Files
syncthing/lib/relay/client/debug.go
T

8 lines
208 B
Go
Raw Normal View History

2015-06-28 21:18:38 +01:00
// Copyright (C) 2015 Audrius Butkevicius and Contributors (see the CONTRIBUTORS file).
package client
2025-08-07 11:19:36 +02:00
import "github.com/syncthing/syncthing/internal/slogutil"
2015-06-28 21:18:38 +01:00
2025-08-07 11:19:36 +02:00
var l = slogutil.NewAdapter("Relay client")