Skip to content

Instantly share code, notes, and snippets.

@johwanghee
Created May 12, 2017 06:52
Show Gist options
  • Save johwanghee/d4e2990af03bd6266151719aaed97529 to your computer and use it in GitHub Desktop.
Save johwanghee/d4e2990af03bd6266151719aaed97529 to your computer and use it in GitHub Desktop.
s := fmt.Sprintf("number is %d, string is %s", 1234, "STRING")
fmt.Println(s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment