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

12 lines
221 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
)
var (
l = logger.DefaultLogger.NewFacility("relay", "")
2015-06-28 21:18:38 +01:00
)