Web-based Winamp controller for CarPC � Go backend, mobile-first UI
Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- // Package web embeds the frontend static files into the binary.
- package web
-
- import "embed"
-
- //go:embed static
- var FS embed.FS
|