Web-based Winamp controller for CarPC � Go backend, mobile-first UI
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
- // Package web embeds the frontend static files into the binary.
- package web
-
- import "embed"
-
- //go:embed static
- var FS embed.FS
|