Web-based Winamp controller for CarPC � Go backend, mobile-first UI
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
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