goplayd/lib/jukebox/jukebox.go
2023-01-11 11:08:26 -06:00

8 lines
64 B
Go

package jukebox
type Jukebox struct {
}
type Track struct {
}