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ů.

8 řádky
128B

  1. // Package web embeds the frontend static files into the binary.
  2. package web
  3. import "embed"
  4. //go:embed static
  5. var FS embed.FS