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

10 lines
216 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
import (
"github.com/syncthing/syncthing/lib/logger"
2015-06-28 21:18:38 +01:00
)
2024-11-19 11:32:56 +01:00
var l = logger.DefaultLogger.NewFacility("relay", "")