2
2
mirror of https://github.com/octoleo/restic.git synced 2025-01-26 00:28:26 +00:00
2017-08-06 21:47:56 +02:00

346 B

This template is for testing snipmd.awk.

Put the first snippet here.

fmt.Println("hello")
x := ...

And now the second. snip:# (second)

if x > 2 {
	...
}

A top-level snippet.

var ErrBad = errors.New("bad")
// A code block that is not included.

And we're done.