/
githubmirror
/
syncthing
Обзор
Документация
Войти
/
githubmirror
/
syncthing
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v2.0.16
lib/protocol/debug.go
11 строк
377 B
Jakob Borg
feat: switch logging framework (#10220)
07 авг 2025, 12:19
Не верифицирован
07 авг 2025, 12:19
836045e
Код
Авторство
О чём код?
// Copyright (C) 2014 The Syncthing Authors. // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this file, // You can obtain one at https://mozilla.org/MPL/2.0/. package protocol import "github.com/syncthing/syncthing/internal/slogutil" var l = slogutil.NewAdapter("The BEP protocol")