Skip to content

Instantly share code, notes, and snippets.

@quii
Created March 20, 2015 10:08
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 quii/91ca6df4f0218444891e to your computer and use it in GitHub Desktop.
Save quii/91ca6df4f0218444891e to your computer and use it in GitHub Desktop.
// Stitcher calls the Hello and World APIs to create a very useful string
func Stitcher(helloURL string, worldURL string) string {
return ""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment