Skip to content

Instantly share code, notes, and snippets.

@ereshzealous
Created February 13, 2020 09:58
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 ereshzealous/4f5d325ecfa8154e107b35e5c11cfbda to your computer and use it in GitHub Desktop.
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