Web-based Winamp controller for CarPC � Go backend, mobile-first UI
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

8 líneas
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