Реализация, фаза 1: добавление данных в qbittorrent
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
// Package web несёт встроенные (embed) ресурсы веб-UI: HTML-шаблоны.
|
||||
package web
|
||||
|
||||
import "embed"
|
||||
|
||||
// FS — встроенные шаблоны (templates/*.html).
|
||||
//
|
||||
//go:embed templates/*.html
|
||||
var FS embed.FS
|
||||
Reference in New Issue
Block a user