/
githubmirror
/
syncthing
Обзор
Документация
Войти
/
githubmirror
/
syncthing
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
lib/pmp/debug.go
11 строк
403 B
Jakob Borg
chore: trivial fixes (#10650)
22 апр 2026, 09:38
Не верифицирован
22 апр 2026, 09:38
b1ccf3f
Код
Авторство
О чём код?
// Copyright (C) 2016 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 pmp import "github.com/syncthing/syncthing/internal/slogutil" func init() { slogutil.RegisterPackage("NAT-PMP discovery and port mapping") }