go run main.go player.go colors.go
├── colors.go --> configure colors
├── drums --> Our .wav files goes here
│ ├── hihat.wav
│ ├── kick.wav
│ └── snare.wav
├── go.mod
├── go.sum
├── main.go --> Here you can edit and have some fun
├── player.go --> the player itself
└── README.md --> YOU ARE HERE =D!