Skip to content

Instantly share code, notes, and snippets.

@mkock
Last active October 3, 2021 09:23
Show Gist options
  • Select an option

  • Save mkock/523538aab27100d5a91812339dff296a to your computer and use it in GitHub Desktop.

Select an option

Save mkock/523538aab27100d5a91812339dff296a to your computer and use it in GitHub Desktop.
type sword struct {}
func (s *sword) status() string {
return "Sword is damaged"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment