types.go 78 B

123456
  1. package read
  2. type Song struct {
  3. title, artist, album string
  4. length int
  5. }