Skip to content

Instantly share code, notes, and snippets.

@0rka
Created January 28, 2018 10:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 0rka/cec82d9672555df71b35dedbe3ece068 to your computer and use it in GitHub Desktop.
Save 0rka/cec82d9672555df71b35dedbe3ece068 to your computer and use it in GitHub Desktop.
playable interface
type Playable interface {
Play() error
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment