6 lines
72 B
Go
6 lines
72 B
Go
package models
|
|
|
|
type Song struct {
|
|
Token string `json:"TRACK_TOKEN"`
|
|
}
|