8 lines
64 B
Go
8 lines
64 B
Go
|
package jukebox
|
||
|
|
||
|
type Jukebox struct {
|
||
|
}
|
||
|
|
||
|
type Track struct {
|
||
|
}
|