goroutine-drums
Let's play some drums?
File Explorer
- hihat.wav
- kick.wav
- snare.wav
- .gitignore
- colors.go
- go.mod
- go.sum
- main.go
- player.go
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
go run
View Details ▼
go run
Compile and run Go code without saving a binary.
go run {{path/to/file.go}}
Run a Go file:
go run {{path/to/package}}
Run a main Go package:
// repository documentation
Was this content helpful?
(0 ratings)
