goplayd/lib/jukebox/jukebox.go

8 lines
64 B
Go
Raw Permalink Normal View History

2023-01-11 17:08:26 +00:00
package jukebox
type Jukebox struct {
}
type Track struct {
}