Web-based Winamp controller for CarPC � Go backend, mobile-first UI
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

10 行
180B

  1. module git.svabi.ch/jan/roadamp
  2. go 1.25.0
  3. require (
  4. github.com/gorilla/websocket v1.5.3 // indirect
  5. golang.org/x/sys v0.45.0 // indirect
  6. gopkg.in/yaml.v3 v3.0.1 // indirect
  7. )