Web-based Winamp controller for CarPC � Go backend, mobile-first UI
Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- // Package web embeds the frontend static files into the binary.
- package web
-
- import "embed"
-
- //go:embed static
- var FS embed.FS
|