Skip to content

Instantly share code, notes, and snippets.

@mkock
Created October 2, 2021 20:39
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 mkock/0b278e93876f0d6923021710042ecd4b to your computer and use it in GitHub Desktop.
Save mkock/0b278e93876f0d6923021710042ecd4b to your computer and use it in GitHub Desktop.
cannot use University literal (type University) as type school.School in assignment:
       University does not implement school.School (missing school.students method)
               have students() []string
               want school.students() []string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment