Реализация, фаза 1: добавление данных в qbittorrent

This commit is contained in:
2026-06-14 12:10:48 +03:00
parent b1a4a846d6
commit 883148787a
22 changed files with 2352 additions and 86 deletions
+9
View File
@@ -0,0 +1,9 @@
// Package web несёт встроенные (embed) ресурсы веб-UI: HTML-шаблоны.
package web
import "embed"
// FS — встроенные шаблоны (templates/*.html).
//
//go:embed templates/*.html
var FS embed.FS