mirror of
https://github.com/octoleo/syncthing.git
synced 2024-12-22 19:08:58 +00:00
e82ed6e3d3
Literally `gofumpt -w .` from the top level dir. Guaranteed to be minor style changes only and nothing else. @imsodin per request?
10 lines
193 B
Go
10 lines
193 B
Go
// Copyright (C) 2014 The Protocol Authors.
|
|
|
|
package protocol
|
|
|
|
import (
|
|
"github.com/syncthing/syncthing/lib/logger"
|
|
)
|
|
|
|
var l = logger.DefaultLogger.NewFacility("protocol", "The BEP protocol")
|