Skip to content

Instantly share code, notes, and snippets.

@mowings
Last active December 2, 2020 16:41
Show Gist options
  • Save mowings/518b1d00bb4d0e543d83794336367672 to your computer and use it in GitHub Desktop.
Save mowings/518b1d00bb4d0e543d83794336367672 to your computer and use it in GitHub Desktop.
SILAS

Heading 1

This is heading 1

Bulleted list

  • step 1
  • step 2

Numeric lists

  1. step 1
  2. step 2

Code

So for a single word code formatting use backticks

For multiple lines:

for i, v := range foo {
   log.Printf("%d %s", i, v)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment