Details

See the details

This is a bold word.

Highlight

{{ range .Pages }}
  <h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>
{{ end }}

With emphasize lines:

1package main
2
3import "fmt"
4
5func main() {
6    for i := 0; i < 3; i++ {
7        fmt.Println("Value of i:", i)
8    }
9}

Images

Dave Herring
Dave Herring

Github Gist

Youtube video

Tweet

Vimeo

Instagram

View this post on Instagram