Skip to content

Instantly share code, notes, and snippets.

@ereshzealous
Created February 13, 2020 09:58
Show Gist options
  • Select an option

  • Save ereshzealous/4f5d325ecfa8154e107b35e5c11cfbda to your computer and use it in GitHub Desktop.

Select an option

Save ereshzealous/4f5d325ecfa8154e107b35e5c11cfbda to your computer and use it in GitHub Desktop.
package common
// GetCommonData a method
func GetCommonData() string {
return "Common Data"
}
func GetData() string {
return "Data"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment